#include <CommonDialogI.h>
Inheritance diagram for CommonDialogI:
Public Methods | |
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). | |
Protected Methods | |
CommonDialogI () | |
virtual | ~CommonDialogI () |
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 ColorCommonDialogC. |
|
Returns the class ID of the common dialog.
Implemented in ColorCommonDialogC. |