![]() |
LibrePCB Developers Documentation
|
#include <packageeditorwidget.h>
Collaboration diagram for BackgroundImageSettings:Public Member Functions | |
| bool | tryLoadFromDir (const FilePath &dir) noexcept |
| void | saveToDir (const FilePath &dir) noexcept |
| QPixmap | buildPixmap (const QColor &bgColor) const noexcept |
Public Attributes | |
| bool | enabled = true |
| Whether the background is enabled or not. | |
| QImage | image |
| The original loaded image. | |
| Angle | rotation |
| Rotation in scene. | |
| QList< std::pair< QPointF, Point > > | references |
| References in image. | |
|
noexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
noexcept |
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:| bool enabled = true |
Whether the background is enabled or not.
| QImage image |
The original loaded image.
| Angle rotation |
Rotation in scene.