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)CGraphicsPath
addBezierCurve(const CPoint &control1, const CPoint &control2, const CPoint &end)CGraphicsPath
addBezierCurve(CCoord cp1x, CCoord cp1y, CCoord cp2x, CCoord cp2y, CCoord x, CCoord y)CGraphicsPathinline
addEllipse(const CRect &rect)CGraphicsPath
addLine(const CPoint &to)CGraphicsPath
addLine(CCoord x, CCoord y)CGraphicsPathinline
addPath(const CGraphicsPath &path, CGraphicsTransform *transformation=nullptr)CGraphicsPath
addRect(const CRect &rect)CGraphicsPath
addRoundRect(const CRect &size, CCoord radius)CGraphicsPath
beginSubpath(const CPoint &start)CGraphicsPath
beginSubpath(CCoord x, CCoord y)CGraphicsPathinline
CGraphicsPath(const PlatformGraphicsPathFactoryPtr &factory, PlatformGraphicsPathPtr &&path)CGraphicsPath
closeSubpath()CGraphicsPath
createGradient(double color1Start, double color2Start, const CColor &color1, const CColor &color2)CGraphicsPath
dirty()CGraphicsPathprotected
ElementList typedefCGraphicsPathprotected
elementsCGraphicsPathprotected
ensurePlatformGraphicsPathValid(PlatformGraphicsPathFillMode fillMode)CGraphicsPathprotected
factoryCGraphicsPathprotected
forget() overrideReferenceCounted< T >inlinevirtual
getBoundingBox()CGraphicsPath
getCurrentPosition()CGraphicsPath
getNbReference() constReferenceCounted< T >inlinevirtual
getPlatformPath(PlatformGraphicsPathFillMode fillMode)CGraphicsPath
hitTest(const CPoint &p, bool evenOddFilled=false, CGraphicsTransform *transform=nullptr)CGraphicsPath
makePlatformGraphicsPath(PlatformGraphicsPathFillMode fillMode)CGraphicsPathprotected
operator=(const ReferenceCounted &)ReferenceCounted< T >inline
pathCGraphicsPathprotected
ReferenceCounted()=defaultReferenceCounted< T >
ReferenceCounted(const ReferenceCounted &)ReferenceCounted< T >inline
remember() overrideReferenceCounted< T >inlinevirtual
~CGraphicsPath() noexcept overrideCGraphicsPath
~ReferenceCounted() noexcept=defaultReferenceCounted< T >virtual