41 #ifndef INCLUDED_RUNTIME_MESSAGE_DIALOGS_H 
   42 #define INCLUDED_RUNTIME_MESSAGE_DIALOGS_H 
   55     virtual void MsgBox( 
const char* s ) DISTI_METHOD_OVERRIDE;
 
   57     virtual void Error( 
const char* s ) DISTI_METHOD_OVERRIDE;
 
   59     virtual int Question( 
const char* s ) DISTI_METHOD_OVERRIDE;
 
   61     virtual int Choice( 
const char* b0, 
const char* b1, 
const char* b2, 
const char* s ) DISTI_METHOD_OVERRIDE;
 
   63     virtual int ChoiceWithDefault( 
const char* b0, 
const char* b1, 
const char* b2, 
const int defaultChoice, 
const char* s ) DISTI_METHOD_OVERRIDE;
 
   73     bool _messageCurrentlyDisplayed;
 
A file for all GL Studio files to include. 
Definition: runtime_message_dialogs.h:50
Definition: message_dialogs.h:49
The Message functions. Implements Messages to the user in the form of pop-up dialog boxes...
Macros and helper code to determine what subset of C++11/14/17 is available. 
Definition: bmpimage.h:46