![]() |
MAK Data Logger API Documentation for DIS
|
Responsible for providing a message box using the qt library. More...
Inheritance diagram for MAKLogger::DtQtPopupBox:
Collaboration diagram for MAKLogger::DtQtPopupBox:Public Member Functions | |
| virtual | ~DtQtPopupBox () |
| virtual DtPopupButton | showPopup (const DtString &caption, const DtString &message, DtPopupButtonSet buttons) |
| Shows a Popup Box, and returns the button pressed. More... | |
Public Member Functions inherited from MAKLogger::DtPopupBox | |
| virtual | ~DtPopupBox () |
Additional Inherited Members | |
Public Types inherited from MAKLogger::DtPopupBox | |
| enum | DtPopupButton { DtPB_YesOk, DtPB_NoCancel, DtPB_Retry } |
| Button enums, can be combined using bitwise OR. More... | |
| enum | DtPopupButtonSet { DtPBS_YesNo, DtPBS_YesNoCancel, DtPBS_Ok, DtPBS_OkCancel, DtPBS_RetryCancel } |
Static Public Member Functions inherited from MAKLogger::DtPopupBox | |
| static void | enablePopups (bool yesNo) |
Static Protected Attributes inherited from MAKLogger::DtPopupBox | |
| static bool | showPopups |
Responsible for providing a message box using the qt library.
|
virtual |
|
virtual |
Shows a Popup Box, and returns the button pressed.
Reimplemented from MAKLogger::DtPopupBox.