Exemplo n.º 1
0
    def destroy(self):

        for func in notify_funcs:
            Implementation.unregisterNotify(self.setAxisLabels,
                                            'ccpnmr.Analysis.AxisPanel', func)

        PulldownMenu.destroy(self)
Exemplo n.º 2
0
    def destroy(self):

        for func in notify_funcs:
            Implementation.unregisterNotify(self.setExperiments,
                                            'ccp.nmr.Nmr.Experiment', func)

        PulldownMenu.destroy(self)
Exemplo n.º 3
0
    def destroy(self):

        #print 'PanelTypeList destroy'
        for func in notify_funcs:
            Implementation.unregisterNotify(self.setPanelTypes,
                                            'ccpnmr.Analysis.PanelType', func)

        PulldownMenu.destroy(self)
Exemplo n.º 4
0
    def destroy(self):

        for func in notify_funcs:
            Implementation.unregisterNotify(self.setChains,
                                            'ccp.molecule.MolSystem.Chain',
                                            func)

        PulldownMenu.destroy(self)
Exemplo n.º 5
0
    def destroy(self):

        for func in notify_funcs:
            Implementation.unregisterNotify(self.setColorSchemes,
                                            'ccpnmr.Analysis.ColorScheme',
                                            func)

        PulldownMenu.destroy(self)
Exemplo n.º 6
0
    def destroy(self):

        #print 'AxisTypeList destroy'
        popup = self.getPopup()
        for func in notify_funcs:
            popup.unregisterNotify(self.setAxisTypes,
                                   'ccpnmr.Analysis.AxisType', func)

        PulldownMenu.destroy(self)
Exemplo n.º 7
0
    def destroy(self):

        for func in notify_funcs:
            Implementation.unregisterNotify(
                self.setSpectrumViews, 'ccpnmr.Analysis.SpectrumWindowView',
                func)
        Implementation.unregisterNotify(self.setSpectrumViews,
                                        'ccp.nmr.Nmr.Experiment', 'setName')
        Implementation.unregisterNotify(self.setSpectrumViews,
                                        'ccp.nmr.Nmr.DataSource', 'setName')

        PulldownMenu.destroy(self)
Exemplo n.º 8
0
    def destroy(self):

        #for func in notify_funcs:
        #  Implementation.unregisterNotify(self.changedAppData, 'memops.Implementation.AppDataString', func)

        PulldownMenu.destroy(self)
Exemplo n.º 9
0
  def destroy(self):

    for func in notify_funcs:
      Implementation.unregisterNotify(self.setSpectra, 'ccp.nmr.Nmr.DataSource', func)

    PulldownMenu.destroy(self)
Exemplo n.º 10
0
    def destroy(self):

        #print 'MeasurementTypeList destroy'
        PulldownMenu.destroy(self)