|
virtual void | updateOverride (GlRenderState &renderState, Object *object, Material &material) KZ_OVERRIDE |
| Perform type-specific update. More...
|
|
| RenderStatePropertyNotificationHandler () |
| Empty constructor. More...
|
|
| RenderStatePropertyNotificationHandler (AbstractPropertyType propertyType, Node *node) |
| Constructor Has no handle. More...
|
|
| RenderStatePropertyNotificationHandler (AbstractPropertyType propertyType, Node *node, GlRenderState::HandleType handle, ShaderProgram::UniformTransformation transformation) |
| Constructor. More...
|
|
| RenderValuePropertyNotificationHandlerBase () |
| Empty constructor. More...
|
|
| RenderValuePropertyNotificationHandlerBase (AbstractPropertyType propertyType, Node *node) |
| Constructor. More...
|
|
| RenderValuePropertyNotificationHandlerBase (AbstractPropertyType propertyType, Node *node, ShaderProgram::UniformTransformation transformation) |
| Constructor. More...
|
|
| RenderValuePropertyNotificationHandlerBase (KZ_RV_REF(RenderValuePropertyNotificationHandlerBase) other) |
| Move constructor. More...
|
|
virtual void | onPropertyChanged (PropertyNotificationReason) KZ_OVERRIDE |
| AbstractPropertyNotificationHandler::onPropertyChanged() implementation. More...
|
|
ShaderProgram::UniformTransformation | getTransformation () const |
| Gets the uniform transformation. More...
|
|
| NodePropertyNotificationHandler () |
| Empty constructor. More...
|
|
| NodePropertyNotificationHandler (const NodePropertyNotificationHandler &rhs) |
| Copy constructor. More...
|
|
| NodePropertyNotificationHandler (AbstractPropertyType propertyType, Node *node) |
| Constructor. More...
|
|
virtual | ~NodePropertyNotificationHandler () |
| Destructor. More...
|
|
NodePropertyNotificationHandler & | operator= (const NodePropertyNotificationHandler &rhs) |
| Assignment operator. More...
|
|
| AbstractPropertyNotificationHandler () |
| Empty constructor. More...
|
|
| AbstractPropertyNotificationHandler (AbstractPropertyType propertyType) |
| Constructor. More...
|
|
template<>
class kanzi::TypedRenderStatePropertyNotificationHandler< TextureSharedPtr >
TypedRenderStatePropertyNotificationHandler specialization.