LibrePCB Developers Documentation
|
This is the complete list of members for Library, including all inherited members.
getAllAvailableLocales() const noexcept | LibraryBaseElement | |
getAuthor() const noexcept | LibraryBaseElement | inline |
getCreated() const noexcept | LibraryBaseElement | inline |
getDependencies() const noexcept | Library | inline |
getDescriptions() const noexcept | LibraryBaseElement | inline |
getDirectory() const noexcept | LibraryBaseElement | inline |
getDirectory() noexcept | LibraryBaseElement | inline |
getElementsDirectoryName() const noexcept | Library | |
getIcon() const noexcept | Library | inline |
getIconAsPixmap() const noexcept | Library | |
getKeywords() const noexcept | LibraryBaseElement | inline |
getLongElementName() noexcept | Library | inlinestatic |
getManufacturer() const noexcept | Library | inline |
getMessageApprovals() const noexcept | LibraryBaseElement | inline |
getNames() const noexcept | LibraryBaseElement | inline |
getShortElementName() noexcept | Library | inlinestatic |
getUrl() const noexcept | Library | 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 |
Library()=delete | Library | |
Library(const Library &other)=delete | Library | |
Library(const Uuid &uuid, const Version &version, const QString &author, const ElementName &name_en_US, const QString &description_en_US, const QString &keywords_en_US) | Library | |
Library(std::unique_ptr< TransactionalDirectory > directory, const SExpression &root) | Library | private |
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 | |
mAuthor | LibraryBaseElement | protected |
mCreated | LibraryBaseElement | protected |
mDependencies | Library | private |
mDescriptions | LibraryBaseElement | protected |
mDirectory | LibraryBaseElement | protected |
mIcon | Library | private |
mIsDeprecated | LibraryBaseElement | protected |
mKeywords | LibraryBaseElement | protected |
mLongElementName | LibraryBaseElement | protected |
mManufacturer | Library | private |
mMessageApprovals | LibraryBaseElement | protected |
mNames | LibraryBaseElement | protected |
moveIntoParentDirectory(TransactionalDirectory &dest) | LibraryBaseElement | virtual |
moveTo(TransactionalDirectory &dest) override | Library | virtual |
mShortElementName | LibraryBaseElement | protected |
mUrl | Library | private |
mUuid | LibraryBaseElement | protected |
mVersion | LibraryBaseElement | protected |
open(std::unique_ptr< TransactionalDirectory > directory, bool abortBeforeMigration=false) | Library | static |
operator=(const Library &rhs)=delete | Library | |
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() override | Library | virtual |
saveIntoParentDirectory(TransactionalDirectory &dest) | LibraryBaseElement | virtual |
saveTo(TransactionalDirectory &dest) | LibraryBaseElement | virtual |
searchForElements() const noexcept | Library | |
serialize(SExpression &root) const override | Library | protectedvirtual |
serializeMessageApprovals(SExpression &root) const | LibraryBaseElement | protected |
setAuthor(const QString &author) noexcept | LibraryBaseElement | inline |
setDependencies(const QSet< Uuid > &deps) noexcept | Library | inline |
setDeprecated(bool deprecated) noexcept | LibraryBaseElement | inline |
setDescriptions(const LocalizedDescriptionMap &descriptions) noexcept | LibraryBaseElement | inline |
setIcon(const QByteArray &png) noexcept | Library | inline |
setKeywords(const LocalizedKeywordsMap &keywords) noexcept | LibraryBaseElement | inline |
setManufacturer(const SimpleString &value) noexcept | Library | inline |
setMessageApprovals(const QSet< SExpression > &approvals) noexcept | LibraryBaseElement | inline |
setNames(const LocalizedNameMap &names) noexcept | LibraryBaseElement | inline |
setUrl(const QUrl &url) noexcept | Library | inline |
setVersion(const Version &version) noexcept | LibraryBaseElement | inline |
~Library() noexcept | Library | |
~LibraryBaseElement() noexcept | LibraryBaseElement | virtual |