|
Kestrel Interface
|
#include <kest_representation.h>
Data Fields | |
| int | info |
| void * | representer |
| void * | representee |
| void(* | update )(void *representer, void *representee) |
Definition at line 4 of file kest_representation.h.
| int kest_representation::info |
Definition at line 6 of file kest_representation.h.
| void* kest_representation::representee |
Definition at line 9 of file kest_representation.h.
Referenced by configure_parameter_widget(), configure_profile_view(), configure_sequence_view(), init_profile_view(), init_sequence_view(), kest_active_button_set_representation(), nullify_parameter_widget(), and nullify_setting_widget().
| void* kest_representation::representer |
Definition at line 8 of file kest_representation.h.
Referenced by init_profile_view(), init_sequence_view(), kest_active_button_set_representation(), nullify_parameter_widget(), and nullify_setting_widget().
| void(* kest_representation::update) (void *representer, void *representee) |
Definition at line 11 of file kest_representation.h.
Referenced by init_profile_view(), init_sequence_view(), kest_active_button_set_representation(), nullify_parameter_widget(), and nullify_setting_widget().