def destroy(self):

    for func in ('__init__','delete'):
      Implementation.unregisterNotify(self.updateMolSystems, 'ccp.molecule.MolSystem.MolSystem', func)
      Implementation.unregisterNotify(self.updateChains, 'ccp.molecule.MolSystem.Chain', func)

    BasePopup.destroy(self)
示例#2
0
文件: gui.py 项目: VuisterLab/cing
    def destroy(self):

        geometry = self.getGeometry()
        self.resetConsole()
        BasePopup.destroy(self)

        print 'destroy:',geometry
        sys.exit(0) # remove later
示例#3
0
文件: gui.py 项目: VuisterLab/cing
    def destroy(self):

        geometry = self.getGeometry()
        self.resetConsole()
        BasePopup.destroy(self)

        print 'destroy:', geometry
        sys.exit(0)  # remove later
示例#4
0
    def destroy(self):

        for func in ('__init__', 'delete', 'setName'):
            for clazz in ('ccp.nmr.NmrConstraint.DistanceConstraintList', ):
                Implementation.unregisterNotify(self.updateConstraintLists,
                                                clazz, func)
        for func in ('__init__', 'delete'):
            Implementation.unregisterNotify(
                self.updateConstraintSets,
                'ccp.nmr.NmrConstraint.NmrConstraintStore', func)

        BasePopup.destroy(self)
示例#5
0
    def destroy(self):

        BasePopup.destroy(self)
示例#6
0
  def destroy(self):

    #self.frame.resetConsole()
    BasePopup.destroy(self)
示例#7
0
    def destroy(self):

        self.dataLocationFrame.administerNotifiers(self.unregisterNotify)

        BasePopup.destroy(self)
示例#8
0
    def destroy(self):

        self.notify(self.unregisterNotify)
        BasePopup.destroy(self)