QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | Protected Member Functions | List of all members
QgsHighlightableComboBox Class Reference

A QComboBox subclass with the ability to "highlight" the edges of the widget. More...

#include <qgshighlightablecombobox.h>

Inheritance diagram for QgsHighlightableComboBox:
Inheritance graph
[legend]

Public Member Functions

 QgsHighlightableComboBox (QWidget *parent=nullptr)
 Constructor for QgsHighlightableComboBox with the specified parent widget. More...
 
bool isHighlighted () const
 Returns true if the combo box is currently highlighted. More...
 
void setHighlighted (bool highlighted)
 Sets whether the combo box is currently highlighted. More...
 

Protected Member Functions

void paintEvent (QPaintEvent *e) override
 

Detailed Description

A QComboBox subclass with the ability to "highlight" the edges of the widget.

Since
QGIS 3.12

Definition at line 34 of file qgshighlightablecombobox.h.

Constructor & Destructor Documentation

◆ QgsHighlightableComboBox()

QgsHighlightableComboBox::QgsHighlightableComboBox ( QWidget *  parent = nullptr)

Constructor for QgsHighlightableComboBox with the specified parent widget.

Definition at line 19 of file qgshighlightablecombobox.cpp.

Member Function Documentation

◆ isHighlighted()

bool QgsHighlightableComboBox::isHighlighted ( ) const
inline

Returns true if the combo box is currently highlighted.

See also
setHighlighted()

Definition at line 48 of file qgshighlightablecombobox.h.

◆ paintEvent()

void QgsHighlightableComboBox::paintEvent ( QPaintEvent *  e)
overrideprotected

Definition at line 23 of file qgshighlightablecombobox.cpp.

◆ setHighlighted()

void QgsHighlightableComboBox::setHighlighted ( bool  highlighted)

Sets whether the combo box is currently highlighted.

See also
isHighlighted()

Definition at line 36 of file qgshighlightablecombobox.cpp.


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