akregator
feedpropertiesdialog.cpp
Go to the documentation of this file.
96 widget->updateComboBox->insertItem(FeedPropertiesWidget::Minutes, i18np("Minute", "Minutes", 0));
104 connect(widget->feedNameEdit, SIGNAL(textChanged(QString)), this, SLOT(slotSetWindowTitle(QString)));
int maxArticleAge() const
returns the maximum age of articles used for expiration by age (used in limitArticleAge archive mode)...
Definition: feed.cpp:333
bool useCustomFetchInterval() const
returns whether this feed uses its own fetch interval or the global setting
Definition: feed.cpp:325
void setLoadLinkedWebsite(bool enabled)
Definition: feedpropertiesdialog.cpp:338
void slotUpdateComboBoxLabels(int value)
Definition: feedpropertiesdialog.cpp:69
void setMarkImmediatelyAsRead(bool enabled)
Definition: feed.cpp:345
bool useNotification() const
Definition: feedpropertiesdialog.cpp:328
bool markImmediatelyAsRead() const
if true, new articles are marked immediately as read instead of new/unread.
Definition: feed.cpp:341
void setMaxArticleNumber(int number)
Definition: feedpropertiesdialog.cpp:308
void setMaxArticleNumber(int maxArticleNumber)
sets the article count limit used in limitArticleNumber archive mode
Definition: feed.cpp:339
void slotUpdateComboBoxActivated(int index)
Definition: feedpropertiesdialog.cpp:63
FeedPropertiesWidget(QWidget *parent=0, const char *name=0)
Definition: feedpropertiesdialog.cpp:38
void setUseNotification(bool enabled)
Definition: feedpropertiesdialog.cpp:323
void setMarkImmediatelyAsRead(bool enabled)
Definition: feedpropertiesdialog.cpp:313
~FeedPropertiesDialog()
Definition: feedpropertiesdialog.cpp:107
void selectFeedName()
selects the text in the feed title lineedit
Definition: feedpropertiesdialog.cpp:343
void slotUpdateCheckBoxToggled(bool enabled)
Definition: feedpropertiesdialog.cpp:77
void setMaxArticleAge(int age)
Definition: feedpropertiesdialog.cpp:303
ArchiveMode archiveMode() const
returns the archiving mode which is used for this feed
Definition: feed.cpp:738
~FeedPropertiesWidget()
Definition: feedpropertiesdialog.cpp:59
void setFeedName(const QString &title)
Definition: feedpropertiesdialog.cpp:243
Feed::ArchiveMode archiveMode() const
Definition: feedpropertiesdialog.cpp:189
bool loadLinkedWebsite() const
Definition: feedpropertiesdialog.cpp:333
QString xmlUrl() const
returns the url of the actual feed source (rss/rdf/atom file)
Definition: feed.cpp:374
void setFeed(Feed *feed)
Definition: feedpropertiesdialog.cpp:135
int fetchInterval() const
Definition: feedpropertiesdialog.cpp:173
void setLoadLinkedWebsite(bool enabled)
if true, the linked URL is loaded directly in the article viewer instead of showing the description ...
Definition: feed.cpp:362
void setXmlUrl(const QString &s)
sets the url of the actual feed source (rss/rdf/atom file)
Definition: feed.cpp:376
FeedPropertiesDialog(QWidget *parent=0, const char *name=0)
Definition: feedpropertiesdialog.cpp:83
void setArchiveMode(Feed::ArchiveMode mode)
Definition: feedpropertiesdialog.cpp:223
int maxArticleAge() const
Definition: feedpropertiesdialog.cpp:213
QString feedName() const
Definition: feedpropertiesdialog.cpp:158
void setFetchInterval(int)
Definition: feedpropertiesdialog.cpp:264
void setArchiveMode(ArchiveMode archiveMode)
sets the archiving mode for this feed
Definition: feed.cpp:743
Save articles not older than maxArticleAge() (or keep flag set)
Definition: feed.h:65
int maxArticleNumber() const
Definition: feedpropertiesdialog.cpp:218
bool autoFetch() const
Definition: feedpropertiesdialog.cpp:168
int maxArticleNumber() const
returns the article count limit used in limitArticleNumber archive mode
Definition: feed.cpp:337
Save maxArticleNumber() articles, plus the ones with keep flag set.
Definition: feed.h:64
void setMaxArticleAge(int maxArticleAge)
sets the maximum age of articles used for expiration by age (used in limitArticleAge archive mode) ...
Definition: feed.cpp:335
bool markImmediatelyAsRead() const
Definition: feedpropertiesdialog.cpp:318
void setUrl(const QString &url)
Definition: feedpropertiesdialog.cpp:248
virtual void setNotificationMode(bool doNotify)
Definition: treenode.cpp:178
void setAutoFetch(bool)
Definition: feedpropertiesdialog.cpp:253
void setCustomFetchIntervalEnabled(bool enabled)
set if the feed has its custom fetch interval or uses the global setting
Definition: feed.cpp:327
Don't save any articles except articles with keep flag set (equal to maxArticleNumber() == 0) ...
Definition: feed.h:63
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.