![]() |
LibrePCB Developers Documentation
|
The BoardZoneData class. More...
#include <boardzonedata.h>
Collaboration diagram for BoardZoneData:Public Member Functions | |
| BoardZoneData ()=delete | |
| BoardZoneData (const BoardZoneData &other) noexcept | |
| BoardZoneData (const Uuid &uuid, const BoardZoneData &other) noexcept | |
| BoardZoneData (const Uuid &uuid, const QSet< const Layer * > &layers, Zone::Rules rules, const Path &outline, bool locked) noexcept | |
| BoardZoneData (const SExpression &node) | |
| ~BoardZoneData () noexcept | |
| const Uuid & | getUuid () const noexcept |
| const QSet< const Layer * > & | getLayers () const noexcept |
| Zone::Rules | getRules () const noexcept |
| const Path & | getOutline () const noexcept |
| bool | isLocked () const noexcept |
| bool | setLayers (const QSet< const Layer * > &layers) |
| bool | setRules (Zone::Rules rules) noexcept |
| bool | setOutline (const Path &outline) noexcept |
| bool | setLocked (bool locked) noexcept |
| void | serialize (SExpression &root) const |
| Serialize into librepcb::SExpression node. | |
| bool | operator== (const BoardZoneData &rhs) const noexcept |
| bool | operator!= (const BoardZoneData &rhs) const noexcept |
| BoardZoneData & | operator= (const BoardZoneData &rhs)=default |
Private Member Functions | |
| void | checkLayers (const QSet< const Layer * > &layers) |
Private Attributes | |
| Uuid | mUuid |
| QSet< const Layer * > | mLayers |
| Zone::Rules | mRules |
| Path | mOutline |
| bool | mLocked |
The BoardZoneData class.
|
delete |
|
noexcept |
|
noexcept |
|
noexcept |
|
explicit |
Here is the call graph for this function:
|
noexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:| bool setLayers | ( | const QSet< const Layer * > & | layers | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
| void serialize | ( | SExpression & | root | ) | const |
Serialize into librepcb::SExpression node.
| root | Root node to serialize into. |
Here is the call graph for this function:
|
noexcept |
|
inlinenoexcept |
|
default |
|
private |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
private |
|
private |