#include <UpdateInterface.h>

Public Member Functions | |
| UpdateInterface (void) | |
| virtual void | update (bool force=false) |
| virtual bool | needsUpdate (void) const |
| virtual void | setNeedsUpdate (bool state=true) |
| virtual void | onUpdate (void)=0 |
Definition at line 9 of file UpdateInterface.h.
| RenderTools::UpdateInterface::UpdateInterface | ( | void | ) |
Definition at line 5 of file UpdateInterface.cpp.
| bool RenderTools::UpdateInterface::needsUpdate | ( | void | ) | const [virtual] |
Definition at line 17 of file UpdateInterface.cpp.
| virtual void RenderTools::UpdateInterface::onUpdate | ( | void | ) | [pure virtual] |
Implemented in RenderTools::Rendergroup, and RenderTools::Curve< T >.
| void RenderTools::UpdateInterface::setNeedsUpdate | ( | bool | state = true |
) | [virtual] |
Definition at line 21 of file UpdateInterface.cpp.
| void RenderTools::UpdateInterface::update | ( | bool | force = false |
) | [virtual] |
Definition at line 10 of file UpdateInterface.cpp.
1.5.8