#include <FEUISimpleHexTable.h>
Public Member Functions | |
QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &, const QModelIndex &index) const |
FEUISimpleHexTableDelegate (QObject *parent=0) | |
void | setEditorData (QWidget *editor, const QModelIndex &index) const |
void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const |
Private Attributes | |
bool | isResolving |
Definition at line 23 of file FEUISimpleHexTable.h.
FEUISimpleHexTableDelegate::FEUISimpleHexTableDelegate | ( | QObject * | parent = 0 | ) |
Definition at line 135 of file FEUISimpleHexTable.cpp.
QWidget * FEUISimpleHexTableDelegate::createEditor | ( | QWidget * | parent, |
const QStyleOptionViewItem & | , | ||
const QModelIndex & | index | ||
) | const |
Definition at line 138 of file FEUISimpleHexTable.cpp.
void FEUISimpleHexTableDelegate::setEditorData | ( | QWidget * | editor, |
const QModelIndex & | index | ||
) | const |
Definition at line 169 of file FEUISimpleHexTable.cpp.
void FEUISimpleHexTableDelegate::setModelData | ( | QWidget * | editor, |
QAbstractItemModel * | model, | ||
const QModelIndex & | index | ||
) | const |
Definition at line 182 of file FEUISimpleHexTable.cpp.
bool FEUISimpleHexTableDelegate::isResolving [mutable, private] |
Definition at line 35 of file FEUISimpleHexTable.h.