|
| | 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) |
| |
| Enumerator |
|---|
| kLineCapButt |
|
| kLineCapRound |
|
| kLineCapSquare |
|
| Enumerator |
|---|
| kLineJoinMiter |
|
| kLineJoinRound |
|
| kLineJoinBevel |
|
| uint32_t getDashCount |
( |
| ) |
const |
|
inline |
| void setDashPhase |
( |
CCoord |
phase | ) |
|
|
inline |
The documentation for this class was generated from the following files:
- clinestyle.h
- clinestyle.cpp