LibrePCB Developers Documentation
GraphicsLayer Member List

This is the complete list of members for GraphicsLayer, including all inherited members.

Event enum nameGraphicsLayer
getColor(bool highlighted=false) const noexceptGraphicsLayerinline
getName() const noexceptGraphicsLayerinline
getNameTr() const noexceptGraphicsLayerinline
getVisible() const noexceptGraphicsLayerinline
GraphicsLayer()=deleteGraphicsLayer
GraphicsLayer(const GraphicsLayer &other) noexceptGraphicsLayer
GraphicsLayer(const QString &name, const QString &nameTr, const QColor &color, const QColor &colorHighlighted, bool visible=true, bool enabled=true) noexceptGraphicsLayerexplicit
isEnabled() const noexceptGraphicsLayerinline
isVisible() const noexceptGraphicsLayerinline
mColorGraphicsLayerprotected
mColorHighlightedGraphicsLayerprotected
mIsEnabledGraphicsLayerprotected
mIsVisibleGraphicsLayerprotected
mNameGraphicsLayerprotected
mNameTrGraphicsLayerprotected
onEditedGraphicsLayer
OnEditedSlot typedefGraphicsLayer
operator=(const GraphicsLayer &rhs)=deleteGraphicsLayer
setColor(const QColor &color) noexceptGraphicsLayer
setColorHighlighted(const QColor &color) noexceptGraphicsLayer
setEnabled(bool enable) noexceptGraphicsLayer
setVisible(bool visible) noexceptGraphicsLayer
~GraphicsLayer() noexceptGraphicsLayervirtual