ARB
|
Public Member Functions | |
GEN_map_manager () | |
GEN_map_window * | get_map_window (int nr) |
int | no_of_managed_windows () |
Static Public Member Functions | |
static bool | initialized () |
static void | initialize (AW_root *aw_root_, GBDATA *gb_main_) |
static GEN_map_manager * | get_map_manager () |
static void | with_all_mapped_windows (const GenmapWindowCallback &gwcb) |
static void | with_all_mapped_windows (void(*cb)(GEN_map_window *)) |
Definition at line 73 of file GEN_map.cxx.
GEN_map_manager::GEN_map_manager | ( | ) |
|
inlinestatic |
Definition at line 86 of file GEN_map.cxx.
Referenced by GEN_create_map(), and GEN_find_windowNr_for().
Definition at line 87 of file GEN_map.cxx.
Referenced by GEN_create_map().
|
static |
Definition at line 115 of file GEN_map.cxx.
References gen_assert, and GEN_map_manager().
Referenced by GEN_create_map(), GEN_find_windowNr_for(), and with_all_mapped_windows().
GEN_map_window * GEN_map_manager::get_map_window | ( | int | nr | ) |
Definition at line 134 of file GEN_map.cxx.
References gen_assert, and GEN_map_window::init().
Referenced by GEN_create_map(), GEN_find_windowNr_for(), and with_all_mapped_windows().
|
inline |
Definition at line 93 of file GEN_map.cxx.
Referenced by GEN_find_windowNr_for(), and with_all_mapped_windows().
|
static |
Definition at line 124 of file GEN_map.cxx.
References get_map_manager(), get_map_window(), and no_of_managed_windows().
Referenced by GEN_display_param_changed_cb(), GEN_NDS_changed(), GEN_organism_or_gene_changed_cb(), and GEN_refresh_all_windows().
|
inlinestatic |
Definition at line 96 of file GEN_map.cxx.
References cb, and with_all_mapped_windows().
Referenced by with_all_mapped_windows().