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

Public Member Functions

def __init__
 
- Public Member Functions inherited from FunctionInterval
def __init__
 
def privInstant
 
def replaceMethod
 
- Public Member Functions inherited from Interval
def __init__
 
def __repr__
 
def clearToInitial
 
def finish
 
def getDoneEvent
 
def getDuration
 
def getLoop
 
def getName
 
def getOpenEnded
 
def getPlayRate
 
def getState
 
def getT
 
def intervalDone
 
def isPaused
 
def isPlaying
 
def isStopped
 
def loop
 
def pause
 
def popupControls
 
def privDoEvent
 
def privFinalize
 
def privInitialize
 
def privInstant
 
def privInterrupt
 
def privPostEvent
 
def privReverseFinalize
 
def privReverseInitialize
 
def privReverseInstant
 
def privStep
 
def resume
 
def resumeUntil
 
def setDoneEvent
 
def setLoop
 
def setPlayRate
 
def setT
 
def setupPlay
 
def setupResume
 
def start
 
def stepPlay
 
- 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
 

Static Public Attributes

int hprIntervalNum = 1
 
- Static Public Attributes inherited from FunctionInterval
int functionIntervalNum = 1
 
tuple FunctionIntervals = weakref.WeakKeyDictionary()
 
tuple notify = directNotify.newCategory('FunctionInterval')
 
- Static Public Attributes inherited from Interval
tuple notify = directNotify.newCategory("Interval")
 
int playbackCounter = 0
 

Additional Inherited Members

- Static Public Member Functions inherited from FunctionInterval
def makeUniqueName
 
- Public Attributes inherited from FunctionInterval
 extraArgs
 
 function
 
 kw
 
- Public Attributes inherited from Interval
 currT
 
 doneEvent
 
 duration
 
 es
 
 name
 
 openEnded
 
 pname
 
 pstats
 
 setTHooks
 
 state
 

Constructor & Destructor Documentation

def __init__ (   self,
  nodePath,
  hpr,
  duration = 0.0,
  name = None,
  other = None 
)
__init__(nodePath, hpr, duration, name)

Member Data Documentation

int hprIntervalNum = 1
static