VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CLineStyle Member List

This is the complete list of members for CLineStyle, including all inherited members.

capCLineStyleprotected
CLineStyle()=defaultCLineStyle
CLineStyle(LineCap cap, LineJoin join=kLineJoinMiter, CCoord dashPhase=0., uint32_t dashCount=0, const CCoord *dashLengths=nullptr)CLineStyleexplicit
CLineStyle(LineCap cap, LineJoin join, CCoord dashPhase, const CoordVector &dashLengths)CLineStyle
CLineStyle(const CLineStyle &lineStyle)CLineStyle
CLineStyle(LineCap cap, LineJoin join, CCoord dashPhase, CoordVector &&dashLengths) noexceptCLineStyle
CLineStyle(CLineStyle &&cls) noexceptCLineStyle
CoordVector typedefCLineStyle
dashLengthsCLineStyleprotected
dashPhaseCLineStyleprotected
getDashCount() const CLineStyleinline
getDashLengths()CLineStyleinline
getDashLengths() const CLineStyleinline
getDashPhase() const CLineStyleinline
getLineCap() const CLineStyleinline
getLineJoin() const CLineStyleinline
joinCLineStyleprotected
kLineCapButt enum valueCLineStyle
kLineCapRound enum valueCLineStyle
kLineCapSquare enum valueCLineStyle
kLineJoinBevel enum valueCLineStyle
kLineJoinMiter enum valueCLineStyle
kLineJoinRound enum valueCLineStyle
LineCap enum nameCLineStyle
LineJoin enum nameCLineStyle
operator!=(const CLineStyle &cls) const CLineStyleinline
operator=(CLineStyle &&cls) noexceptCLineStyle
operator=(const CLineStyle &cls)CLineStyle
operator==(const CLineStyle &cls) const CLineStyle
setDashPhase(CCoord phase)CLineStyleinline
setLineCap(LineCap newCap)CLineStyleinline
setLineJoin(LineJoin newJoin)CLineStyleinline
~CLineStyle() noexcept=defaultCLineStyle