VSTGUI
4.9
Graphical User Interface Framework not only for VST plugins
|
This is the complete list of members for CGraphicsPath, including all inherited members.
addArc(const CRect &rect, double startAngle, double endAngle, bool clockwise) | CGraphicsPath | virtual |
addBezierCurve(const CPoint &control1, const CPoint &control2, const CPoint &end) | CGraphicsPath | virtual |
addBezierCurve(CCoord cp1x, CCoord cp1y, CCoord cp2x, CCoord cp2y, CCoord x, CCoord y) | CGraphicsPath | inline |
addEllipse(const CRect &rect) | CGraphicsPath | virtual |
addLine(const CPoint &to) | CGraphicsPath | virtual |
addLine(CCoord x, CCoord y) | CGraphicsPath | inline |
addPath(const CGraphicsPath &path, CGraphicsTransform *transformation=nullptr) | CGraphicsPath | virtual |
addRect(const CRect &rect) | CGraphicsPath | virtual |
addRoundRect(const CRect &size, CCoord radius) | CGraphicsPath | |
beforeDelete() | ReferenceCounted< T > | inlinevirtual |
beginSubpath(const CPoint &start) | CGraphicsPath | virtual |
beginSubpath(CCoord x, CCoord y) | CGraphicsPath | inline |
CGraphicsPath() | CGraphicsPath | inlineprotected |
closeSubpath() | CGraphicsPath | virtual |
createGradient(double color1Start, double color2Start, const CColor &color1, const CColor &color2)=0 | CGraphicsPath | pure virtual |
dirty()=0 | CGraphicsPath | protectedpure virtual |
ElementList typedef | CGraphicsPath | protected |
elements | CGraphicsPath | protected |
forget() override | ReferenceCounted< T > | inlinevirtual |
getBoundingBox()=0 | CGraphicsPath | pure virtual |
getCurrentPosition()=0 | CGraphicsPath | pure virtual |
getNbReference() const | ReferenceCounted< T > | inlinevirtual |
hitTest(const CPoint &p, bool evenOddFilled=false, CGraphicsTransform *transform=nullptr)=0 | CGraphicsPath | pure virtual |
operator=(const ReferenceCounted &) | ReferenceCounted< T > | inline |
ReferenceCounted()=default | ReferenceCounted< T > | |
ReferenceCounted(const ReferenceCounted &) | ReferenceCounted< T > | inline |
remember() override | ReferenceCounted< T > | inlinevirtual |
~ReferenceCounted() noexcept=default | ReferenceCounted< T > | virtual |