Header view for the traffic tree providing column customization and filtering.
More...
#include <traffic_tree.h>
|
| void | columnsHaveChanged (QList< int > visible) |
| | Signal emitted when the visible columns have changed.
|
| |
| void | filterOnColumn (int column, int filterOn, QString filterText) |
| | Signal emitted to filter data based on a column's criteria.
|
| |
Header view for the traffic tree providing column customization and filtering.
◆ TrafficTreeHeaderView()
| TrafficTreeHeaderView::TrafficTreeHeaderView |
( |
GList ** |
recentColumnList, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
Constructs a new TrafficTreeHeaderView.
- Parameters
-
| recentColumnList | Pointer to a GList of recently visible columns. |
| parent | The parent widget, defaults to nullptr. |
◆ columnsHaveChanged
| void TrafficTreeHeaderView::columnsHaveChanged |
( |
QList< int > |
visible | ) |
|
|
signal |
Signal emitted when the visible columns have changed.
- Parameters
-
| visible | List of visible column indices. |
◆ filterOnColumn
| void TrafficTreeHeaderView::filterOnColumn |
( |
int |
column, |
|
|
int |
filterOn, |
|
|
QString |
filterText |
|
) |
| |
|
signal |
Signal emitted to filter data based on a column's criteria.
- Parameters
-
| column | The column index to filter on. |
| filterOn | The filter operation type. |
| filterText | The text value to filter against. |
The documentation for this class was generated from the following files: