okteta
Kasten2::FilterTool Class Reference
#include <filtertool.h>
Inheritance diagram for Kasten2::FilterTool:

Signals | |
| void | charCodecChanged (const QString &charCodecName) |
| void | hasWriteableChanged (bool hasWriteable) |
Signals inherited from Kasten2::AbstractTool | |
| void | titleChanged (const QString &newTitle) |
Public Member Functions | |
| FilterTool () | |
| virtual | ~FilterTool () |
| QString | charCodecName () const |
| void | filter (int filterId) const |
| QList< AbstractByteArrayFilter * > | filterList () const |
| bool | hasWriteable () const |
| AbstractByteArrayFilterParameterSet * | parameterSet (int filterId) |
| 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 47 of file filtertool.h.
Constructor & Destructor Documentation
| Kasten2::FilterTool::FilterTool | ( | ) |
Definition at line 46 of file filtertool.cpp.
|
virtual |
Definition at line 141 of file filtertool.cpp.
Member Function Documentation
|
signal |
| QString Kasten2::FilterTool::charCodecName | ( | ) | const |
Definition at line 56 of file filtertool.cpp.
| void Kasten2::FilterTool::filter | ( | int | filterId | ) | const |
Definition at line 96 of file filtertool.cpp.
| QList< AbstractByteArrayFilter * > Kasten2::FilterTool::filterList | ( | ) | const |
Definition at line 55 of file filtertool.cpp.
| bool Kasten2::FilterTool::hasWriteable | ( | ) | const |
Definition at line 61 of file filtertool.cpp.
|
signal |
| AbstractByteArrayFilterParameterSet * Kasten2::FilterTool::parameterSet | ( | int | filterId | ) |
Definition at line 63 of file filtertool.cpp.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 70 of file filtertool.cpp.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 54 of file filtertool.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