ScriptActionInfo Class Reference
#include <katecommandlinescript.h>
Public Member Functions | |
| ScriptActionInfo () | |
| QString | category () const |
| QString | command () const |
| QString | icon () const |
| bool | interactive () const |
| bool | isValid () const |
| void | setCategory (const QString &category) |
| void | setCommand (const QString &command) |
| void | setIcon (const QString &icon) |
| void | setInteractive (bool interactive) |
| void | setShortcut (const QString &shortcut) |
| void | setText (const QString &text) |
| QString | shortcut () const |
| QString | text () const |
Detailed Description
Definition at line 47 of file katecommandlinescript.h.
Constructor & Destructor Documentation
| ScriptActionInfo::ScriptActionInfo | ( | ) | [inline] |
Definition at line 50 of file katecommandlinescript.h.
Member Function Documentation
| QString ScriptActionInfo::category | ( | ) | const [inline] |
Definition at line 61 of file katecommandlinescript.h.
| QString ScriptActionInfo::command | ( | ) | const [inline] |
Definition at line 55 of file katecommandlinescript.h.
| QString ScriptActionInfo::icon | ( | ) | const [inline] |
Definition at line 59 of file katecommandlinescript.h.
| bool ScriptActionInfo::interactive | ( | ) | const [inline] |
Definition at line 63 of file katecommandlinescript.h.
| bool ScriptActionInfo::isValid | ( | ) | const [inline] |
Definition at line 52 of file katecommandlinescript.h.
| void ScriptActionInfo::setCategory | ( | const QString & | category | ) | [inline] |
Definition at line 60 of file katecommandlinescript.h.
| void ScriptActionInfo::setCommand | ( | const QString & | command | ) | [inline] |
Definition at line 54 of file katecommandlinescript.h.
| void ScriptActionInfo::setIcon | ( | const QString & | icon | ) | [inline] |
Definition at line 58 of file katecommandlinescript.h.
| void ScriptActionInfo::setInteractive | ( | bool | interactive | ) | [inline] |
Definition at line 62 of file katecommandlinescript.h.
| void ScriptActionInfo::setShortcut | ( | const QString & | shortcut | ) | [inline] |
Definition at line 64 of file katecommandlinescript.h.
| void ScriptActionInfo::setText | ( | const QString & | text | ) | [inline] |
Definition at line 56 of file katecommandlinescript.h.
| QString ScriptActionInfo::shortcut | ( | ) | const [inline] |
Definition at line 65 of file katecommandlinescript.h.
| QString ScriptActionInfo::text | ( | ) | const [inline] |
Definition at line 57 of file katecommandlinescript.h.
The documentation for this class was generated from the following file:
KDE 4.6 API Reference