API documentation  2.0rc1
Public Member Functions | List of all members
client::SVGPathSegCurvetoQuadraticSmoothRel Class Reference

#include <clientlib.h>

Inherits client::SVGPathSeg.

Public Member Functions

double get_x ()
 
void set_x (double)
 
double get_y ()
 
void set_y (double)
 
SVGPathSegCurvetoQuadraticSmoothRelget_prototype ()
 
void set_prototype (SVGPathSegCurvetoQuadraticSmoothRel *)
 
 SVGPathSegCurvetoQuadraticSmoothRel ()
 
- Public Member Functions inherited from client::SVGPathSeg
double get_pathSegType ()
 
Stringget_pathSegTypeAsLetter ()
 
SVGPathSegget_prototype ()
 
void set_prototype (SVGPathSeg *)
 
 SVGPathSeg ()
 
double get_PATHSEG_ARC_ABS ()
 
double get_PATHSEG_ARC_REL ()
 
double get_PATHSEG_CLOSEPATH ()
 
double get_PATHSEG_CURVETO_CUBIC_ABS ()
 
double get_PATHSEG_CURVETO_CUBIC_REL ()
 
double get_PATHSEG_CURVETO_CUBIC_SMOOTH_ABS ()
 
double get_PATHSEG_CURVETO_CUBIC_SMOOTH_REL ()
 
double get_PATHSEG_CURVETO_QUADRATIC_ABS ()
 
double get_PATHSEG_CURVETO_QUADRATIC_REL ()
 
double get_PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS ()
 
double get_PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL ()
 
double get_PATHSEG_LINETO_ABS ()
 
double get_PATHSEG_LINETO_HORIZONTAL_ABS ()
 
double get_PATHSEG_LINETO_HORIZONTAL_REL ()
 
double get_PATHSEG_LINETO_REL ()
 
double get_PATHSEG_LINETO_VERTICAL_ABS ()
 
double get_PATHSEG_LINETO_VERTICAL_REL ()
 
double get_PATHSEG_MOVETO_ABS ()
 
double get_PATHSEG_MOVETO_REL ()
 
double get_PATHSEG_UNKNOWN ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Constructor & Destructor Documentation

◆ SVGPathSegCurvetoQuadraticSmoothRel()

client::SVGPathSegCurvetoQuadraticSmoothRel::SVGPathSegCurvetoQuadraticSmoothRel ( )

Member Function Documentation

◆ get_prototype()

SVGPathSegCurvetoQuadraticSmoothRel* client::SVGPathSegCurvetoQuadraticSmoothRel::get_prototype ( )

◆ get_x()

double client::SVGPathSegCurvetoQuadraticSmoothRel::get_x ( )

◆ get_y()

double client::SVGPathSegCurvetoQuadraticSmoothRel::get_y ( )

◆ set_prototype()

void client::SVGPathSegCurvetoQuadraticSmoothRel::set_prototype ( SVGPathSegCurvetoQuadraticSmoothRel )

◆ set_x()

void client::SVGPathSegCurvetoQuadraticSmoothRel::set_x ( double  )

◆ set_y()

void client::SVGPathSegCurvetoQuadraticSmoothRel::set_y ( double  )