special builtin functions related to code objects
The following methods belongs to the CODEOBJ module and require a CODEOBJ object to operate on.
get_combined
get_item
get_item_cnt
get_data
set_data
get_colour
set_colour
get_repeat_interval
set_repeat_interval
get_timeout
set_timeout
get_type
get_coord
get_NDC_coordThe following functions require the global handle of the object to operate on.
draw
erase
abort
show_trace
get_context
get_global_name
get_global_handle
get_data
set_data
get_colour
set_colour
get_repeat_interval
set_repeat_interval
get_timeout
set_timeout
trigger
get_type
get_coord
get_NDC_coord
add_proc
start_proc_editor
build_proc_list
add_custom_menu_option
build_font_listcode object usage
note that XPE 'this' belongs to module CODEOBJ and that any methods called via XPE 'this' will default to the CODEOBJ module
i.e.this . fred()
is equivalent tothis . CODEOBJ::fred() BEWARE:
the trigger function prepares the context before invoking the specified method