Imported modules
|
|
import Phantom
import chimera
from chimera import dialogs
from chimera.baseDialog import ModelessDialog
|
Functions
|
|
add_model_closed_callback
float_format
float_variable_value
move_active_models
show_phantom_dialog
volume_path_dialog
|
|
add_model_closed_callback
|
add_model_closed_callback ( model, callback )
Invoke a callback when a specified model is closed.
|
|
float_format
|
float_format ( value, precision )
Format a number using %g but do not use scientific notation for large
values if the number can be represented more compactly without it.
|
|
float_variable_value
|
float_variable_value ( v, default=None )
|
|
move_active_models
|
move_active_models ( xform )
|
|
show_phantom_dialog
|
show_phantom_dialog ()
|
|
volume_path_dialog
|
volume_path_dialog ()
|
Classes
|
|
|