Exemplo n.º 1
0
    def __init__(self):
        PlotDataFetcherHandler.__init__(self)

        self.field_configuration = FieldConfigurationWidget()
        self.summary_configuration = SummaryConfigurationWidget()
        self.keyword_configuration = KeywordConfigurationWidget()
        self.data_configuration = DataConfigurationWidget()
Exemplo n.º 2
0
    def __init__(self):
        PlotDataFetcherHandler.__init__(self)

        self.field_configuration = FieldConfigurationWidget()
        self.summary_configuration = SummaryConfigurationWidget()
        self.keyword_configuration = KeywordConfigurationWidget()
        self.data_configuration = DataConfigurationWidget()

        def emitter():
            self.emit(SIGNAL("dataChanged()"))

        self.connect(self.field_configuration, SIGNAL("configurationChanged()"), emitter)
        self.connect(self.summary_configuration, SIGNAL("configurationChanged()"), emitter)
        self.connect(self.keyword_configuration, SIGNAL("configurationChanged()"), emitter)
        self.connect(self.data_configuration, SIGNAL("configurationChanged()"), emitter)
Exemplo n.º 3
0
 def __init__(self):
     PlotDataFetcherHandler.__init__(self)
Exemplo n.º 4
0
 def __init__(self):
     PlotDataFetcherHandler.__init__(self)