Signals | |
| void | enableAutoScroll (const bool &) |
| void | hideColumn (const int &) |
| void | promote () |
| void | removeColumn (const int &) |
| void | selectObject (const int &, const bool &) |
| void | selectObjects (const int &initRow, const int &finalRow) |
| void | showColumn (const int &) |
| void | sortData (const bool &) |
Public Member Functions | |
| bool | eventFilter (QObject *watched, QEvent *event) |
| std::vector< int > | getHiddenColumns () |
| void | setDataSet (te::da::DataSet *dset) |
| void | setDataSourceCapabilities (const te::da::DataSourceCapabilities *caps) |
| void | setEnabled (const bool &enabled) |
| TablePopupFilter (te::qt::widgets::DataSetTableView *view) | |
| Contructor. More... | |
| ~TablePopupFilter () | |
| Destructor. More... | |
Protected Slots | |
| void | hideColumn () |
| void | removeColumn () |
| void | setAutoScrollEnabled () |
| void | showColumn (QAction *act) |
| void | showStatistics () |
| void | sortDataAsc () |
| void | sortDataDesc () |
Protected Attributes | |
| bool | m_autoScrollEnabled |
| const te::da::DataSourceCapabilities * | m_caps |
| int | m_columnPressed |
| te::da::DataSet * | m_dset |
| bool | m_enabled |
| QMenu * | m_hMenu |
| bool | m_showOidsColumns |
| te::qt::widgets::DataSetTableView * | m_view |
| QMenu * | m_vMenu |
| QMenu * | m_vportMenu |
Definition at line 174 of file DataSetTableView.cpp.
|
inline |
Contructor.
Definition at line 183 of file DataSetTableView.cpp.
References enableAutoScroll(), hideColumn(), m_view, removeColumn(), setAutoScrollEnabled(), showColumn(), and sortData().
|
inline |
Destructor.
Definition at line 209 of file DataSetTableView.cpp.
References m_hMenu, m_vMenu, and m_vportMenu.
|
signal |
Referenced by setAutoScrollEnabled(), and TablePopupFilter().
|
inline |
Definition at line 216 of file DataSetTableView.cpp.
References te::da::DataSet::getAccessPolicy(), GetHiddenColumnsMenu(), GetShowAllMenu(), hideColumn(), m_autoScrollEnabled, m_columnPressed, m_dset, m_enabled, m_hMenu, m_view, m_vMenu, m_vportMenu, promote(), removeColumn(), te::common::RWAccess, setAutoScrollEnabled(), showColumn(), showStatistics(), sortDataAsc(), and sortDataDesc().
|
inline |
Definition at line 363 of file DataSetTableView.cpp.
References GetHiddenSections(), m_dset, and m_view.
|
inlineprotectedslot |
Definition at line 380 of file DataSetTableView.cpp.
References m_columnPressed.
Referenced by eventFilter(), and TablePopupFilter().
|
signal |
|
signal |
Referenced by eventFilter().
|
inlineprotectedslot |
Definition at line 400 of file DataSetTableView.cpp.
References m_columnPressed.
Referenced by eventFilter(), and TablePopupFilter().
|
signal |
|
signal |
|
signal |
|
inlineprotectedslot |
Definition at line 405 of file DataSetTableView.cpp.
References enableAutoScroll(), and m_autoScrollEnabled.
Referenced by eventFilter(), and TablePopupFilter().
|
inline |
Definition at line 358 of file DataSetTableView.cpp.
References m_dset.
|
inline |
Definition at line 373 of file DataSetTableView.cpp.
References m_caps.
|
inline |
Definition at line 368 of file DataSetTableView.cpp.
References m_enabled.
|
inlineprotectedslot |
Definition at line 385 of file DataSetTableView.cpp.
Referenced by eventFilter(), and TablePopupFilter().
|
signal |
|
inlineprotectedslot |
Definition at line 392 of file DataSetTableView.cpp.
References te::da::DataSet::getPropertyName(), m_columnPressed, m_dset, and te::stat::StatisticsDialog::setStatistics().
Referenced by eventFilter().
|
signal |
Referenced by sortDataAsc(), sortDataDesc(), and TablePopupFilter().
|
inlineprotectedslot |
Definition at line 412 of file DataSetTableView.cpp.
References sortData().
Referenced by eventFilter().
|
inlineprotectedslot |
Definition at line 417 of file DataSetTableView.cpp.
References sortData().
Referenced by eventFilter().
|
protected |
Definition at line 451 of file DataSetTableView.cpp.
Referenced by eventFilter(), and setAutoScrollEnabled().
|
protected |
Definition at line 447 of file DataSetTableView.cpp.
Referenced by setDataSourceCapabilities().
|
protected |
Definition at line 450 of file DataSetTableView.cpp.
Referenced by eventFilter(), hideColumn(), removeColumn(), and showStatistics().
|
protected |
Definition at line 446 of file DataSetTableView.cpp.
Referenced by eventFilter(), getHiddenColumns(), setDataSet(), and showStatistics().
|
protected |
Definition at line 449 of file DataSetTableView.cpp.
Referenced by eventFilter(), and setEnabled().
|
protected |
Definition at line 443 of file DataSetTableView.cpp.
Referenced by eventFilter(), and ~TablePopupFilter().
|
protected |
Definition at line 448 of file DataSetTableView.cpp.
|
protected |
Definition at line 442 of file DataSetTableView.cpp.
Referenced by eventFilter(), getHiddenColumns(), and TablePopupFilter().
|
protected |
Definition at line 444 of file DataSetTableView.cpp.
Referenced by eventFilter(), and ~TablePopupFilter().
|
protected |
Definition at line 445 of file DataSetTableView.cpp.
Referenced by eventFilter(), and ~TablePopupFilter().