#include <QGCustomClip.h>
|
enum | { Type = QGraphicsItem::UserType + 132
} |
|
◆ anonymous enum
◆ QGCustomClip()
QGCustomClip::QGCustomClip |
( |
void |
| ) |
|
|
explicit |
◆ ~QGCustomClip()
TechDrawGui::QGCustomClip::~QGCustomClip |
( |
| ) |
|
◆ boundingRect()
QRectF QGCustomClip::boundingRect |
( |
| ) |
const |
|
virtual |
◆ centerAt() [1/2]
void QGCustomClip::centerAt |
( |
double |
cX, |
|
|
double |
cY |
|
) |
| |
|
virtual |
◆ centerAt() [2/2]
void QGCustomClip::centerAt |
( |
QPointF |
centerPos | ) |
|
|
virtual |
◆ makeMark() [1/2]
◆ makeMark() [2/2]
void QGCustomClip::makeMark |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
◆ paint()
void QGCustomClip::paint |
( |
QPainter * |
painter, |
|
|
const QStyleOptionGraphicsItem * |
option, |
|
|
QWidget * |
widget = nullptr |
|
) |
| |
◆ rect()
QRectF QGCustomClip::rect |
( |
| ) |
|
|
virtual |
◆ setRect() [1/2]
void QGCustomClip::setRect |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
w, |
|
|
double |
h |
|
) |
| |
|
virtual |
◆ setRect() [2/2]
void QGCustomClip::setRect |
( |
QRectF |
r | ) |
|
|
virtual |
◆ type()
int TechDrawGui::QGCustomClip::type |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- FreeCAD/src/Mod/TechDraw/Gui/QGCustomClip.h
- FreeCAD/src/Mod/TechDraw/Gui/QGCustomClip.cpp