Panda3D
Public Member Functions | Public Attributes

ObjectPropUI Class Reference

Inheritance diagram for ObjectPropUI:
ObjectPropUICheck ObjectPropUICombo ObjectPropUIEntry ObjectPropUIRadio ObjectPropUISlider ObjectPropUISpinner

List of all members.

Public Member Functions

def __init__
def bindFunc
def getValue
def onKey
def setValue

Public Attributes

 label
 labelPane
 labelSizer
 parent
 setKeyButton
 uiPane

Detailed Description

Base class for ObjectPropUIs,
It consists of label area and ui area.

Constructor & Destructor Documentation

def __init__ (   self,
  parent,
  label 
)

Reimplemented in ObjectPropUIEntry.


Member Function Documentation

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

Reimplemented in ObjectPropUISlider.

def getValue (   self)

Reimplemented in ObjectPropUIRadio, and ObjectPropUICombo.

def onKey (   self,
  evt 
)
def setValue (   self,
  value 
)

Member Data Documentation

 All Classes Namespaces Functions Variables Properties