1 #ifndef IDTYPEDELEGATE_HPP
2 #define IDTYPEDELEGATE_HPP
6 #include "../../model/world/universalid.hpp"
28 #endif // REFIDTYPEDELEGATE_HPP
Definition: idtypedelegate.hpp:11
std::vector< std::pair< int, QString > > ValueList
Definition: datadisplaydelegate.hpp:19
IdTypeDelegate(const ValueList &mValues, const IconList &icons, CSMWorld::CommandDispatcher *dispatcher, CSMDoc::Document &document, QObject *parent)
Definition: idtypedelegate.cpp:6
std::vector< std::pair< int, QString > > mValues
Definition: enumdelegate.hpp:20
Definition: datadisplaydelegate.hpp:14
Definition: commanddispatcher.hpp:20
IdTypeDelegateFactory()
Definition: idtypedelegate.cpp:12
Definition: document.hpp:57
Definition: datadisplaydelegate.hpp:73
virtual CommandDelegate * makeDelegate(CSMWorld::CommandDispatcher *dispatcher, CSMDoc::Document &document, QObject *parent) const
The ownership of the returned CommandDelegate is transferred to the caller.
Definition: idtypedelegate.cpp:23
Definition: idtypedelegate.hpp:17
std::vector< std::pair< int, QIcon > > IconList
Definition: datadisplaydelegate.hpp:18