#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_info * | h_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_info * | a_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_virtual * | prop_virtual_list |
| The first property in the link list of virtual properties. | |
Descriptions are stored in array go_info.
1.3.5