|
Envision
A visual programming IDE for object-oriented languages
|
Public Member Functions | |
| UsedLibrary (::Model::Node *parent, ::Model::AttributeChain &metaData) | |
| UsedLibrary (::Model::Node *parent, ::Model::PersistentStore &store, bool loadPartially) | |
| UsedLibrary (::Model::Node *parent, ::Model::PersistentStore &store, bool loadPartially, ::Model::AttributeChain &metaData) | |
| UsedLibrary (::Model::Node *parent=nullptr) | |
| UsedLibrary (const QString &name) | |
| UsedLibrary * | clone () const override |
| TreeManager * | libraryManager () const |
| Node * | libraryRoot () const |
| void | loadLibrary (PersistentStore *store) const |
| const QString & | name () const |
| Text * | nameNode () |
| void | setName (const QString &val) |
| virtual QList< const UsedLibrary * > | usedLibraries () const override |
Static Public Member Functions | |
| static UsedLibrary * | 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 | nameIndex = addAttributeToInitialRegistrationList_( nameIndex, "name", "Text", false , false , true ) |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
| using | Super = Reflect< Base > |
| Model::UsedLibrary::UsedLibrary | ( | ::Model::Node * | parent = nullptr | ) |
| Model::UsedLibrary::UsedLibrary | ( | ::Model::Node * | parent, |
| ::Model::PersistentStore & | store, | ||
| bool | loadPartially | ||
| ) |
| Model::UsedLibrary::UsedLibrary | ( | ::Model::Node * | parent, |
| ::Model::AttributeChain & | metaData | ||
| ) |
| Model::UsedLibrary::UsedLibrary | ( | ::Model::Node * | parent, |
| ::Model::PersistentStore & | store, | ||
| bool | loadPartially, | ||
| ::Model::AttributeChain & | metaData | ||
| ) |
| Model::UsedLibrary::UsedLibrary | ( | const QString & | name | ) |
|
staticprivate |
|
staticprivate |
|
override |
|
static |
|
static |
| TreeManager * Model::UsedLibrary::libraryManager | ( | ) | const |
|
inline |
| void Model::UsedLibrary::loadLibrary | ( | PersistentStore * | store | ) | const |
|
inline |
|
inline |
|
static |
|
static |
|
inlinestatic |
|
inline |
|
overrideprotected |
|
overridevirtual |
|
staticprivate |