Example #1
0
 def inspectorEdit(self):
     self.editorCtrl = InspectorEditorControls.ButtonIEC(self, self.value)
     self.editorCtrl.createControl(self.parent, self.idx, self.width, self.edit)
Example #2
0
 def inspectorEdit(self):
     self.editorCtrl = InspectorEditorControls.TextCtrlIEC(self, self.value)
     self.editorCtrl.createControl(self.parent, self.value, self.idx,
                                   self.width)
Example #3
0
 def inspectorEdit(self):
     self.editorCtrl = InspectorEditorControls.BeveledLabelIEC(
         self, self.getValue())
     self.editorCtrl.createControl(self.parent, self.idx, self.width)
     self.editorCtrl.setValue(self.getValue())
Example #4
0
 def inspectorEdit(self):
     self.editorCtrl = InspectorEditorControls.CheckBoxIEC(
         self, self.valueToIECValue())
     self.editorCtrl.createControl(self.parent, self.idx, self.width)
     self.editorCtrl.setValue(self.valueToIECValue())