LibrePCB Developers Documentation
|
This is the complete list of members for ThemeColor, including all inherited members.
getCategoryTr() const noexcept | ThemeColor | |
getIdentifier() const noexcept | ThemeColor | inline |
getNameTr() const noexcept | ThemeColor | |
getPrimaryColor() const noexcept | ThemeColor | inline |
getSecondaryColor() const noexcept | ThemeColor | inline |
isEdited() const noexcept | ThemeColor | inline |
load(const SExpression &root) | ThemeColor | |
mCategoryNoTr | ThemeColor | private |
mEdited | ThemeColor | private |
mIdentifier | ThemeColor | private |
mNameNoTr | ThemeColor | private |
mNameSuffix | ThemeColor | private |
mPrimary | ThemeColor | private |
mSecondary | ThemeColor | private |
operator!=(const ThemeColor &rhs) const noexcept | ThemeColor | inline |
operator=(const ThemeColor &rhs) noexcept | ThemeColor | |
operator==(const ThemeColor &rhs) const noexcept | ThemeColor | |
serialize() const | ThemeColor | |
setPrimaryColor(const QColor &color) noexcept | ThemeColor | |
setSecondaryColor(const QColor &color) noexcept | ThemeColor | |
ThemeColor()=delete | ThemeColor | |
ThemeColor(const QString &identifier, const char *category, const char *name, const QString &nameSuffix, const QColor &primary, const QColor &secondary) noexcept | ThemeColor | |
ThemeColor(const ThemeColor &other) noexcept | ThemeColor | |
~ThemeColor() noexcept | ThemeColor |