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

Public Member Functions

def __init__
 
def addFixture
 
def b_setFixtures
 
def blinkFixture
 
def d_setFixtures
 
def delete
 
def getObject
 
def loadFromFile
 
def refreshFixture
 
def removeFixture
 
def saveFixture
 
def setCamParent
 
def setFixtures
 
def standbyFixture
 
def startRecording
 
def stopRecording
 
def storeToFile
 
def testFixture
 
def unpackFixture
 
- Public Member Functions inherited from DistributedObjectOV
def __init__
 
def announceGenerate
 
def delete
 
def deleteOrDelay
 
def disable
 
def disableAndAnnounce
 
def disableAnnounceAndDelete
 
def generate
 
def generateInit
 
def getCacheable
 
def getDelayDeleteCount
 
def getDoId
 
def isDisabled
 
def isGenerated
 
def postGenerateMessage
 
def sendUpdate
 
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

 fixtures
 
 parent
 
- Public Attributes inherited from DistributedObjectOV
 activeState
 
 cr
 
 dclass
 
 DistributedObjectOV_deleted
 
 DistributedObjectOV_initialized
 
- Public Attributes inherited from DistributedObjectBase
 children
 
 cr
 
 parentId
 
 zoneId
 

Additional Inherited Members

- Static Public Attributes inherited from DistributedObjectOV
tuple notify = directNotify.newCategory("DistributedObjectOV")
 
- Static Public Attributes inherited from DistributedObjectBase
tuple notify = directNotify.newCategory("DistributedObjectBase")
 

Constructor & Destructor Documentation

def __init__ (   self,
  cr 
)

Member Function Documentation

def addFixture (   self,
  fixture,
  index = None 
)
def b_setFixtures (   self,
  fixtures 
)
def blinkFixture (   self,
  index 
)
def d_setFixtures (   self,
  fixtures 
)
def delete (   self)
def getObject (   self)
def loadFromFile (   self,
  name 
)
def refreshFixture (   self,
  id,
  data 
)
def removeFixture (   self,
  index 
)
def saveFixture (   self,
  index = None 
)
Position the camera with ~oobe, then call this to save its telemetry.
def setCamParent (   self,
  doId 
)
def setFixtures (   self,
  fixtures 
)
def standbyFixture (   self,
  index 
)
def startRecording (   self)
def stopRecording (   self)
def storeToFile (   self,
  name 
)
def testFixture (   self,
  index 
)
def unpackFixture (   self,
  data 
)

Member Data Documentation

fixtures
parent