DMFXDialog(3dm) DMFXDialog(3dm)
DMFXDialog - A dialog class for plugins
VkDialogManager : VkComponent : VkCallbackObject
#include <dmedia/fx_dialog.h>
Methods of class DMFXDialog:
DMFXDialog( const char * name, Widget parent,
const String * resources )
~DMFXDialog()
Widget getWorkAreaRowColumn()
Special effects plugins may have user customizable settings in the form
of a dialog box. This class provides the hooks to use ViewKit dialogs
without having to subclass. Use the one of the postAndWait or
postBlocked methods from VkDialogManager(3x) to post the dialog.
DMFXDialog( const char * name, Widget parent, const String * resources )
The plugin dialog constructor.
~DMFXDialog( )
The plugin dialog destructor.
Widget getWorkAreaRowColumn() [Toc] [Back]
Get the work area XmRowColumn, so you can add your own widgets to the
dialog.
VkDialogManager(3x), DMFXImageViewer(3dm), ViewKit Programmer's Guide.
PPPPaaaaggggeeee 1111 [ Back ]
|