![]() |
LibrePCB Developers Documentation
|
#include <bi_zone.h>
Inheritance diagram for BI_Zone:
Collaboration diagram for BI_Zone:Public Types | |
| enum class | Event |
| typedef Slot< BI_Zone, Event > | OnEditedSlot |
Public Member Functions | |
| BI_Zone ()=delete | |
| BI_Zone (const BI_Zone &other)=delete | |
| BI_Zone (Board &board, const BoardZoneData &data) | |
| ~BI_Zone () noexcept | |
| const BoardZoneData & | getData () 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 | addToBoard () override |
| void | removeFromBoard () override |
| BI_Zone & | operator= (const BI_Zone &rhs)=delete |
Public Member Functions inherited from BI_Base | |
| BI_Base ()=delete | |
| BI_Base (const BI_Base &other)=delete | |
| BI_Base (Board &board) noexcept | |
| virtual | ~BI_Base () noexcept |
| Project & | getProject () const noexcept |
| Circuit & | getCircuit () const noexcept |
| Board & | getBoard () const noexcept |
| virtual bool | isAddedToBoard () const noexcept |
| BI_Base & | operator= (const BI_Base &rhs)=delete |
Public Attributes | |
| Signal< BI_Zone, Event > | onEdited |
Private Attributes | |
| BoardZoneData | mData |
Additional Inherited Members | |
Protected Attributes inherited from BI_Base | |
| Board & | mBoard |
The BI_Zone class.
| typedef Slot<BI_Zone, Event> OnEditedSlot |
|
strong |
|
delete |
| BI_Zone | ( | Board & | board, |
| const BoardZoneData & | data | ||
| ) |
Here is the call graph for this function:
|
noexcept |
|
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 |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from BI_Base.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from BI_Base.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |