kontact
NewsSourceData Class Reference
#include <newsfeeds.h>
Detailed Description
Definition at line 32 of file newsfeeds.h.
Public Types | |
| enum | Category { Arts, Business, Computers, Misc, Recreation, Society } |
| typedef QList< NewsSourceData > | List |
Public Member Functions | |
| Category | category () const |
| QString | icon () const |
| QString | name () const |
| NewsSourceData (const QString &name=I18N_NOOP("Unknown"), const QString &url=QString(), const QString &icon=QString(), const Category category=Computers) | |
| QString | url () const |
Public Attributes | |
| Category | mCategory |
| QString | mIcon |
| QString | mName |
| QString | mURL |
Member Typedef Documentation
| typedef QList<NewsSourceData> NewsSourceData::List |
Definition at line 35 of file newsfeeds.h.
Member Enumeration Documentation
Definition at line 37 of file newsfeeds.h.
Constructor & Destructor Documentation
| NewsSourceData::NewsSourceData | ( | const QString & | name = I18N_NOOP( "Unknown" ), |
|
| const QString & | url = QString(), |
|||
| const QString & | icon = QString(), |
|||
| const Category | category = Computers | |||
| ) | [inline, explicit] |
Definition at line 46 of file newsfeeds.h.
Member Function Documentation
| Category NewsSourceData::category | ( | ) | const [inline] |
Definition at line 57 of file newsfeeds.h.
| QString NewsSourceData::icon | ( | ) | const [inline] |
Definition at line 56 of file newsfeeds.h.
| QString NewsSourceData::name | ( | ) | const [inline] |
Definition at line 54 of file newsfeeds.h.
| QString NewsSourceData::url | ( | ) | const [inline] |
Definition at line 55 of file newsfeeds.h.
Member Data Documentation
Definition at line 62 of file newsfeeds.h.
Definition at line 61 of file newsfeeds.h.
Definition at line 59 of file newsfeeds.h.
Definition at line 60 of file newsfeeds.h.
The documentation for this class was generated from the following file:
KDE 4.1 API Reference