LibrePCB Developers Documentation
|
This is the complete list of members for LibraryElement, including all inherited members.
getAllAvailableLocales() const noexcept | LibraryBaseElement | |
getAuthor() const noexcept | LibraryBaseElement | inline |
getCategories() const noexcept | LibraryElement | inline |
getCreated() const noexcept | LibraryBaseElement | inline |
getDescriptions() const noexcept | LibraryBaseElement | inline |
getDirectory() const noexcept | LibraryBaseElement | inline |
getDirectory() noexcept | LibraryBaseElement | inline |
getGeneratedBy() const noexcept | LibraryElement | inline |
getKeywords() const noexcept | LibraryBaseElement | inline |
getMessageApprovals() const noexcept | LibraryBaseElement | inline |
getNames() const noexcept | LibraryBaseElement | inline |
getResources() const noexcept | LibraryElement | 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 | |
LibraryElement()=delete | LibraryElement | |
LibraryElement(const LibraryElement &other)=delete | LibraryElement | |
LibraryElement(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) | LibraryElement | |
LibraryElement(const QString &shortElementName, const QString &longElementName, bool dirnameMustBeUuid, std::unique_ptr< TransactionalDirectory > directory, const SExpression &root) | LibraryElement | |
mAuthor | LibraryBaseElement | protected |
mCategories | LibraryElement | protected |
mCreated | LibraryBaseElement | protected |
mDescriptions | LibraryBaseElement | protected |
mDirectory | LibraryBaseElement | protected |
mGeneratedBy | LibraryElement | 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 |
mResources | LibraryElement | protected |
mShortElementName | LibraryBaseElement | protected |
mUuid | LibraryBaseElement | protected |
mVersion | LibraryBaseElement | protected |
operator=(const LibraryElement &rhs)=delete | LibraryElement | |
librepcb::LibraryBaseElement::operator=(const LibraryBaseElement &rhs)=delete | LibraryBaseElement | |
readFileFormat(const TransactionalDirectory &directory, const QString &fileName) | LibraryBaseElement | protectedstatic |
removeObsoleteMessageApprovals() | LibraryBaseElement | protected |
runChecks() const override | LibraryElement | virtual |
save() | LibraryBaseElement | virtual |
saveIntoParentDirectory(TransactionalDirectory &dest) | LibraryBaseElement | virtual |
saveTo(TransactionalDirectory &dest) | LibraryBaseElement | virtual |
serialize(SExpression &root) const override | LibraryElement | protectedvirtual |
serializeMessageApprovals(SExpression &root) const | LibraryBaseElement | protected |
setAuthor(const QString &author) noexcept | LibraryBaseElement | inline |
setCategories(const QSet< Uuid > &uuids) noexcept | LibraryElement | inline |
setDeprecated(bool deprecated) noexcept | LibraryBaseElement | inline |
setDescriptions(const LocalizedDescriptionMap &descriptions) noexcept | LibraryBaseElement | inline |
setGeneratedBy(const QString &gen) noexcept | LibraryElement | inline |
setKeywords(const LocalizedKeywordsMap &keywords) noexcept | LibraryBaseElement | inline |
setMessageApprovals(const QSet< SExpression > &approvals) noexcept | LibraryBaseElement | inline |
setNames(const LocalizedNameMap &names) noexcept | LibraryBaseElement | inline |
setResources(const ResourceList &resources) noexcept | LibraryElement | inline |
setVersion(const Version &version) noexcept | LibraryBaseElement | inline |
~LibraryBaseElement() noexcept | LibraryBaseElement | virtual |
~LibraryElement() noexcept | LibraryElement | virtual |