#include <QGCustomImage.h>
|
enum | { Type = QGraphicsItem::UserType + 201
} |
|
◆ anonymous enum
◆ QGCustomImage()
QGCustomImage::QGCustomImage |
( |
void |
| ) |
|
|
explicit |
◆ ~QGCustomImage()
QGCustomImage::~QGCustomImage |
( |
| ) |
|
◆ centerAt() [1/2]
void QGCustomImage::centerAt |
( |
double |
cX, |
|
|
double |
cY |
|
) |
| |
|
virtual |
◆ centerAt() [2/2]
void QGCustomImage::centerAt |
( |
QPointF |
centerPos | ) |
|
|
virtual |
◆ imageSize()
QSize QGCustomImage::imageSize |
( |
void |
| ) |
|
|
virtual |
◆ load() [1/2]
bool QGCustomImage::load |
( |
QPixmap |
map | ) |
|
|
virtual |
◆ load() [2/2]
bool QGCustomImage::load |
( |
QString |
fileSpec | ) |
|
|
virtual |
◆ paint()
void QGCustomImage::paint |
( |
QPainter * |
painter, |
|
|
const QStyleOptionGraphicsItem * |
option, |
|
|
QWidget * |
widget = nullptr |
|
) |
| |
|
overridevirtual |
◆ type()
int TechDrawGui::QGCustomImage::type |
( |
| ) |
const |
|
override |
◆ m_px
QPixmap TechDrawGui::QGCustomImage::m_px |
|
protected |
The documentation for this class was generated from the following files:
- FreeCAD/src/Mod/TechDraw/Gui/QGCustomImage.h
- FreeCAD/src/Mod/TechDraw/Gui/QGCustomImage.cpp