KItemViews
kcategorydrawer.h
58 virtual void drawCategory(const QModelIndex &index, int sortRole, const QStyleOption &option, QPainter *painter) const;
88 * this will be triggered when you have received an event, and its position matched some "hot spot".
107 virtual void mouseButtonPressed(const QModelIndex &index, const QRect &blockRect, QMouseEvent *event);
120 virtual void mouseButtonReleased(const QModelIndex &index, const QRect &blockRect, QMouseEvent *event);
142 virtual void mouseButtonDoubleClicked(const QModelIndex &index, const QRect &blockRect, QMouseEvent *event);
Item view for listing items in a categorized fashion optionally.
Definition kcategorizedview.h:69
void collapseOrExpandClicked(const QModelIndex &index)
This signal becomes emitted when collapse or expand has been clicked.
void actionRequested(int action, const QModelIndex &index)
Emit this signal on your subclass implementation to notify that something happened.
Q_SIGNALSQ_SIGNALS
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:47 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:47 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.