|
Envision
A visual programming IDE for object-oriented languages
|
Public Member Functions | |
| PartialList (::Model::Node *parent, ::Model::AttributeChain &metaData) | |
| PartialList (::Model::Node *parent, ::Model::PersistentStore &store, bool loadPartially) | |
| PartialList (::Model::Node *parent, ::Model::PersistentStore &store, bool loadPartially, ::Model::AttributeChain &metaData) | |
| PartialList (::Model::Node *parent=nullptr) | |
| PartialList * | clone () const override |
| Model::List * | list () const |
| void | setList (Model::List *node) |
Static Public Member Functions | |
| static PartialList * | createDefaultInstance (Node *parent=nullptr) |
| static ::Model::AttributeChain & | getMetaData () |
| static ::Model::CompositeIndex | registerNewAttribute (const ::Model::Attribute &attribute) |
| static ::Model::CompositeIndex | registerNewAttribute (const QString &attributeName, const QString &attributeType, bool canBePartiallyLoaded, bool isOptional, bool isPersistent) |
| template<typename T > | |
| static void | registerNewExtension () |
Protected Member Functions | |
| virtual ::Model::AttributeChain & | topLevelMeta () override |
Static Private Member Functions | |
| static ::Model::CompositeIndex | addAttributeToInitialRegistrationList_ (::Model::CompositeIndex &index, const QString &attributeName, const QString &attributeType, bool canBePartiallyLoaded, bool isOptional, bool isPersistent) |
| static QList< QPair< ::Model::CompositeIndex &, ::Model::Attribute > > & | attributesToRegisterAtInitialization_ () |
Static Private Attributes | |
| ::Model::CompositeIndex | listIndex = addAttributeToInitialRegistrationList_( listIndex, "list", "List", true , false , true ) |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
| using | Super = Reflect< Base > |
| TestNodes::PartialList::PartialList | ( | ::Model::Node * | parent = nullptr | ) |
| TestNodes::PartialList::PartialList | ( | ::Model::Node * | parent, |
| ::Model::PersistentStore & | store, | ||
| bool | loadPartially | ||
| ) |
| TestNodes::PartialList::PartialList | ( | ::Model::Node * | parent, |
| ::Model::AttributeChain & | metaData | ||
| ) |
| TestNodes::PartialList::PartialList | ( | ::Model::Node * | parent, |
| ::Model::PersistentStore & | store, | ||
| bool | loadPartially, | ||
| ::Model::AttributeChain & | metaData | ||
| ) |
|
staticprivate |
|
staticprivate |
|
override |
|
static |
|
static |
|
inline |
|
static |
|
static |
|
inlinestatic |
|
inline |
|
overrideprotected |
|
staticprivate |