|
Envision
A visual programming IDE for object-oriented languages
|
Public Member Functions | |
| BinaryNode (::Model::Node *parent, ::Model::AttributeChain &metaData) | |
| BinaryNode (::Model::Node *parent, ::Model::PersistentStore &store, bool loadPartially) | |
| BinaryNode (::Model::Node *parent, ::Model::PersistentStore &store, bool loadPartially, ::Model::AttributeChain &metaData) | |
| BinaryNode (::Model::Node *parent=nullptr) | |
| BinaryNode * | clone () const override |
| BinaryNode * | left () const |
| Model::NameText * | name () const |
| void | removeLeftNode () |
| void | removeRightNode () |
| BinaryNode * | right () const |
| void | setLeft (BinaryNode *node) |
| void | setName (Model::NameText *node) |
| void | setRight (BinaryNode *node) |
Static Public Member Functions | |
| static BinaryNode * | 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 | leftIndex = addAttributeToInitialRegistrationList_( leftIndex, "left", "BinaryNode", false , true , true ) |
| ::Model::CompositeIndex | nameIndex = addAttributeToInitialRegistrationList_( nameIndex, "name", "NameText", false , false , true ) |
| ::Model::CompositeIndex | rightIndex = addAttributeToInitialRegistrationList_( rightIndex, "right", "BinaryNode", false , true , true ) |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
| using | Super = Reflect< Base > |
| TestNodes::BinaryNode::BinaryNode | ( | ::Model::Node * | parent = nullptr | ) |
| TestNodes::BinaryNode::BinaryNode | ( | ::Model::Node * | parent, |
| ::Model::PersistentStore & | store, | ||
| bool | loadPartially | ||
| ) |
| TestNodes::BinaryNode::BinaryNode | ( | ::Model::Node * | parent, |
| ::Model::AttributeChain & | metaData | ||
| ) |
| TestNodes::BinaryNode::BinaryNode | ( | ::Model::Node * | parent, |
| ::Model::PersistentStore & | store, | ||
| bool | loadPartially, | ||
| ::Model::AttributeChain & | metaData | ||
| ) |
|
staticprivate |
|
staticprivate |
|
override |
|
static |
|
static |
|
inline |
|
inline |
|
static |
|
static |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
overrideprotected |
|
staticprivate |
|
staticprivate |
|
staticprivate |