#include <PropertyContainerEvent.h>
Public Types | |
| enum | Type { ADD_PROPERTY, REMOVE_PROPERTY } |
Public Member Functions | |
| PropertyContainerEvent (Type type, const PropertyContainerPtr container, const string propertyName) | |
| Type | getType (void) const |
| const PropertyContainerPtr | getContainer (void) const |
| const string | getPropertyName (void) const |
Definition at line 5 of file PropertyContainerEvent.h.
| RenderTools::PropertyContainerEvent::PropertyContainerEvent | ( | Type | type, | |
| const PropertyContainerPtr | container, | |||
| const string | propertyName | |||
| ) |
Definition at line 5 of file PropertyContainerEvent.cpp.
| const PropertyContainerPtr RenderTools::PropertyContainerEvent::getContainer | ( | void | ) | const |
Definition at line 15 of file PropertyContainerEvent.cpp.
| const string RenderTools::PropertyContainerEvent::getPropertyName | ( | void | ) | const |
Definition at line 19 of file PropertyContainerEvent.cpp.
| PropertyContainerEvent::Type RenderTools::PropertyContainerEvent::getType | ( | void | ) | const |
Definition at line 11 of file PropertyContainerEvent.cpp.
1.5.8