Envision
A visual programming IDE for object-oriented languages
|
Public Member Functions | |
FileSystemEntry (::Model::Node *parent, ::Model::AttributeChain &metaData) | |
FileSystemEntry (::Model::Node *parent, ::Model::PersistentStore &store, bool loadPartially) | |
FileSystemEntry (::Model::Node *parent, ::Model::PersistentStore &store, bool loadPartially, ::Model::AttributeChain &metaData) | |
FileSystemEntry (::Model::Node *parent=nullptr) | |
FileSystemEntry (const QString &name) | |
FileSystemEntry * | clone () const override |
List * | content () const |
const QString & | name () const |
Text * | nameNode () |
void | setContent (List *node) |
void | setName (const QString &val) |
void | setSubEntries (TypedList< FileSystemEntry > *node) |
TypedList< FileSystemEntry > * | subEntries () const |
Static Public Member Functions | |
static FileSystemEntry * | 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 | contentIndex = addAttributeToInitialRegistrationList_( contentIndex, "content", "List", false , false , true ) |
::Model::CompositeIndex | nameIndex = addAttributeToInitialRegistrationList_( nameIndex, "name", "Text", false , false , true ) |
::Model::CompositeIndex | subEntriesIndex = addAttributeToInitialRegistrationList_( subEntriesIndex, "subEntries", "TypedListOfFileSystemEntry", false , false , true ) |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
using | Super = Reflect< Base > |
Model::FileSystemEntry::FileSystemEntry | ( | ::Model::Node * | parent = nullptr | ) |
Model::FileSystemEntry::FileSystemEntry | ( | ::Model::Node * | parent, |
::Model::PersistentStore & | store, | ||
bool | loadPartially | ||
) |
Model::FileSystemEntry::FileSystemEntry | ( | ::Model::Node * | parent, |
::Model::AttributeChain & | metaData | ||
) |
Model::FileSystemEntry::FileSystemEntry | ( | ::Model::Node * | parent, |
::Model::PersistentStore & | store, | ||
bool | loadPartially, | ||
::Model::AttributeChain & | metaData | ||
) |
Model::FileSystemEntry::FileSystemEntry | ( | const QString & | name | ) |
|
staticprivate |
|
staticprivate |
|
override |
|
inline |
|
static |
|
static |
|
inline |
|
inline |
|
static |
|
static |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
overrideprotected |
|
staticprivate |
|
staticprivate |
|
staticprivate |