#include <entity.h>
|
| static Entity * | deserialize (const QJsonObject &obj, Args &...args) |
| | This function deserialize into a new instance of type T *. More...
|
| |
| dnai::models::Entity::~Entity |
( |
| ) |
|
|
virtual |
| void dnai::models::Entity::_deserialize |
( |
const QJsonObject & |
obj | ) |
|
|
overridevirtual |
| void dnai::models::Entity::addColumn |
( |
const QString & |
name | ) |
|
| void dnai::models::Entity::appendChild |
( |
Entity * |
child | ) |
|
|
overridevirtual |
| const QString dnai::models::Entity::childFullName |
( |
QString const & |
childName | ) |
const |
| int dnai::models::Entity::columnCount |
( |
| ) |
const |
|
overridevirtual |
| const QMap< QUuid, Column * > & dnai::models::Entity::columns |
( |
| ) |
|
| qint32 dnai::models::Entity::containerId |
( |
| ) |
const |
| void dnai::models::Entity::containerIdChanged |
( |
qint32 |
containerId | ) |
const |
|
signal |
| void dnai::models::Entity::coreModelChanged |
( |
gcore::Entity * |
model | ) |
|
|
signal |
| const QString& dnai::models::Entity::description |
( |
| ) |
const |
| void dnai::models::Entity::descriptionChanged |
( |
const QString & |
description | ) |
const |
|
signal |
| void dnai::models::Entity::entityChildrenChanged |
( |
models::Entity * |
e | ) |
|
|
signal |
| int dnai::models::Entity::entityType |
( |
| ) |
const |
| void dnai::models::Entity::entityTypeChanged |
( |
qint32 |
type | ) |
const |
|
signal |
| bool dnai::models::Entity::expanded |
( |
| ) |
const |
| void dnai::models::Entity::expandedChanged |
( |
bool |
exp | ) |
|
|
signal |
| Entity * dnai::models::Entity::findByName |
( |
QString const & |
name | ) |
const |
| quint32 dnai::models::Entity::findIdByName |
( |
QString const & |
name | ) |
const |
| const QString dnai::models::Entity::fullName |
( |
| ) |
const |
| QUuid dnai::models::Entity::guid |
( |
| ) |
const |
template<class T >
| T * dnai::models::Entity::guiModel |
( |
| ) |
const |
| QObject* dnai::models::Entity::guiProperties |
( |
| ) |
const |
| qint32 dnai::models::Entity::id |
( |
| ) |
const |
| void dnai::models::Entity::idChanged |
( |
qint32 |
id | ) |
|
|
signal |
| int dnai::models::Entity::index |
( |
| ) |
const |
| void dnai::models::Entity::indexChanged |
( |
int |
index | ) |
const |
|
signal |
| bool dnai::models::Entity::isRoot |
( |
| ) |
const |
| void dnai::models::Entity::isRootChanged |
( |
bool |
isroot | ) |
|
|
signal |
| const QVariant& dnai::models::Entity::listColumn |
( |
| ) |
|
| void dnai::models::Entity::listColumnChanged |
( |
const QVariant & |
var | ) |
|
|
signal |
| QString dnai::models::Entity::listIndex |
( |
| ) |
const |
| void dnai::models::Entity::listIndexChanged |
( |
const QString & |
listIndex | ) |
const |
|
signal |
| const QString& dnai::models::Entity::name |
( |
| ) |
const |
| void dnai::models::Entity::nameChanged |
( |
const QString & |
_t1 | ) |
const |
|
signal |
| Entity* dnai::models::Entity::parentRef |
( |
| ) |
const |
| int dnai::models::Entity::row |
( |
| ) |
const |
|
overridevirtual |
| void dnai::models::Entity::serialize |
( |
QJsonObject & |
obj | ) |
const |
|
overridevirtual |
| void dnai::models::Entity::setContainerId |
( |
qint32 |
containerId | ) |
const |
| void dnai::models::Entity::setDescription |
( |
const QString & |
description | ) |
|
| void dnai::models::Entity::setEntityType |
( |
qint32 |
type | ) |
const |
| void dnai::models::Entity::setExpanded |
( |
bool |
exp | ) |
|
| void dnai::models::Entity::setId |
( |
qint32 |
id | ) |
|
| void dnai::models::Entity::setIndex |
( |
int |
index | ) |
|
| void dnai::models::Entity::setIsRoot |
( |
bool |
isRoot | ) |
|
| void dnai::models::Entity::setListColumn |
( |
const QVariant & |
column | ) |
|
| void dnai::models::Entity::setListIndex |
( |
const QString & |
listIndex | ) |
|
| void dnai::models::Entity::setName |
( |
const QString & |
name | ) |
const |
| void dnai::models::Entity::setVisibility |
( |
qint32 |
visibility | ) |
const |
| qint32 dnai::models::Entity::visibility |
( |
| ) |
const |
| void dnai::models::Entity::visibilityChanged |
( |
qint32 |
visibility | ) |
const |
|
signal |
| QMap<QUuid, Column *> dnai::models::Entity::m_columns |
|
private |
| QList<QObject *> dnai::models::Entity::m_columslist |
|
private |
| QVariant dnai::models::Entity::m_entityChildren |
|
private |
| QUuid dnai::models::Entity::m_guid |
|
private |
| bool dnai::models::Entity::m_isRoot = false |
|
private |
| QVariant dnai::models::Entity::m_varcolumns |
|
private |
| qint32 dnai::models::Entity::containerId |
|
readwrite |
| const QString & dnai::models::Entity::description |
|
readwrite |
| qint32 dnai::models::Entity::entityType |
|
readwrite |
| bool dnai::models::Entity::expanded |
|
readwrite |
| QUuid dnai::models::Entity::guid |
|
read |
| QObject * dnai::models::Entity::guiProperties |
|
read |
| qint32 dnai::models::Entity::id |
|
readwrite |
| int dnai::models::Entity::index |
|
readwrite |
| bool dnai::models::Entity::isRoot |
|
readwrite |
| const QVariant & dnai::models::Entity::listColumn |
|
readwrite |
| QString dnai::models::Entity::listIndex |
|
readwrite |
| const QString & dnai::models::Entity::name |
|
readwrite |
| Entity * dnai::models::Entity::parentRef |
|
read |
| qint32 dnai::models::Entity::visibility |
|
readwrite |
The documentation for this class was generated from the following files: