kdelirc
ProfileAction Class Reference
#include <profileserver.h>
Detailed Description
Definition at line 56 of file profileserver.h.
Public Member Functions | |
| const QString & | objId () const |
| void | setObjId (const QString &a) |
| const QString & | prototype () const |
| void | setPrototype (const QString &a) |
| const QString & | name () const |
| void | setName (const QString &a) |
| const QString & | comment () const |
| void | setComment (const QString &a) |
| const QString & | getClass () const |
| void | setClass (const QString &a) |
| const float | multiplier () const |
| void | setMultiplier (const float a) |
| bool | repeat () const |
| void | setRepeat (bool a) |
| bool | autoStart () const |
| void | setAutoStart (bool a) |
| const Q3ValueList < ProfileActionArgument > & | arguments () const |
| const Profile * | profile () const |
| void | setProfile (const Profile *a) |
Friends | |
| class | Profile |
Member Function Documentation
| const QString& ProfileAction::objId | ( | ) | const [inline] |
Definition at line 66 of file profileserver.h.
| void ProfileAction::setObjId | ( | const QString & | a | ) | [inline] |
Definition at line 67 of file profileserver.h.
| const QString& ProfileAction::prototype | ( | ) | const [inline] |
Definition at line 68 of file profileserver.h.
| void ProfileAction::setPrototype | ( | const QString & | a | ) | [inline] |
Definition at line 69 of file profileserver.h.
| const QString& ProfileAction::name | ( | ) | const [inline] |
Definition at line 70 of file profileserver.h.
| void ProfileAction::setName | ( | const QString & | a | ) | [inline] |
Definition at line 71 of file profileserver.h.
| const QString& ProfileAction::comment | ( | ) | const [inline] |
Definition at line 72 of file profileserver.h.
| void ProfileAction::setComment | ( | const QString & | a | ) | [inline] |
Definition at line 73 of file profileserver.h.
| const QString& ProfileAction::getClass | ( | ) | const [inline] |
Definition at line 74 of file profileserver.h.
| void ProfileAction::setClass | ( | const QString & | a | ) | [inline] |
Definition at line 75 of file profileserver.h.
| const float ProfileAction::multiplier | ( | ) | const [inline] |
Definition at line 76 of file profileserver.h.
| void ProfileAction::setMultiplier | ( | const float | a | ) | [inline] |
Definition at line 77 of file profileserver.h.
| bool ProfileAction::repeat | ( | ) | const [inline] |
Definition at line 78 of file profileserver.h.
| void ProfileAction::setRepeat | ( | bool | a | ) | [inline] |
Definition at line 79 of file profileserver.h.
| bool ProfileAction::autoStart | ( | ) | const [inline] |
Definition at line 80 of file profileserver.h.
| void ProfileAction::setAutoStart | ( | bool | a | ) | [inline] |
Definition at line 81 of file profileserver.h.
| const Q3ValueList<ProfileActionArgument>& ProfileAction::arguments | ( | ) | const [inline] |
Definition at line 82 of file profileserver.h.
| const Profile* ProfileAction::profile | ( | ) | const [inline] |
Definition at line 84 of file profileserver.h.
| void ProfileAction::setProfile | ( | const Profile * | a | ) | [inline] |
Definition at line 85 of file profileserver.h.
Friends And Related Function Documentation
friend class Profile [friend] |
Definition at line 64 of file profileserver.h.
The documentation for this class was generated from the following file:
KDE 4.0 API Reference