kdelirc
IRAction Class Reference
#include <iraction.h>
Detailed Description
Definition at line 28 of file iraction.h.
Public Member Functions | |
| const IRAction & | loadFromConfig (KConfig &theConfig, int index) |
| void | saveToConfig (KConfig &theConfig, int index) const |
| const QString | function () const |
| const QString | application () const |
| const QString | buttonName () const |
| const QString | remoteName () const |
| const QString | notes () const |
| const QString & | program () const |
| const QString & | object () const |
| const Prototype & | method () const |
| const QString & | remote () const |
| const QString & | mode () const |
| const QString & | button () const |
| const Arguments | arguments () const |
| const bool | repeat () const |
| const bool | autoStart () const |
| const IfMulti | ifMulti () const |
| const bool | unique () const |
| const QString & | modeChange () const |
| const bool | doBefore () const |
| const bool | doAfter () const |
| bool | isModeChange () const |
| bool | isJustStart () const |
| void | setProgram (const QString &newProgram) |
| void | setObject (const QString &newObject) |
| void | setMethod (const Prototype &newMethod) |
| void | setRemote (const QString &newRemote) |
| void | setMode (const QString &newMode) |
| void | setButton (const QString &newButton) |
| void | setArguments (const Arguments &newArguments) |
| void | setRepeat (bool newRepeat) |
| void | setDoBefore (bool a) |
| void | setDoAfter (bool a) |
| void | setAutoStart (bool newAutoStart) |
| void | setModeChange (const QString &a) |
| void | setIfMulti (const IfMulti a) |
| void | setUnique (const bool a) |
| IRAction (const QString &newProgram, const QString &newObject, const QString &newMethod, const Arguments &newArguments, const QString &newRemote, const QString &newMode, const QString &newButton, const bool newRepeat, const bool newAutoStart, const bool newDoBefore, const bool newDoAfter, const bool newUnique, const IfMulti newIfMulti) | |
| IRAction () | |
Constructor & Destructor Documentation
| IRAction::IRAction | ( | const QString & | newProgram, | |
| const QString & | newObject, | |||
| const QString & | newMethod, | |||
| const Arguments & | newArguments, | |||
| const QString & | newRemote, | |||
| const QString & | newMode, | |||
| const QString & | newButton, | |||
| const bool | newRepeat, | |||
| const bool | newAutoStart, | |||
| const bool | newDoBefore, | |||
| const bool | newDoAfter, | |||
| const bool | newUnique, | |||
| const IfMulti | newIfMulti | |||
| ) |
Definition at line 23 of file iraction.cpp.
| IRAction::IRAction | ( | ) | [inline] |
Definition at line 85 of file iraction.h.
Member Function Documentation
| const IRAction & IRAction::loadFromConfig | ( | KConfig & | theConfig, | |
| int | index | |||
| ) |
Definition at line 40 of file iraction.cpp.
| void IRAction::saveToConfig | ( | KConfig & | theConfig, | |
| int | index | |||
| ) | const |
Definition at line 67 of file iraction.cpp.
| const QString IRAction::function | ( | ) | const |
Definition at line 93 of file iraction.cpp.
| const QString IRAction::application | ( | ) | const |
Definition at line 131 of file iraction.cpp.
| const QString IRAction::buttonName | ( | ) | const |
Definition at line 151 of file iraction.cpp.
| const QString IRAction::remoteName | ( | ) | const |
Definition at line 146 of file iraction.cpp.
| const QString IRAction::notes | ( | ) | const |
Definition at line 114 of file iraction.cpp.
| const QString& IRAction::program | ( | ) | const [inline] |
Definition at line 50 of file iraction.h.
| const QString& IRAction::object | ( | ) | const [inline] |
Definition at line 51 of file iraction.h.
| const Prototype& IRAction::method | ( | ) | const [inline] |
Definition at line 52 of file iraction.h.
| const QString& IRAction::remote | ( | ) | const [inline] |
Definition at line 53 of file iraction.h.
| const QString& IRAction::mode | ( | ) | const [inline] |
Definition at line 54 of file iraction.h.
| const QString& IRAction::button | ( | ) | const [inline] |
Definition at line 55 of file iraction.h.
| const Arguments IRAction::arguments | ( | ) | const [inline] |
Definition at line 56 of file iraction.h.
| const bool IRAction::repeat | ( | ) | const [inline] |
Definition at line 57 of file iraction.h.
| const bool IRAction::autoStart | ( | ) | const [inline] |
Definition at line 58 of file iraction.h.
| const IfMulti IRAction::ifMulti | ( | ) | const [inline] |
Definition at line 59 of file iraction.h.
| const bool IRAction::unique | ( | ) | const [inline] |
Definition at line 60 of file iraction.h.
| const QString& IRAction::modeChange | ( | ) | const [inline] |
Definition at line 62 of file iraction.h.
| const bool IRAction::doBefore | ( | ) | const [inline] |
Definition at line 63 of file iraction.h.
| const bool IRAction::doAfter | ( | ) | const [inline] |
Definition at line 64 of file iraction.h.
| bool IRAction::isModeChange | ( | ) | const [inline] |
Definition at line 66 of file iraction.h.
| bool IRAction::isJustStart | ( | ) | const [inline] |
Definition at line 67 of file iraction.h.
| void IRAction::setProgram | ( | const QString & | newProgram | ) | [inline] |
Definition at line 69 of file iraction.h.
| void IRAction::setObject | ( | const QString & | newObject | ) | [inline] |
Definition at line 70 of file iraction.h.
| void IRAction::setMethod | ( | const Prototype & | newMethod | ) | [inline] |
Definition at line 71 of file iraction.h.
| void IRAction::setRemote | ( | const QString & | newRemote | ) | [inline] |
Definition at line 72 of file iraction.h.
| void IRAction::setMode | ( | const QString & | newMode | ) | [inline] |
Definition at line 73 of file iraction.h.
| void IRAction::setButton | ( | const QString & | newButton | ) | [inline] |
Definition at line 74 of file iraction.h.
| void IRAction::setArguments | ( | const Arguments & | newArguments | ) | [inline] |
Definition at line 75 of file iraction.h.
| void IRAction::setRepeat | ( | bool | newRepeat | ) | [inline] |
Definition at line 76 of file iraction.h.
| void IRAction::setDoBefore | ( | bool | a | ) | [inline] |
Definition at line 77 of file iraction.h.
| void IRAction::setDoAfter | ( | bool | a | ) | [inline] |
Definition at line 78 of file iraction.h.
| void IRAction::setAutoStart | ( | bool | newAutoStart | ) | [inline] |
Definition at line 79 of file iraction.h.
| void IRAction::setModeChange | ( | const QString & | a | ) | [inline] |
Definition at line 80 of file iraction.h.
| void IRAction::setIfMulti | ( | const IfMulti | a | ) | [inline] |
Definition at line 81 of file iraction.h.
| void IRAction::setUnique | ( | const bool | a | ) | [inline] |
Definition at line 82 of file iraction.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference