1 #ifndef CSV_WORLD_IDCOMPLETIONDELEGATE_HPP
2 #define CSV_WORLD_IDCOMPLETIONDELEGATE_HPP
17 const QStyleOptionViewItem &option,
18 const QModelIndex &index)
const;
21 const QStyleOptionViewItem &option,
22 const QModelIndex &index,
virtual CommandDelegate * makeDelegate(CSMWorld::CommandDispatcher *dispatcher, CSMDoc::Document &document, QObject *parent) const
The ownership of the returned CommandDelegate is transferred to the caller.
Definition: idcompletiondelegate.cpp:87
Display
Definition: columnbase.hpp:39
IdCompletionDelegate(CSMWorld::CommandDispatcher *dispatcher, CSMDoc::Document &document, QObject *parent)
Definition: idcompletiondelegate.cpp:8
Enables the Id completion for a column.
Definition: idcompletiondelegate.hpp:9
Definition: idcompletiondelegate.hpp:26
Definition: commanddispatcher.hpp:20
Definition: document.hpp:57
virtual QWidget * createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const
Definition: idcompletiondelegate.cpp:14