
Public Member Functions | |
| ComboItem (const QMap< int, QString > &) | |
| void | setItems (const QMap< int, QString > &) |
| void | clear () |
| int | count () const |
| int | value () const |
| void | setValue (const int) |
Static Public Member Functions | |
| static int | Type () |
Private Member Functions | |
| int | id (int) const |
| int | index (int) const |
Private Attributes | |
| QMap< int, int > | myIdToIdx |
| SMESHGUI_FilterTable::ComboItem::ComboItem | ( | const QMap< int, QString > & | theIds | ) |
References setItems().
| void SMESHGUI_FilterTable::ComboItem::clear | ( | ) |
Referenced by SMESHGUI_FilterTable::onCriterionChanged().
| int SMESHGUI_FilterTable::ComboItem::count | ( | ) | const |
Referenced by SMESHGUI_FilterTable::onCriterionChanged().
|
private |
|
private |
| void SMESHGUI_FilterTable::ComboItem::setItems | ( | const QMap< int, QString > & | theIds | ) |
Referenced by ComboItem(), and SMESHGUI_FilterTable::onCriterionChanged().
| void SMESHGUI_FilterTable::ComboItem::setValue | ( | const int | theId | ) |
Referenced by SMESHGUI_FilterTable::onCriterionChanged(), and SMESHGUI_FilterTable::SetCriterion().
|
static |
Referenced by SMESHGUI_FilterTable::addRow(), and SMESHGUI_FilterTable::onCriterionChanged().
| int SMESHGUI_FilterTable::ComboItem::value | ( | ) | const |
Referenced by SMESHGUI_FilterTable::GetCriterionType(), and SMESHGUI_FilterTable::onCriterionChanged().
|
private |