/ . / Phantom / Phantom_Dialog
Methods
|
|
|
handle_model_drag
|
handle_model_drag ( self )
|
|
update_phantom_position
|
update_phantom_position (
self,
trigger,
callData,
triggerData,
)
Phantom only updates the displayed cursor position when its
update_cursor_position() method is called.
|
|
select_marker_cb
|
select_marker_cb ( self )
|
|
update_cursor_position
|
update_cursor_position ( self )
|
|
update_phantom_bounds
|
update_phantom_bounds ( self )
|
|
handle_button_events
|
handle_button_events ( self )
|
|
settings_changed_cb
|
settings_changed_cb ( self, event=None )
|
|
grab_marker_cb
|
grab_marker_cb ( self )
|
|
data_region
|
data_region ( self )
|
|
handle_marker_drag
|
handle_marker_drag ( self )
|
|
message
|
message ( self, text )
|
|
adjust_force_constant
|
adjust_force_constant (
self,
force_constant,
max_force,
)
If auto-adjust force constant is on,
|
|
show_position
|
show_position ( self )
|
|
cut_links_cb
|
cut_links_cb ( self )
|
|
update_force_field
|
update_force_field ( self )
Create or update Gradient_Force_Field for the active volume.
|
|
move_marker_cb
|
move_marker_cb ( self )
|
|
fillInUI
|
fillInUI ( self, parent )
|
|
toggle_force_field_cb
|
toggle_force_field_cb ( self )
|
|
show_marker_dialog_cb
|
show_marker_dialog_cb ( self, event=None )
|
|
command_key_cb
|
command_key_cb (
self,
event,
pressed=1,
)
|
|
make_phantom_cursor_model
|
make_phantom_cursor_model (
self,
box_size_mm,
cursor_style,
cursor_size,
cursor_color,
)
|
|
handle_zoom
|
handle_zoom ( self )
|
|
phantom_button_released
|
phantom_button_released ( self )
|
|
force_constant_changed_cb
|
force_constant_changed_cb ( self, event=None )
Force constant adjusted by user, so turn of auto-adjust.
|
|
phantom_button_pressed
|
phantom_button_pressed ( self )
|
|
unselect_markers_cb
|
unselect_markers_cb ( self )
|
|
model_closed_cb
|
model_closed_cb ( self, model )
|
|
remove_gradient_force
|
remove_gradient_force ( self )
|
|
command_key
|
command_key (
self,
key,
show_key=1,
)
For key press in entry field, normal edit field bindings will insert
key character. Use show_key = 0 in this case.
|
|
modifier_key
|
modifier_key (
self,
key_name,
pressed,
)
|
|
remove_phantom_handler
|
remove_phantom_handler ( self )
|
|
modifier_pressed
|
modifier_pressed ( self, modifier_name )
|
|
label_row
|
label_row (
self,
parent,
row,
strings,
)
|
|
make_command_entry
|
make_command_entry ( self, parent )
|
|
toggle_crosshair_cb
|
toggle_crosshair_cb ( self )
|
|
handle_threshold_change
|
handle_threshold_change ( self )
|
|
add_phantom_handler
|
add_phantom_handler ( self )
|
|
focus_out_cb
|
focus_out_cb ( self, event )
Clear modifier keys.
|
|
have_phantom
|
have_phantom ( self )
|
|
place_marker_cb
|
place_marker_cb ( self )
|
|
delete_selected_markers_cb
|
delete_selected_markers_cb ( self )
|
|
|