Panda3D
|
Public Member Functions | |
__init__ (self, parent=None, **kw) | |
createValuator (self) | |
packValuator (self) | |
setMax (self) | |
setMin (self) | |
![]() | |
addPropertyToDialog (self, property, pDict) | |
addValuatorMenuEntries (self) | |
addValuatorPropertiesToDialog (self) | |
get (self) | |
mouseReset (self, event) | |
reset (self) | |
set (self, value, fCommand=1) | |
setEntry (self, value, fCommand=1) | |
setEntryFormat (self) | |
setLabel (self) | |
setState (self) | |
validateEntryInput (self, event) | |
zero (self) | |
Public Attributes | |
setMax | |
setMin | |
![]() | |
adjustedValue | |
entryFormat | |
fInit | |
propertyDict | |
propertyList | |
setEntryFormat | |
setLabel | |
setState | |
validateEntryInput | |
Protected Attributes | |
_popupValuatorMenu | |
_valuator | |
![]() | |
_entry | |
_entryBackground | |
_entryVal | |
_label | |
_popupMenu | |
_popupValuatorMenu | |
Additional Inherited Members | |
![]() | |
int | deadband = 5 |
float | sfBase = 3.0 |
int | sfDist = 7 |
![]() | |
_mouseDown (self) | |
_mouseUp (self) | |
_popupPropertiesDialog (self) | |
_popupValuatorMenu (self, event) | |
_postCallback (self) | |
_preCallback (self) | |
Valuator widget which includes an min/max slider and an entry for setting floating point values in a range
__init__ | ( | self, | |
parent = None, | |||
** | kw ) |
Reimplemented from Valuator.
createValuator | ( | self | ) |
Function used by subclass to create valuator geometry
Reimplemented from Valuator.
packValuator | ( | self | ) |
Function used by subclass to pack widget
Reimplemented from Valuator.
setMax | ( | self | ) |
setMin | ( | self | ) |
|
protected |
|
protected |
setMax |
setMin |