Panda3D
Public Member Functions | Public Attributes

DerivedTypeDescriptor Class Reference

Inheritance diagram for DerivedTypeDescriptor:
BaseTypeDescriptor ConstTypeDescriptor PointerTypeDescriptor

List of all members.

Public Member Functions

def __init__
def recursiveTypeDescriptor

Public Attributes

 typeDescriptor

Detailed Description

DerivedTypeDescriptor is a wrapper around a primitive or class type
For instance const, or pointer to.

Constructor & Destructor Documentation

def __init__ (   self)

Reimplemented from BaseTypeDescriptor.

Reimplemented in PointerTypeDescriptor, and ConstTypeDescriptor.


Member Function Documentation

def recursiveTypeDescriptor (   self)
Attempt to get to the bottom of a type descriptor by
recursively unravelling typeDescriptors until you get to
a type that is not derived (primitive or class) in which
case the base class will just return self.

Reimplemented from BaseTypeDescriptor.


Member Data Documentation

 All Classes Namespaces Functions Variables Properties