
Public Member Functions | |
| Table (QWidget *=0) | |
| Table (int, int, QWidget *=0) | |
| virtual | ~Table () |
| QSize | minimumSizeHint () const |
| void | setEditable (bool, int, int) |
| bool | isEditable (int, int) const |
| void | setReadOnly (bool) |
| bool | isReadOnly () const |
| void | insertRows (int, int=1) |
| QString | text (int, int) |
| QList< int > | selectedRows () |
| SMESHGUI_FilterTable::Table::Table | ( | QWidget * | parent = 0 | ) |
References setReadOnly().
| SMESHGUI_FilterTable::Table::Table | ( | int | numRows, |
| int | numCols, | ||
| QWidget * | parent = 0 |
||
| ) |
References setReadOnly().
|
virtual |
| void SMESHGUI_FilterTable::Table::insertRows | ( | int | row, |
| int | count = 1 |
||
| ) |
Referenced by SMESHGUI_FilterTable::addRow().
| bool SMESHGUI_FilterTable::Table::isEditable | ( | int | row, |
| int | col | ||
| ) | const |
Referenced by SMESHGUI_FilterTable::IsValid(), and SMESHGUI_FilterTable::SetCriterion().
| bool SMESHGUI_FilterTable::Table::isReadOnly | ( | ) | const |
| QSize SMESHGUI_FilterTable::Table::minimumSizeHint | ( | ) | const |
| QList< int > SMESHGUI_FilterTable::Table::selectedRows | ( | ) |
Referenced by SMESHGUI_FilterTable::getFirstSelectedRow(), and SMESHGUI_FilterTable::onRemoveBtn().
| void SMESHGUI_FilterTable::Table::setEditable | ( | bool | isEditable, |
| int | row, | ||
| int | col | ||
| ) |
| QString SMESHGUI_FilterTable::Table::text | ( | int | row, |
| int | col | ||
| ) |
Referenced by SMESHGUI_FilterTable::GetCriterion(), and SMESHGUI_FilterTable::IsValid().