lib
Kross::Api::ScriptActionCollection Class Reference
#include <scriptaction.h>
Detailed Description
A collection to store ScriptAction shared pointers.A ScriptAction instance could be stored within multiple ScriptActionCollection instances.
Definition at line 192 of file scriptaction.h.
Public Member Functions | |
ScriptActionCollection (const QString &text, KActionCollection *ac, const char *name) | |
~ScriptActionCollection () | |
ScriptAction::Ptr | action (const QCString &name) |
QValueList< ScriptAction::Ptr > | actions () |
KActionMenu * | actionMenu () |
void | attach (ScriptAction::Ptr action) |
void | detach (ScriptAction::Ptr action) |
void | clear () |
Constructor & Destructor Documentation
|
Constructor.
Definition at line 240 of file scriptaction.h. |
|
Destructor.
Definition at line 248 of file scriptaction.h. |
Member Function Documentation
|
Definition at line 257 of file scriptaction.h. |
|
Definition at line 267 of file scriptaction.h. |
|
Definition at line 262 of file scriptaction.h. |
|
Attach a ScriptAction instance to this ScriptActionCollection .
Definition at line 272 of file scriptaction.h. |
|
Clear this ScriptActionCollection . The collection will be empty and there are no actions attach any longer. Definition at line 295 of file scriptaction.h. |
|
Detach a ScriptAction instance from this ScriptActionCollection .
Definition at line 283 of file scriptaction.h. |
The documentation for this class was generated from the following file: