kdelirc
Profile Class Reference
#include <profileserver.h>

Detailed Description
Definition at line 88 of file profileserver.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) |
| const QString & | id () const |
| void | setId (const QString &a) |
| const QString & | name () const |
| void | setName (const QString &a) |
| const QString & | author () const |
| void | setAuthor (const QString &a) |
| const bool | unique () const |
| void | setUnique (const bool a) |
| const IfMulti | ifMulti () const |
| void | setIfMulti (const IfMulti a) |
| const QString & | serviceName () const |
| void | setServiceName (const QString &a) |
| const Q3Dict< ProfileAction > & | actions () const |
| const ProfileAction * | searchClass (const QString &c) const |
| void | loadFromFile (const QString &fileName) |
| Profile () | |
Friends | |
| class | ProfileServer |
Constructor & Destructor Documentation
| Profile::Profile | ( | ) |
Definition at line 46 of file profileserver.cpp.
Member Function Documentation
| bool Profile::characters | ( | const QString & | data | ) |
Definition at line 95 of file profileserver.cpp.
| bool Profile::startElement | ( | const QString & | , | |
| const QString & | , | |||
| const QString & | name, | |||
| const QXmlAttributes & | attributes | |||
| ) |
Definition at line 101 of file profileserver.cpp.
Definition at line 133 of file profileserver.cpp.
| const QString& Profile::id | ( | ) | const [inline] |
Definition at line 105 of file profileserver.h.
| void Profile::setId | ( | const QString & | a | ) | [inline] |
Definition at line 106 of file profileserver.h.
| const QString& Profile::name | ( | ) | const [inline] |
Definition at line 107 of file profileserver.h.
| void Profile::setName | ( | const QString & | a | ) | [inline] |
Definition at line 108 of file profileserver.h.
| const QString& Profile::author | ( | ) | const [inline] |
Definition at line 109 of file profileserver.h.
| void Profile::setAuthor | ( | const QString & | a | ) | [inline] |
Definition at line 110 of file profileserver.h.
| const bool Profile::unique | ( | ) | const [inline] |
Definition at line 111 of file profileserver.h.
| void Profile::setUnique | ( | const bool | a | ) | [inline] |
Definition at line 112 of file profileserver.h.
| const IfMulti Profile::ifMulti | ( | ) | const [inline] |
Definition at line 113 of file profileserver.h.
| void Profile::setIfMulti | ( | const IfMulti | a | ) | [inline] |
Definition at line 114 of file profileserver.h.
| const QString& Profile::serviceName | ( | ) | const [inline] |
Definition at line 115 of file profileserver.h.
| void Profile::setServiceName | ( | const QString & | a | ) | [inline] |
Definition at line 116 of file profileserver.h.
| const Q3Dict<ProfileAction>& Profile::actions | ( | ) | const [inline] |
Definition at line 117 of file profileserver.h.
| const ProfileAction * Profile::searchClass | ( | const QString & | c | ) | const |
Definition at line 55 of file profileserver.cpp.
| void Profile::loadFromFile | ( | const QString & | fileName | ) |
Definition at line 62 of file profileserver.cpp.
Friends And Related Function Documentation
friend class ProfileServer [friend] |
Definition at line 99 of file profileserver.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference