#include <PropertyEvent.h>
Public Types | |
| enum | Type { CHANGED, CONNECT, DISCONNECT } |
Public Member Functions | |
| PropertyEvent (Type type, const PropertyPtr p, const vector< float > &values=vector< float >()) | |
| Type | getType (void) const |
| const PropertyPtr | getProperty (void) const |
| const vector< float > & | getValues (void) const |
Definition at line 8 of file PropertyEvent.h.
| RenderTools::PropertyEvent::PropertyEvent | ( | Type | type, | |
| const PropertyPtr | p, | |||
| const vector< float > & | values = vector<float>() | |||
| ) |
Definition at line 5 of file PropertyEvent.cpp.
| const PropertyPtr RenderTools::PropertyEvent::getProperty | ( | void | ) | const |
Definition at line 15 of file PropertyEvent.cpp.
| PropertyEvent::Type RenderTools::PropertyEvent::getType | ( | void | ) | const |
Definition at line 11 of file PropertyEvent.cpp.
| const vector< float > & RenderTools::PropertyEvent::getValues | ( | void | ) | const |
Definition at line 19 of file PropertyEvent.cpp.
1.5.8