|
SHAPER
9.15.0
|
Class of Errors manager object. More...

Public Member Functions | |
| XGUI_ErrorMgr (QObject *theParent, ModuleBase_IWorkshop *theWorkshop) | |
| Constructor. More... | |
| virtual | ~XGUI_ErrorMgr () |
| Virtual destructor. More... | |
| virtual void | updateActions (const FeaturePtr &theFeature) |
| Update actions for the given feature. More... | |
| void | updateAcceptAllAction (const FeaturePtr &theFeature) |
| Update enable state of AcceptAll action if the feature uses it. More... | |
| bool | isApplyEnabled () const |
| Returns true if the apply is enabled for the current feature. More... | |
| virtual void | setPropertyPanel (ModuleBase_IPropertyPanel *theProp) |
| Set property pane to the operation. More... | |
| ModuleBase_IPropertyPanel * | propertyPanel () const |
Protected Slots | |
| virtual void | onWidgetChanged () |
| Reimplemented from ModuleBase_ErrorMgr::onWidgetChanged(). More... | |
Protected Attributes | |
| ModuleBase_IPropertyPanel * | myPropertyPanel |
| Access to property panel. More... | |
Class of Errors manager object.
| XGUI_ErrorMgr::XGUI_ErrorMgr | ( | QObject * | theParent, |
| ModuleBase_IWorkshop * | theWorkshop | ||
| ) |
Constructor.
| theParent | a parent object |
| theWorkshop | a workshop object |
|
virtual |
Virtual destructor.
|
virtual |
Update actions for the given feature.
| theFeature | a feature |
Implements ModuleBase_IErrorMgr.
| void XGUI_ErrorMgr::updateAcceptAllAction | ( | const FeaturePtr & | theFeature | ) |
Update enable state of AcceptAll action if the feature uses it.
| theFeature | a feature |
to allow the module have the button always enabled
| bool XGUI_ErrorMgr::isApplyEnabled | ( | ) | const |
Returns true if the apply is enabled for the current feature.
|
protectedvirtualslot |
Reimplemented from ModuleBase_ErrorMgr::onWidgetChanged().
|
virtualinherited |
Set property pane to the operation.
| theProp | a property panel instance |
|
inlineinherited |
|
protectedinherited |
Access to property panel.