kremotecontrol
#include <profileaction.h>

Public Member Functions | |
| ProfileAction () | |
| ProfileAction (const QString &button, const QString &profile, const QString &actionTemplate) | |
| QString | actionTemplateId () const |
| virtual Action * | clone () const |
| virtual QString | description () const |
| virtual void | loadFromConfig (const KConfigGroup &config) |
| virtual QString | name () const |
| QString | profileId () const |
| virtual void | saveToConfig (KConfigGroup &config) |
| void | setActionTemplateId (const QString &actionTemplateID) |
| void | setProfileId (const QString &profileId) |
Public Member Functions inherited from DBusAction | |
| DBusAction (const QString &button) | |
| DBusAction () | |
| QString | application () const |
| Prototype | function () const |
| QString | interface () const |
| QString | node () const |
| void | setApplication (const QString &application) |
| void | setFunction (const Prototype &function) |
| void | setInterface (const QString &interface) |
| void | setNode (const QString &node) |
Public Member Functions inherited from Action | |
| Action (ActionType type, const QString &button) | |
| Action (ActionType type) | |
| Action (const Action &action) | |
| virtual | ~Action () |
| bool | autostart () const |
| QString | button () const |
| ActionDestination | destination () const |
| bool | repeat () const |
| void | setAutostart (bool autostart) |
| void | setButton (const QString &button) |
| void | setDestination (ActionDestination destination) |
| void | setRepeat (bool repeat) |
| ActionType | type () const |
Protected Attributes | |
| QString | m_profileId |
| QString | m_template |
Protected Attributes inherited from DBusAction | |
| QString | m_application |
| Prototype | m_function |
| QString | m_interface |
| QString | m_node |
Protected Attributes inherited from Action | |
| bool | m_autostart |
| QString | m_button |
| ActionDestination | m_destination |
| bool | m_repeat |
| ActionType | m_type |
Additional Inherited Members | |
Public Types inherited from Action | |
| enum | ActionDestination { Unique, Top, Bottom, None, All } |
| enum | ActionType { DBusAction, ProfileAction, KeypressAction } |
Detailed Description
Definition at line 26 of file profileaction.h.
Constructor & Destructor Documentation
| ProfileAction::ProfileAction | ( | ) |
Definition at line 23 of file profileaction.cpp.
| ProfileAction::ProfileAction | ( | const QString & | button, |
| const QString & | profile, | ||
| const QString & | actionTemplate | ||
| ) |
Definition at line 28 of file profileaction.cpp.
Member Function Documentation
| QString ProfileAction::actionTemplateId | ( | ) | const |
Definition at line 42 of file profileaction.cpp.
|
virtual |
Reimplemented from DBusAction.
Definition at line 84 of file profileaction.cpp.
|
virtual |
Reimplemented from DBusAction.
Definition at line 59 of file profileaction.cpp.
|
virtual |
Reimplemented from DBusAction.
Definition at line 78 of file profileaction.cpp.
|
virtual |
Reimplemented from DBusAction.
Definition at line 50 of file profileaction.cpp.
| QString ProfileAction::profileId | ( | ) | const |
Definition at line 34 of file profileaction.cpp.
|
virtual |
Reimplemented from DBusAction.
Definition at line 72 of file profileaction.cpp.
| void ProfileAction::setActionTemplateId | ( | const QString & | actionTemplateID | ) |
Definition at line 46 of file profileaction.cpp.
| void ProfileAction::setProfileId | ( | const QString & | profileId | ) |
Definition at line 38 of file profileaction.cpp.
Member Data Documentation
|
protected |
Definition at line 47 of file profileaction.h.
|
protected |
Definition at line 48 of file profileaction.h.
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
Public Member Functions inherited from