Public member functions
- virtual void addEntry(std::string name, std::string path, bool autoLoad, bool local)=0
- virtual const NzaeLibraryInfo* const getLibraryInfo(std::string name, bool caseSensitive,
NzaeLibrarySearchType type) const =0
- Gets Library information by name.
- virtual const NzaeLibraryInfo* const getLocalLibraryInfo(int idx) const =0
- Gets the parent library information by index.
- virtual const NzaeLibraryInfo* const getParentLibraryInfo(int idx) const =0
- Gets the local library information by index.
- virtual void setReadOnly()=0
- virtual int sizeLocalEntries() const =0
- Gets the number of local entries.
- virtual int sizeParentEntries() const =0
- Gets the number of parent entries.
- virtual ~NzaeLibrary()