LibrePCB Developers Documentation
|
This is the complete list of members for LibraryCategory, including all inherited members.
getAllAvailableLocales() const noexcept | LibraryBaseElement | |
getAuthor() const noexcept | LibraryBaseElement | inline |
getCreated() const noexcept | LibraryBaseElement | inline |
getDescriptions() const noexcept | LibraryBaseElement | inline |
getDirectory() const noexcept | LibraryBaseElement | inline |
getDirectory() noexcept | LibraryBaseElement | inline |
getKeywords() const noexcept | LibraryBaseElement | inline |
getMessageApprovals() const noexcept | LibraryBaseElement | inline |
getNames() const noexcept | LibraryBaseElement | inline |
getParentUuid() const noexcept | LibraryCategory | inline |
getUuid() const noexcept | LibraryBaseElement | inline |
getVersion() const noexcept | LibraryBaseElement | inline |
isDeprecated() const noexcept | LibraryBaseElement | inline |
isValidElementDirectory(const FilePath &dir) noexcept | LibraryBaseElement | inlinestatic |
isValidElementDirectory(const TransactionalDirectory &dir, const QString &path) noexcept | LibraryBaseElement | inlinestatic |
LibraryBaseElement()=delete | LibraryBaseElement | |
LibraryBaseElement(const LibraryBaseElement &other)=delete | LibraryBaseElement | |
LibraryBaseElement(const QString &shortElementName, const QString &longElementName, const Uuid &uuid, const Version &version, const QString &author, const ElementName &name_en_US, const QString &description_en_US, const QString &keywords_en_US) | LibraryBaseElement | |
LibraryBaseElement(const QString &shortElementName, const QString &longElementName, bool dirnameMustBeUuid, std::unique_ptr< TransactionalDirectory > directory, const SExpression &root) | LibraryBaseElement | |
LibraryCategory()=delete | LibraryCategory | |
LibraryCategory(const LibraryCategory &other)=delete | LibraryCategory | |
LibraryCategory(const QString &shortElementName, const QString &longElementName, const Uuid &uuid, const Version &version, const QString &author, const ElementName &name_en_US, const QString &description_en_US, const QString &keywords_en_US) | LibraryCategory | |
LibraryCategory(const QString &shortElementName, const QString &longElementName, std::unique_ptr< TransactionalDirectory > directory, const SExpression &root) | LibraryCategory | |
mAuthor | LibraryBaseElement | protected |
mCreated | LibraryBaseElement | protected |
mDescriptions | LibraryBaseElement | protected |
mDirectory | LibraryBaseElement | protected |
mIsDeprecated | LibraryBaseElement | protected |
mKeywords | LibraryBaseElement | protected |
mLongElementName | LibraryBaseElement | protected |
mMessageApprovals | LibraryBaseElement | protected |
mNames | LibraryBaseElement | protected |
moveIntoParentDirectory(TransactionalDirectory &dest) | LibraryBaseElement | virtual |
moveTo(TransactionalDirectory &dest) | LibraryBaseElement | virtual |
mParentUuid | LibraryCategory | protected |
mShortElementName | LibraryBaseElement | protected |
mUuid | LibraryBaseElement | protected |
mVersion | LibraryBaseElement | protected |
operator=(const LibraryCategory &rhs)=delete | LibraryCategory | |
librepcb::LibraryBaseElement::operator=(const LibraryBaseElement &rhs)=delete | LibraryBaseElement | |
readFileFormat(const TransactionalDirectory &directory, const QString &fileName) | LibraryBaseElement | protectedstatic |
removeObsoleteMessageApprovals() | LibraryBaseElement | protected |
runChecks() const | LibraryBaseElement | virtual |
save() | LibraryBaseElement | virtual |
saveIntoParentDirectory(TransactionalDirectory &dest) | LibraryBaseElement | virtual |
saveTo(TransactionalDirectory &dest) | LibraryBaseElement | virtual |
serialize(SExpression &root) const override | LibraryCategory | protectedvirtual |
serializeMessageApprovals(SExpression &root) const | LibraryBaseElement | protected |
setAuthor(const QString &author) noexcept | LibraryBaseElement | inline |
setDeprecated(bool deprecated) noexcept | LibraryBaseElement | inline |
setDescriptions(const LocalizedDescriptionMap &descriptions) noexcept | LibraryBaseElement | inline |
setKeywords(const LocalizedKeywordsMap &keywords) noexcept | LibraryBaseElement | inline |
setMessageApprovals(const QSet< SExpression > &approvals) noexcept | LibraryBaseElement | inline |
setNames(const LocalizedNameMap &names) noexcept | LibraryBaseElement | inline |
setParentUuid(const tl::optional< Uuid > &parentUuid) noexcept | LibraryCategory | inline |
setVersion(const Version &version) noexcept | LibraryBaseElement | inline |
~LibraryBaseElement() noexcept | LibraryBaseElement | virtual |
~LibraryCategory() noexcept | LibraryCategory | virtual |