Imported modules
|
|
import ScaleBar
import chimera
from chimera import dialogs
from chimera.baseDialog import ModelessDialog
|
Functions
|
|
add_model_closed_callback
background_color
chimera_color
clip_plane_positions
float_variable_value
normalzed_screen_to_xyz_coordinates
scale_bar_dialog
show_scale_bar
xyz_to_normalzed_screen_coordinates
|
|
add_model_closed_callback
|
add_model_closed_callback ( model, callback )
Invoke a callback when a specified model is closed.
|
|
background_color
|
background_color ()
|
|
chimera_color
|
chimera_color ( rgb )
|
|
clip_plane_positions
|
clip_plane_positions ()
|
|
float_variable_value
|
float_variable_value ( v, default=None )
|
|
normalzed_screen_to_xyz_coordinates
|
normalzed_screen_to_xyz_coordinates (
xy_n,
z,
view,
)
|
|
scale_bar_dialog
|
scale_bar_dialog ( create=0 )
|
|
show_scale_bar
|
show_scale_bar ()
|
|
xyz_to_normalzed_screen_coordinates
|
xyz_to_normalzed_screen_coordinates ( xyz, view )
|
Classes
|
|
|