SHAPER  9.12.0
ModuleBase_Dialog Class Reference

A dialog box which is used for modal dialog box feature interface. More...

Inheritance diagram for ModuleBase_Dialog:
Inheritance graph

Public Member Functions

 ModuleBase_Dialog (ModuleBase_IWorkshop *theParent, const std::string &theDescription)
 Constructor. More...
 
virtual void accept ()
 Redefinition of virtual method. More...
 

Protected Member Functions

virtual void showEvent (QShowEvent *theEvent)
 Redefinition of virtual method. More...
 

Detailed Description

A dialog box which is used for modal dialog box feature interface.

Constructor & Destructor Documentation

◆ ModuleBase_Dialog()

ModuleBase_Dialog::ModuleBase_Dialog ( ModuleBase_IWorkshop theParent,
const std::string &  theDescription 
)

Constructor.

Parameters
theParenta workshop object instance
theIdan Id of a feature
theDescriptionan XML description of the feature

Member Function Documentation

◆ accept()

void ModuleBase_Dialog::accept ( )
virtual

Redefinition of virtual method.

◆ showEvent()

void ModuleBase_Dialog::showEvent ( QShowEvent *  theEvent)
protectedvirtual

Redefinition of virtual method.