19 #ifndef JAMBA_IDIALOGHANDLER_H 20 #define JAMBA_IDIALOGHANDLER_H 23 #include <pluginterfaces/base/ftypes.h> 61 virtual bool showDialog(std::string iTemplateName) = 0;
73 #endif //JAMBA_IDIALOGHANDLER_H virtual bool showDialog(std::string iTemplateName)=0
This method is called with the name of the template to use for the dialog.
Definition: DrawContext.cpp:24
virtual ~IDialogHandler()=default
Destructor.
Defines the interface to show or dismiss a modal/dialog window which is a window that captures all ev...
Definition: IDialogHandler.h:45
virtual bool dismissDialog()=0
Dismisses the currently shown dialog.