KNewStuff
KNS::Author Class Reference
#include <author.h>
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 42 of file 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 () |
Constructor & Destructor Documentation
Author::Author | ( | ) |
Author::Author | ( | const Author & | other | ) |
Definition at line 38 of file author.cpp.
Author::~Author | ( | ) |
Member Function Documentation
QString Author::email | ( | ) | const |
Retrieve the author's email address.
- Returns:
- author email address
Definition at line 70 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 80 of file author.cpp.
QString Author::name | ( | ) | const |
Definition at line 44 of file author.cpp.
void Author::setEmail | ( | const QString & | ) |
void Author::setHomepage | ( | const QString & | homepage | ) |
void Author::setJabber | ( | const QString & | jabber | ) |
void Author::setName | ( | const QString & | name | ) |
The documentation for this class was generated from the following files: