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

Public Member Functions

def __init__
 
def clearActorControls
 
def createActorControls
 
def createInterface
 
def destroy
 
def disableActorControlAt
 
def disableActorControls
 
def displayFrameCounts
 
def displaySeconds
 
def enableActorControlAt
 
def enableActorControls
 
def getActorControlAt
 
def loadAnim
 
def nextFrame
 
def play
 
def playActorControls
 
def previousFrame
 
def resetAllToEnd
 
def resetAllToZero
 
def setActors
 
def setDestroyCallBack
 
def stopActorControls
 
def toggleAllControls
 
- Public Member Functions inherited from AppShell
def __init__
 
def addVariable
 
def addWidget
 WIDGET UTILITY FUNCTIONS ##. More...
 
def alignbuttons
 
def appInit
 USER METHODS ### To be overridden. More...
 
def balloon
 
def bind
 
def buttonAdd
 
def buttonBox
 
def createInterface
 
def createMenuBar
 
def createWidget
 
def getVariable
 
def getWidget
 
def interior
 
def messageBar
 
def newCreateButton
 
def newCreateCheckbutton
 
def newCreateColorEntry
 
def newCreateComboBox
 
def newCreateDial
 
def newCreateEntryScale
 
def newCreateFloater
 
def newCreateLabeledEntry
 
def newCreateOptionMenu
 
def newCreateRadiobutton
 
def newCreateSider
 
def newCreateVector2Entry
 
def newCreateVector3Entry
 
def onDestroy
 
def quit
 
def showAbout
 
def toggleBalloon
 
def transformRGB
 
def updateProgress
 
- Public Member Functions inherited from DirectObject
def __init__
 
def accept
 
def acceptOnce
 
def addTask
 
def detectLeaks
 
def doMethodLater
 
def getAllAccepting
 
def ignore
 
def ignoreAll
 
def isAccepting
 
def isIgnoring
 
def removeAllTasks
 
def removeTask
 

Public Attributes

 actorControlIndex
 
 actorControlList
 
 actorFrame
 
 destroyCallBack
 
 frameHeight
 
 fToggleAll
 
 id
 
 lastT
 
 loopButton
 
 loopVar
 
 playButton
 
 playList
 
 session
 
 stopButton
 
 toEndButton
 
 toNextFrameButton
 
 toPreviousFrameButton
 
 toStartButton
 
- Public Attributes inherited from AppShell
 about
 
 balloonState
 
 dataArea
 
 id
 
 menuBar
 
 menuFrame
 
 parent
 
 toggleBalloonVar
 
 variableDict
 
 widgetDict
 

Static Public Attributes

string appname = 'Anim Panel'
 
int frameHeight = 250
 
int frameWidth = 675
 
int index = 0
 
int usecommandarea = 0
 
int usestatusarea = 0
 
- Static Public Attributes inherited from AppShell
string appname = 'Generic Application Frame'
 
string appversion = '1.0'
 
string balloonState = 'none'
 
string contactemail = 'Mark.Mine@disney.com'
 
string contactname = 'Mark R. Mine'
 
string contactphone = '(818) 544-2921'
 
tuple copyright
 
int frameHeight = 320
 
int frameWidth = 450
 
int padx = 5
 
int pady = 5
 
int panelCount = 0
 
int usecommandarea = 0
 
int usestatusarea = 0
 

Constructor & Destructor Documentation

def __init__ (   self,
  aList = [],
  parent = None,
  session = None,
  kw 
)

Member Function Documentation

def clearActorControls (   self)
def createActorControls (   self)
def createInterface (   self)
def destroy (   self)
def disableActorControlAt (   self,
  index 
)
def disableActorControls (   self)
def displayFrameCounts (   self)
def displaySeconds (   self)
def enableActorControlAt (   self,
  index 
)
def enableActorControls (   self)
def getActorControlAt (   self,
  index 
)
def loadAnim (   self)
def nextFrame (   self)
def play (   self,
  task 
)
def playActorControls (   self)
def previousFrame (   self)
def resetAllToEnd (   self)
def resetAllToZero (   self)
def setActors (   self)
def setDestroyCallBack (   self,
  callBack 
)
def stopActorControls (   self)
def toggleAllControls (   self)

Member Data Documentation

actorControlIndex
actorControlList
actorFrame
string appname = 'Anim Panel'
static
destroyCallBack
int frameHeight = 250
static
frameHeight
int frameWidth = 675
static
fToggleAll
id
int index = 0
static
lastT
loopButton
loopVar
playButton
playList
session
stopButton
toEndButton
toNextFrameButton
toPreviousFrameButton
toStartButton
int usecommandarea = 0
static
int usestatusarea = 0
static