|
struct bu_vls | go_name |
|
struct db_i * | dbip |
|
struct bview * | ged_gvp |
|
struct bview_set | ged_views |
|
struct bg_mesh_lod_context * | ged_lod |
|
void * | u_data |
| User data associated with this ged instance. More...
|
|
struct bu_vls * | ged_log |
|
struct bu_vls * | ged_result_str |
|
struct ged_results * | ged_results |
|
struct ged_drawable * | ged_gdp |
|
struct bu_ptbl | free_solids |
|
char * | ged_output_script |
| script for use by the outputHandler More...
|
|
struct ged_selection_sets * | ged_selection_sets |
|
struct ged_selection_set * | ged_cset |
|
int | ged_internal_call |
|
struct ged_cmd * | cmds |
|
int(* | add )(struct ged *gedp, const struct ged_cmd *cmd) |
|
int(* | del )(struct ged *gedp, const char *name) |
|
int(* | run )(struct ged *gedp, int ac, char *av[]) |
|
struct bu_ptbl | ged_subp |
| forked sub-processes More...
|
|
struct ged_callback_state * | ged_cbs |
|
void(* | ged_refresh_handler )(void *) |
| function for handling refresh requests More...
|
|
void * | ged_refresh_clientdata |
| client data passed to refresh handler More...
|
|
void(* | ged_output_handler )(struct ged *, char *) |
| function for handling output More...
|
|
void(* | ged_create_vlist_scene_obj_callback )(struct bv_scene_obj *) |
| function to call after creating a vlist to create display list for solid More...
|
|
void(* | ged_create_vlist_display_list_callback )(struct display_list *) |
| function to call after all vlist created that loops through creating display list for each solid
More...
|
|
void(* | ged_destroy_vlist_callback )(unsigned int, int) |
| function to call after freeing a vlist More...
|
|
void(* | ged_subprocess_init_callback )(int, void *) |
| function called when process starts More...
|
|
void(* | ged_subprocess_end_callback )(int, void *) |
| function called when process completes More...
|
|
void * | ged_subprocess_clbk_context |
|
void(* | ged_create_io_handler )(struct ged_subprocess *gp, bu_process_io_t d, ged_io_func_t callback, void *data) |
|
void(* | ged_delete_io_handler )(struct ged_subprocess *gp, bu_process_io_t fd) |
|
void * | ged_io_data |
|
struct fbserv_obj * | ged_fbs |
|
int(* | fbs_is_listening )(struct fbserv_obj *) |
| return 1 if listening, else 0 More...
|
|
int(* | fbs_listen_on_port )(struct fbserv_obj *, int) |
| return 1 on success, 0 on failure More...
|
|
void(* | fbs_open_server_handler )(struct fbserv_obj *) |
| platform/toolkit method to open listener handler More...
|
|
void(* | fbs_close_server_handler )(struct fbserv_obj *) |
| platform/toolkit method to close handler listener More...
|
|
void(* | fbs_open_client_handler )(struct fbserv_obj *, int, void *) |
| platform/toolkit specific client handler setup (called by fbs_new_client) More...
|
|
void(* | fbs_close_client_handler )(struct fbserv_obj *, int) |
| platform/toolkit method to close handler for client at index client_id More...
|
|
void * | ged_ctx |
|
void * | ged_interp |
|
db_search_callback_t | ged_interp_eval |
|
Definition at line 195 of file defines.h.