|
navit
0.5.3-trunk
|
#include <layout.h>
Data Fields | |
| NAVIT_OBJECT struct navit * | navit |
| char * | name |
| char * | dayname |
| char * | nightname |
| char * | font |
| struct color | color |
| int | underground_alpha |
| int | icon_w |
| int | icon_h |
| GList * | layers |
| GList * | cursors |
| int | order_delta |
| int | active |
| int layout::active |
Referenced by layout_get_attr(), and layout_new().
| struct color layout::color |
Referenced by graphics_displaylist_draw(), and layout_new().
| GList* layout::cursors |
Referenced by layout_add_attr(), layout_get_attr(), and layout_get_cursor().
| char* layout::dayname |
Referenced by layout_get_attr(), layout_new(), navit_cmd_switch_layout_day_night(), and navit_layout_switch().
| char* layout::font |
Referenced by graphics_displaylist_draw(), and layout_new().
| int layout::icon_h |
Referenced by displayitem_draw_icon(), and layout_new().
| int layout::icon_w |
Referenced by displayitem_draw_icon(), and layout_new().
| GList* layout::layers |
Referenced by displaylist_update_hash(), get_icon(), gui_internal_poi_icon(), layout_add_attr(), layout_get_attr(), and xdisplay_draw().
| char* layout::name |
Referenced by NGQProxy::getAttr(), NGQProxyNavit::getAttrList(), gui_gtk_layouts_init(), gui_internal_cmd2_setting_layout(), layout_get_attr(), layout_new(), navit_add_layout(), navit_cmd_switch_layout_day_night(), navit_get_layout_by_name(), navit_layout_switch(), navit_set_attr_do(), navit_set_layout_by_name(), pedestrian_navit_init(), and request_navit_set_layout().
| NAVIT_OBJECT struct navit* layout::navit |
Referenced by layout_new().
| char* layout::nightname |
Referenced by layout_get_attr(), layout_new(), navit_cmd_switch_layout_day_night(), and navit_layout_switch().
| int layout::order_delta |
Referenced by graphics_displaylist_draw(), graphics_load_mapset(), and layout_new().
| int layout::underground_alpha |
Referenced by displayitem_draw(), and layout_new().