![]() |
LibrePCB Developers Documentation
|
This is the complete list of members for Organization, including all inherited members.
| findPcbDesignRules(const Uuid &uuid) const noexcept | Organization | |
| findPcbOutputJob(const QString &type) const noexcept | Organization | |
| getAllAvailableLocales() const noexcept | LibraryBaseElement | |
| getAssemblyOutputJobs() const noexcept | Organization | inline |
| getAuthor() const noexcept | LibraryBaseElement | inline |
| getCountry() const noexcept | Organization | inline |
| getCreated() const noexcept | LibraryBaseElement | inline |
| getDescriptions() const noexcept | LibraryBaseElement | inline |
| getDirectory() const noexcept | LibraryBaseElement | inline |
| getDirectory() noexcept | LibraryBaseElement | inline |
| getFabs() const noexcept | Organization | inline |
| getKeywords() const noexcept | LibraryBaseElement | inline |
| getLogoPixmap() const noexcept | Organization | |
| getLogoPng() const noexcept | Organization | inline |
| getLongElementName() noexcept | Organization | inlinestatic |
| getMessageApprovals() const noexcept | LibraryBaseElement | inline |
| getNames() const noexcept | LibraryBaseElement | inline |
| getPcbDesignRules() const noexcept | Organization | inline |
| getPcbOutputJobs() const noexcept | Organization | inline |
| getPriority() const noexcept | Organization | inline |
| getShipping() const noexcept | Organization | inline |
| getShortElementName() noexcept | Organization | inlinestatic |
| getUrl() const noexcept | Organization | inline |
| getUserOutputJobs() const noexcept | Organization | inline |
| getUuid() const noexcept | LibraryBaseElement | inline |
| getVersion() const noexcept | LibraryBaseElement | inline |
| isDeprecated() const noexcept | LibraryBaseElement | inline |
| isSponsor() const noexcept | Organization | 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 | |
| mAssemblyOutputJobs | Organization | private |
| mAuthor | LibraryBaseElement | protected |
| mCountry | Organization | private |
| mCreated | LibraryBaseElement | protected |
| mDescriptions | LibraryBaseElement | protected |
| mDirectory | LibraryBaseElement | protected |
| mFabs | Organization | private |
| mIsDeprecated | LibraryBaseElement | protected |
| mIsSponsor | Organization | private |
| mKeywords | LibraryBaseElement | protected |
| mLogoPng | Organization | private |
| mLongElementName | LibraryBaseElement | protected |
| mMessageApprovals | LibraryBaseElement | protected |
| mNames | LibraryBaseElement | protected |
| mOptions | Organization | private |
| moveIntoParentDirectory(TransactionalDirectory &dest) | LibraryBaseElement | virtual |
| moveTo(TransactionalDirectory &dest) | LibraryBaseElement | virtual |
| mPcbDesignRules | Organization | private |
| mPcbOutputJobs | Organization | private |
| mPriority | Organization | private |
| mShipping | Organization | private |
| mShortElementName | LibraryBaseElement | protected |
| mUrl | Organization | private |
| mUserOutputJobs | Organization | private |
| mUuid | LibraryBaseElement | protected |
| mVersion | LibraryBaseElement | protected |
| open(std::unique_ptr< TransactionalDirectory > directory, bool abortBeforeMigration=false) | Organization | static |
| operator=(const Organization &rhs)=delete | Organization | |
| librepcb::LibraryBaseElement::operator=(const LibraryBaseElement &rhs)=delete | LibraryBaseElement | |
| Organization()=delete | Organization | |
| Organization(const Organization &other)=delete | Organization | |
| Organization(const Uuid &uuid, const Version &version, const QString &author, const ElementName &name_en_US, const QString &description_en_US, const QString &keywords_en_US) | Organization | |
| Organization(std::unique_ptr< TransactionalDirectory > directory, const SExpression &root) | Organization | private |
| pcbDesignRulesModified() | Organization | signal |
| readFileFormat(const TransactionalDirectory &directory, const QString &fileName) | LibraryBaseElement | protectedstatic |
| removeObsoleteMessageApprovals() | LibraryBaseElement | protected |
| runChecks() const override | Organization | virtual |
| save() override | Organization | virtual |
| saveIntoParentDirectory(TransactionalDirectory &dest) | LibraryBaseElement | virtual |
| saveTo(TransactionalDirectory &dest) | LibraryBaseElement | virtual |
| serialize(SExpression &root) const override | Organization | protectedvirtual |
| serializeMessageApprovals(SExpression &root) const | LibraryBaseElement | protected |
| setAssemblyOutputJobs(const OutputJobList &jobs) noexcept | Organization | inline |
| setAuthor(const QString &author) noexcept | LibraryBaseElement | inline |
| setCountry(const QString &country) noexcept | Organization | inline |
| setCreated(const QDateTime &created) noexcept | LibraryBaseElement | inline |
| setDeprecated(bool deprecated) noexcept | LibraryBaseElement | inline |
| setDescriptions(const LocalizedDescriptionMap &descriptions) noexcept | LibraryBaseElement | inline |
| setFabs(const QStringList &list) noexcept | Organization | inline |
| setIsSponsor(bool sponsor) noexcept | Organization | inline |
| setKeywords(const LocalizedKeywordsMap &keywords) noexcept | LibraryBaseElement | inline |
| setLogoPng(const QByteArray &png) noexcept | Organization | inline |
| setMessageApprovals(const QSet< SExpression > &approvals) noexcept | LibraryBaseElement | inline |
| setMessageApproved(const SExpression &approval, bool approved) noexcept | LibraryBaseElement | |
| setNames(const LocalizedNameMap &names) noexcept | LibraryBaseElement | inline |
| setPcbDesignRules(const QVector< OrganizationPcbDesignRules > &rules) noexcept | Organization | |
| setPcbOutputJobs(const OutputJobList &jobs) noexcept | Organization | inline |
| setPriority(int priority) noexcept | Organization | inline |
| setShipping(const QStringList &list) noexcept | Organization | inline |
| setUrl(const QUrl &url) noexcept | Organization | inline |
| setUserOutputJobs(const OutputJobList &jobs) noexcept | Organization | inline |
| setVersion(const Version &version) noexcept | LibraryBaseElement | inline |
| ~LibraryBaseElement() noexcept | LibraryBaseElement | virtual |
| ~Organization() noexcept | Organization |