|
SHAPER
9.15.0
|
An interface to Errors manager object. More...

Public Member Functions | |
| ModuleBase_IErrorMgr (QObject *theParent=0) | |
| Default constructor. More... | |
| virtual | ~ModuleBase_IErrorMgr () |
| Virtual destructor. More... | |
| virtual void | setPropertyPanel (ModuleBase_IPropertyPanel *theProp) |
| Set property pane to the operation. More... | |
| ModuleBase_IPropertyPanel * | propertyPanel () const |
| virtual void | updateActions (const std::shared_ptr< ModelAPI_Feature > &theFeature)=0 |
| Update actions for the given feature. More... | |
Protected Slots | |
| virtual void | onWidgetChanged ()=0 |
| Process values changed event for processing feature attribute validation errors. More... | |
Protected Attributes | |
| ModuleBase_IPropertyPanel * | myPropertyPanel |
| Access to property panel. More... | |
An interface to Errors manager object.
| ModuleBase_IErrorMgr::ModuleBase_IErrorMgr | ( | QObject * | theParent = 0 | ) |
Default constructor.
| theParent | a parent object |
|
virtual |
Virtual destructor.
|
virtual |
Set property pane to the operation.
| theProp | a property panel instance |
|
inline |
|
pure virtual |
|
protectedpure virtualslot |
Process values changed event for processing feature attribute validation errors.
|
protected |
Access to property panel.