Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
Public Types | |
enum | DecodeAsColumn { colTable = 0, colSelector, colType, colDefault, colProtocol, colDecodeAsMax } |
Public Member Functions | |
DecodeAsModel (QObject *parent, capture_file *cf=NULL) | |
Qt::ItemFlags | flags (const QModelIndex &index) const |
QVariant | data (const QModelIndex &index, int role) const |
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
void | fillTable () |
void | setDissectorHandle (const QModelIndex &index, dissector_handle_t dissector_handle) |
bool | insertRows (int row, int count, const QModelIndex &parent=QModelIndex()) |
bool | removeRows (int row, int count, const QModelIndex &parent=QModelIndex()) |
bool | copyRow (int dst_row, int src_row) |
void | applyChanges () |
Static Public Member Functions | |
static QString | entryString (const gchar *table_name, gpointer value) |