Package schrodinger :: Package application :: Package jaguar :: Package gui :: Module input_tab_widgets_pka
[hide private]
[frames] | no frames]

Module input_tab_widgets_pka

Classes [hide private]
  ProjEntryPka
A class for accessing data about a project table row and the associated structure
  InputEntriesColumnsPka
Column constants for the pKa selected entries table
  InputEntriesModelPka
The data model for the pKa selected entries table
  InputEntriesViewPka
The view for the pKa selected entries table
  AtomSelectionDelegate
A delegate for selecting a pKa atom.
Variables [hide private]
  maestro = schrodinger.get_maestro()
  JAG_NAME_STRUCTURE_ROLE = Qt.UserRole+ 100
  PKA_ATOM_ROLE = Qt.UserRole+ 101
  ProjEntryTuplePka = namedtuple("ProjEntryTuplePka", ("entry_id...
Variables Details [hide private]

ProjEntryTuplePka

Value:
namedtuple("ProjEntryTuplePka", ("entry_id", "struc", "charge", "spin_\
mult", "pka_atom"))