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