knode
articlewidget.h
Go to the documentation of this file.
static void collectionRemoved(KNArticleCollection::Ptr coll)
notify all instances that the given collection has been removed
Definition: articlewidget.cpp:1129
void writeConfig()
write config settings (call only for the main viewer)
Definition: articlewidget.cpp:362
void processJob(KNJobData *j)
process download jobs for view source action
Definition: articlewidget.cpp:1067
bool atBottom() const
checks whether the readers is scrolled down to the bottom
Definition: articlewidget.cpp:1145
static void configChanged()
notify all instances about a config change
Definition: articlewidget.cpp:1087
static bool articleVisible(KNArticle::Ptr article)
check whether the given article is displayed in any instance
Definition: articlewidget.cpp:1096
Base class for classes that want to create and schedule jobs.
Definition: knjobdata.h:39
ArticleWidget(QWidget *parent, KXMLGUIClient *guiClient, KActionCollection *actionCollection, bool isMainViewer=false)
Construct a new article widget.
Definition: articlewidget.cpp:88
static void articleRemoved(KNArticle::Ptr article)
notify all instances that the given article has been removed
Definition: articlewidget.cpp:1105
boost::shared_ptr< KNArticle > Ptr
Shared pointer to a KNArticle. To be used instead of raw KNArticle*.
Definition: knarticle.h:39
static void articleLoadError(KNArticle::Ptr article, const QString &error)
notify all instances about an error during loading the given article
Definition: articlewidget.cpp:1121
boost::shared_ptr< KNArticleCollection > Ptr
Shared pointer to a KNArticle.
Definition: knarticlecollection.h:82
static void articleChanged(KNArticle::Ptr article)
notify all instances that the given article has changed
Definition: articlewidget.cpp:1113
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:36 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:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.