C:/quickbuild-1.2.13/working/root/Docs/TGEA_Offline_Docs/checkouts/engine/source/platform/nativeDialogs/msgBox.h File Reference
|
Enumerations |
| enum | MBButtons {
MBOk,
MBOkCancel,
MBRetryCancel,
MBSaveDontSave,
MBSaveDontSaveCancel
} |
| enum | MBIcons {
MIWarning,
MIInformation,
MIQuestion,
MIStop
} |
| enum | MBReturnVal {
MROk = 1,
MRCancel,
MRRetry,
MRDontSave
} |
Functions |
| void | initMessageBoxVars () |
Enumeration Type Documentation
- Enumerator:
-
| MBOk |
|
| MBOkCancel |
|
| MBRetryCancel |
|
| MBSaveDontSave |
|
| MBSaveDontSaveCancel |
|
- Enumerator:
-
| MIWarning |
|
| MIInformation |
|
| MIQuestion |
|
| MIStop |
|
- Enumerator:
-
| MROk |
|
| MRCancel |
|
| MRRetry |
|
| MRDontSave |
|
Function Documentation
| void initMessageBoxVars |
( |
|
) |
|
|