egueb  0.0.23.1
Functions
Rect
Shape

Rect element inherits from \1. More...

Functions

EAPI Egueb_Dom_Nodeegueb_svg_element_rect_new (void)
EAPI void egueb_svg_element_rect_x_set_simple (Egueb_Dom_Node *n, const Egueb_Svg_Coord *x)
EAPI void egueb_svg_element_rect_x_get (Egueb_Dom_Node *n, Egueb_Svg_Coord_Animated *x)
EAPI void egueb_svg_element_rect_y_set_simple (Egueb_Dom_Node *n, const Egueb_Svg_Coord *y)
EAPI void egueb_svg_element_rect_y_get (Egueb_Dom_Node *n, Egueb_Svg_Coord_Animated *y)
EAPI void egueb_svg_element_rect_width_set_simple (Egueb_Dom_Node *n, const Egueb_Svg_Length *width)
EAPI void egueb_svg_element_rect_width_get (Egueb_Dom_Node *n, Egueb_Svg_Length_Animated *width)
EAPI void egueb_svg_element_rect_height_set_simple (Egueb_Dom_Node *n, const Egueb_Svg_Length *height)
EAPI void egueb_svg_element_rect_height_get (Egueb_Dom_Node *n, Egueb_Svg_Length_Animated *height)
EAPI void egueb_svg_element_rect_rx_set_simple (Egueb_Dom_Node *n, const Egueb_Svg_Coord *rx)
EAPI void egueb_svg_element_rect_rx_get (Egueb_Dom_Node *n, Egueb_Svg_Coord_Animated *rx)
EAPI void egueb_svg_element_rect_ry_set_simple (Egueb_Dom_Node *n, const Egueb_Svg_Coord *ry)
EAPI void egueb_svg_element_rect_ry_get (Egueb_Dom_Node *n, Egueb_Svg_Coord_Animated *ry)

Detailed Description

Rect element inherits from \1.


Function Documentation

Creates a new rect element

Returns:
The newly created rect element [Transfer full]

Sets the x coordinate of a rect element

Parameters:
[in]nThe rect element to set the x coordinate [Transfer none]
[in]xThe x coordinate to set [Transfer content]

Gets the x coordinate of a rect element

Parameters:
[in]nThe rect element to get the x coordinate [Transfer none]
[out]xThe pointer to store the x coordinate [Transfer content]

Sets the y coordinate of a rect element

Parameters:
[in]nThe rect element to set the y coordinate [Transfer none]
[in]yThe y coordinate to set [Transfer content]

Gets the y coordinate of a rect element

Parameters:
[in]nThe rect element to get the y coordinate [Transfer none]
[out]yThe pointer to store the y coordinate [Transfer content]

Sets the width of a rect element

Parameters:
[in]nThe rect element to set the width [Transfer none]
[in]widthThe width to set [Transfer content]

Gets the width of a rect element

Parameters:
[in]nThe rect element to get the width [Transfer none]
[out]widthThe pointer to store the width [Transfer content]

Sets the height of a rect element

Parameters:
[in]nThe rect element to set the height [Transfer none]
[in]heightThe height to set [Transfer content]

Gets the height of a rect element

Parameters:
[in]nThe rect element to get the height [Transfer none]
[out]heightThe pointer to store the height [Transfer content]

Sets the radius in the x coordinate of a rect element

Parameters:
[in]nThe rect element to set the radius in the x coordinate [Transfer none]
[in]rxThe radius in the x coordinate to set [Transfer content]

Gets the radius in the x coordinate of a rect element

Parameters:
[in]nThe rect element to get the radius in the x coordinate [Transfer none]
[out]rxThe pointer to store the radius in the x coordinate [Transfer content]

Sets the radius in the y coordinate of a rect element

Parameters:
[in]nThe rect element to set the radius in the y coordinate [Transfer none]
[in]ryThe radius in the y coordinate to set [Transfer content]

Gets the radius in the y coordinate of a rect element

Parameters:
[in]nThe rect element to get the radius in the y coordinate [Transfer none]
[out]ryThe pointer to store the radius in the y coordinate [Transfer content]
 All Data Structures