MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Static Protected Attributes
MAKLogger::DtPopupBox Class Reference

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. More...
 
enum  DtPopupButtonSet {
  DtPBS_YesNo, DtPBS_YesNoCancel, DtPBS_Ok, DtPBS_OkCancel,
  DtPBS_RetryCancel
}
 

Public Member Functions

virtual ~DtPopupBox ()
 
virtual DtPopupButton showPopup (const DtString &caption, const DtString &message, DtPopupButtonSet buttons)
 Shows a Popup Box, and returns the button pressed. More...
 

Static Public Member Functions

static void enablePopups (bool yesNo)
 

Static Protected Attributes

static bool showPopups
 

Detailed Description

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.

Member Enumeration Documentation

Button enums, can be combined using bitwise OR.

Enumerator
DtPB_YesOk 
DtPB_NoCancel 
DtPB_Retry 
Enumerator
DtPBS_YesNo 
DtPBS_YesNoCancel 
DtPBS_Ok 
DtPBS_OkCancel 
DtPBS_RetryCancel 

Constructor & Destructor Documentation

virtual MAKLogger::DtPopupBox::~DtPopupBox ( )
virtual

Member Function Documentation

static void MAKLogger::DtPopupBox::enablePopups ( bool  yesNo)
static
virtual DtPopupButton MAKLogger::DtPopupBox::showPopup ( const DtString &  caption,
const DtString &  message,
DtPopupButtonSet  buttons 
)
virtual

Shows a Popup Box, and returns the button pressed.

Reimplemented in MAKLogger::DtQtPopupBox.

Member Data Documentation

bool MAKLogger::DtPopupBox::showPopups
staticprotected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Jul 14 15:45:33 EDT 2022 from SVN revision 244827
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)