ARB
|
#include <item_sel_list.h>
Public Member Functions | |
Itemfield_Selection (AW_selection_list *sellist_, GBDATA *gb_key_data, long type_filter_, SelectableFields field_filter_, ItemSelector &selector_) | |
void | fill () OVERRIDE |
ItemSelector & | get_selector () const |
long | get_type_filter () const |
Public Member Functions inherited from AW_DB_selection | |
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 55 of file item_sel_list.h.
Itemfield_Selection::Itemfield_Selection | ( | AW_selection_list * | sellist_, |
GBDATA * | gb_key_data, | ||
long | type_filter_, | ||
SelectableFields | field_filter_, | ||
ItemSelector & | selector_ | ||
) |
Definition at line 32 of file item_sel_list.cxx.
References it_assert.
|
virtual |
Implements AW_selection.
Definition at line 45 of file item_sel_list.cxx.
References CHANGEKEY, CHANGEKEY_HIDDEN, CHANGEKEY_NAME, CHANGEKEY_TYPE, error(), GB_await_error(), GB_entry(), GB_nextEntry(), GB_read_char_pntr(), GB_read_int(), GB_type_2_char(), GB_warningf(), GBS_global_string(), GBT_read_int(), GBT_write_int(), AW_DB_selection::get_gbd(), AW_selection::get_sellist(), AW_selection::insert(), AW_selection::insert_default(), AW_selection::insert_plain(), NO_FIELD_SELECTED, NULp, PSEUDO_FIELD_ALL_FIELDS, PSEUDO_FIELD_ALL_FIELDS_REC, PSEUDO_FIELD_ANY_FIELD, PSEUDO_FIELD_ANY_FIELD_REC, SF_ALLOW_NEW, SF_HIDDEN, SF_PSEUDO, SF_SHOW_TYPE, and ta.
|
inline |
Definition at line 71 of file item_sel_list.h.
Referenced by field_delete_cb(), hide_field_cb(), reorder_keys(), and reorder_up_down().
|
inline |
Definition at line 72 of file item_sel_list.h.