#include <IDialog.h>
Inheritance diagram for mx::IDialog:
Public Member Functions | |
virtual void | setDialogTitle (const QString &title)=0 |
Sets the dialog's title. | |
virtual mxmQtSlot | openDialogSlot () const =0 |
Returns the slot to be called to open the dialog. | |
virtual void | openDialog ()=0 |
Actual implementation. |
[khe]
Kai Hergenroether