/[zanavi_public1]/navit/navit/layout.h
ZANavi

Diff of /navit/navit/layout.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 33 Revision 34
44 44
45struct element 45struct element
46{ 46{
47 enum 47 enum
48 { 48 {
49 element_point, element_polyline, element_polygon, element_circle, element_text, element_icon, element_image, element_arrows 49 element_point, element_polyline, element_polygon, element_circle, element_text, element_icon, element_image, element_arrows, element_maptile
50 } type; 50 } type;
51 struct color color; 51 struct color color;
52 int text_size; 52 int text_size;
53 union 53 union
54 { 54 {
136struct circle; 136struct circle;
137struct cursor; 137struct cursor;
138struct element; 138struct element;
139struct icon; 139struct icon;
140struct image; 140struct image;
141struct maptile;
141struct itemgra; 142struct itemgra;
142struct layer; 143struct layer;
143struct layout; 144struct layout;
144struct polygon; 145struct polygon;
145struct polyline; 146struct polyline;
163struct polyline *polyline_new(struct attr *parent, struct attr **attrs); 164struct polyline *polyline_new(struct attr *parent, struct attr **attrs);
164struct circle *circle_new(struct attr *parent, struct attr **attrs); 165struct circle *circle_new(struct attr *parent, struct attr **attrs);
165struct text *text_new(struct attr *parent, struct attr **attrs); 166struct text *text_new(struct attr *parent, struct attr **attrs);
166struct icon *icon_new(struct attr *parent, struct attr **attrs); 167struct icon *icon_new(struct attr *parent, struct attr **attrs);
167struct image *image_new(struct attr *parent, struct attr **attrs); 168struct image *image_new(struct attr *parent, struct attr **attrs);
169struct maptile *maptile_new(struct attr *parent, struct attr **attrs);
168struct arrows *arrows_new(struct attr *parent, struct attr **attrs); 170struct arrows *arrows_new(struct attr *parent, struct attr **attrs);
169int element_add_attr(struct element *e, struct attr *attr); 171int element_add_attr(struct element *e, struct attr *attr);
170/* end of prototypes */ 172/* end of prototypes */
171#endif 173#endif

Legend:
Removed from v.33  
changed lines
  Added in v.34

   
Visit the ZANavi Wiki