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

#include <clientlib.h>

Inherits client::SVGPathSeg.

Public Member Functions

double get_y ()
 
void set_y (double)
 
SVGPathSegLinetoVerticalRelget_prototype ()
 
void set_prototype (SVGPathSegLinetoVerticalRel *)
 
 SVGPathSegLinetoVerticalRel ()
 
- 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

◆ SVGPathSegLinetoVerticalRel()

client::SVGPathSegLinetoVerticalRel::SVGPathSegLinetoVerticalRel ( )

Member Function Documentation

◆ get_prototype()

SVGPathSegLinetoVerticalRel* client::SVGPathSegLinetoVerticalRel::get_prototype ( )

◆ get_y()

double client::SVGPathSegLinetoVerticalRel::get_y ( )

◆ set_prototype()

void client::SVGPathSegLinetoVerticalRel::set_prototype ( SVGPathSegLinetoVerticalRel )

◆ set_y()

void client::SVGPathSegLinetoVerticalRel::set_y ( double  )