Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
ObjectPropUISpinner Class Reference
Inheritance diagram for ObjectPropUISpinner:
ObjectPropUI

Public Member Functions

def __init__
 
- Public Member Functions inherited from ObjectPropUI
def __init__
 
def bindFunc
 
def getValue
 
def onKey
 
def setValue
 

Public Attributes

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

Detailed Description

UI for int value properties 

Constructor & Destructor Documentation

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

Member Data Documentation

eventType
ui