Definition at line 162 of file QskVertex.h.
|
QSGGeometry::ColoredPoint2D | p1 |
|
QSGGeometry::ColoredPoint2D | p2 |
|
|
void | setLine (float x1, float y1, Color c1, float x2, float y2, Color c2) noexcept |
|
void | setLine (float x1, float y1, float x2, float y2, Color color) noexcept |
|
void | setLine (const QPointF &p1, const QPointF &p2, Color color) noexcept |
|
void | setLine (const QLineF &line, Color color) noexcept |
|
void | setHLine (qreal x1, qreal x2, qreal y, Color color) noexcept |
|
void | setVLine (qreal x, qreal y1, qreal y2, Color color) noexcept |
|
float | x1 () const noexcept |
|
float | y1 () const noexcept |
|
float | x2 () const noexcept |
|
float | y2 () const noexcept |
|
float | dx () const noexcept |
|
float | dy () const noexcept |
|
◆ dx()
float QskVertex::ColoredLine::dx |
( |
| ) |
const |
|
inlinenoexcept |
◆ dy()
float QskVertex::ColoredLine::dy |
( |
| ) |
const |
|
inlinenoexcept |
◆ setHLine()
void QskVertex::ColoredLine::setHLine |
( |
qreal |
x1, |
|
|
qreal |
x2, |
|
|
qreal |
y, |
|
|
Color |
color |
|
) |
| |
|
inlinenoexcept |
◆ setLine() [1/4]
void QskVertex::ColoredLine::setLine |
( |
const QLineF & |
line, |
|
|
Color |
color |
|
) |
| |
|
inlinenoexcept |
◆ setLine() [2/4]
void QskVertex::ColoredLine::setLine |
( |
const QPointF & |
p1, |
|
|
const QPointF & |
p2, |
|
|
Color |
color |
|
) |
| |
|
inlinenoexcept |
◆ setLine() [3/4]
void QskVertex::ColoredLine::setLine |
( |
float |
x1, |
|
|
float |
y1, |
|
|
Color |
c1, |
|
|
float |
x2, |
|
|
float |
y2, |
|
|
Color |
c2 |
|
) |
| |
|
inlinenoexcept |
◆ setLine() [4/4]
void QskVertex::ColoredLine::setLine |
( |
float |
x1, |
|
|
float |
y1, |
|
|
float |
x2, |
|
|
float |
y2, |
|
|
Color |
color |
|
) |
| |
|
inlinenoexcept |
◆ setVLine()
void QskVertex::ColoredLine::setVLine |
( |
qreal |
x, |
|
|
qreal |
y1, |
|
|
qreal |
y2, |
|
|
Color |
color |
|
) |
| |
|
inlinenoexcept |
◆ x1()
float QskVertex::ColoredLine::x1 |
( |
| ) |
const |
|
inlinenoexcept |
◆ x2()
float QskVertex::ColoredLine::x2 |
( |
| ) |
const |
|
inlinenoexcept |
◆ y1()
float QskVertex::ColoredLine::y1 |
( |
| ) |
const |
|
inlinenoexcept |
◆ y2()
float QskVertex::ColoredLine::y2 |
( |
| ) |
const |
|
inlinenoexcept |
◆ p1
QSGGeometry::ColoredPoint2D QskVertex::ColoredLine::p1 |
◆ p2
QSGGeometry::ColoredPoint2D QskVertex::ColoredLine::p2 |