|
OpenMW
|
#include <datadisplaydelegate.hpp>
Public Member Functions | |
| virtual CommandDelegate * | makeDelegate (QUndoStack &undoStack, QObject *parent) const |
| The ownership of the returned CommandDelegate is transferred to the caller. | |
Protected Member Functions | |
| void | add (int enumValue, const QString enumName, const QString iconFilename) |
Protected Attributes | |
| DataDisplayDelegate::IconList | mIcons |
| void CSVWorld::DataDisplayDelegateFactory::add | ( | int | enumValue, |
| const QString | enumName, | ||
| const QString | iconFilename | ||
| ) | [protected] |
| CSVWorld::CommandDelegate * CSVWorld::DataDisplayDelegateFactory::makeDelegate | ( | QUndoStack & | undoStack, |
| QObject * | parent | ||
| ) | const [virtual] |
The ownership of the returned CommandDelegate is transferred to the caller.
Reimplemented from CSVWorld::EnumDelegateFactory.
Reimplemented in CSVWorld::RecordStatusDelegateFactory, and CSVWorld::IdTypeDelegateFactory.
1.7.6.1