ARB
|
#include <aw_select.hxx>
Public Member Functions | |
AW_DB_selection (AW_selection_list *sellist_, GBDATA *gbd_) | |
~AW_DB_selection () OVERRIDE | |
GBDATA * | get_gbd () |
GBDATA * | get_gb_main () |
Public Member Functions inherited from AW_selection | |
AW_selection (AW_selection_list *sellist_) | |
virtual | ~AW_selection () |
void | refresh () |
AW_selection_list * | get_sellist () |
void | get_values (StrArray &intoArray) |
void | get_displayed (StrArray &intoArray) |
Additional Inherited Members | |
Protected Member Functions inherited from AW_selection | |
void | insert (const char *displayed, const char *value) |
void | insert_default (const char *displayed, const char *value) |
void | insert_plain (const char *displayed_value) |
void | insert (const char *displayed, int32_t value) |
void | insert_default (const char *displayed, int32_t value) |
Definition at line 203 of file aw_select.hxx.
AW_DB_selection::AW_DB_selection | ( | AW_selection_list * | sellist_, |
GBDATA * | gbd_ | ||
) |
Definition at line 579 of file AW_select.cxx.
References AW_DB_selection_refresh_cb(), GB_add_callback(), GB_CB_CHANGED, and ta.
AW_DB_selection::~AW_DB_selection | ( | ) |
Definition at line 587 of file AW_select.cxx.
References AW_DB_selection_refresh_cb(), GB_CB_CHANGED, GB_remove_callback(), and ta.
|
inline |
Definition at line 209 of file aw_select.hxx.
Referenced by Itemfield_Selection::fill().
GBDATA * AW_DB_selection::get_gb_main | ( | ) |
Definition at line 592 of file AW_select.cxx.
References GB_get_root().
Referenced by field_delete_cb(), AWT_configuration_selection::fill(), SAI_selection::fill(), AWT_configuration_selection::getConfigInfo(), hide_field_cb(), reorder_configs_cb(), reorder_keys(), and reorder_up_down().