Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Timer Class Reference

Public Member Functions

def __init__
 
def addT
 
def getT
 
def isStarted
 
def restart
 
def resume
 
def setT
 
def start
 
def startCallback
 
def stop
 

Public Attributes

 callback
 
 currT
 
 finalT
 
 name
 
 started
 
 startT
 

Static Public Attributes

int id = 0
 

Constructor & Destructor Documentation

def __init__ (   self,
  name = None 
)

Member Function Documentation

def addT (   self,
  t 
)
def getT (   self)
def isStarted (   self)
def restart (   self)
def resume (   self)
def setT (   self,
  t 
)
def start (   self,
  t,
  name 
)
def startCallback (   self,
  t,
  callback 
)
def stop (   self)

Member Data Documentation

callback
currT
finalT
int id = 0
static
name
started
startT