#include <customshape.h>
dnai::views::CustomShape::CustomShape |
( |
QQuickItem * |
parent = nullptr | ) |
|
|
explicit |
const QColor& dnai::views::CustomShape::borderColor |
( |
| ) |
const |
|
inline |
void dnai::views::CustomShape::borderColorChanged |
( |
const QColor & |
color | ) |
|
|
signal |
qreal dnai::views::CustomShape::borderWidth |
( |
| ) |
const |
|
inline |
void dnai::views::CustomShape::borderWidthChanged |
( |
qreal |
w | ) |
|
|
signal |
const QColor& dnai::views::CustomShape::fillColor |
( |
| ) |
const |
|
inline |
void dnai::views::CustomShape::fillColorChanged |
( |
const QColor & |
color | ) |
|
|
signal |
qreal dnai::views::CustomShape::radius |
( |
| ) |
const |
|
inline |
void dnai::views::CustomShape::radiusChanged |
( |
qreal |
radius | ) |
|
|
signal |
void dnai::views::CustomShape::resetBorderColor |
( |
| ) |
|
void dnai::views::CustomShape::resetBorderWidth |
( |
| ) |
|
void dnai::views::CustomShape::resetFillColor |
( |
| ) |
|
void dnai::views::CustomShape::resetPos |
( |
| ) |
|
void dnai::views::CustomShape::resetRadius |
( |
| ) |
|
void dnai::views::CustomShape::resetShape |
( |
| ) |
|
void dnai::views::CustomShape::setBorderColor |
( |
const QColor & |
color | ) |
|
|
virtual |
void dnai::views::CustomShape::setBorderWidth |
( |
qreal |
w | ) |
|
|
virtual |
void dnai::views::CustomShape::setFillColor |
( |
const QColor & |
color | ) |
|
|
virtual |
void dnai::views::CustomShape::setRadius |
( |
qreal |
radius | ) |
|
QSGNode * dnai::views::CustomShape::updatePaintNode |
( |
QSGNode * |
n, |
|
|
UpdatePaintNodeData * |
|
|
) |
| |
|
overridevirtual |
QColor dnai::views::CustomShape::m_borderColor |
|
protected |
qreal dnai::views::CustomShape::m_borderWidth |
|
protected |
QColor dnai::views::CustomShape::m_fillColor |
|
protected |
qreal dnai::views::CustomShape::m_radius |
|
protected |
QColor dnai::views::CustomShape::m_saveBorderColor |
|
protected |
qreal dnai::views::CustomShape::m_saveBorderWidth |
|
protected |
QColor dnai::views::CustomShape::m_saveFillColor |
|
protected |
QPointF dnai::views::CustomShape::m_savePos |
|
protected |
qreal dnai::views::CustomShape::m_saveRadius |
|
protected |
QColor dnai::views::CustomShape::borderColor |
|
readwrite |
qreal dnai::views::CustomShape::borderWidth |
|
readwrite |
QColor dnai::views::CustomShape::fillColor |
|
readwrite |
qreal dnai::views::CustomShape::radius |
|
readwrite |
The documentation for this class was generated from the following files: