![]() |
LibrePCB Developers Documentation
|
The SI_Image class represents an image in a schematic. More...
#include <si_image.h>
Inheritance diagram for SI_Image:
Collaboration diagram for SI_Image:Public Member Functions | |
| SI_Image ()=delete | |
| SI_Image (const SI_Image &other)=delete | |
| SI_Image (Schematic &schematic, const Image &image) | |
| ~SI_Image () noexcept | |
| const Uuid & | getUuid () const noexcept |
| const Point & | getPosition () const noexcept |
| const Angle & | getRotation () const noexcept |
| const std::shared_ptr< Image > & | getImage () noexcept |
| std::shared_ptr< const Image > | getImage () const noexcept |
| SI_Symbol * | getSymbol () const noexcept |
| void | setSymbol (SI_Symbol *symbol) noexcept |
| void | addToSchematic () override |
| void | removeFromSchematic () override |
| SI_Image & | operator= (const SI_Image &rhs)=delete |
Public Member Functions inherited from SI_Base | |
| SI_Base ()=delete | |
| SI_Base (const SI_Base &other)=delete | |
| SI_Base (Schematic &schematic) noexcept | |
| virtual | ~SI_Base () noexcept |
| Project & | getProject () const noexcept |
| Circuit & | getCircuit () const noexcept |
| Schematic & | getSchematic () const noexcept |
| virtual bool | isAddedToSchematic () const noexcept |
| SI_Base & | operator= (const SI_Base &rhs)=delete |
Private Attributes | |
| QPointer< SI_Symbol > | mSymbol |
| std::shared_ptr< Image > | mImage |
Additional Inherited Members | |
Protected Attributes inherited from SI_Base | |
| Schematic & | mSchematic |
The SI_Image class represents an image in a schematic.
|
delete |
|
noexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
|
inlinenoexcept |
|
noexcept |
|
overridevirtual |
Reimplemented from SI_Base.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from SI_Base.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |