#include <enumhandler.h>
|
void | onValueSet (::core::EntityID enumeration, QString const &name, QString const &value) |
|
void | onSetValueError (::core::EntityID enumeration, QString const &name, QString const &value, QString const &message) |
|
void | onValueRemoved (::core::EntityID enumeration, QString const &name) |
|
void | onRemoveValueError (::core::EntityID enumeration, QString const &name, QString const &message) |
|
dnai::gcore::EnumHandler::~EnumHandler |
( |
| ) |
|
|
default |
void dnai::gcore::EnumHandler::onEntityAdded |
( |
::core::EntityID |
id, |
|
|
models::Entity & |
entity |
|
) |
| |
|
slot |
void dnai::gcore::EnumHandler::onRemoveValueError |
( |
::core::EntityID |
enumeration, |
|
|
QString const & |
name, |
|
|
QString const & |
message |
|
) |
| |
|
private |
void dnai::gcore::EnumHandler::onSetValueError |
( |
::core::EntityID |
enumeration, |
|
|
QString const & |
name, |
|
|
QString const & |
value, |
|
|
QString const & |
message |
|
) |
| |
|
private |
void dnai::gcore::EnumHandler::onValueRemoved |
( |
::core::EntityID |
enumeration, |
|
|
QString const & |
name |
|
) |
| |
|
private |
void dnai::gcore::EnumHandler::onValueSet |
( |
::core::EntityID |
enumeration, |
|
|
QString const & |
name, |
|
|
QString const & |
value |
|
) |
| |
|
private |
void dnai::gcore::EnumHandler::removeValue |
( |
quint32 |
entity, |
|
|
QString const & |
name, |
|
|
bool |
save = true |
|
) |
| |
void dnai::gcore::EnumHandler::renameValue |
( |
quint32 |
entity, |
|
|
QString |
name, |
|
|
QString |
newName, |
|
|
bool |
save = true |
|
) |
| |
void dnai::gcore::EnumHandler::setup |
( |
| ) |
|
void dnai::gcore::EnumHandler::setValue |
( |
quint32 |
entity, |
|
|
QString |
name, |
|
|
QString |
value, |
|
|
bool |
save = true |
|
) |
| |
void dnai::gcore::EnumHandler::valueSet |
( |
dnai::models::Entity * |
enumeration, |
|
|
QString |
name, |
|
|
QString |
value |
|
) |
| |
|
signal |
std::queue<QString> dnai::gcore::EnumHandler::m_pendingRemove |
|
private |
The documentation for this class was generated from the following files: