KNewStuff
KNS::Author Class Reference
KNewStuff author information. More...
#include <author.h>
Public Member Functions | |
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) |
~Author () |
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.
Definition at line 40 of file author.h.
Constructor & Destructor Documentation
Author::Author | ( | ) |
Constructor.
Definition at line 31 of file author.cpp.
Author::Author | ( | const Author & | other | ) |
Definition at line 36 of file author.cpp.
Author::~Author | ( | ) |
Destructor.
Definition at line 48 of file 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 author.cpp.
QString Author::homepage | ( | ) | const |
QString Author::jabber | ( | ) | const |
Retrieve the author's jabber address.
- Returns:
- author jabber address
Definition at line 78 of file author.cpp.
QString Author::name | ( | ) | const |
Definition at line 42 of file author.cpp.
void Author::setEmail | ( | const QString & | ) |
Sets the email address of the author.
Definition at line 63 of file author.cpp.
void Author::setHomepage | ( | const QString & | homepage | ) |
Sets the homepage of the author.
Definition at line 83 of file author.cpp.
void Author::setJabber | ( | const QString & | jabber | ) |
Sets the jabber address of the author.
Definition at line 73 of file author.cpp.
void Author::setName | ( | const QString & | name | ) |
Sets the full name of the author.
Definition at line 53 of file author.cpp.
The documentation for this class was generated from the following files: