![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include "config.h"
#include <ui/qt/models/atap_data_model.h>
#include <ui/qt/filter_action.h>
#include <ui/qt/widgets/traffic_tree.h>
#include <ui/qt/widgets/detachable_tabwidget.h>
#include <ui/qt/widgets/traffic_types_list.h>
#include <QTabWidget>
#include <QTreeView>
#include <QFile>
#include <QUrl>
#include <QAbstractItemDelegate>
#include <QSortFilterProxyModel>
Go to the source code of this file.
Classes | |
class | TabData |
class | TrafficTab |
A QTabWidget class, providing tap information. More... | |
Typedefs | |
typedef ATapDataModel *(* | ATapModelCallback) (int protoId, QString filter) |
Callback for creating an ATapDataModel. More... | |
typedef QAbstractItemDelegate *(* | ATapCreateDelegate) (QWidget *parent) |
Callback for creating an item delegate. More... | |
Wireshark - Network traffic analyzer By Gerald Combs geral Copyright 1998 Gerald Combs d@wi resha rk.o rg
SPDX-License-Identifier: GPL-2.0-or-later
typedef QAbstractItemDelegate*(* ATapCreateDelegate) (QWidget *parent) |
Callback for creating an item delegate.
parent | the parent for the delegate to attach to |
typedef ATapDataModel*(* ATapModelCallback) (int protoId, QString filter) |
Callback for creating an ATapDataModel.
protoId | the protocol id for the callback to use |
filter | setting the filter for the tap |