20 #ifndef ModuleBase_Dialog_H
21 #define ModuleBase_Dialog_H
23 #include "ModuleBase.h"
24 #include <ModelAPI_Feature.h>
32 class QDialogButtonBox;
54 virtual void showEvent(QShowEvent* theEvent);
67 std::string myDescription;
76 QList<ModuleBase_ModelWidget*> myWidgets;
82 QDialogButtonBox* myButtonsBox;
84 std::string myHelpPage;
A dialog box which is used for modal dialog box feature interface.
Definition: ModuleBase_Dialog.h:40
virtual void showEvent(QShowEvent *theEvent)
Redefinition of virtual method.
Definition: ModuleBase_Dialog.cpp:115
ModuleBase_Dialog(ModuleBase_IWorkshop *theParent, const std::string &theDescription)
Constructor.
Definition: ModuleBase_Dialog.cpp:41
virtual void accept()
Redefinition of virtual method.
Definition: ModuleBase_Dialog.cpp:124
Class which provides access to Workshop object services.
Definition: ModuleBase_IWorkshop.h:48