kremotecontrol
#include <profileactiontemplate.h>
Public Member Functions | |
| ProfileActionTemplate (const QString &profile, const QString &actionTemplateID, const QString &actionName, const QString &serviceName, const QString &node, const QString &interface, const Prototype &function, const ProfileAction::ActionDestination, bool autostart, bool repeat, const QString &description=QString(), const QString &buttonName=QString()) | |
| ProfileActionTemplate () | |
| QString | actionName () const |
| QString | actionTemplateId () const |
| bool | autostart () const |
| QString | buttonName () const |
| ProfileAction * | createAction (const RemoteControlButton &button) const |
| QString | description () const |
| ProfileAction::ActionDestination | destination () const |
| Prototype | function () const |
| QString | interface () const |
| QString | node () const |
| QString | profileId () const |
| bool | repeat () const |
| QString | service () const |
Detailed Description
Definition at line 31 of file profileactiontemplate.h.
Constructor & Destructor Documentation
| ProfileActionTemplate::ProfileActionTemplate | ( | const QString & | profile, |
| const QString & | actionTemplateID, | ||
| const QString & | actionName, | ||
| const QString & | serviceName, | ||
| const QString & | node, | ||
| const QString & | interface, | ||
| const Prototype & | function, | ||
| const ProfileAction::ActionDestination | destination, | ||
| bool | autostart, | ||
| bool | repeat, | ||
| const QString & | description = QString(), |
||
| const QString & | buttonName = QString() |
||
| ) |
Definition at line 30 of file profileactiontemplate.cpp.
| ProfileActionTemplate::ProfileActionTemplate | ( | ) |
Definition at line 25 of file profileactiontemplate.cpp.
Member Function Documentation
| QString ProfileActionTemplate::actionName | ( | ) | const |
Definition at line 66 of file profileactiontemplate.cpp.
| QString ProfileActionTemplate::actionTemplateId | ( | ) | const |
Definition at line 62 of file profileactiontemplate.cpp.
| bool ProfileActionTemplate::autostart | ( | ) | const |
Definition at line 95 of file profileactiontemplate.cpp.
| QString ProfileActionTemplate::buttonName | ( | ) | const |
Definition at line 103 of file profileactiontemplate.cpp.
| ProfileAction * ProfileActionTemplate::createAction | ( | const RemoteControlButton & | button | ) | const |
Definition at line 107 of file profileactiontemplate.cpp.
| QString ProfileActionTemplate::description | ( | ) | const |
Definition at line 78 of file profileactiontemplate.cpp.
| DBusAction::ActionDestination ProfileActionTemplate::destination | ( | ) | const |
Definition at line 91 of file profileactiontemplate.cpp.
| Prototype ProfileActionTemplate::function | ( | ) | const |
Definition at line 87 of file profileactiontemplate.cpp.
| QString ProfileActionTemplate::interface | ( | ) | const |
Definition at line 82 of file profileactiontemplate.cpp.
| QString ProfileActionTemplate::node | ( | ) | const |
Definition at line 74 of file profileactiontemplate.cpp.
| QString ProfileActionTemplate::profileId | ( | ) | const |
Definition at line 58 of file profileactiontemplate.cpp.
| bool ProfileActionTemplate::repeat | ( | ) | const |
Definition at line 99 of file profileactiontemplate.cpp.
| QString ProfileActionTemplate::service | ( | ) | const |
Definition at line 70 of file profileactiontemplate.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:07:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference