okteta
ByteTableTool Class Reference
#include <bytetabletool.h>
Inheritance diagram for ByteTableTool:

Detailed Description
Definition at line 41 of file bytetabletool.h.
Signals | |
| void | byteArrayViewChanged (bool hasByteArrayView) |
Public Member Functions | |
| ByteTableModel * | byteTableModel () const |
| ByteTableTool () | |
| bool | hasByteArrayView () const |
| void | insert (unsigned char byte, int count) |
| virtual void | setTargetModel (AbstractModel *model) |
| virtual QString | title () const |
| virtual | ~ByteTableTool () |
Protected Attributes | |
| KHECore::KAbstractByteArrayModel * | mByteArrayModel |
| KHEUI::KByteArrayView * | mByteArrayView |
| ByteTableModel * | mByteTableModel |
Constructor & Destructor Documentation
| ByteTableTool::ByteTableTool | ( | ) |
Definition at line 41 of file bytetabletool.cpp.
| ByteTableTool::~ByteTableTool | ( | ) | [virtual] |
Definition at line 85 of file bytetabletool.cpp.
Member Function Documentation
| void ByteTableTool::byteArrayViewChanged | ( | bool | hasByteArrayView | ) | [signal] |
| ByteTableModel * ByteTableTool::byteTableModel | ( | ) | const |
Definition at line 49 of file bytetabletool.cpp.
| bool ByteTableTool::hasByteArrayView | ( | ) | const |
Definition at line 50 of file bytetabletool.cpp.
| void ByteTableTool::insert | ( | unsigned char | byte, | |
| int | count | |||
| ) |
Definition at line 72 of file bytetabletool.cpp.
| void ByteTableTool::setTargetModel | ( | AbstractModel * | model | ) | [virtual] |
| QString ByteTableTool::title | ( | ) | const [virtual] |
Member Data Documentation
Definition at line 69 of file bytetabletool.h.
KHEUI::KByteArrayView* ByteTableTool::mByteArrayView [protected] |
Definition at line 68 of file bytetabletool.h.
ByteTableModel* ByteTableTool::mByteTableModel [protected] |
Definition at line 66 of file bytetabletool.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference