KCategoryDrawerV2 Class Reference
#include <kcategorydrawer.h>

Signals | |
| void | actionRequested (int action, const QModelIndex &index) |
| void | collapseOrExpandClicked (const QModelIndex &index) |
Public Member Functions | |
| KCategoryDrawerV2 (QObject *parent=0) | |
| virtual | ~KCategoryDrawerV2 () |
| virtual void | mouseButtonDoubleClicked (const QModelIndex &index, QMouseEvent *event) |
| virtual void | mouseButtonMoved (const QModelIndex &index, QMouseEvent *event) |
| virtual void | mouseButtonPressed (const QModelIndex &index, QMouseEvent *event) |
| virtual void | mouseButtonReleased (const QModelIndex &index, QMouseEvent *event) |
Detailed Description
- Since:
- 4.4
- Warning:
- Please use KCategoryDrawerV3 instead
Definition at line 113 of file kcategorydrawer.h.
Constructor & Destructor Documentation
| KCategoryDrawerV2::KCategoryDrawerV2 | ( | QObject * | parent = 0 | ) |
Definition at line 199 of file kcategorydrawer.cpp.
| KCategoryDrawerV2::~KCategoryDrawerV2 | ( | ) | [virtual] |
Definition at line 205 of file kcategorydrawer.cpp.
Member Function Documentation
| void KCategoryDrawerV2::actionRequested | ( | int | action, |
| const QModelIndex & | index | ||
| ) | [signal] |
Emit this signal on your subclass implementation to notify that something happened.
Usually this will be triggered when you have received an event, and its position matched some "hot spot".
You give this action the integer you want, and having connected this signal to your code, the connected slot can perform the needed changes (view, model, selection model, delegate...)
| void KCategoryDrawerV2::collapseOrExpandClicked | ( | const QModelIndex & | index | ) | [signal] |
This signal becomes emitted when collapse or expand has been clicked.
| void KCategoryDrawerV2::mouseButtonDoubleClicked | ( | const QModelIndex & | index, |
| QMouseEvent * | event | ||
| ) | [virtual] |
Definition at line 224 of file kcategorydrawer.cpp.
| void KCategoryDrawerV2::mouseButtonMoved | ( | const QModelIndex & | index, |
| QMouseEvent * | event | ||
| ) | [virtual] |
Definition at line 219 of file kcategorydrawer.cpp.
| void KCategoryDrawerV2::mouseButtonPressed | ( | const QModelIndex & | index, |
| QMouseEvent * | event | ||
| ) | [virtual] |
Definition at line 209 of file kcategorydrawer.cpp.
| void KCategoryDrawerV2::mouseButtonReleased | ( | const QModelIndex & | index, |
| QMouseEvent * | event | ||
| ) | [virtual] |
Definition at line 214 of file kcategorydrawer.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference