VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
CGraphicsPath Member List

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

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