okteta
Kasten2::InfoTool Class Reference
#include <infotool.h>
Inheritance diagram for Kasten2::InfoTool:

Public Slots | |
| void | updateStatistic () |
Signals | |
| void | isApplyableChanged (bool isApplyable) |
| void | statisticDirty (bool dirty) |
Signals inherited from Kasten2::AbstractTool | |
| void | titleChanged (const QString &newTitle) |
Public Member Functions | |
| InfoTool () | |
| virtual | ~InfoTool () |
| bool | isApplyable () const |
| bool | isStatisticUptodate () const |
| virtual void | setTargetModel (AbstractModel *model) |
| int | size () const |
| StatisticTableModel * | statisticTableModel () const |
| 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 48 of file infotool.h.
Constructor & Destructor Documentation
| Kasten2::InfoTool::InfoTool | ( | ) |
Definition at line 42 of file infotool.cpp.
|
virtual |
Definition at line 154 of file infotool.cpp.
Member Function Documentation
| bool Kasten2::InfoTool::isApplyable | ( | ) | const |
Definition at line 53 of file infotool.cpp.
|
signal |
| bool Kasten2::InfoTool::isStatisticUptodate | ( | ) | const |
Definition at line 57 of file infotool.cpp.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 65 of file infotool.cpp.
| int Kasten2::InfoTool::size | ( | ) | const |
Definition at line 52 of file infotool.cpp.
|
signal |
| StatisticTableModel * Kasten2::InfoTool::statisticTableModel | ( | ) | const |
Definition at line 51 of file infotool.cpp.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 50 of file infotool.cpp.
|
slot |
Definition at line 119 of file infotool.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