knode
#include <knarticlewindow.h>
Public Types | |
typedef QList < KNode::ArticleWindow * > | List |
Public Member Functions | |
ArticleWindow (KNArticle::Ptr art) | |
~ArticleWindow () | |
ArticleWidget * | articleWidget () const |
Static Public Member Functions | |
static bool | closeAllWindowsForArticle (KNArticle::Ptr art, bool force=true) |
static bool | closeAllWindowsForCollection (KNArticleCollection::Ptr col, bool force=true) |
static bool | raiseWindowForArticle (KNArticle::Ptr art) |
static bool | raiseWindowForArticle (const QByteArray &mid) |
Protected Attributes | |
ArticleWidget * | mArticleWidget |
Static Protected Attributes | |
static List | mInstances |
Detailed Description
A stand-alone article viewer window.
Definition at line 31 of file knarticlewindow.h.
Member Typedef Documentation
List of article windows.
Definition at line 46 of file knarticlewindow.h.
Constructor & Destructor Documentation
|
explicit |
Create a new article window.
- Parameters
-
art The article to show in this window.
Definition at line 92 of file knarticlewindow.cpp.
ArticleWindow::~ArticleWindow | ( | ) |
Destroy this article viewer window.
Definition at line 126 of file knarticlewindow.cpp.
Member Function Documentation
|
inline |
Returns the article widget of this window.
Definition at line 43 of file knarticlewindow.h.
|
static |
Clise all windows showing the given article.
- Parameters
-
art Close all windows showing this article. force Really close the windows.
- Returns
- true if all windows have been closed.
Definition at line 48 of file knarticlewindow.cpp.
|
static |
Close all article windows showing articles from the given collection.
- Parameters
-
col The article collection (folder/group). force Really close the windows.
- Returns
- true if all windows have been closed.
Definition at line 34 of file knarticlewindow.cpp.
|
static |
Raise the article window for the given article.
- Parameters
-
art The article.
- Returns
- false if no article window was found.
Definition at line 62 of file knarticlewindow.cpp.
|
static |
Raise the article window showing a specific article.
- Parameters
-
mid Message-ID of the article.
- Returns
- false if no article was found.
Definition at line 75 of file knarticlewindow.cpp.
Member Data Documentation
|
protected |
The article widget of this window.
Definition at line 73 of file knarticlewindow.h.
|
staticprotected |
List of all article windows.
Definition at line 75 of file knarticlewindow.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.