KDEUI
Go to the documentation of this file.
21 #ifndef KACTIONCATEGORY_H
22 #define KACTIONCATEGORY_H
24 #include <QtCore/QObject>
25 #include <QtCore/QString>
26 #include <QtCore/QList>
33 struct KActionCategoryPrivate;
99 Q_PROPERTY(
QString text READ text WRITE setText )
128 const QObject *receiver = NULL,
129 const char *member = NULL);
134 const QObject *receiver = NULL,
135 const char *member = NULL);
139 const QObject *receiver = NULL,
140 const char *member = NULL);
142 template<
class ActionType>
145 const QObject *receiver = NULL,
146 const char *member = NULL)
148 ActionType *action = collection()->add<ActionType>(
name, receiver, member);
173 void setText(
const QString& text);
180 void unlistAction(
QAction *action);
185 void addAction(
QAction *action);
188 friend class KActionCollectionPrivate;
191 KActionCategoryPrivate *
const d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 20:19:49 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.