Ejemplo n.º 1
0
    def __init__(self, tuttleParam):
        Param.__init__(self, tuttleParam)

        self._oldValue1 = self.getValue1()
        self._oldValue2 = self.getValue2()

        # used to know if we display the param in font bold or not
        self._value1HasChanged = False
        self._value2HasChanged = False
Ejemplo n.º 2
0
    def __init__(self, tuttleParam):
        Param.__init__(self, tuttleParam)

        self._oldValue1 = self.getValue1()
        self._oldValue2 = self.getValue2()

        # used to know if we display the param in font bold or not
        self._value1HasChanged = False
        self._value2HasChanged = False
Ejemplo n.º 3
0
    def __init__(self, tuttleParam):
        Param.__init__(self, tuttleParam)

        self._oldValue = self.getValue()

        self._listValue = []
        for choice in range(tuttleParam.getProperties().fetchProperty("OfxParamPropChoiceOption").getDimension()):
            self._listValue.append(tuttleParam.getProperties().fetchProperty("OfxParamPropChoiceOption").getStringValue(choice))

        self._hasChanged = False
Ejemplo n.º 4
0
    def __init__(self, tuttleParam):
        Param.__init__(self, tuttleParam)

        self._oldValue = self.getValue()

        self._listValue = []
        for choice in range(tuttleParam.getProperties().fetchProperty(
                "OfxParamPropChoiceOption").getDimension()):
            self._listValue.append(tuttleParam.getProperties().fetchProperty(
                "OfxParamPropChoiceOption").getStringValue(choice))

        self._hasChanged = False
Ejemplo n.º 5
0
    def __init__(self, tuttleParam):
        Param.__init__(self, tuttleParam)

        self._hasChanged = False
Ejemplo n.º 6
0
    def __init__(self, tuttleParam):
        Param.__init__(self, tuttleParam)

        self._oldValue = self.getValue()

        self._hasChanged = False
Ejemplo n.º 7
0
 def __init__(self, tuttleParam):
     Param.__init__(self, tuttleParam)
Ejemplo n.º 8
0
 def __init__(self, tuttleParam):
     Param.__init__(self, tuttleParam)
Ejemplo n.º 9
0
    def __init__(self, tuttleParam):
        Param.__init__(self, tuttleParam)

        self._hasChanged = False
Ejemplo n.º 10
0
    def __init__(self, tuttleParam):
        Param.__init__(self, tuttleParam)

        self._oldValue = self.getValue()

        self._hasChanged = False