示例#1
0
    def __init__(self):
        SpreadsheetCell.__init__(self)

        self.port_map = {'rasterFile': ("rasterFile", None, True),
            'colorRamp': ("colorRamp", None, True),
            'categorical': ("categorical", None, True),
            'threeBand': ("threeBand", None, True),
            'dataMin': ("dataMin", None, False),
            'dataMax': ("dataMax", None, False),
            'NoDataValue': ("NoDataValue", None, False),
            }
示例#2
0
 def __init__(self):
     SpreadsheetCell.__init__(self)
     self.cellWidget = None
 def __init__(self):
     SpreadsheetCell.__init__(self)
     self.cellWidget = None
示例#4
0
 def __init__(self):
     SpreadsheetCell.__init__(self)
     self.cellWidget = None
     self.location = None
     self.representations = None
示例#5
0
 def __init__(self):
     SpreadsheetCell.__init__(self)
     self.cellWidget = None
     self.location = None
     self.cdms_var = None
     self.renderType = None
 def __init__(self):
     SpreadsheetCell.__init__(self)
示例#7
0
 def __init__(self):
     #ThreadSafeMixin.__init__(self)
     SpreadsheetCell.__init__(self)
 def __init__(self):
     SpreadsheetCell.__init__(self)
示例#9
0
 def __init__(self):
     SpreadsheetCell.__init__(self)
     self.cellWidget = None
     self.location = None
     self.representations = None