KDEUI
#include <kcategorydrawer.h>
- Deprecated:
- Since
- 4.4
- Warning
- Please use KCategoryDrawerV3 instead
Definition at line 113 of file kcategorydrawer.h.
KCategoryDrawerV2::KCategoryDrawerV2 |
( |
QObject * |
parent = 0 | ) |
|
KCategoryDrawerV2::~KCategoryDrawerV2 |
( |
| ) |
|
|
virtual |
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 |
void KCategoryDrawerV2::mouseButtonMoved |
( |
const QModelIndex & |
index, |
|
|
QMouseEvent * |
event |
|
) |
| |
|
virtual |
void KCategoryDrawerV2::mouseButtonPressed |
( |
const QModelIndex & |
index, |
|
|
QMouseEvent * |
event |
|
) |
| |
|
virtual |
void KCategoryDrawerV2::mouseButtonReleased |
( |
const QModelIndex & |
index, |
|
|
QMouseEvent * |
event |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.