![]() |
LibrePCB Developers Documentation
|
This is the complete list of members for Component, including all inherited members.
| cleanNorm(QString norm) noexcept | Component | privatestatic |
| Component()=delete | Component | |
| Component(const Component &other)=delete | Component | |
| Component(const Uuid &uuid, const Version &version, const QString &author, const ElementName &name_en_US, const QString &description_en_US, const QString &keywords_en_US) | Component | |
| Component(std::unique_ptr< TransactionalDirectory > directory, const SExpression &root) | Component | private |
| getAllAvailableLocales() const noexcept | LibraryBaseElement | |
| getAttributes() noexcept | Component | inline |
| getAttributes() const noexcept | Component | inline |
| getAuthor() const noexcept | LibraryBaseElement | inline |
| getCategories() const noexcept | LibraryElement | inline |
| getCreated() const noexcept | LibraryBaseElement | inline |
| getDefaultValue() const noexcept | Component | 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 |
| getLongElementName() noexcept | Component | inlinestatic |
| getMessageApprovals() const noexcept | LibraryBaseElement | inline |
| getNames() const noexcept | LibraryBaseElement | inline |
| getPrefixes() const noexcept | Component | inline |
| getResources() const noexcept | LibraryElement | inline |
| getShortElementName() noexcept | Component | inlinestatic |
| getSignalOfPin(const Uuid &symbVar, const Uuid &item, const Uuid &pin) | Component | |
| getSignalOfPin(const Uuid &symbVar, const Uuid &item, const Uuid &pin) const | Component | |
| getSignals() noexcept | Component | inline |
| getSignals() const noexcept | Component | inline |
| getSymbolVariantIndexByNorm(const QStringList &normOrder) const noexcept | Component | |
| getSymbolVariants() noexcept | Component | inline |
| getSymbolVariants() const noexcept | Component | inline |
| getSymbVarItem(const Uuid &symbVar, const Uuid &item) | Component | |
| getSymbVarItem(const Uuid &symbVar, const Uuid &item) const | Component | |
| getUuid() const noexcept | LibraryBaseElement | inline |
| getVersion() const noexcept | LibraryBaseElement | inline |
| isDeprecated() const noexcept | LibraryBaseElement | inline |
| isSchematicOnly() const noexcept | Component | 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 | |
| mAttributes | Component | private |
| mAuthor | LibraryBaseElement | protected |
| mCategories | LibraryElement | protected |
| mCreated | LibraryBaseElement | protected |
| mDefaultValue | Component | private |
| 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 |
| mPrefixes | Component | private |
| mResources | LibraryElement | protected |
| mSchematicOnly | Component | private |
| mShortElementName | LibraryBaseElement | protected |
| mSignals | Component | private |
| mSymbolVariants | Component | private |
| mUuid | LibraryBaseElement | protected |
| mVersion | LibraryBaseElement | protected |
| open(std::unique_ptr< TransactionalDirectory > directory, bool abortBeforeMigration=false) | Component | static |
| operator=(const Component &rhs)=delete | Component | |
| librepcb::LibraryElement::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 | Component | virtual |
| save() | LibraryBaseElement | virtual |
| saveIntoParentDirectory(TransactionalDirectory &dest) | LibraryBaseElement | virtual |
| saveTo(TransactionalDirectory &dest) | LibraryBaseElement | virtual |
| serialize(SExpression &root) const override | Component | protectedvirtual |
| serializeMessageApprovals(SExpression &root) const | LibraryBaseElement | protected |
| setAuthor(const QString &author) noexcept | LibraryBaseElement | inline |
| setCategories(const QSet< Uuid > &uuids) noexcept | LibraryElement | inline |
| setDefaultValue(const QString &value) noexcept | Component | inline |
| setDeprecated(bool deprecated) noexcept | LibraryBaseElement | inline |
| setDescriptions(const LocalizedDescriptionMap &descriptions) noexcept | LibraryBaseElement | inline |
| setGeneratedBy(const QString &gen) noexcept | LibraryElement | inline |
| setIsSchematicOnly(bool schematicOnly) noexcept | Component | inline |
| setKeywords(const LocalizedKeywordsMap &keywords) noexcept | LibraryBaseElement | inline |
| setMessageApprovals(const QSet< SExpression > &approvals) noexcept | LibraryBaseElement | inline |
| setMessageApproved(const SExpression &approval, bool approved) noexcept | LibraryBaseElement | |
| setNames(const LocalizedNameMap &names) noexcept | LibraryBaseElement | inline |
| setPrefixes(const NormDependentPrefixMap &prefixes) noexcept | Component | inline |
| setResources(const ResourceList &resources) noexcept | LibraryElement | inline |
| setVersion(const Version &version) noexcept | LibraryBaseElement | inline |
| ~Component() noexcept | Component | |
| ~LibraryBaseElement() noexcept | LibraryBaseElement | virtual |
| ~LibraryElement() noexcept | LibraryElement | virtual |