Package schrodinger :: Package application :: Package desmond :: Module gui :: Class InputGroup
[hide private]
[frames] | no frames]

Class InputGroup

object --+
         |
        InputGroup

Instance Methods [hide private]
 
__init__(self, master, model_changed_callback, allow_checkpoint_files=True)
See class docstring.
 
_analyse_model(self)
Called when a new system is analyzed (from file or Workspace)
 
_postprocess_after_importing(self)
Used by all panels to import results.
 
_model_source_changed(self, index=None)
Used by all panels to update the model source.
 
_import_from_workspace(self)
Used by all panels to import from the workspace
 
_import_from_workspace_impl(self)
 
browseSystemFile(self, fname)
 
_import_from_file_impl(self, fname)
 
_import_cpt(self, fname)
 
reset(self)
Resets the input frame to defaults

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]

__init__(self, master, model_changed_callback, allow_checkpoint_files=True)
(Constructor)

 

See class docstring.

Parameters:
  • master (af2.JobApp object.) - The root or master application
Overrides: object.__init__