|
| CLineStyle ()=default |
|
| CLineStyle (LineCap cap, LineJoin join=kLineJoinMiter, CCoord dashPhase=0., uint32_t dashCount=0, const CCoord *dashLengths=nullptr) |
|
| CLineStyle (LineCap cap, LineJoin join, CCoord dashPhase, const CoordVector &dashLengths) |
|
| CLineStyle (const CLineStyle &lineStyle) |
|
| ~CLineStyle () noexcept=default |
|
| CLineStyle (LineCap cap, LineJoin join, CCoord dashPhase, CoordVector &&dashLengths) noexcept |
|
| CLineStyle (CLineStyle &&cls) noexcept |
|
CLineStyle & | operator= (CLineStyle &&cls) noexcept |
|
LineCap | getLineCap () const |
|
LineJoin | getLineJoin () const |
|
CCoord | getDashPhase () const |
|
uint32_t | getDashCount () const |
|
CoordVector & | getDashLengths () |
|
const CoordVector & | getDashLengths () const |
|
void | setLineCap (LineCap newCap) |
|
void | setLineJoin (LineJoin newJoin) |
|
void | setDashPhase (CCoord phase) |
|
bool | operator== (const CLineStyle &cls) const |
|
bool | operator!= (const CLineStyle &cls) const |
|
CLineStyle & | operator= (const CLineStyle &cls) |
|
◆ CoordVector
◆ LineCap
Enumerator |
---|
kLineCapButt | |
kLineCapRound | |
kLineCapSquare | |
◆ LineJoin
Enumerator |
---|
kLineJoinMiter | |
kLineJoinRound | |
kLineJoinBevel | |
◆ CLineStyle() [1/6]
◆ CLineStyle() [2/6]
◆ CLineStyle() [3/6]
◆ CLineStyle() [4/6]
◆ ~CLineStyle()
◆ CLineStyle() [5/6]
◆ CLineStyle() [6/6]
◆ getDashCount()
uint32_t getDashCount |
( |
| ) |
const |
|
inline |
◆ getDashLengths() [1/2]
◆ getDashLengths() [2/2]
◆ getDashPhase()
◆ getLineCap()
◆ getLineJoin()
◆ operator!=()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
◆ setDashPhase()
void setDashPhase |
( |
CCoord |
phase | ) |
|
|
inline |
◆ setLineCap()
◆ setLineJoin()
◆ cap
◆ dashLengths
◆ dashPhase
◆ join
The documentation for this class was generated from the following files:
- clinestyle.h
- clinestyle.cpp