70 virtual bool filterAcceptsRow(
int sourceRow,
const QModelIndex &sourceParent)
const;
72 QVariant headerData(
int section, Qt::Orientation orientation,
73 int role = Qt::DisplayRole)
const;
75 void adjustHeader(
const QModelIndex ¤tIndex);
76 void setFilter(
const QString& filter);
79 bool lessThan(
const QModelIndex &source_left,
const QModelIndex &source_right)
const;
85 QString dissectorDescription_;