Package gui :: Package components :: Module relax_data_meta :: Class Relax_data_meta_list
[hide private]
[frames] | no frames]

Class Relax_data_meta_list

source code


The GUI element for listing loaded relaxation data.

Instance Methods [hide private]
 
action_relax_data_display(self, event)
Launch the relax_data.display user function.
source code
 
action_relax_data_peak_intensity_type(self, event)
Launch the relax_data.peak_intensity_type user function.
source code
 
action_relax_data_temp_calibration(self, event)
Launch the relax_data.temp_calibration user function.
source code
 
action_relax_data_temp_control(self, event)
Launch the relax_data.temp_control user function.
source code
bool
is_complete(self)
Determine if the data input is complete.
source code
 
set_box_label(self)
Set the label of the StaticBox.
source code
 
setup(self)
Override the base variables.
source code
 
update_data(self)
Method called from self.build_element_safe() to update the list data.
source code

Inherited from base_list.Base_list: Enable, __init__, add_buttons, build_element, build_element_safe, delete, generate_popup_menu, init_element, observer_register, on_right_click, resize, size_cols

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

action_relax_data_display(self, event)

source code 

Launch the relax_data.display user function.

Parameters:
  • event (wx event) - The wx event.

action_relax_data_peak_intensity_type(self, event)

source code 

Launch the relax_data.peak_intensity_type user function.

Parameters:
  • event (wx event) - The wx event.

action_relax_data_temp_calibration(self, event)

source code 

Launch the relax_data.temp_calibration user function.

Parameters:
  • event (wx event) - The wx event.

action_relax_data_temp_control(self, event)

source code 

Launch the relax_data.temp_control user function.

Parameters:
  • event (wx event) - The wx event.

is_complete(self)

source code 

Determine if the data input is complete.

Returns: bool
The answer to the question.
Overrides: base_list.Base_list.is_complete

set_box_label(self)

source code 

Set the label of the StaticBox.

Overrides: base_list.Base_list.set_box_label