KexiComboBoxDropDownButton Class Reference
#include <kexicomboboxdropdownbutton.h>
Inheritance diagram for KexiComboBoxDropDownButton:

Detailed Description
A drop-down button for combo box widgets.Used in KexiComboBoxTableEdit.
Definition at line 30 of file kexicomboboxdropdownbutton.h.
Public Member Functions | |
| KexiComboBoxDropDownButton (QWidget *parent) | |
| virtual | ~KexiComboBoxDropDownButton () |
Protected Member Functions | |
| virtual void | drawButton (QPainter *p) |
| virtual void | styleChange (QStyle &oldStyle) |
Protected Attributes | |
| int | m_fixForHeight |
| bool | m_drawComplexControl: 1 |
| KComboBox * | m_paintedCombo |
| fake combo used only to pass it as 'this' for QStyle (because styles use <static_cast>) | |
Constructor & Destructor Documentation
|
|
Definition at line 29 of file kexicomboboxdropdownbutton.cpp. References m_paintedCombo, size, and styleChange(). |
|
|
Definition at line 42 of file kexicomboboxdropdownbutton.cpp. |
Member Function Documentation
|
|
Reimplemented after KPushButton to draw drop-down arrow. Definition at line 46 of file kexicomboboxdropdownbutton.cpp. References m_drawComplexControl, m_fixForHeight, m_paintedCombo, and size. |
|
|
Reimplemented after KPushButton to adapt size to style changes. Definition at line 71 of file kexicomboboxdropdownbutton.cpp. References m_drawComplexControl, m_fixForHeight, and m_paintedCombo. Referenced by KexiComboBoxDropDownButton(). |
Member Data Documentation
|
|
Definition at line 44 of file kexicomboboxdropdownbutton.h. Referenced by drawButton(), and styleChange(). |
|
|
Definition at line 43 of file kexicomboboxdropdownbutton.h. Referenced by drawButton(), and styleChange(). |
|
|
fake combo used only to pass it as 'this' for QStyle (because styles use <static_cast>)
Definition at line 45 of file kexicomboboxdropdownbutton.h. Referenced by drawButton(), KexiComboBoxDropDownButton(), and styleChange(). |
The documentation for this class was generated from the following files:
