kremotecontrol
Mode Class Reference
#include <mode.h>
Public Member Functions | |
| Mode (const QString &name=QString(), const QString &iconName=QLatin1String("infrared-remote")) | |
| ~Mode () | |
| QVector< Action * > | actions () const |
| QVector< Action * > | actionsForButton (const QString &button) const |
| void | addAction (Action *action) |
| QString | button () const |
| bool | doAfter () |
| QString | iconName () const |
| void | moveActionDown (Action *action) |
| void | moveActionUp (Action *action) |
| QString | name () const |
| bool | operator== (const Mode &mode) const |
| void | removeAction (Action *action) |
| void | setButton (const QString &button) |
| void | setIconName (const QString &iconName) |
| void | setName (const QString &name) |
Protected Attributes | |
| QVector< Action * > | m_actionList |
| QString | m_button |
| bool | m_doAfter |
| QString | m_iconName |
| QString | m_name |
Detailed Description
Constructor & Destructor Documentation
|
explicit |
Member Function Documentation
| void Mode::addAction | ( | Action * | action | ) |
| void Mode::removeAction | ( | Action * | action | ) |
Member Data Documentation
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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