|
SHAPER
9.15.0
|
A widget which represents a one filter item in filters list Also it includes filter GUI if it exists. More...

Signals | |
| void | deleteItem (ModuleBase_FilterItem *theItem) |
| The seignal is sent on deletion of the item. More... | |
| void | reversedItem (ModuleBase_FilterItem *theItem) |
| The seignal is sent on reversing of the item. More... | |
Public Member Functions | |
| ModuleBase_FilterItem (const std::string &theFilter, ModuleBase_WidgetSelectionFilter *theParent) | |
| Constructor. More... | |
| std::string | filter () const |
| Returns filter Id. More... | |
| QList< ModuleBase_ModelWidget * > | widgets () const |
| Returns list of widgets which represent the current filter GUI. More... | |
A widget which represents a one filter item in filters list Also it includes filter GUI if it exists.
| ModuleBase_FilterItem::ModuleBase_FilterItem | ( | const std::string & | theFilter, |
| ModuleBase_WidgetSelectionFilter * | theParent | ||
| ) |
Constructor.
| theFilter | the filter ID |
| theParent | a parent widget of ModuleBase_WidgetSelectionFilter class |
|
inline |
Returns filter Id.
|
inline |
Returns list of widgets which represent the current filter GUI.
|
signal |
The seignal is sent on deletion of the item.
|
signal |
The seignal is sent on reversing of the item.