knode
KNJobItem Class Reference
#include <knjobdata.h>
Inheritance diagram for KNJobItem:
Public Types | |
typedef boost::shared_ptr < KNJobItem > | Ptr |
Public Member Functions | |
KNJobItem () | |
virtual | ~KNJobItem () |
virtual bool | isLocked () |
virtual QString | prepareForExecution () |
virtual void | setLocked (bool) |
Detailed Description
Base class for data structures used in jobs.
Definition at line 74 of file knjobdata.h.
Member Typedef Documentation
typedef boost::shared_ptr<KNJobItem> KNJobItem::Ptr |
Shared pointer to a KNJobItem.
To be used instead of raw KNJobItem*.
Definition at line 80 of file knjobdata.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 82 of file knjobdata.h.
|
inlinevirtual |
Definition at line 83 of file knjobdata.h.
Member Function Documentation
|
inlinevirtual |
Reimplemented in KNGroup, and KNArticle.
Definition at line 85 of file knjobdata.h.
|
inlinevirtual |
Reimplemented in KNGroup.
Definition at line 88 of file knjobdata.h.
|
inlinevirtual |
Reimplemented in KNGroup, and KNArticle.
Definition at line 86 of file knjobdata.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:37 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:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.