Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
EventStorePandaNode Class Reference

A class object for storing specifically objects of type PandaNode. More...

Inheritance diagram for EventStorePandaNode:
EventStoreValueBase TypedWritableReferenceCount TypedWritable ReferenceCount TypedObject

List of all members.

Public Member Functions

 EventStorePandaNode (PandaNode const value)
PandaNode getValue ()
 Retrieves the value stored in the parameter.
 setValue (PandaNode const value)
 Changes the value stored in the parameter.

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

A class object for storing specifically objects of type PandaNode.


Constructor & Destructor Documentation

EventStorePandaNode ( PandaNode const  value)

Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from EventStoreValueBase.

Retrieves the value stored in the parameter.

setValue ( PandaNode const  value)

Changes the value stored in the parameter.

It is dangerous to do this for a parameter already added to an event, since the parameters may be shared.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties