1 #ifndef RECORDSTATUSDELEGATE_H
2 #define RECORDSTATUSDELEGATE_H
9 #include "../../model/world/record.hpp"
36 #endif // RECORDSTATUSDELEGATE_HPP
std::vector< std::pair< int, QString > > ValueList
Definition: datadisplaydelegate.hpp:19
RecordStatusDelegate(const ValueList &values, const IconList &icons, CSMWorld::CommandDispatcher *dispatcher, CSMDoc::Document &document, QObject *parent=0)
Definition: recordstatusdelegate.cpp:9
virtual CommandDelegate * makeDelegate(CSMWorld::CommandDispatcher *dispatcher, CSMDoc::Document &document, QObject *parent) const
The ownership of the returned CommandDelegate is transferred to the caller.
Definition: recordstatusdelegate.cpp:17
Definition: recordstatusdelegate.hpp:25
Definition: datadisplaydelegate.hpp:14
RecordStatusDelegateFactory()
Definition: recordstatusdelegate.cpp:23
Definition: commanddispatcher.hpp:20
Definition: document.hpp:57
Definition: datadisplaydelegate.hpp:73
std::vector< std::pair< int, QIcon > > IconList
Definition: datadisplaydelegate.hpp:18
Definition: recordstatusdelegate.hpp:16