QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
16 #ifndef QGSOPTIONSDIALOGHIGHLIGHTWIDGETSIMPL_H
17 #define QGSOPTIONSDIALOGHIGHLIGHTWIDGETSIMPL_H
30 class QAbstractButton;
33 class QTreeWidgetItem;
50 bool searchText(
const QString &text )
override;
52 void reset()
override;
71 bool searchText(
const QString &text )
override;
73 void reset()
override;
92 bool searchText(
const QString &text )
override;
94 void reset()
override;
113 bool searchText(
const QString &text )
override;
115 void reset()
override;
136 bool searchText(
const QString &text )
override;
138 void reset()
override;
141 QMap<QTreeWidgetItem *, bool> mTreeInitialExpand = QMap<QTreeWidgetItem *, bool>();
142 QMap<QTreeWidgetItem *, bool> mTreeInitialVisible = QMap<QTreeWidgetItem *, bool>();
144 #endif // QGSOPTIONSDIALOGHIGHLIGHTWIDGETSIMPL_H
QPointer< QGroupBox > mGroupBox
QPointer< QLabel > mLabel
QPointer< QCheckBox > mCheckBox
A highlight widget for trees.
A highlight widget for checkboxes.
A highlight widget for labels.
A highlight widget for group boxes.
QPointer< QTreeView > mTreeView