|
QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
|
A highlight widget for table widgets. More...
#include <qgsoptionsdialoghighlightwidgetsimpl.h>

Public Member Functions | |
| QgsOptionsDialogHighlightTable (QTableView *tableView) | |
| constructs a highlight widget for a table view or widget. More... | |
Public Member Functions inherited from QgsOptionsDialogHighlightWidget | |
| bool | eventFilter (QObject *obj, QEvent *event) override |
| bool | isValid () |
| Returns if it valid: if the widget type is handled and if the widget is not still available. More... | |
| bool | searchHighlight (const QString &text) |
| search for a text pattern and highlight the widget if the text is found More... | |
| QWidget * | widget () |
| Returns the widget. More... | |
Protected Member Functions | |
| bool | highlightText (const QString &text) override |
| Highlight the text in the widget. More... | |
| void | reset () override |
| reset the style of the widgets to its original state More... | |
| bool | searchText (const QString &text) override |
Search for the text in the widget and return true if it was found. More... | |
Protected Member Functions inherited from QgsOptionsDialogHighlightWidget | |
| QgsOptionsDialogHighlightWidget (QWidget *widget=nullptr) | |
| Constructor. More... | |
| virtual bool | highlightText (const QString &text)=0 |
| Highlight the text in the widget. More... | |
| virtual void | reset ()=0 |
| reset the style of the widgets to its original state More... | |
| virtual bool | searchText (const QString &text)=0 |
Search for the text in the widget and return true if it was found. More... | |
Protected Attributes | |
| QPointer< QTableView > | mTableView |
Protected Attributes inherited from QgsOptionsDialogHighlightWidget | |
| QPointer< QWidget > | mWidget |
| Pointer to the widget. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from QgsOptionsDialogHighlightWidget | |
| static QgsOptionsDialogHighlightWidget * | createWidget (QWidget *widget) |
| create a highlight widget implementation for the proper widget type. More... | |
A highlight widget for table widgets.
This is used to search and highlight text in QgsOptionsDialogBase implementations.
Definition at line 153 of file qgsoptionsdialoghighlightwidgetsimpl.h.
| QgsOptionsDialogHighlightTable::QgsOptionsDialogHighlightTable | ( | QTableView * | tableView | ) |
constructs a highlight widget for a table view or widget.
Definition at line 303 of file qgsoptionsdialoghighlightwidgetsimpl.cpp.
|
overrideprotectedvirtual |
Highlight the text in the widget.
true if the text could be highlighted. Implements QgsOptionsDialogHighlightWidget.
Definition at line 326 of file qgsoptionsdialoghighlightwidgetsimpl.cpp.
|
overrideprotectedvirtual |
reset the style of the widgets to its original state
Implements QgsOptionsDialogHighlightWidget.
Definition at line 331 of file qgsoptionsdialoghighlightwidgetsimpl.cpp.
|
overrideprotectedvirtual |
Search for the text in the widget and return true if it was found.
Implements QgsOptionsDialogHighlightWidget.
Definition at line 309 of file qgsoptionsdialoghighlightwidgetsimpl.cpp.
|
protected |
Definition at line 163 of file qgsoptionsdialoghighlightwidgetsimpl.h.