SHAPER  9.12.0
ModuleBase_FilterStarter Class Reference

An object which lets to start a Filters operation as a sub-operation of the current one. More...

Inheritance diagram for ModuleBase_FilterStarter:
Inheritance graph

Public Member Functions

 ModuleBase_FilterStarter (const std::string &theFeature, QWidget *theParent, ModuleBase_IWorkshop *theWorkshop)
 Constructor. More...
 
 ~ModuleBase_FilterStarter ()
 Destructor. More...
 

Detailed Description

An object which lets to start a Filters operation as a sub-operation of the current one.

Constructor & Destructor Documentation

◆ ModuleBase_FilterStarter()

ModuleBase_FilterStarter::ModuleBase_FilterStarter ( const std::string &  theFeature,
QWidget theParent,
ModuleBase_IWorkshop theWorkshop 
)

Constructor.

Parameters
theFeaturea name of feature for filtering
theParenta parent widget which will get control after filtering
theWorkshopa pointer on a current workshop

◆ ~ModuleBase_FilterStarter()

ModuleBase_FilterStarter::~ModuleBase_FilterStarter ( )
inline

Destructor.