KNewStuff
#include <author.h>
Public Member Functions | |
QString | email () const |
QString | homepage () const |
QString | jabber () const |
QString | name () const |
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.
Definition at line 37 of file knewstuff3/core/author.h.
Member Function Documentation
QString Author::email | ( | ) | const |
Retrieve the author's email address.
- Returns
- author email address
Definition at line 40 of file knewstuff3/core/author.cpp.
QString Author::homepage | ( | ) | const |
Retrieve the author's homepage.
- Returns
- author homepage
Definition at line 60 of file knewstuff3/core/author.cpp.
QString Author::jabber | ( | ) | const |
Retrieve the author's jabber address.
- Returns
- author jabber address
Definition at line 50 of file knewstuff3/core/author.cpp.
QString Author::name | ( | ) | const |
Retrieve the author's name.
- Returns
- author name
Definition at line 30 of file knewstuff3/core/author.cpp.
void Author::setEmail | ( | const QString & | ) |
Sets the email address of the author.
Definition at line 35 of file knewstuff3/core/author.cpp.
void Author::setHomepage | ( | const QString & | homepage | ) |
Sets the homepage of the author.
Definition at line 55 of file knewstuff3/core/author.cpp.
void Author::setJabber | ( | const QString & | jabber | ) |
Sets the jabber address of the author.
Definition at line 45 of file knewstuff3/core/author.cpp.
void Author::setName | ( | const QString & | name | ) |
Sets the full name of the author.
Definition at line 25 of file knewstuff3/core/author.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.