#include <CommonDialogI.h>
Inheritance diagram for CommonDialogI:
Public Member Functions | |
virtual PluginClass::ClassIdC | get_class_id ()=0 |
Returns the class ID of the common dialog. | |
virtual bool | do_modal ()=0 |
Runs the dialog in modal mode (returns after completed). |
The ImportInterfaceC provides support for some common dialogs inside the Demopaja editor. One such dialog is the color choose dialog which is widely used in the editor. See derived classes for more information on each dialog.
|
Runs the dialog in modal mode (returns after completed).
Implemented in ChooseImporterCommonDialogC, and ColorCommonDialogC. |
|
Returns the class ID of the common dialog.
Implemented in ChooseImporterCommonDialogC, and ColorCommonDialogC. |