kremotecontrol
#include <keypressaction.h>

Public Member Functions | |
| KeypressAction (const QString &button) | |
| KeypressAction () | |
| virtual | ~KeypressAction () |
| virtual Action * | clone () const |
| virtual QString | description () const |
| QList< QKeySequence > | keySequenceList () const |
| virtual void | loadFromConfig (const KConfigGroup &config) |
| virtual QString | name () const |
| virtual void | saveToConfig (KConfigGroup &config) |
| void | setKeySequenceList (const QList< QKeySequence > &keySequenceList) |
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 | |
| QList< QKeySequence > | m_keySequenceList |
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 27 of file keypressaction.h.
Constructor & Destructor Documentation
| KeypressAction::KeypressAction | ( | const QString & | button | ) |
Definition at line 25 of file keypressaction.cpp.
| KeypressAction::KeypressAction | ( | ) |
Definition at line 29 of file keypressaction.cpp.
|
inlinevirtual |
Definition at line 32 of file keypressaction.h.
Member Function Documentation
|
virtual |
Implements Action.
Definition at line 65 of file keypressaction.cpp.
|
virtual |
Implements Action.
Definition at line 36 of file keypressaction.cpp.
| QList< QKeySequence > KeypressAction::keySequenceList | ( | ) | const |
Definition at line 76 of file keypressaction.cpp.
|
virtual |
Reimplemented from Action.
Definition at line 57 of file keypressaction.cpp.
|
virtual |
Implements Action.
Definition at line 32 of file keypressaction.cpp.
|
virtual |
Reimplemented from Action.
Definition at line 49 of file keypressaction.cpp.
| void KeypressAction::setKeySequenceList | ( | const QList< QKeySequence > & | keySequenceList | ) |
Definition at line 72 of file keypressaction.cpp.
Member Data Documentation
|
protected |
Definition at line 46 of file keypressaction.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