Home
last modified time | relevance | path

Searched defs:wxSVGAnimatedType (Results 1 – 2 of 2) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/include/wxSVG/
H A DSVGAnimatedType.h31 wxSVGAnimatedType(): m_propertyType(wxSVG_ANIMATED_UNKNOWN) {} in wxSVGAnimatedType() function
32wxSVGAnimatedType(const wxRGBColor& value) { m_propertyType = wxSVG_ANIMATED_COLOR; m_color = valu… in wxSVGAnimatedType() function
33wxSVGAnimatedType(const wxSVGLength& value) { m_propertyType = wxSVG_ANIMATED_LENGTH; m_length = v… in wxSVGAnimatedType() function
34wxSVGAnimatedType(const wxSVGLengthList& value) { m_propertyType = wxSVG_ANIMATED_LENGTH_LIST; m_l… in wxSVGAnimatedType() function
35wxSVGAnimatedType(const wxSVGNumberList& value) { m_propertyType = wxSVG_ANIMATED_NUMBER_LIST; m_n… in wxSVGAnimatedType() function
36wxSVGAnimatedType(const wxString& value) { m_propertyType = wxSVG_ANIMATED_STRING; m_string = valu… in wxSVGAnimatedType() function
37wxSVGAnimatedType(const wxSVGTransformList& value) { m_propertyType = wxSVG_ANIMATED_TRANSFORM_LIS… in wxSVGAnimatedType() function
/dports/graphics/wxsvg/wxsvg-1.5.22/include/wxSVG/
H A DSVGAnimatedType.h31 wxSVGAnimatedType(): m_propertyType(wxSVG_ANIMATED_UNKNOWN) {} in wxSVGAnimatedType() function
32wxSVGAnimatedType(const wxRGBColor& value) { m_propertyType = wxSVG_ANIMATED_COLOR; m_color = valu… in wxSVGAnimatedType() function
33wxSVGAnimatedType(const wxSVGLength& value) { m_propertyType = wxSVG_ANIMATED_LENGTH; m_length = v… in wxSVGAnimatedType() function
34wxSVGAnimatedType(const wxSVGLengthList& value) { m_propertyType = wxSVG_ANIMATED_LENGTH_LIST; m_l… in wxSVGAnimatedType() function
35wxSVGAnimatedType(const wxSVGNumberList& value) { m_propertyType = wxSVG_ANIMATED_NUMBER_LIST; m_n… in wxSVGAnimatedType() function
36wxSVGAnimatedType(const wxString& value) { m_propertyType = wxSVG_ANIMATED_STRING; m_string = valu… in wxSVGAnimatedType() function
37wxSVGAnimatedType(const wxSVGTransformList& value) { m_propertyType = wxSVG_ANIMATED_TRANSFORM_LIS… in wxSVGAnimatedType() function