#include <aboutdata.h>

Classes | |
| class | Private |
Public Member Functions | |
| AboutPerson (const QString &name, const QString &task=QString(), const QByteArray &emailAddress=QByteArray(), const QByteArray &webAddress=QByteArray()) | |
| AboutPerson (const AboutPerson &other) | |
| ~AboutPerson () | |
| AboutPerson & | operator= (const AboutPerson &other) |
| QString | name () const |
| QString | task () const |
| QString | emailAddress () const |
| QString | webAddress () const |
Friends | |
| class | AboutData |
Definition at line 11 of file aboutdata.h.
| AboutPerson::AboutPerson | ( | const QString & | name, | |
| const QString & | task = QString(), |
|||
| const QByteArray & | emailAddress = QByteArray(), |
|||
| const QByteArray & | webAddress = QByteArray() | |||
| ) | [explicit] |
Definition at line 26 of file aboutdata.cpp.
| AboutPerson::AboutPerson | ( | const AboutPerson & | other | ) |
Definition at line 40 of file aboutdata.cpp.
| AboutPerson::~AboutPerson | ( | ) |
Definition at line 45 of file aboutdata.cpp.
| QString AboutPerson::emailAddress | ( | ) | const |
Definition at line 67 of file aboutdata.cpp.
| QString AboutPerson::name | ( | ) | const |
Definition at line 51 of file aboutdata.cpp.
| AboutPerson & AboutPerson::operator= | ( | const AboutPerson & | other | ) |
Definition at line 81 of file aboutdata.cpp.
| QString AboutPerson::task | ( | ) | const |
Definition at line 59 of file aboutdata.cpp.
| QString AboutPerson::webAddress | ( | ) | const |
Definition at line 74 of file aboutdata.cpp.
friend class AboutData [friend] |
Definition at line 13 of file aboutdata.h.
1.5.9