QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
QgsOptionsDialogHighlightGroupBox Class Reference

A highlight widget for group boxes. More...

#include <qgsoptionsdialoghighlightwidgetsimpl.h>

Inheritance diagram for QgsOptionsDialogHighlightGroupBox:
Inheritance graph
[legend]

Public Member Functions

 QgsOptionsDialogHighlightGroupBox (QGroupBox *groupBox)
 constructs a highlight widget for a group box. 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...
 

Protected Attributes

QPointer< QGroupBox > mGroupBox
 
QString mStyleSheet
 
- Protected Attributes inherited from QgsOptionsDialogHighlightWidget
QPointer< QWidget > mWidget
 Pointer to the widget. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from QgsOptionsDialogHighlightWidget
static QgsOptionsDialogHighlightWidgetcreateWidget (QWidget *widget)
 create a highlight widget implementation for the proper widget type. More...
 

Detailed Description

A highlight widget for group boxes.

This is used to search and highlight text in QgsOptionsDialogBase implementations.

Since
QGIS 3.0

Definition at line 106 of file qgsoptionsdialoghighlightwidgetsimpl.h.

Constructor & Destructor Documentation

QgsOptionsDialogHighlightGroupBox::QgsOptionsDialogHighlightGroupBox ( QGroupBox *  groupBox)

constructs a highlight widget for a group box.

Definition at line 164 of file qgsoptionsdialoghighlightwidgetsimpl.cpp.

Member Function Documentation

bool QgsOptionsDialogHighlightGroupBox::highlightText ( const QString &  text)
overrideprotectedvirtual

Highlight the text in the widget.

Returns
true if the text could be highlighted.

Implements QgsOptionsDialogHighlightWidget.

Definition at line 184 of file qgsoptionsdialoghighlightwidgetsimpl.cpp.

void QgsOptionsDialogHighlightGroupBox::reset ( )
overrideprotectedvirtual

reset the style of the widgets to its original state

Implements QgsOptionsDialogHighlightWidget.

Definition at line 194 of file qgsoptionsdialoghighlightwidgetsimpl.cpp.

bool QgsOptionsDialogHighlightGroupBox::searchText ( const QString &  text)
overrideprotectedvirtual

Search for the text in the widget and return true if it was found.

Implements QgsOptionsDialogHighlightWidget.

Definition at line 176 of file qgsoptionsdialoghighlightwidgetsimpl.cpp.

Member Data Documentation

QPointer<QGroupBox> QgsOptionsDialogHighlightGroupBox::mGroupBox
protected

Definition at line 116 of file qgsoptionsdialoghighlightwidgetsimpl.h.

QString QgsOptionsDialogHighlightGroupBox::mStyleSheet
protected

Definition at line 117 of file qgsoptionsdialoghighlightwidgetsimpl.h.


The documentation for this class was generated from the following files: