Panda3D
Loading...
Searching...
No Matches
ObjectPropUIRadio Class Reference
Inheritance diagram for ObjectPropUIRadio:
ObjectPropUI

Public Member Functions

 __init__ (self, parent, label, value, valueList)
 
 getValue (self)
 
 setValue (self, value)
 
- Public Member Functions inherited from ObjectPropUI
 __init__ (self, parent, label)
 
 bindFunc (self, inFunc, outFunc, valFunc=None)
 
 onKey (self, evt)
 

Public Attributes

 ui = wx.RadioBox(self.uiPane, -1, "", choices=valueList, majorDimension=1, style=wx.RA_SPECIFY_COLS)
 
- Public Attributes inherited from ObjectPropUI
 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)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
parent,
label,
value,
valueList )

Member Function Documentation

◆ getValue()

getValue ( self)

Reimplemented from ObjectPropUI.

◆ setValue()

setValue ( self,
value )

Reimplemented from ObjectPropUI.

Member Data Documentation

◆ ui

ui = wx.RadioBox(self.uiPane, -1, "", choices=valueList, majorDimension=1, style=wx.RA_SPECIFY_COLS)