#include <FEUITable.h>
Public Member Functions | |
QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &, const QModelIndex &index) const |
QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &, const QModelIndex &index) const |
FEUITableDelegate (QObject *parent=0) | |
FEUITableDelegate (QObject *parent=0) | |
void | setEditorData (QWidget *editor, const QModelIndex &index) const |
void | setEditorData (QWidget *editor, const QModelIndex &index) const |
void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const |
void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const |
Private Slots | |
void | commitAndCloseEditor () |
void | commitAndCloseEditor () |
Definition at line 3 of file BRMDemo/src/FEUITable.h.
FEUITableDelegate::FEUITableDelegate | ( | QObject * | parent = 0 | ) |
Definition at line 27 of file BRMDemo/src/FEUITable.cpp.
FEUITableDelegate::FEUITableDelegate | ( | QObject * | parent = 0 | ) |
void FEUITableDelegate::commitAndCloseEditor | ( | ) | [private, slot] |
Definition at line 40 of file BRMDemo/src/FEUITable.cpp.
void FEUITableDelegate::commitAndCloseEditor | ( | ) | [private, slot] |
QWidget * FEUITableDelegate::createEditor | ( | QWidget * | parent, |
const QStyleOptionViewItem & | , | ||
const QModelIndex & | index | ||
) | const |
Definition at line 30 of file BRMDemo/src/FEUITable.cpp.
QWidget* FEUITableDelegate::createEditor | ( | QWidget * | parent, |
const QStyleOptionViewItem & | , | ||
const QModelIndex & | index | ||
) | const |
void FEUITableDelegate::setEditorData | ( | QWidget * | editor, |
const QModelIndex & | index | ||
) | const |
Definition at line 47 of file BRMDemo/src/FEUITable.cpp.
void FEUITableDelegate::setEditorData | ( | QWidget * | editor, |
const QModelIndex & | index | ||
) | const |
void FEUITableDelegate::setModelData | ( | QWidget * | editor, |
QAbstractItemModel * | model, | ||
const QModelIndex & | index | ||
) | const |
Definition at line 56 of file BRMDemo/src/FEUITable.cpp.
void FEUITableDelegate::setModelData | ( | QWidget * | editor, |
QAbstractItemModel * | model, | ||
const QModelIndex & | index | ||
) | const |