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

Public Member Functions

def __init__
 
def getValue
 
def setItems
 
def setValue
 
- 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
 

Constructor & Destructor Documentation

def __init__ (   self,
  parent,
  label,
  value,
  valueList,
  obj = None,
  callBack = None 
)

Member Function Documentation

def getValue (   self)
def setItems (   self,
  valueList 
)
def setValue (   self,
  value 
)

Member Data Documentation

eventType
ui