Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

go_info Struct Reference

Description of subtype of graphic object. More...

#include <types.h>


Data Fields

string name
 Name of subtype.

uns h_count
 Number of hangers in fixed-size array.

int h_offset
 Offset of the array of hangers in structure of graphic object. Zero iff go hasn't stupid hanger.

int hs_offset
 Offset of clist which contains smart hangers in structure of graphic object. Zero iff go hasn't smart hanger. Now smart hangers are used only for mouse-click.

hanger_infoh_info
 Array of description of hangers.

int h_curve
 Index of hanger reprezenting whole curve. -1 if go is not parametrizable.

int h_start
 Index of hanger reprezenting start point of curve. -1 if go hasn't start.

int h_end
 Index of hanger reprezenting end point of curve. -1 if go hasn't end.

int h_center
 Index of hanger reprezenting center of curve. -1 if go hasn't center.

uns a_count
 Number of anchors in fixed-size array.

int a_offset
 Offset of the array of anchors in structure of graphic object.

anchor_infoa_info
 Array of description of anchors.

int a_start
 Index of anchor reprezenting start point of curve. -1 if go hasn't start.

int a_end
 Index of anchor reprezenting end point of curve. -1 if go hasn't end.

prop_virtualprop_virtual_list
 The first property in the link list of virtual properties.


Detailed Description

Description of subtype of graphic object.

Descriptions are stored in array go_info.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 9 16:30:10 2008 for Vrr by doxygen 1.3.5