#include <FEUISimpleHexTable.h>
Public Member Functions | |
| QTableWidgetItem * | clone () const |
| QVariant | data (int role) const |
| QVariant | display () const |
| FEUISimpleHexTableItem () | |
| FEUISimpleHexTableItem (const QString &text) | |
| QString | hexString () const |
| void | setData (int role, const QVariant &value) |
| void | setSecurityArea (bool isSecure) |
Private Attributes | |
| bool | isResolving |
| bool | m_bSecurityArea |
Definition at line 38 of file FEUISimpleHexTable.h.
Definition at line 197 of file FEUISimpleHexTable.cpp.
| FEUISimpleHexTableItem::FEUISimpleHexTableItem | ( | const QString & | text | ) |
Definition at line 204 of file FEUISimpleHexTable.cpp.
| QTableWidgetItem * FEUISimpleHexTableItem::clone | ( | ) | const |
Definition at line 211 of file FEUISimpleHexTable.cpp.
| QVariant FEUISimpleHexTableItem::data | ( | int | role | ) | const |
Definition at line 246 of file FEUISimpleHexTable.cpp.
| QVariant FEUISimpleHexTableItem::display | ( | ) | const |
Definition at line 229 of file FEUISimpleHexTable.cpp.
| QString FEUISimpleHexTableItem::hexString | ( | ) | const [inline] |
Definition at line 50 of file FEUISimpleHexTable.h.
| void FEUISimpleHexTableItem::setData | ( | int | role, |
| const QVariant & | value | ||
| ) |
Definition at line 272 of file FEUISimpleHexTable.cpp.
| void FEUISimpleHexTableItem::setSecurityArea | ( | bool | isSecure | ) |
Definition at line 283 of file FEUISimpleHexTable.cpp.
bool FEUISimpleHexTableItem::isResolving [mutable, private] |
Definition at line 55 of file FEUISimpleHexTable.h.
bool FEUISimpleHexTableItem::m_bSecurityArea [private] |
Definition at line 54 of file FEUISimpleHexTable.h.