#include <QGIDecoration.h>
|
| enum | { Type = QGraphicsItem::UserType + 173
} |
| |
◆ anonymous enum
◆ QGIDecoration()
| QGIDecoration::QGIDecoration |
( |
void |
| ) |
|
|
explicit |
◆ ~QGIDecoration()
| TechDrawGui::QGIDecoration::~QGIDecoration |
( |
| ) |
|
◆ boundingRect()
| QRectF QGIDecoration::boundingRect |
( |
| ) |
const |
|
virtual |
◆ draw()
| void QGIDecoration::draw |
( |
void |
| ) |
|
|
virtual |
◆ getColor()
| QColor TechDrawGui::QGIDecoration::getColor |
( |
void |
| ) |
|
◆ makeMark() [1/2]
◆ makeMark() [2/2]
| void QGIDecoration::makeMark |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
◆ paint()
| void QGIDecoration::paint |
( |
QPainter * |
painter, |
|
|
const QStyleOptionGraphicsItem * |
option, |
|
|
QWidget * |
widget = nullptr |
|
) |
| |
|
virtual |
◆ prefNormalColor()
| QColor QGIDecoration::prefNormalColor |
( |
void |
| ) |
|
|
protectedvirtual |
◆ prefPreColor()
| QColor QGIDecoration::prefPreColor |
( |
void |
| ) |
|
|
protectedvirtual |
◆ prefSelectColor()
| QColor QGIDecoration::prefSelectColor |
( |
void |
| ) |
|
|
protectedvirtual |
◆ setColor()
| void QGIDecoration::setColor |
( |
QColor |
c | ) |
|
◆ setFill()
| void TechDrawGui::QGIDecoration::setFill |
( |
Qt::BrushStyle |
bs | ) |
|
◆ setPrettyNormal()
| void TechDrawGui::QGIDecoration::setPrettyNormal |
( |
| ) |
|
|
protected |
◆ setPrettyPre()
| void TechDrawGui::QGIDecoration::setPrettyPre |
( |
| ) |
|
|
protected |
◆ setPrettySel()
| void TechDrawGui::QGIDecoration::setPrettySel |
( |
| ) |
|
|
protected |
◆ setStyle()
| void QGIDecoration::setStyle |
( |
Qt::PenStyle |
s | ) |
|
◆ setWidth()
| void QGIDecoration::setWidth |
( |
double |
w | ) |
|
◆ type()
| int TechDrawGui::QGIDecoration::type |
( |
void |
| ) |
const |
◆ m_brush
| QBrush TechDrawGui::QGIDecoration::m_brush |
|
protected |
◆ m_brushCurrent
| Qt::BrushStyle TechDrawGui::QGIDecoration::m_brushCurrent |
|
protected |
◆ m_colCurrent
| QColor TechDrawGui::QGIDecoration::m_colCurrent |
|
protected |
◆ m_colNormal
| QColor TechDrawGui::QGIDecoration::m_colNormal |
|
protected |
◆ m_pen
| QPen TechDrawGui::QGIDecoration::m_pen |
|
protected |
◆ m_styleCurrent
| Qt::PenStyle TechDrawGui::QGIDecoration::m_styleCurrent |
|
protected |
◆ m_width
| double TechDrawGui::QGIDecoration::m_width |
|
protected |
The documentation for this class was generated from the following files:
- FreeCAD/src/Mod/TechDraw/Gui/QGIDecoration.h
- FreeCAD/src/Mod/TechDraw/Gui/QGIDecoration.cpp