|
void | tapListenerEnabled (bool enable) |
|
void | disableTap () |
|
void | columnsChanged (QList< int > columns) |
|
|
void | filterAction (QString filter, FilterAction::Action action, FilterAction::ActionType type) |
|
void | columnsHaveChanged (QList< int > columns) |
|
|
| TrafficTree (QString baseName, GList **recentColumnList, QWidget *parent=nullptr) |
|
QMenu * | createCopyMenu (QWidget *parent=nullptr) |
| Create a menu containing clipboard copy entries for this tab.
|
|
void | applyRecentColumns () |
|
void | widenColumnToContents (int column) |
| Increase column width if necessary to fit contents, but don't narrow it.
|
|
virtual void | setModel (QAbstractItemModel *model) override |
|
|
class | TrafficTreeHeaderView |
|
◆ eTrafficTreeClipboard
Type for the selection of export.
- See also
- copyToClipboard
◆ createCopyMenu()
QMenu * TrafficTree::createCopyMenu |
( |
QWidget * |
parent = nullptr | ) |
|
Create a menu containing clipboard copy entries for this tab.
It will create all entries, including copying the content of the currently selected tab to CSV, YAML and JSON
- Parameters
-
parent | the parent object or null |
- Returns
- QMenu* the resulting menu or null
◆ widenColumnToContents()
void TrafficTree::widenColumnToContents |
( |
int |
column | ) |
|
Increase column width if necessary to fit contents, but don't narrow it.
This is used to ensure that the columns are wide enough for newly received data, but to avoid narrowing columns that have been manually widened, especially the Rel Start/Abs Start and Duration columns, since those contain a timeline graph.
The documentation for this class was generated from the following files: