struct
ProjectLibraryContainerEntry
Inherits:
ProjectLibraryEntry
Base class for a library entry that may contain other entries.
Public
Constructors
ProjectLibraryContainerEntry
ProjectLibraryContainerEntry() = default
ProjectLibraryContainerEntry
ProjectLibraryContainerEntry(const Path &relativePath, const String &name, const WeakSPtr<ProjectLibraryContainerEntry> &parent)
Methods
staticGetRttiStatic
static RTTIType *GetRttiStatic()
GetRtti
RTTIType *GetRtti() const
Returns an interface you can use to access class' Run Time Type Information.
IsReadOnly
bool IsReadOnly() const
Returns true if entry cannot be modified, moved or deleted.
Entry will be read-only if it is read only, or its parent is read only.
GetParent
SPtr<ProjectLibraryContainerEntry> GetParent() const
Returns the parent of this library entry, unless this is root entry, in which case it is null.
IsPartOfSynchronizedPackage
virtual bool IsPartOfSynchronizedPackage() const
Returns true if this entry is synchronized with a source resource.
Such entries cannot be modified and can only be re-imported from their associated source resource.
GetParentSynchronizedPackage
Gets the parent synchronized package, if this entry is part of one.
Or null otherwise.