ARB
|
#include <awt_input_mask_internal.hxx>
Public Member Functions | |
awt_mask_item (awt_input_mask_global &global_) | |
virtual | ~awt_mask_item () |
const awt_input_mask_global & | mask_global () const |
awt_input_mask_global & | mask_global () |
bool | has_name () const |
const std::string & | get_name () const |
GB_ERROR | set_name (const std::string &name_, bool is_global) |
GB_ERROR | remove_name () |
const awt_viewport * | to_viewport () const |
awt_viewport * | to_viewport () |
const awt_linked_to_item * | to_linked_item () const |
awt_linked_to_item * | to_linked_item () |
bool | is_viewport () const |
bool | is_linked_item () const |
virtual std::string | get_value () const =0 |
virtual GB_ERROR | set_value (const std::string &new_value)=0 |
Definition at line 169 of file awt_input_mask_internal.hxx.
awt_mask_item::awt_mask_item | ( | awt_input_mask_global & | global_ | ) |
Definition at line 155 of file AWT_input_mask.cxx.
|
virtual |
Definition at line 159 of file AWT_input_mask.cxx.
References awt_assert, and has_name().
|
inline |
Definition at line 181 of file awt_input_mask_internal.hxx.
Referenced by awt_mask_awar_item::awar(), awt_string_handler::awar_changed(), awt_mask_awar_item::awt_mask_awar_item(), awt_radio_button::build_widget(), awt_string_handler::db_changed(), awt_input_handler::link_to(), FINAL_TYPE< SEQTYPE >::relink(), remove_name(), and set_name().
|
inline |
Definition at line 182 of file awt_input_mask_internal.hxx.
|
inline |
Definition at line 184 of file awt_input_mask_internal.hxx.
References SmartPtr< T, C >::isNull().
Referenced by get_name(), remove_name(), set_name(), and ~awt_mask_item().
|
inline |
Definition at line 185 of file awt_input_mask_internal.hxx.
References awt_assert, and has_name().
Referenced by set_name().
GB_ERROR awt_mask_item::set_name | ( | const std::string & | name_, |
bool | is_global | ||
) |
Definition at line 163 of file AWT_input_mask.cxx.
References awt_input_mask_global::add_global_id(), awt_input_mask_global::add_local_id(), error(), GBS_global_string(), get_name(), has_name(), mask_global(), NULp, and string().
Referenced by awt_variable::awt_variable().
GB_ERROR awt_mask_item::remove_name | ( | ) |
Definition at line 182 of file AWT_input_mask.cxx.
References error(), has_name(), mask_global(), NULp, awt_input_mask_global::remove_id(), and SmartPtr< T, C >::setNull().
|
inline |
Definition at line 590 of file awt_input_mask_internal.hxx.
Referenced by is_viewport().
|
inline |
Definition at line 591 of file awt_input_mask_internal.hxx.
|
inline |
Definition at line 587 of file awt_input_mask_internal.hxx.
Referenced by is_linked_item().
|
inline |
Definition at line 588 of file awt_input_mask_internal.hxx.
|
inline |
Definition at line 195 of file awt_input_mask_internal.hxx.
References to_viewport().
|
inline |
Definition at line 196 of file awt_input_mask_internal.hxx.
References to_linked_item().
|
pure virtual |
Implemented in FINAL_TYPE< SEQTYPE >, and awt_mask_awar_item.
|
pure virtual |
Implemented in FINAL_TYPE< SEQTYPE >, and awt_mask_awar_item.