okteta
PODDecoderTool Class Reference
#include <poddecodertool.h>
Inheritance diagram for PODDecoderTool:

Detailed Description
Definition at line 42 of file poddecodertool.h.
Public Types | |
| enum | ByteOrder { LittleEndianOrder = 0, BigEndianOrder = 1 } |
Signals | |
| void | dataChanged (const unsigned char *data) |
Public Member Functions | |
| PODData & | podData () |
| PODDecoderTool () | |
| void | setPODView (KPrimitiveTypesView *view) |
| virtual void | setTargetModel (AbstractModel *model) |
| virtual QString | title () const |
Static Public Attributes | |
| static const int | MaxPODSize = sizeof(double) |
Protected Slots | |
| void | onContentsChange (int start, int end) |
| void | onCursorPositionChange (int pos) |
Protected Member Functions | |
| void | updateData () |
Protected Attributes | |
| KHECore::KAbstractByteArrayModel * | mByteArrayModel |
| KHEUI::KByteArrayView * | mByteArrayView |
| int | mCursorIndex |
| PODData | mPODData |
| KPrimitiveTypesView * | mPODView |
Classes | |
| union | Aligned64Bit |
Member Enumeration Documentation
Constructor & Destructor Documentation
| PODDecoderTool::PODDecoderTool | ( | ) |
Definition at line 39 of file poddecodertool.cpp.
Member Function Documentation
| void PODDecoderTool::dataChanged | ( | const unsigned char * | data | ) | [signal] |
Definition at line 80 of file poddecodertool.cpp.
| void PODDecoderTool::onCursorPositionChange | ( | int | pos | ) | [protected, slot] |
Definition at line 74 of file poddecodertool.cpp.
| PODData & PODDecoderTool::podData | ( | ) |
Definition at line 47 of file poddecodertool.cpp.
| void PODDecoderTool::setPODView | ( | KPrimitiveTypesView * | view | ) |
Definition at line 69 of file poddecodertool.cpp.
| void PODDecoderTool::setTargetModel | ( | AbstractModel * | model | ) | [virtual] |
| QString PODDecoderTool::title | ( | ) | const [virtual] |
| void PODDecoderTool::updateData | ( | ) | [protected] |
Definition at line 87 of file poddecodertool.cpp.
Member Data Documentation
const int PODDecoderTool::MaxPODSize = sizeof(double) [static] |
Definition at line 54 of file poddecodertool.h.
Definition at line 86 of file poddecodertool.h.
KHEUI::KByteArrayView* PODDecoderTool::mByteArrayView [protected] |
Definition at line 85 of file poddecodertool.h.
int PODDecoderTool::mCursorIndex [protected] |
Definition at line 87 of file poddecodertool.h.
PODData PODDecoderTool::mPODData [protected] |
Definition at line 92 of file poddecodertool.h.
KPrimitiveTypesView* PODDecoderTool::mPODView [protected] |
Definition at line 90 of file poddecodertool.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference