Small popup box class, provides wrapper to static QUI library function Due to implementation constraints, this is a quick fix for diplaying error messages from the engine. More...
Inheritance diagram for MAKLogger::DtPopupBox:
Collaboration diagram for MAKLogger::DtPopupBox:Public Types | |
| enum | DtPopupButton { DtPB_YesOk, DtPB_NoCancel, DtPB_Retry } |
| Button enums, can be combined using bitwise OR. | |
| enum | DtPopupButtonSet { DtPBS_YesNo, DtPBS_YesNoCancel, DtPBS_Ok, DtPBS_OkCancel, DtPBS_RetryCancel } |
Public Member Functions | |
| virtual DtPopupButton | showPopup (const DtString &caption, const DtString &message, DtPopupButtonSet buttons) |
| Shows a Popup Box, and returns the button pressed. | |
Static Public Member Functions | |
| static void | enablePopups (bool yesNo) |
Static Protected Attributes | |
| static bool | showPopups |
Small popup box class, provides wrapper to static QUI library function Due to implementation constraints, this is a quick fix for diplaying error messages from the engine.