ASPiK SDK
VSTGUI::Cairo::Path Member List

This is the complete list of members for VSTGUI::Cairo::Path, 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) overrideVSTGUI::Cairo::Pathvirtual
dirty() overrideVSTGUI::Cairo::Pathvirtual
ElementList typedef (defined in VSTGUI::CGraphicsPath)VSTGUI::CGraphicsPathprotected
elements (defined in VSTGUI::CGraphicsPath)VSTGUI::CGraphicsPathprotected
forget() overrideVSTGUI::ReferenceCounted< T >inlinevirtual
getBoundingBox() override (defined in VSTGUI::Cairo::Path)VSTGUI::Cairo::Pathvirtual
getCurrentPosition() override (defined in VSTGUI::Cairo::Path)VSTGUI::Cairo::Pathvirtual
getNbReference() constVSTGUI::ReferenceCounted< T >inlinevirtual
getPath(const ContextHandle &handle, const CGraphicsTransform *alignTransform=nullptr) (defined in VSTGUI::Cairo::Path)VSTGUI::Cairo::Path
hitTest(const CPoint &p, bool evenOddFilled=false, CGraphicsTransform *transform=0) override (defined in VSTGUI::Cairo::Path)VSTGUI::Cairo::Pathvirtual
operator=(const ReferenceCounted &) (defined in VSTGUI::ReferenceCounted< T >)VSTGUI::ReferenceCounted< T >inline
Path(const ContextHandle &cr) noexcept (defined in VSTGUI::Cairo::Path)VSTGUI::Cairo::Path
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
~Path() noexcept (defined in VSTGUI::Cairo::Path)VSTGUI::Cairo::Path
~ReferenceCounted() noexcept=default (defined in VSTGUI::ReferenceCounted< T >)VSTGUI::ReferenceCounted< T >virtual