#include <Libs/Widgets/ctkTreeComboBox.h>
Public Types | |
typedef QComboBox | Superclass |
Public Member Functions | |
ctkTreeComboBox (QWidget *parent=0) | |
virtual bool | eventFilter (QObject *object, QEvent *event) |
virtual void | hidePopup () |
virtual void | showPopup () |
virtual | ~ctkTreeComboBox () |
Protected Slots | |
void | onCollapsed (const QModelIndex &) |
void | onExpanded (const QModelIndex &) |
Protected Member Functions | |
virtual void | paintEvent (QPaintEvent *) |
Private Member Functions | |
CTK_DECLARE_PRIVATE (ctkTreeComboBox) |
Definition at line 48 of file ctkTreeComboBox.h.
typedef QComboBox ctkTreeComboBox::Superclass |
Definition at line 52 of file ctkTreeComboBox.h.
ctkTreeComboBox::ctkTreeComboBox | ( | QWidget * | parent = 0 |
) | [explicit] |
Definition at line 46 of file ctkTreeComboBox.cpp.
virtual ctkTreeComboBox::~ctkTreeComboBox | ( | ) | [inline, virtual] |
Definition at line 54 of file ctkTreeComboBox.h.
ctkTreeComboBox::CTK_DECLARE_PRIVATE | ( | ctkTreeComboBox | ) | [private] |
bool ctkTreeComboBox::eventFilter | ( | QObject * | object, | |
QEvent * | event | |||
) | [virtual] |
Definition at line 65 of file ctkTreeComboBox.cpp.
void ctkTreeComboBox::hidePopup | ( | ) | [virtual] |
Definition at line 117 of file ctkTreeComboBox.cpp.
void ctkTreeComboBox::onCollapsed | ( | const QModelIndex & | index | ) | [protected, slot] |
Definition at line 142 of file ctkTreeComboBox.cpp.
void ctkTreeComboBox::onExpanded | ( | const QModelIndex & | ) | [protected, slot] |
Definition at line 156 of file ctkTreeComboBox.cpp.
void ctkTreeComboBox::paintEvent | ( | QPaintEvent * | p | ) | [protected, virtual] |
Definition at line 162 of file ctkTreeComboBox.cpp.
void ctkTreeComboBox::showPopup | ( | ) | [virtual] |
Definition at line 110 of file ctkTreeComboBox.cpp.