okteta
#include <poddecodertool.h>
Classes | |
union | Aligned64Bit |
Public Slots | |
void | setByteOrder (int byteOrder) |
void | setUnsignedAsHex (bool unsignedAsHex) |
Signals | |
void | dataChanged () |
void | isApplyableChanged (bool isApplyable) |
void | readOnlyChanged (bool isReadOnly) |
Signals inherited from Kasten2::AbstractTool | |
void | titleChanged (const QString &newTitle) |
Public Member Functions | |
PODDecoderTool () | |
virtual | ~PODDecoderTool () |
Okteta::ByteOrder | byteOrder () const |
Okteta::CharCodec * | charCodec () const |
bool | isApplyable () const |
bool | isReadOnly () const |
bool | isUnsignedAsHex () const |
void | markPOD (int podId) |
QString | nameOfPOD (int podId) const |
int | podCount () const |
void | setData (const QVariant &data, int podId) |
void | setDifferentSizeDialog (AbstractDifferentSizeDialog *differentSizeDialog) |
virtual void | setTargetModel (AbstractModel *model) |
virtual QString | title () const |
void | unmarkPOD () |
QVariant | value (int podId) const |
Public Member Functions inherited from Kasten2::AbstractTool | |
virtual | ~AbstractTool () |
Static Public Attributes | |
static const int | MaxPODSize = sizeof(double) |
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 51 of file poddecodertool.h.
Constructor & Destructor Documentation
Kasten2::PODDecoderTool::PODDecoderTool | ( | ) |
Definition at line 78 of file poddecodertool.cpp.
|
virtual |
Definition at line 343 of file poddecodertool.cpp.
Member Function Documentation
|
inline |
Definition at line 133 of file poddecodertool.h.
|
inline |
Definition at line 134 of file poddecodertool.h.
|
signal |
bool Kasten2::PODDecoderTool::isApplyable | ( | ) | const |
Definition at line 95 of file poddecodertool.cpp.
|
signal |
bool Kasten2::PODDecoderTool::isReadOnly | ( | ) | const |
Definition at line 94 of file poddecodertool.cpp.
|
inline |
Definition at line 132 of file poddecodertool.h.
void Kasten2::PODDecoderTool::markPOD | ( | int | podId | ) |
Definition at line 317 of file poddecodertool.cpp.
QString Kasten2::PODDecoderTool::nameOfPOD | ( | int | podId | ) | const |
Definition at line 214 of file poddecodertool.cpp.
int Kasten2::PODDecoderTool::podCount | ( | ) | const |
Definition at line 211 of file poddecodertool.cpp.
|
signal |
|
slot |
Definition at line 179 of file poddecodertool.cpp.
void Kasten2::PODDecoderTool::setData | ( | const QVariant & | data, |
int | podId | ||
) |
Definition at line 227 of file poddecodertool.cpp.
void Kasten2::PODDecoderTool::setDifferentSizeDialog | ( | AbstractDifferentSizeDialog * | differentSizeDialog | ) |
Definition at line 164 of file poddecodertool.cpp.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 97 of file poddecodertool.cpp.
|
slot |
Definition at line 169 of file poddecodertool.cpp.
|
virtual |
Implements Kasten2::AbstractTool.
Definition at line 93 of file poddecodertool.cpp.
void Kasten2::PODDecoderTool::unmarkPOD | ( | ) |
Definition at line 325 of file poddecodertool.cpp.
QVariant Kasten2::PODDecoderTool::value | ( | int | podId | ) | const |
Definition at line 220 of file poddecodertool.cpp.
Member Data Documentation
|
static |
Definition at line 56 of file poddecodertool.h.
The documentation for this class was generated from the following files:
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.