okteta
Kasten2::DocumentInfoTool Class Reference
#include <documentinfotool.h>
Inheritance diagram for Kasten2::DocumentInfoTool:

Signals | |
| void | documentMimeTypeChanged (KMimeType::Ptr mimeType) |
| void | documentSizeChanged (int newSize) |
| void | documentTitleChanged (const QString &documentTitle) |
| void | locationChanged (const QString &location) |
Signals inherited from Kasten2::AbstractTool | |
| void | titleChanged (const QString &newTitle) |
Public Member Functions | |
| DocumentInfoTool (DocumentSyncManager *syncManager) | |
| virtual | ~DocumentInfoTool () |
| int | documentSize () const |
| QString | documentTitle () const |
| QString | location () const |
| KMimeType::Ptr | mimeType () const |
| virtual void | setTargetModel (AbstractModel *model) |
| virtual QString | title () const |
Public Member Functions inherited from Kasten2::AbstractTool | |
| virtual | ~AbstractTool () |
Additional Inherited Members | |
Protected Member Functions inherited from Kasten2::AbstractTool | |
| AbstractTool () | |
Protected Attributes inherited from Kasten2::AbstractTool | |
| Private *const | d |
Detailed Description
Definition at line 49 of file documentinfotool.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 46 of file documentinfotool.cpp.
|
virtual |
Definition at line 180 of file documentinfotool.cpp.
Member Function Documentation
|
signal |
| int Kasten2::DocumentInfoTool::documentSize | ( | ) | const |
Definition at line 79 of file documentinfotool.cpp.
|
signal |
| QString Kasten2::DocumentInfoTool::documentTitle | ( | ) | const |
Definition at line 63 of file documentinfotool.cpp.
|
signal |
| QString Kasten2::DocumentInfoTool::location | ( | ) | const |
Definition at line 68 of file documentinfotool.cpp.
|
signal |
|
inline |
Definition at line 95 of file documentinfotool.h.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 88 of file documentinfotool.cpp.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 62 of file documentinfotool.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:12 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 23:04:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Signals inherited from