|
Panda3D
|
Public Member Functions | |
| __init__ (self, parent, label) | |
| bindFunc (self, inFunc, outFunc, valFunc=None) | |
| getValue (self) | |
| onKey (self, evt) | |
| setValue (self, value) | |
Public Attributes | |
| eventType | |
| label = wx.StaticText(self.labelPane, label=label) | |
| labelPane = wx.Panel(self) | |
| labelSizer = wx.BoxSizer(wx.HORIZONTAL) | |
| onKey | |
| parent = parent | |
| setKeyButton = wx.BitmapButton(self.labelPane, -1, bmpKey, size = (15,15),style = wx.BU_AUTODRAW) | |
| uiPane = wx.Panel(self) | |
Base class for ObjectPropUIs, It consists of label area and ui area.
| __init__ | ( | self, | |
| parent, | |||
| label ) |
| bindFunc | ( | self, | |
| inFunc, | |||
| outFunc, | |||
| valFunc = None ) |
Reimplemented in ObjectPropUISlider.
| getValue | ( | self | ) |
Reimplemented in ObjectPropUICombo, and ObjectPropUIRadio.
| onKey | ( | self, | |
| evt ) |
| setValue | ( | self, | |
| value ) |
Reimplemented in ObjectPropUICombo, ObjectPropUIEntry, and ObjectPropUIRadio.
| eventType |
| label = wx.StaticText(self.labelPane, label=label) |
| labelPane = wx.Panel(self) |
| labelSizer = wx.BoxSizer(wx.HORIZONTAL) |
| onKey |
| parent = parent |
| setKeyButton = wx.BitmapButton(self.labelPane, -1, bmpKey, size = (15,15),style = wx.BU_AUTODRAW) |
| uiPane = wx.Panel(self) |