#include <entity.h>
|
void | _deserialize (const QJsonObject &obj) override |
| Implement this function in order to use deserialize(const QJsonObject &obj) More...
|
|
|
virtual QHash< int, QByteArray > | roleNames () const override |
|
|
static Column * | deserialize (const QJsonObject &obj, Args &...args) |
| This function deserialize into a new instance of type T *. More...
|
|
dnai::models::Column::Column |
( |
QObject * |
parent = nullptr | ) |
|
|
inlineexplicit |
dnai::models::Column::Column |
( |
Entity * |
e, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
explicit |
void dnai::models::Column::_deserialize |
( |
const QJsonObject & |
obj | ) |
|
|
overrideprotectedvirtual |
void dnai::models::Column::append |
( |
Entity * |
e, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| |
QVariant dnai::models::Column::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
const QString& dnai::models::Column::description |
( |
| ) |
const |
void dnai::models::Column::descriptionChanged |
( |
const QString & |
desc | ) |
|
|
signal |
const QList< Entity * > & dnai::models::Column::getEntities |
( |
| ) |
const |
QString dnai::models::Column::listIndex |
( |
| ) |
const |
void dnai::models::Column::listIndexChanged |
( |
const QString |
list | ) |
|
|
signal |
const QString& dnai::models::Column::name |
( |
| ) |
const |
void dnai::models::Column::nameChanged |
( |
const QString & |
desc | ) |
|
|
signal |
Entity* dnai::models::Column::parentRef |
( |
| ) |
const |
void dnai::models::Column::remove |
( |
Entity * |
e, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| |
QHash< int, QByteArray > dnai::models::Column::roleNames |
( |
| ) |
const |
|
overrideprivatevirtual |
int dnai::models::Column::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
overridevirtual |
void dnai::models::Column::serialize |
( |
QJsonObject & |
obj | ) |
const |
|
overridevirtual |
void dnai::models::Column::setDescription |
( |
const QString & |
description | ) |
|
void dnai::models::Column::setListIndex |
( |
const QString & |
s | ) |
|
void dnai::models::Column::setName |
( |
const QString & |
name | ) |
|
QList<Entity *> dnai::models::Column::m_entities |
|
private |
Entity* dnai::models::Column::m_parent |
|
private |
Entity* dnai::models::Column::m_target |
|
private |
const QString & dnai::models::Column::description |
|
readwrite |
QString dnai::models::Column::listIndex |
|
readwrite |
const QString & dnai::models::Column::name |
|
readwrite |
Entity * dnai::models::Column::parentRef |
|
read |
The documentation for this class was generated from the following files: