|
| struct ged_impl * | i |
| |
| struct bu_vls | go_name |
| |
| struct db_i * | dbip |
| |
| void * | dbi_state |
| |
| struct bview * | ged_gvp |
| |
| struct bview_set | ged_views |
| |
| struct bu_ptbl | ged_free_views |
| |
| struct bv_mesh_lod_context * | ged_lod |
| |
| void * | u_data |
| | User data associated with this ged instance.
|
| |
| struct bu_vls * | ged_log |
| |
| struct bu_vls * | ged_result_str |
| |
| struct ged_results * | ged_results |
| |
| struct bu_ptbl | free_solids |
| |
| char * | ged_output_script |
| | script for use by the outputHandler
|
| |
| struct bu_hash_tbl * | ged_selections |
| | object name -> struct rt_object_selections
|
| |
| 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
|
| |
| struct ged_callback_state * | ged_cbs |
| |
| void(* | ged_refresh_handler )(void *) |
| | function for handling refresh requests
|
| |
| void * | ged_refresh_clientdata |
| | client data passed to refresh handler
|
| |
| void(* | ged_output_handler )(struct ged *, char *) |
| | function for handling output
|
| |
| void(* | ged_create_vlist_scene_obj_callback )(void *, struct bv_scene_obj *) |
| | function to call after creating a vlist to create display list for solid
|
| |
| void(* | ged_create_vlist_display_list_callback )(void *, struct display_list *) |
| | function to call after all vlist created that loops through creating display list for each solid
|
| |
| void(* | ged_destroy_vlist_callback )(void *, unsigned int, int) |
| | function to call after freeing a vlist
|
| |
| void * | vlist_ctx |
| |
| 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 |
| |
| void * | ged_interp |
| |
| int | app_editors_cnt |
| |
| const char ** | app_editors |
| |
| char | editor [MAXPATHLEN] |
| |
| struct bu_ptbl | editor_opts |
| |
| char | terminal [MAXPATHLEN] |
| |
| struct bu_ptbl | terminal_opts |
| |
| int | new_cmd_forms |
| |
| struct bu_ptbl | ged_uptrs |
| |
Definition at line 160 of file defines.h.