Package schrodinger :: Package ui :: Module picking :: Class MaestrolessPickOptions
[hide private]
[frames] | no frames]

Class MaestrolessPickOptions

object --+
         |
        MaestrolessPickOptions

Simple class for defining a dialog, mock workspace structure, ligand structure and parent widget for picking structures outside of Maestro.

Instance Methods [hide private]
 
__init__(self, dialog_type, mock_workspace_st, lig_st=None, parent=None)
x.__init__(...) initializes x; see help(type(x)) for signature

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

Class Variables [hide private]
  PICK_CONS_RES = 2
  PICK_LIG = 0
hash(x)
  PICK_RES = 1
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, dialog_type, mock_workspace_st, lig_st=None, parent=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
Overrides: object.__init__