|
libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|

Data Fields | |
| chart_arpt_t * | arpt |
| char * | name |
| char * | codename |
| chart_type_t | type |
| char * | filename |
| char * | filename_night |
| chart_procs_t | procs |
| chart_georef_t | georef |
| chart_bbox_t | views [NUM_CHART_VIEWS] |
| chart_load_cb_t | load_cb |
| cairo_surface_t * | surf |
| double | zoom |
| int | cur_page |
| int | load_page |
| int | num_pages |
| bool_t | load_error |
| bool_t | night |
| bool_t | night_prev |
| bool_t | refreshed |
| void * | png_data |
| size_t | png_data_len |
| avl_node_t | node |
| list_node_t | loader_node |
| list_node_t | load_seq_node |
Definition at line 47 of file chartdb_impl.h.
| chart_arpt_t* arpt |
Definition at line 49 of file chartdb_impl.h.
| char* codename |
Definition at line 51 of file chartdb_impl.h.
| int cur_page |
Definition at line 65 of file chartdb_impl.h.
| char* filename |
Definition at line 53 of file chartdb_impl.h.
| char* filename_night |
Definition at line 54 of file chartdb_impl.h.
| chart_georef_t georef |
Definition at line 57 of file chartdb_impl.h.
| chart_load_cb_t load_cb |
Definition at line 60 of file chartdb_impl.h.
| bool_t load_error |
Definition at line 68 of file chartdb_impl.h.
| int load_page |
Definition at line 66 of file chartdb_impl.h.
| list_node_t load_seq_node |
Definition at line 78 of file chartdb_impl.h.
| list_node_t loader_node |
Definition at line 77 of file chartdb_impl.h.
| char* name |
Definition at line 50 of file chartdb_impl.h.
| bool_t night |
Definition at line 69 of file chartdb_impl.h.
| bool_t night_prev |
Definition at line 70 of file chartdb_impl.h.
| avl_node_t node |
Definition at line 76 of file chartdb_impl.h.
| int num_pages |
Definition at line 67 of file chartdb_impl.h.
| void* png_data |
Definition at line 73 of file chartdb_impl.h.
| size_t png_data_len |
Definition at line 74 of file chartdb_impl.h.
| chart_procs_t procs |
Definition at line 55 of file chartdb_impl.h.
| bool_t refreshed |
Definition at line 71 of file chartdb_impl.h.
| cairo_surface_t* surf |
Definition at line 63 of file chartdb_impl.h.
| chart_type_t type |
Definition at line 52 of file chartdb_impl.h.
| chart_bbox_t views[NUM_CHART_VIEWS] |
Definition at line 58 of file chartdb_impl.h.
| double zoom |
Definition at line 64 of file chartdb_impl.h.