LibrePCB Developers Documentation
|
This is the complete list of members for GraphicsLayer, including all inherited members.
Event enum name | GraphicsLayer | |
getColor(bool highlighted=false) const noexcept | GraphicsLayer | inline |
getName() const noexcept | GraphicsLayer | inline |
getNameTr() const noexcept | GraphicsLayer | inline |
getVisible() const noexcept | GraphicsLayer | inline |
GraphicsLayer()=delete | GraphicsLayer | |
GraphicsLayer(const GraphicsLayer &other) noexcept | GraphicsLayer | |
GraphicsLayer(const QString &name, const QString &nameTr, const QColor &color, const QColor &colorHighlighted, bool visible=true, bool enabled=true) noexcept | GraphicsLayer | explicit |
isEnabled() const noexcept | GraphicsLayer | inline |
isVisible() const noexcept | GraphicsLayer | inline |
mColor | GraphicsLayer | protected |
mColorHighlighted | GraphicsLayer | protected |
mIsEnabled | GraphicsLayer | protected |
mIsVisible | GraphicsLayer | protected |
mName | GraphicsLayer | protected |
mNameTr | GraphicsLayer | protected |
onEdited | GraphicsLayer | |
OnEditedSlot typedef | GraphicsLayer | |
operator=(const GraphicsLayer &rhs)=delete | GraphicsLayer | |
setColor(const QColor &color) noexcept | GraphicsLayer | |
setColorHighlighted(const QColor &color) noexcept | GraphicsLayer | |
setEnabled(bool enable) noexcept | GraphicsLayer | |
setVisible(bool visible) noexcept | GraphicsLayer | |
~GraphicsLayer() noexcept | GraphicsLayer | virtual |