QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
16 #ifndef QGSOPTIONSDIALOGHIGHLIGHTWIDGETSIMPL_H
17 #define QGSOPTIONSDIALOGHIGHLIGHTWIDGETSIMPL_H
30 class QAbstractButton;
33 class QTreeWidgetItem;
51 bool searchText(
const QString &text )
override;
53 void reset()
override;
72 bool searchText(
const QString &text )
override;
74 void reset()
override;
93 bool searchText(
const QString &text )
override;
95 void reset()
override;
114 bool searchText(
const QString &text )
override;
116 void reset()
override;
137 bool searchText(
const QString &text )
override;
139 void reset()
override;
142 QMap<QTreeWidgetItem *, bool> mTreeInitialExpand = QMap<QTreeWidgetItem *, bool>();
143 QMap<QTreeWidgetItem *, bool> mTreeInitialVisible = QMap<QTreeWidgetItem *, bool>();
160 bool searchText(
const QString &text )
override;
162 void reset()
override;
165 #endif // QGSOPTIONSDIALOGHIGHLIGHTWIDGETSIMPL_H
QPointer< QGroupBox > mGroupBox
QPointer< QLabel > mLabel
QPointer< QCheckBox > mCheckBox
A highlight widget for trees. This is used to search and highlight text in QgsOptionsDialogBase imple...
A highlight widget for checkboxes. This is used to search and highlight text in QgsOptionsDialogBase ...
A highlight widget for labels. This is used to search and highlight text in QgsOptionsDialogBase impl...
QPointer< QTableView > mTableView
A highlight widget for group boxes. This is used to search and highlight text in QgsOptionsDialogBase...
A highlight widget for table widgets. This is used to search and highlight text in QgsOptionsDialogBa...
QPointer< QTreeView > mTreeView