ASPiK SDK
|
This is the complete list of members for VSTGUI::CLineStyle, including all inherited members.
cap (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | protected |
CLineStyle()=default (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
CLineStyle(LineCap cap, LineJoin join=kLineJoinMiter, CCoord dashPhase=0., uint32_t dashCount=0, const CCoord *dashLengths=nullptr) (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | explicit |
CLineStyle(LineCap cap, LineJoin join, CCoord dashPhase, const CoordVector &dashLengths) (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
CLineStyle(const CLineStyle &lineStyle) (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
CLineStyle(LineCap cap, LineJoin join, CCoord dashPhase, CoordVector &&dashLengths) noexcept (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
CLineStyle(CLineStyle &&cls) noexcept (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
CoordVector typedef (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
dashLengths (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | protected |
dashPhase (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | protected |
getDashCount() const (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | inline |
getDashLengths() (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | inline |
getDashLengths() const (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | inline |
getDashPhase() const (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | inline |
getLineCap() const (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | inline |
getLineJoin() const (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | inline |
join (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | protected |
kLineCapButt enum value (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
kLineCapRound enum value (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
kLineCapSquare enum value (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
kLineJoinBevel enum value (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
kLineJoinMiter enum value (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
kLineJoinRound enum value (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
LineCap enum name (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
LineJoin enum name (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
operator!=(const CLineStyle &cls) const (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | inline |
operator=(CLineStyle &&cls) noexcept (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
operator=(const CLineStyle &cls) (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
operator==(const CLineStyle &cls) const (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | |
setDashPhase(CCoord phase) (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | inline |
setLineCap(LineCap newCap) (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | inline |
setLineJoin(LineJoin newJoin) (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle | inline |
~CLineStyle() noexcept=default (defined in VSTGUI::CLineStyle) | VSTGUI::CLineStyle |