|
Envision
A visual programming IDE for object-oriented languages
|
Public Member Functions | |
| BinaryNodePersistenceUnit (::Model::Node *parent, ::Model::AttributeChain &metaData) | |
| BinaryNodePersistenceUnit (::Model::Node *parent, ::Model::PersistentStore &store, bool loadPartially) | |
| BinaryNodePersistenceUnit (::Model::Node *parent, ::Model::PersistentStore &store, bool loadPartially, ::Model::AttributeChain &metaData) | |
| BinaryNodePersistenceUnit (::Model::Node *parent=nullptr) | |
| BinaryNodePersistenceUnit * | clone () const override |
| virtual bool | isNewPersistenceUnit () const override |
Static Public Member Functions | |
| static BinaryNodePersistenceUnit * | 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_ () |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
| using | Super = Reflect< Base > |
| TestNodes::BinaryNodePersistenceUnit::BinaryNodePersistenceUnit | ( | ::Model::Node * | parent = nullptr | ) |
| TestNodes::BinaryNodePersistenceUnit::BinaryNodePersistenceUnit | ( | ::Model::Node * | parent, |
| ::Model::PersistentStore & | store, | ||
| bool | loadPartially | ||
| ) |
| TestNodes::BinaryNodePersistenceUnit::BinaryNodePersistenceUnit | ( | ::Model::Node * | parent, |
| ::Model::AttributeChain & | metaData | ||
| ) |
| TestNodes::BinaryNodePersistenceUnit::BinaryNodePersistenceUnit | ( | ::Model::Node * | parent, |
| ::Model::PersistentStore & | store, | ||
| bool | loadPartially, | ||
| ::Model::AttributeChain & | metaData | ||
| ) |
|
staticprivate |
|
staticprivate |
|
override |
|
static |
|
static |
|
overridevirtual |
|
static |
|
static |
|
inlinestatic |
|
overrideprotected |