Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Signals |
Public Member Functions |
Properties |
Private Slots |
Private Attributes |
List of all members
QValueComboBox Class Reference
#include <qvaluecombobox.h>
Inheritance diagram for QValueComboBox:
Collaboration diagram for QValueComboBox:
Signals | |
void | valueChanged () |
Public Member Functions | |
QValueComboBox (QWidget *parent=0) | |
QVariant | value () const |
void | setValue (const QVariant &value) |
void | setRole (int role) |
Specify model role to use as ordinal value (defaults to Qt::UserRole) More... | |
Properties | |
QVariant | value |
Private Slots | |
void | handleSelectionChanged (int idx) |
Private Attributes | |
int | role |
Detailed Description
Definition at line 12 of file qvaluecombobox.h.
Constructor & Destructor Documentation
◆ QValueComboBox()
|
explicit |
Definition at line 7 of file qvaluecombobox.cpp.
References handleSelectionChanged().
Member Function Documentation
◆ handleSelectionChanged
|
privateslot |
Definition at line 28 of file qvaluecombobox.cpp.
References valueChanged().
Referenced by QValueComboBox().
◆ setRole()
void QValueComboBox::setRole | ( | int | role | ) |
Specify model role to use as ordinal value (defaults to Qt::UserRole)
Definition at line 23 of file qvaluecombobox.cpp.
References role.
◆ setValue()
void QValueComboBox::setValue | ( | const QVariant & | value | ) |
Definition at line 18 of file qvaluecombobox.cpp.
◆ value()
QVariant QValueComboBox::value | ( | ) | const |
Referenced by setValue().
◆ valueChanged
|
signal |
Referenced by handleSelectionChanged().
Member Data Documentation
◆ role
|
private |
Definition at line 31 of file qvaluecombobox.h.
Referenced by setRole(), and setValue().
Property Documentation
◆ value
|
readwrite |
Definition at line 16 of file qvaluecombobox.h.
The documentation for this class was generated from the following files:
- src/qt/qvaluecombobox.h
- src/qt/qvaluecombobox.cpp