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

Public Member Functions

def __init__
 
def getColor
 
def setColor
 
- Public Member Functions inherited from DistributedObject
def __init__
 
def addInterest
 
def announceGenerate
 
def b_setLocation
 
def d_setLocation
 
def delete
 
def deleteOrDelay
 
def disable
 
def disableAndAnnounce
 
def disableAnnounceAndDelete
 
def doCallbackContext
 
def doneBarrier
 
def execCommand
 
def flushCachedData
 
def generate
 
def generateInit
 
def getAutoInterests
 
def getBarrierData
 
def getCacheable
 
def getCachedData
 
def getCallback
 
def getCallbackArgs
 
def getCallbackContext
 
def getCurrentContexts
 
def getDelayDeleteCount
 
def getDelayDeleteEvent
 
def getDisableEvent
 
def getDoId
 
def getLocation
 
def getNeverDisable
 
def getParentObj
 
def hasCachedData
 
def isDisabled
 
def isGenerated
 
def isGridParent
 
def isLocal
 
def postGenerateMessage
 
def removeInterest
 
def sendDeleteMsg
 
def sendDisableMsg
 
def sendUpdate
 
def setBarrierData
 
def setCacheable
 
def setCachedData
 
def setLocation
 
def setNeverDisable
 
def status
 
def taskName
 
def uniqueName
 
def updateAllRequiredFields
 
def updateRequiredFields
 
def updateRequiredOtherFields
 
- Public Member Functions inherited from DistributedObjectBase
def __init__
 
def getLocation
 
def getParentObj
 
def handleChildArrive
 
def handleChildArriveZone
 
def handleChildLeave
 
def handleChildLeaveZone
 
def handleQueryObjectChildrenLocalDone
 
def hasParentingRules
 
def status
 
- 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

 blue
 
 cr
 
 green
 
 red
 
- Public Attributes inherited from DistributedObject
 activeState
 
 cacheable
 
 cr
 
 dclass
 
 destroyDoStackTrace
 
 DistributedObject_deleted
 
 DistributedObject_initialized
 
 neverDisable
 
 parentId
 
 zoneId
 
- Public Attributes inherited from DistributedObjectBase
 children
 
 cr
 
 parentId
 
 zoneId
 

Static Public Attributes

tuple notify = directNotify.newCategory("SampleObject")
 
- Static Public Attributes inherited from DistributedObject
int neverDisable = 0
 
tuple notify = directNotify.newCategory("DistributedObject")
 
- Static Public Attributes inherited from DistributedObjectBase
tuple notify = directNotify.newCategory("DistributedObjectBase")
 

Constructor & Destructor Documentation

def __init__ (   self,
  cr 
)

Member Function Documentation

def getColor (   self)
def setColor (   self,
  red = 0,
  green = 0,
  blue = 0 
)

Member Data Documentation

blue
cr
green
tuple notify = directNotify.newCategory("SampleObject")
static
red