#include <eventParameter.h>
Inheritance diagram for EventStoreValue< Type >:

Public Member Functions | |
| EventStoreValue (const Type &value) | |
| INLINE void | set_value (const Type &value) |
| INLINE const Type & | get_value () const |
| virtual void | output (ostream &out) const |
| virtual TypeHandle | get_type () const |
| virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
| TypeHandle | get_class_type () |
| void | init_type (const string &type_name="UndefinedEventStoreValue") |
Public Attributes | |
| Type | _value |
Static Private Attributes | |
| TypeHandle | _type_handle |
|
||||||||||
|
Definition at line 113 of file eventParameter.h. References EventStoreValue< Type >::_value. |
|
||||||||||
|
Reimplemented from EventStoreValueBase. Definition at line 134 of file eventParameter.h. References EventStoreValue< Type >::get_class_type(). |
|
||||||||||
|
Reimplemented from EventStoreValueBase. Definition at line 123 of file eventParameter.h. References EventStoreValue< Type >::_type_handle. Referenced by EventStoreValue< Type >::force_init_type(), and EventStoreValue< Type >::get_type(). |
|
||||||||||
|
Reimplemented from EventStoreValueBase. Definition at line 131 of file eventParameter.h. References EventStoreValue< Type >::get_class_type(). |
|
|||||||||
|
Referenced by Transform2SG::do_transmit_data(), Trackball::do_transmit_data(), MouseWatcher::do_transmit_data(), and DriveInterface::do_transmit_data(). |
|
||||||||||
|
Definition at line 126 of file eventParameter.h. References EventStoreValue< Type >::_type_handle, EventStoreValueBase::get_class_type(), EventStoreValueBase::init_type(), and register_dynamic_type(). |
|
||||||||||
|
Implements EventStoreValueBase. |
|
||||||||||
|
|
|
|||||
|
Reimplemented from EventStoreValueBase. Definition at line 141 of file eventParameter.h. Referenced by EventStoreValue< Type >::get_class_type(), and EventStoreValue< Type >::init_type(). |
|
|||||
|
Definition at line 120 of file eventParameter.h. Referenced by EventStoreValue< Type >::EventStoreValue(). |
1.3