Envision
A visual programming IDE for object-oriented languages
|
This is the complete list of members for TestNodes::BinaryNode, including all inherited members.
addAttributeToInitialRegistrationList_(::Model::CompositeIndex &index, const QString &attributeName, const QString &attributeType, bool canBePartiallyLoaded, bool isOptional, bool isPersistent) | TestNodes::BinaryNode | privatestatic |
attributesToRegisterAtInitialization_() | TestNodes::BinaryNode | privatestatic |
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) | TestNodes::BinaryNode | |
clone() const override | TestNodes::BinaryNode | |
createDefaultInstance(Node *parent=nullptr) | TestNodes::BinaryNode | static |
getMetaData() | TestNodes::BinaryNode | static |
left() const | TestNodes::BinaryNode | inline |
leftIndex | TestNodes::BinaryNode | privatestatic |
name() const | TestNodes::BinaryNode | inline |
nameIndex | TestNodes::BinaryNode | privatestatic |
registerNewAttribute(const QString &attributeName, const QString &attributeType, bool canBePartiallyLoaded, bool isOptional, bool isPersistent) | TestNodes::BinaryNode | static |
registerNewAttribute(const ::Model::Attribute &attribute) | TestNodes::BinaryNode | static |
registerNewExtension() | TestNodes::BinaryNode | inlinestatic |
removeLeftNode() | TestNodes::BinaryNode | inline |
removeRightNode() | TestNodes::BinaryNode | inline |
right() const | TestNodes::BinaryNode | inline |
rightIndex | TestNodes::BinaryNode | privatestatic |
setLeft(BinaryNode *node) | TestNodes::BinaryNode | inline |
setName(Model::NameText *node) | TestNodes::BinaryNode | inline |
setRight(BinaryNode *node) | TestNodes::BinaryNode | inline |
Super typedef | Core::Reflect< Base > | protected |
topLevelMeta() override | TestNodes::BinaryNode | protected |