PointerTo_Connection

from panda3d.net import PointerTo_Connection
class PointerTo_Connection

Bases: PointerToBase_Connection

Inheritance diagram

Inheritance diagram of PointerTo_Connection

__init__(*args, **kwargs)
assign()

C++ Interface: assign(const PointerTo self, const Connection copy) assign(const PointerTo self, Connection ptr)

clear()

C++ Interface: clear(const PointerTo self)

isNull()

C++ Interface: is_null(PointerTo self)

is_null()

C++ Interface: is_null(PointerTo self)

p()

C++ Interface: p(PointerTo self)

// If your base class is a derivative of TypedObject, you might want to use // the DCAST macro defined in typedObject.h instead, e.g. DCAST(MyType, // ptr). This provides a clean downcast that doesn’t require .p() or any // double-casting, and it can be run-time checked for correctness.