Package gui :: Package user_functions :: Module spin :: Class Spin
[hide private]
[frames] | no frames]

Class Spin

source code


The container class for holding all GUI elements.

Instance Methods [hide private]
 
copy(self)
The spin.copy user function.
source code
 
create(self, mol_name=None, res_num=None, res_name=None)
The spin.create user function.
source code
 
create_pseudo(self)
The spin.create_pseudo user function.
source code
 
delete(self, mol_name=None, res_num=None, res_name=None, spin_num=None, spin_name=None)
The spin.delete user function.
source code
 
display(self)
The spin.display user function.
source code
 
element(self)
The spin.element user function.
source code
 
name(self)
The spin.name user function.
source code
 
number(self)
The spin.number user function.
source code

Inherited from base.UF_base: __init__, create_wizard, get_title

Method Details [hide private]

create(self, mol_name=None, res_num=None, res_name=None)

source code 

The spin.create user function.

Parameters:
  • mol_name (str) - The starting molecule name.
  • res_num (str) - The starting residue number.
  • res_name (str) - The starting residue name.

delete(self, mol_name=None, res_num=None, res_name=None, spin_num=None, spin_name=None)

source code 

The spin.delete user function.

Parameters:
  • mol_name (str) - The starting molecule name.
  • res_num (str) - The starting residue number.
  • res_name (str) - The starting residue name.
  • spin_num (str) - The starting spin number.
  • spin_name (str) - The starting spin name.