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