okteta
InfoTool Class Reference
#include <infotool.h>

Detailed Description
Definition at line 43 of file infotool.h.
Public Slots | |
| void | onSelectionChanged (bool hasSelection) |
| void | onSourceChanged () |
| void | updateStatistic () |
Signals | |
| void | isApplyableChanged (bool isApplyable) |
| void | statisticDirty (bool dirty) |
Public Member Functions | |
| InfoTool () | |
| bool | isApplyable () const |
| bool | isStatisticUptodate () const |
| virtual void | setTargetModel (AbstractModel *model) |
| int | size () const |
| StatisticTableModel * | statisticTableModel () const |
| virtual QString | title () const |
| virtual | ~InfoTool () |
Protected Attributes | |
| KHECore::KAbstractByteArrayModel * | mByteArrayModel |
| KHEUI::KByteArrayView * | mByteArrayView |
| int | mByteCount [256] |
| KHECore::KAbstractByteArrayModel * | mSourceByteArrayModel |
| bool | mSourceByteArrayModelUptodate |
| KHE::KSection | mSourceSelection |
| StatisticTableModel * | mStatisticTableModel |
Constructor & Destructor Documentation
| InfoTool::InfoTool | ( | ) |
Definition at line 42 of file infotool.cpp.
| InfoTool::~InfoTool | ( | ) | [virtual] |
Definition at line 136 of file infotool.cpp.
Member Function Documentation
| bool InfoTool::isApplyable | ( | ) | const |
Definition at line 53 of file infotool.cpp.
| void InfoTool::isApplyableChanged | ( | bool | isApplyable | ) | [signal] |
| bool InfoTool::isStatisticUptodate | ( | ) | const |
Definition at line 57 of file infotool.cpp.
| void InfoTool::onSelectionChanged | ( | bool | hasSelection | ) | [slot] |
Definition at line 92 of file infotool.cpp.
| void InfoTool::onSourceChanged | ( | ) | [slot] |
Definition at line 100 of file infotool.cpp.
| void InfoTool::setTargetModel | ( | AbstractModel * | model | ) | [virtual] |
| int InfoTool::size | ( | ) | const |
Definition at line 52 of file infotool.cpp.
| void InfoTool::statisticDirty | ( | bool | dirty | ) | [signal] |
| StatisticTableModel * InfoTool::statisticTableModel | ( | ) | const |
Definition at line 51 of file infotool.cpp.
| QString InfoTool::title | ( | ) | const [virtual] |
| void InfoTool::updateStatistic | ( | ) | [slot] |
Definition at line 108 of file infotool.cpp.
Member Data Documentation
Definition at line 78 of file infotool.h.
KHEUI::KByteArrayView* InfoTool::mByteArrayView [protected] |
Definition at line 77 of file infotool.h.
int InfoTool::mByteCount[256] [protected] |
Definition at line 73 of file infotool.h.
Definition at line 85 of file infotool.h.
bool InfoTool::mSourceByteArrayModelUptodate [protected] |
Definition at line 81 of file infotool.h.
KHE::KSection InfoTool::mSourceSelection [protected] |
Definition at line 83 of file infotool.h.
StatisticTableModel* InfoTool::mStatisticTableModel [protected] |
Definition at line 75 of file infotool.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference