KDEUI
#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) |
![]() | |
KCategoryDrawer () | |
virtual | ~KCategoryDrawer () |
virtual int | categoryHeight (const QModelIndex &index, const QStyleOption &option) const |
virtual void | drawCategory (const QModelIndex &index, int sortRole, const QStyleOption &option, QPainter *painter) const |
int | leftMargin () const |
KCategoryDrawer & | operator= (const KCategoryDrawer &cd) |
int | rightMargin () const |
void | setLeftMargin (int leftMargin) |
void | setRightMargin (int rightMargin) |
Detailed Description
- Since
- 4.4
- Warning
- Please use KCategoryDrawerV3 instead
Definition at line 113 of file kcategorydrawer.h.
Constructor & Destructor Documentation
◆ KCategoryDrawerV2()
KCategoryDrawerV2::KCategoryDrawerV2 | ( | QObject * | parent = 0 | ) |
Definition at line 199 of file kcategorydrawer.cpp.
◆ ~KCategoryDrawerV2()
|
virtual |
Definition at line 205 of file kcategorydrawer.cpp.
Member Function Documentation
◆ actionRequested
|
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...)
◆ collapseOrExpandClicked
|
signal |
This signal becomes emitted when collapse or expand has been clicked.
◆ mouseButtonDoubleClicked()
|
virtual |
Reimplemented in KCategoryDrawerV3.
Definition at line 224 of file kcategorydrawer.cpp.
◆ mouseButtonMoved()
|
virtual |
Definition at line 219 of file kcategorydrawer.cpp.
◆ mouseButtonPressed()
|
virtual |
Reimplemented in KCategoryDrawerV3.
Definition at line 209 of file kcategorydrawer.cpp.
◆ mouseButtonReleased()
|
virtual |
Reimplemented in KCategoryDrawerV3.
Definition at line 214 of file kcategorydrawer.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.