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

Public Member Functions

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

Public Attributes

 ui
 
- Public Attributes inherited from ObjectPropUI
 eventType
 
 label
 
 labelPane
 
 labelSizer
 
 onKey
 
 parent
 
 setKeyButton
 
 uiPane
 

Detailed Description

 UI for float value properties 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
parent,
label,
value,
minValue,
maxValue )

Reimplemented from ObjectPropUI.

Member Function Documentation

◆ bindFunc()

bindFunc ( self,
inFunc,
outFunc,
valFunc = None )

Reimplemented from ObjectPropUI.

Member Data Documentation

◆ ui

ui