libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|
Data Fields | |
const char * | name |
bool_t(* | init )(chartdb_t *cdb) |
void(* | fini )(chartdb_t *cdb) |
bool_t(* | get_chart )(chart_t *chart) |
void(* | watermark_chart )(chart_t *chart, cairo_surface_t *surf) |
chart_arpt_t *(* | arpt_lazy_discover )(chartdb_t *cdb, const char *icao) |
void(* | arpt_lazyload )(chart_arpt_t *arpt) |
bool_t(* | test_conn )(const chart_prov_info_login_t *creds, const char *proxy) |
bool_t(* | pending_ext_account_setup )(chartdb_t *cdb) |
Definition at line 139 of file chartdb_impl.h.
chart_arpt_t *(* arpt_lazy_discover) (chartdb_t *cdb, const char *icao) |
Definition at line 146 of file chartdb_impl.h.
void(* arpt_lazyload) (chart_arpt_t *arpt) |
Definition at line 147 of file chartdb_impl.h.
void(* fini) (chartdb_t *cdb) |
Definition at line 142 of file chartdb_impl.h.
bool_t(* get_chart) (chart_t *chart) |
Definition at line 143 of file chartdb_impl.h.
bool_t(* init) (chartdb_t *cdb) |
Definition at line 141 of file chartdb_impl.h.
const char* name |
Definition at line 140 of file chartdb_impl.h.
bool_t(* pending_ext_account_setup) (chartdb_t *cdb) |
Definition at line 150 of file chartdb_impl.h.
bool_t(* test_conn) (const chart_prov_info_login_t *creds, const char *proxy) |
Definition at line 148 of file chartdb_impl.h.
void(* watermark_chart) (chart_t *chart, cairo_surface_t *surf) |
Definition at line 144 of file chartdb_impl.h.