23#ifndef _SO_MESSAGE_DIALOG_
24#define _SO_MESSAGE_DIALOG_
102 static void initClass();
103 static void exitClass();
104 void createWorkingMessageDialog();
#define SO_DG_HEADER(className)
Class for smart character strings.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Portable thread ...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Abstract base cl...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Message Dialog n...
virtual void show()
Show the MessageDialog widget.
SoMessageDialog(SbString MDText, SbString MDTitle, Type MDType)
Special constructor : build the message dialog box with text, title and type properties,...
@ MD_ERROR
Display the Error symbol.
@ MD_MESSAGE
Display the default message symbol.
@ MD_WORKING
Display a working window.
@ MD_QUESTION
Display the question symbol (a "?" in a circle).
@ MD_WARNING
Display the warning symbol (a "!" is displayed)
@ MD_INFORMATION
Display the international information symbol (an "i" with a circle around it).
SoSFString title
Title of the message dialog box.
SoMessageDialog()
Constructor.
SoSFEnum type
Control the message dialog box type.
void destroy()
Destroy the message dialog.
virtual void close()
Close the current working message dialog.
Field containing an enumerated value.
Field containing a string.