|
Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
Public Member Functions | |
| UatModel (QObject *parent, uat_t *uat=0) | |
| UatModel (QObject *parent, QString tableName) | |
| Qt::ItemFlags | flags (const QModelIndex &index) const |
| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) 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) |
| 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) |
| bool | moveRow (int src_row, int dst_row) |
| bool | hasErrors () const |
| void | clearAll () |
| QModelIndex | findRowForColumnContent (QVariant columnContent, int columnToCheckAgainst, int role=Qt::DisplayRole) |
1.8.11