#include <mgui/dlgquestion.h>
Inheritance diagram for MGUI::DLG_QUESTION:

Public Types | |
| enum | TOGGLETYPE { TOGGLETYPE_NeverAsk, TOGGLETYPE_AlwaysAsk } |
Public Member Functions | |
| void | AddButton (const MISTRING &text, INT32 response) |
| bool | CheckNoShow () const |
| DLG_QUESTION (const MISTRING &dlgtitle, const MISTRING &text, DLGQ_STYLE style, INT32 dftresponse, HELPID helpid=HELPID__None) | |
| INT32 | GetResponse () const |
| bool | SetupToggle (const char *IniGroup, const char *IniName, const MISTRING &ToggleText, TOGGLETYPE ToggleType) |
| ~DLG_QUESTION () | |
Also allows for optional toggle to always show / never show.
Definition at line 50 of file dlgquestion.h.
|
|
Definition at line 53 of file dlgquestion.h. |
|
||||||||||||||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
Add non-standard button with text and response. Button will be added to left of any "standard" buttons used. |
|
|
Determine if user doesn't want to see question again.
|
|
|
Get response from dialog.
Definition at line 84 of file dlgquestion.h. |
|
||||||||||||||||||||
|
Set up toggle for whether user wants to see question again.
|
1.3.8-20040913