#include <dialoguesubview.hpp>
|
| DialogueDelegateDispatcher (QObject *parent, CSMWorld::IdTable *table, CSMWorld::CommandDispatcher &commandDispatcher, CSMDoc::Document &document, QAbstractItemModel *model=0) |
|
| ~DialogueDelegateDispatcher () |
|
CSVWorld::CommandDelegate * | makeDelegate (CSMWorld::ColumnBase::Display display) |
|
QWidget * | makeEditor (CSMWorld::ColumnBase::Display display, const QModelIndex &index) |
| will return null if delegate is not present, parent of the widget is More...
|
|
virtual void | setEditorData (QWidget *editor, const QModelIndex &index) const |
|
virtual void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const |
|
virtual void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index, CSMWorld::ColumnBase::Display display) const |
|
virtual void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| does nothing More...
|
|
virtual QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const |
| does nothing More...
|
|
CSVWorld::DialogueDelegateDispatcher::~DialogueDelegateDispatcher |
( |
| ) |
|
will return null if delegate is not present, parent of the widget is
void CSVWorld::DialogueDelegateDispatcher::paint |
( |
QPainter * |
painter, |
|
|
const QStyleOptionViewItem & |
option, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
virtual |
void CSVWorld::DialogueDelegateDispatcher::setEditorData |
( |
QWidget * |
editor, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
virtual |
void CSVWorld::DialogueDelegateDispatcher::setModelData |
( |
QWidget * |
editor, |
|
|
QAbstractItemModel * |
model, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
virtual |
QSize CSVWorld::DialogueDelegateDispatcher::sizeHint |
( |
const QStyleOptionViewItem & |
option, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
virtual |
QObject* CSVWorld::DialogueDelegateDispatcher::mParent |
|
private |
The documentation for this class was generated from the following files: