kdelirc
Remote Class Reference
#include <remoteserver.h>

Detailed Description
Definition at line 41 of file remoteserver.h.
Public Member Functions | |
| bool | characters (const QString &data) |
| bool | startElement (const QString &, const QString &, const QString &name, const QXmlAttributes &attributes) |
| bool | endElement (const QString &, const QString &, const QString &name) |
| void | setName (const QString &a) |
| const QString & | name (void) const |
| void | setId (const QString &a) |
| const QString & | id (void) const |
| void | setAuthor (const QString &a) |
| const QString & | author (void) const |
| const Q3Dict< RemoteButton > & | buttons () const |
| void | loadFromFile (const QString &fileName) |
| const QString & | getButtonName (const QString &id) const |
| Remote () | |
| ~Remote () | |
Friends | |
| class | RemoteServer |
Constructor & Destructor Documentation
| Remote::Remote | ( | ) |
Definition at line 46 of file remoteserver.cpp.
| Remote::~Remote | ( | ) |
Definition at line 51 of file remoteserver.cpp.
Member Function Documentation
| bool Remote::characters | ( | const QString & | data | ) |
Definition at line 67 of file remoteserver.cpp.
| bool Remote::startElement | ( | const QString & | , | |
| const QString & | , | |||
| const QString & | name, | |||
| const QXmlAttributes & | attributes | |||
| ) |
Definition at line 73 of file remoteserver.cpp.
Definition at line 92 of file remoteserver.cpp.
| void Remote::setName | ( | const QString & | a | ) | [inline] |
Definition at line 55 of file remoteserver.h.
| const QString& Remote::name | ( | void | ) | const [inline] |
Definition at line 56 of file remoteserver.h.
| void Remote::setId | ( | const QString & | a | ) | [inline] |
Definition at line 57 of file remoteserver.h.
| const QString& Remote::id | ( | void | ) | const [inline] |
Definition at line 58 of file remoteserver.h.
| void Remote::setAuthor | ( | const QString & | a | ) | [inline] |
Definition at line 59 of file remoteserver.h.
| const QString& Remote::author | ( | void | ) | const [inline] |
Definition at line 60 of file remoteserver.h.
| const Q3Dict<RemoteButton>& Remote::buttons | ( | ) | const [inline] |
Definition at line 61 of file remoteserver.h.
| void Remote::loadFromFile | ( | const QString & | fileName | ) |
Definition at line 55 of file remoteserver.cpp.
Definition at line 65 of file remoteserver.h.
Friends And Related Function Documentation
friend class RemoteServer [friend] |
Definition at line 49 of file remoteserver.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference