#include <author.h>
Public Member Functions | |
| Author () | |
| Author (const Author &other) | |
| ~Author () | |
| QString | email () const |
| QString | homepage () const |
| QString | jabber () const |
| QString | name () const |
| Author & | operator= (const Author &other) |
| void | setEmail (const QString &email) |
| void | setHomepage (const QString &homepage) |
| void | setJabber (const QString &jabber) |
| void | setName (const QString &name) |
Detailed Description
KNewStuff author information.
This class provides accessor methods to the author data as used by KNewStuff. It should probably not be used directly by the application.
Constructor & Destructor Documentation
| Author::Author | ( | ) |
Constructor.
Definition at line 31 of file knewstuff2/core/author.cpp.
| Author::Author | ( | const Author & | other | ) |
Definition at line 36 of file knewstuff2/core/author.cpp.
| Author::~Author | ( | ) |
Destructor.
Definition at line 48 of file knewstuff2/core/author.cpp.
Member Function Documentation
| QString Author::email | ( | ) | const |
Retrieve the author's email address.
- Returns:
- author email address
Definition at line 68 of file knewstuff2/core/author.cpp.
| QString Author::homepage | ( | ) | const |
Retrieve the author's homepage.
- Returns:
- author homepage
Definition at line 88 of file knewstuff2/core/author.cpp.
| QString Author::jabber | ( | ) | const |
Retrieve the author's jabber address.
- Returns:
- author jabber address
Definition at line 78 of file knewstuff2/core/author.cpp.
| QString Author::name | ( | ) | const |
Retrieve the author's name.
- Returns:
- author name
Definition at line 58 of file knewstuff2/core/author.cpp.
Definition at line 42 of file knewstuff2/core/author.cpp.
| void Author::setEmail | ( | const QString & | ) |
Sets the email address of the author.
Definition at line 63 of file knewstuff2/core/author.cpp.
| void Author::setHomepage | ( | const QString & | homepage | ) |
Sets the homepage of the author.
Definition at line 83 of file knewstuff2/core/author.cpp.
| void Author::setJabber | ( | const QString & | jabber | ) |
Sets the jabber address of the author.
Definition at line 73 of file knewstuff2/core/author.cpp.
| void Author::setName | ( | const QString & | name | ) |
Sets the full name of the author.
Definition at line 53 of file knewstuff2/core/author.cpp.
The documentation for this class was generated from the following files:
KDE 4.7 API Reference