navit  0.5.3-trunk
displayitem Struct Reference

graphics display item structure More...

Data Fields

struct displayitemnext
 
struct item item
 
char * label
 
struct displayitem_poly_holesholes
 
int z_order
 
int flags
 
int count
 
struct coord c [0]
 

Detailed Description

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.

Field Documentation

◆ c

◆ count

◆ flags

int displayitem::flags

Referenced by display_add(), and displayitem_draw().

◆ holes

struct displayitem_poly_holes* displayitem::holes

◆ item

◆ label

◆ next

◆ z_order


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