Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Slider Class Reference
Inheritance diagram for Slider:
Valuator

Public Member Functions

 __init__ (self, parent=None, **kw)
 
 createValuator (self)
 
 packValuator (self)
 
 setMax (self)
 
 setMin (self)
 
- Public Member Functions inherited from Valuator
 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
 
- Public Attributes inherited from Valuator
 adjustedValue
 
 entryFormat
 
 fInit
 
 propertyDict
 
 propertyList
 
 setEntryFormat
 
 setLabel
 
 setState
 
 validateEntryInput
 

Protected Attributes

 _popupValuatorMenu
 
 _valuator
 
- Protected Attributes inherited from Valuator
 _entry
 
 _entryBackground
 
 _entryVal
 
 _label
 
 _popupMenu
 
 _popupValuatorMenu
 

Additional Inherited Members

- Static Public Attributes inherited from Valuator
int deadband = 5
 
float sfBase = 3.0
 
int sfDist = 7
 
- Protected Member Functions inherited from Valuator
 _mouseDown (self)
 
 _mouseUp (self)
 
 _popupPropertiesDialog (self)
 
 _popupValuatorMenu (self, event)
 
 _postCallback (self)
 
 _preCallback (self)
 

Detailed Description

Valuator widget which includes an min/max slider and an entry for setting
floating point values in a range

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
parent = None,
** kw )

Reimplemented from Valuator.

Member Function Documentation

◆ createValuator()

createValuator ( self)
 Function used by subclass to create valuator geometry 

Reimplemented from Valuator.

◆ packValuator()

packValuator ( self)
 Function used by subclass to pack widget 

Reimplemented from Valuator.

◆ setMax()

setMax ( self)

◆ setMin()

setMin ( self)

Member Data Documentation

◆ _popupValuatorMenu

_popupValuatorMenu
protected

◆ _valuator

_valuator
protected

◆ setMax

setMax

◆ setMin

setMin