|
navit
0.5.3-trunk
|
graphics display item structure More...
Data Fields | |
| struct displayitem * | next |
| struct item | item |
| char * | label |
| struct displayitem_poly_holes * | holes |
| int | z_order |
| int | flags |
| int | count |
| struct coord | c [0] |
graphics display item structure
The graphics item passes the ap items and other items with this structure to the graphics drawing routines. The struct is only a stub. It is allocated including "count -1" struct coord's following c[0], if "holes" not NULL, by a polygon hole structure, and if label != NULL, a series of zero terminated strings followed by another zero for label.
| struct coord displayitem::c[0] |
| int displayitem::count |
| int displayitem::flags |
Referenced by display_add(), and displayitem_draw().
| struct displayitem_poly_holes* displayitem::holes |
Referenced by display_add(), displayitem_draw(), and graphics_draw_itemgra().
| struct item displayitem::item |
| char* displayitem::label |
| struct displayitem* displayitem::next |
Referenced by display_add(), displayitem_draw(), graphics_displaylist_next(), graphics_draw_itemgra(), and xdisplay_free().
| int displayitem::z_order |