Message Dialog node. More...
#include <DialogViz/dialog/SoMessageDialog.h>
Public Types | |
enum | Type { MD_ERROR, MD_INFORMATION, MD_MESSAGE, MD_QUESTION, MD_WARNING, MD_WORKING } |
Public Member Functions | |
SoMessageDialog () | |
SoMessageDialog (SbString MDText, SbString MDTitle, Type MDType) | |
virtual void | show () |
virtual void | close () |
void | destroy () |
Public Attributes | |
SoSFEnum | type |
SoSFString | title |
SoMessageDialog::SoMessageDialog | ( | ) |
Constructor.
Special constructor : build the message dialog box with text, title and type properties, and show it next.
virtual void SoMessageDialog::close | ( | ) | [virtual] |
Close the current working message dialog.
Only used with message dialog of type MD_WORKING
void SoMessageDialog::destroy | ( | ) | [virtual] |
Destroy the message dialog.
Reimplemented from SoDialogViz.
virtual void SoMessageDialog::show | ( | ) | [virtual] |
Show the MessageDialog widget.
Title of the message dialog box.
Control the message dialog box type.