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:

List of all members.

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

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.


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

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)