ASPiK SDK
VSTGUI::CGraphicsPath Member List

This is the complete list of members for VSTGUI::CGraphicsPath, including all inherited members.

addArc(const CRect &rect, double startAngle, double endAngle, bool clockwise)VSTGUI::CGraphicsPathvirtual
addBezierCurve(const CPoint &control1, const CPoint &control2, const CPoint &end)VSTGUI::CGraphicsPathvirtual
addBezierCurve(CCoord cp1x, CCoord cp1y, CCoord cp2x, CCoord cp2y, CCoord x, CCoord y) (defined in VSTGUI::CGraphicsPath)VSTGUI::CGraphicsPathinline
addEllipse(const CRect &rect)VSTGUI::CGraphicsPathvirtual
addLine(const CPoint &to)VSTGUI::CGraphicsPathvirtual
addLine(CCoord x, CCoord y) (defined in VSTGUI::CGraphicsPath)VSTGUI::CGraphicsPathinline
addPath(const CGraphicsPath &path, CGraphicsTransform *transformation=nullptr)VSTGUI::CGraphicsPathvirtual
addRect(const CRect &rect)VSTGUI::CGraphicsPathvirtual
addRoundRect(const CRect &size, CCoord radius) (defined in VSTGUI::CGraphicsPath)VSTGUI::CGraphicsPath
beforeDelete() (defined in VSTGUI::ReferenceCounted< T >)VSTGUI::ReferenceCounted< T >inlinevirtual
beginSubpath(const CPoint &start)VSTGUI::CGraphicsPathvirtual
beginSubpath(CCoord x, CCoord y) (defined in VSTGUI::CGraphicsPath)VSTGUI::CGraphicsPathinline
CGraphicsPath() (defined in VSTGUI::CGraphicsPath)VSTGUI::CGraphicsPathinlineprotected
closeSubpath()VSTGUI::CGraphicsPathvirtual
createGradient(double color1Start, double color2Start, const CColor &color1, const CColor &color2)=0VSTGUI::CGraphicsPathpure virtual
dirty()=0VSTGUI::CGraphicsPathprotectedpure virtual
ElementList typedef (defined in VSTGUI::CGraphicsPath)VSTGUI::CGraphicsPathprotected
elements (defined in VSTGUI::CGraphicsPath)VSTGUI::CGraphicsPathprotected
forget() overrideVSTGUI::ReferenceCounted< T >inlinevirtual
getBoundingBox()=0 (defined in VSTGUI::CGraphicsPath)VSTGUI::CGraphicsPathpure virtual
getCurrentPosition()=0 (defined in VSTGUI::CGraphicsPath)VSTGUI::CGraphicsPathpure virtual
getNbReference() constVSTGUI::ReferenceCounted< T >inlinevirtual
hitTest(const CPoint &p, bool evenOddFilled=false, CGraphicsTransform *transform=nullptr)=0 (defined in VSTGUI::CGraphicsPath)VSTGUI::CGraphicsPathpure virtual
operator=(const ReferenceCounted &) (defined in VSTGUI::ReferenceCounted< T >)VSTGUI::ReferenceCounted< T >inline
ReferenceCounted()=default (defined in VSTGUI::ReferenceCounted< T >)VSTGUI::ReferenceCounted< T >
ReferenceCounted(const ReferenceCounted &) (defined in VSTGUI::ReferenceCounted< T >)VSTGUI::ReferenceCounted< T >inline
remember() overrideVSTGUI::ReferenceCounted< T >inlinevirtual
~ReferenceCounted() noexcept=default (defined in VSTGUI::ReferenceCounted< T >)VSTGUI::ReferenceCounted< T >virtual