Panda3D
|
Public Member Functions | |
def | __init__ (self) |
def | generateConstructorCode (self, methodClass, file, nesting) |
def | generateDestructorCode (self, methodClass, file, nesting) |
def | generateInheritedMethodCode (self, methodClass, parentList, file, nesting, needsDowncast) |
def | generateMethodCode (self, methodClass, file, nesting) |
def | generateStaticCode (self, methodClass, file, nesting) |
def | generateUpcastMethodCode (self, methodClass, file, nesting) |
def | outputConstructorBody (self, methodClass, file, nesting) |
def | outputConstructorFooter (self, methodClass, file, nesting) |
def | outputConstructorHeader (self, methodClass, file, nesting) |
Constructor Code Generation. More... | |
def | outputDestructorBody (self, methodClass, file, nesting) |
def | outputDestructorFooter (self, methodClass, file, nesting) |
def | outputDestructorHeader (self, methodClass, file, nesting) |
Destructor Code Generation. More... | |
def | outputInheritedMethodBody (self, methodClass, parentList, file, nesting, needsDowncast) |
def | outputInheritedMethodFooter (self, methodClass, parentList, file, nesting, needsDowncast) |
def | outputInheritedMethodHeader (self, methodClass, parentList, file, nesting, needsDowncast) |
Upcast Method Code Generation. More... | |
def | outputMethodBody (self, methodClass, file, nesting, needsDowncast=1) |
def | outputMethodFooter (self, methodClass, file, nesting) |
def | outputMethodHeader (self, methodClass, file, nesting) |
Method Code Generation. More... | |
def | outputStaticBody (self, methodClass, file, nesting) |
def | outputStaticFooter (self, methodClass, file, nesting) |
def | outputStaticHeader (self, methodClass, file, nesting) |
Static Method Code Generation. More... | |
![]() | |
def | __init__ (self) |
def | getFinalName (self) |
def | isConstructor (self) |
def | isStatic (self) |
def | outputCFunctionComment (self, file, nesting) |
def | outputOverloadedCall (self, file, classTypeDesc, numArgs) |
def | outputTypeChecking (self, methodClass, args, file, nesting) |
Additional Inherited Members | |
![]() | |
constructor | |
index | |
name | |
overloaded | |
typeDescriptor | |
def __init__ | ( | self | ) |
def generateConstructorCode | ( | self, | |
methodClass, | |||
file, | |||
nesting | |||
) |
def generateDestructorCode | ( | self, | |
methodClass, | |||
file, | |||
nesting | |||
) |
def generateInheritedMethodCode | ( | self, | |
methodClass, | |||
parentList, | |||
file, | |||
nesting, | |||
needsDowncast | |||
) |
def generateMethodCode | ( | self, | |
methodClass, | |||
file, | |||
nesting | |||
) |
def generateStaticCode | ( | self, | |
methodClass, | |||
file, | |||
nesting | |||
) |
def generateUpcastMethodCode | ( | self, | |
methodClass, | |||
file, | |||
nesting | |||
) |
def outputConstructorBody | ( | self, | |
methodClass, | |||
file, | |||
nesting | |||
) |
def outputConstructorFooter | ( | self, | |
methodClass, | |||
file, | |||
nesting | |||
) |
def outputConstructorHeader | ( | self, | |
methodClass, | |||
file, | |||
nesting | |||
) |
Constructor Code Generation.
def outputDestructorBody | ( | self, | |
methodClass, | |||
file, | |||
nesting | |||
) |
def outputDestructorFooter | ( | self, | |
methodClass, | |||
file, | |||
nesting | |||
) |
def outputDestructorHeader | ( | self, | |
methodClass, | |||
file, | |||
nesting | |||
) |
Destructor Code Generation.
def outputInheritedMethodBody | ( | self, | |
methodClass, | |||
parentList, | |||
file, | |||
nesting, | |||
needsDowncast | |||
) |
def outputInheritedMethodFooter | ( | self, | |
methodClass, | |||
parentList, | |||
file, | |||
nesting, | |||
needsDowncast | |||
) |
def outputInheritedMethodHeader | ( | self, | |
methodClass, | |||
parentList, | |||
file, | |||
nesting, | |||
needsDowncast | |||
) |
Upcast Method Code Generation.
def outputMethodBody | ( | self, | |
methodClass, | |||
file, | |||
nesting, | |||
needsDowncast = 1 |
|||
) |
def outputMethodFooter | ( | self, | |
methodClass, | |||
file, | |||
nesting | |||
) |
def outputMethodHeader | ( | self, | |
methodClass, | |||
file, | |||
nesting | |||
) |
Method Code Generation.
def outputStaticBody | ( | self, | |
methodClass, | |||
file, | |||
nesting | |||
) |
def outputStaticFooter | ( | self, | |
methodClass, | |||
file, | |||
nesting | |||
) |
def outputStaticHeader | ( | self, | |
methodClass, | |||
file, | |||
nesting | |||
) |
Static Method Code Generation.