akregator/src
Akregator::FeedPropertiesDialog Class Reference
List of all members.Detailed Description
Definition at line 44 of file propertiesdialog.h.
Public Member Functions | |
| FeedPropertiesDialog (QWidget *parent=0, const char *name=0) | |
| ~FeedPropertiesDialog () | |
| void | setFeed (Feed *feed) |
| void | selectFeedName () |
Protected Slots | |
| void | slotOk () |
Protected Member Functions | |
| const QString | feedName () const |
| const QString | url () const |
| bool | autoFetch () const |
| int | fetchInterval () const |
| Feed::ArchiveMode | archiveMode () const |
| int | maxArticleAge () const |
| int | maxArticleNumber () const |
| bool | markImmediatelyAsRead () const |
| bool | useNotification () const |
| bool | loadLinkedWebsite () const |
| void | setFeedName (const QString &title) |
| void | setUrl (const QString &url) |
| void | setAutoFetch (bool) |
| void | setFetchInterval (int) |
| void | setArchiveMode (Feed::ArchiveMode mode) |
| void | setMaxArticleAge (int age) |
| void | setMaxArticleNumber (int number) |
| void | setMarkImmediatelyAsRead (bool enabled) |
| void | setUseNotification (bool enabled) |
| void | setLoadLinkedWebsite (bool enabled) |
Member Function Documentation
| void Akregator::FeedPropertiesDialog::selectFeedName | ( | ) |
The documentation for this class was generated from the following files:

