![]() |
LibrePCB Developers Documentation
|
Represents a 3D model of a librepcb::Package. More...
#include <packagemodel.h>
Collaboration diagram for PackageModel:Public Types | |
| enum class | Event |
| typedef Slot< PackageModel, Event > | OnEditedSlot |
Public Member Functions | |
| PackageModel ()=delete | |
| PackageModel (const PackageModel &other) noexcept | |
| PackageModel (const Uuid &uuid, const ElementName &name) noexcept | |
| PackageModel (const SExpression &node) | |
| ~PackageModel () noexcept | |
| const Uuid & | getUuid () const noexcept |
| const ElementName & | getName () const noexcept |
| QString | getFileName () const noexcept |
| bool | setName (const ElementName &name) noexcept |
| void | serialize (SExpression &root) const |
| Serialize into librepcb::SExpression node. | |
| bool | operator== (const PackageModel &rhs) const noexcept |
| bool | operator!= (const PackageModel &rhs) const noexcept |
| PackageModel & | operator= (const PackageModel &rhs) noexcept |
Public Attributes | |
| Signal< PackageModel, Event > | onEdited |
Private Attributes | |
| Uuid | mUuid |
| ElementName | mName |
Represents a 3D model of a librepcb::Package.
| typedef Slot<PackageModel, Event> OnEditedSlot |
|
strong |
|
delete |
|
noexcept |
|
noexcept |
|
explicit |
|
noexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
|
inlinenoexcept |
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:| 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 |
|
noexcept |
| Signal<PackageModel, Event> onEdited |
|
private |
|
private |