| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
A QComboBox subclass with the ability to "highlight" the edges of the widget. More...
#include <qgshighlightablecombobox.h>

Public Member Functions | |
| QgsHighlightableComboBox (QWidget *parent=nullptr) | |
| Constructor for QgsHighlightableComboBox with the specified parent widget.   | |
| bool | isHighlighted () const | 
Returns true if the combo box is currently highlighted.   | |
| void | setHighlighted (bool highlighted) | 
| Sets whether the combo box is currently highlighted.   | |
Protected Member Functions | |
| void | paintEvent (QPaintEvent *e) override | 
A QComboBox subclass with the ability to "highlight" the edges of the widget.
Definition at line 34 of file qgshighlightablecombobox.h.
| QgsHighlightableComboBox::QgsHighlightableComboBox | ( | QWidget * | parent = nullptr | ) | 
Constructor for QgsHighlightableComboBox with the specified parent widget.
Definition at line 20 of file qgshighlightablecombobox.cpp.
      
  | 
  inline | 
Returns true if the combo box is currently highlighted. 
Definition at line 47 of file qgshighlightablecombobox.h.
      
  | 
  overrideprotected | 
Definition at line 24 of file qgshighlightablecombobox.cpp.
| void QgsHighlightableComboBox::setHighlighted | ( | bool | highlighted | ) | 
Sets whether the combo box is currently highlighted.
Definition at line 37 of file qgshighlightablecombobox.cpp.