Gocator Development Kit
 All Classes Files Functions Variables Typedefs Friends Modules Pages
GdkGraphic Class Reference

Description

Represents a collection of vector graphics.

Inheritance diagram for GdkGraphic:
Inheritance graph

Public Member Functions

kStatus GdkGraphic_AddAnchorRegion (GdkGraphic graphic, GdkGraphicAnchorRegion region)
 Adds an anchor region to the GdkGraphic instance. More...
 
kStatus GdkGraphic_AddAnchorRegion (GdkGraphic graphic, GdkGraphicPlane region)
 Adds an anchor region to the point set list. More...
 
kStatus GdkGraphic_AddItem (GdkGraphic graphic, kObject item)
 Adds a graphic item to the graphic object. More...
 
kStatus GdkGraphic_AddLabel (GdkGraphic graphic, GdkGraphicLabel label)
 Adds a label to the GdkGraphic instance. More...
 
kStatus GdkGraphic_AddLineSet (GdkGraphic graphic, GdkGraphicLineSet set)
 Adds a line set to the GdkGraphic instance. More...
 
kStatus GdkGraphic_AddPlane (GdkGraphic graphic, GdkGraphicPlane plane)
 Adds a plane to the GdkGraphic instance. More...
 
kStatus GdkGraphic_AddPointSet (GdkGraphic graphic, GdkGraphicPointSet set)
 Adds a point set to the point set list. More...
 
kStatus GdkGraphic_AddPosition (GdkGraphic graphic, GdkGraphicPosition position)
 Adds a postion to the GdkGraphic instance. More...
 
kStatus GdkGraphic_AddRay (GdkGraphic graphic, GdkGraphicRay ray)
 Adds a ray to the GdkGraphic instance. More...
 
GdkGraphicAnchorRegion GdkGraphic_AnchorRegionAt (GdkGraphic graphic, kSize index)
 Retrieves an anchor region at the specified index. More...
 
kSize GdkGraphic_AnchorRegionCount (GdkGraphic graphic)
 Returns the number of anchor regions currently in the graphic object. More...
 
kStatus GdkGraphic_Construct (GdkGraphic *graphic, kObject allocator)
 Constructs a graphic object. More...
 
GdkGraphicLabel GdkGraphic_LabelAt (GdkGraphic graphic, kSize index)
 Retrieves a label at the specified index. More...
 
kSize GdkGraphic_LabelCount (GdkGraphic graphic)
 Returns the number of labels currently in the graphic object. More...
 
GdkGraphicLineSet GdkGraphic_LineSetAt (GdkGraphic graphic, kSize index)
 Retrieves a line set at the specified index. More...
 
kSize GdkGraphic_LineSetCount (GdkGraphic graphic)
 Returns the number of line sets currently in the graphic object. More...
 
GdkGraphicPlane GdkGraphic_PlaneAt (GdkGraphic graphic, kSize index)
 Retrieves a plane at the specified index. More...
 
kSize GdkGraphic_PlaneCount (GdkGraphic graphic)
 Returns the number of planes currently in the graphic object. More...
 
GdkGraphicPointSet GdkGraphic_PointSetAt (GdkGraphic graphic, kSize index)
 Retrieves a point set at the specified index. More...
 
kSize GdkGraphic_PointSetCount (GdkGraphic graphic)
 Returns the number of point sets currently in the graphic object. More...
 
GdkGraphicLabel GdkGraphic_PositionAt (GdkGraphic graphic, kSize index)
 Retrieves a position at the specified index. More...
 
kSize GdkGraphic_PositionCount (GdkGraphic graphic)
 Returns the number of positions currently in the graphic object. More...
 
GdkGraphicPlane GdkGraphic_RayAt (GdkGraphic graphic, kSize index)
 Retrieves a ray at the specified index. More...
 
kSize GdkGraphic_RayCount (GdkGraphic graphic)
 Returns the number of rays currently in the graphic object. More...
 
kStatus GdkGraphic_RemoveAnchorRegion (GdkGraphic graphic, kSize index)
 Removes an anchor region from the GdkGraphic instance. More...
 
kStatus GdkGraphic_RemoveLabel (GdkGraphic graphic, kSize index)
 Removes a label from the GdkGraphic instance. More...
 
kStatus GdkGraphic_RemoveLineSet (GdkGraphic graphic, kSize index)
 Removes a line set from the GdkGraphic instance. More...
 
kStatus GdkGraphic_RemovePlane (GdkGraphic graphic, kSize index)
 Removes a plane from the GdkGraphic instance. More...
 
kStatus GdkGraphic_RemovePointSet (GdkGraphic graphic, kSize index)
 Removes a point set from the GdkGraphic instance. More...
 
kStatus GdkGraphic_RemovePosition (GdkGraphic graphic, kSize index)
 Removes a position from the GdkGraphic instance. More...
 
kStatus GdkGraphic_RemoveRay (GdkGraphic graphic, kSize index)
 Removes a ray from the GdkGraphic instance. More...
 
kStatus GdkGraphic_Serialize (GdkGraphic graphic, kSerializer serializer)
 Given a serializer, the contents of the line and point lists are written in a predefined format. More...
 
kStatus GdkGraphic_SerializeNull (kSerializer serializer)
 Given a serializer, a null (empty) graphics object is written in a predefined format. More...
 

The documentation for this class was generated from the following file: