#include <InitializeInterface.h>

Public Member Functions | |
| InitializeInterface (void) | |
| virtual void | initialize (bool force=false) |
| virtual bool | isInitialized (void) const |
| virtual void | setInitialized (bool state=true) |
| virtual void | onInitialize (void)=0 |
Definition at line 7 of file InitializeInterface.h.
| RenderTools::InitializeInterface::InitializeInterface | ( | void | ) |
Definition at line 5 of file InitializeInterface.cpp.
| void RenderTools::InitializeInterface::initialize | ( | bool | force = false |
) | [virtual] |
Reimplemented in RenderTools::AbstractPropertyContainer.
Definition at line 10 of file InitializeInterface.cpp.
| bool RenderTools::InitializeInterface::isInitialized | ( | void | ) | const [virtual] |
Definition at line 21 of file InitializeInterface.cpp.
| virtual void RenderTools::InitializeInterface::onInitialize | ( | void | ) | [pure virtual] |
Implemented in RenderTools::AbstractApplication, RenderTools::Camera, RenderTools::Framebuffer, RenderTools::Image, RenderTools::Program, RenderTools::RelationalNode, RenderTools::Renderbuffer, RenderTools::Rendergroup, RenderTools::AbstractCurve, RenderTools::Circle, RenderTools::Ellipsoid, RenderTools::Plane, RenderTools::Rendernode, RenderTools::TextNode, RenderTools::Renderpass, RenderTools::Sampler, RenderTools::Stateset, RenderTools::Vertexbuffer, RenderTools::ViewController, RenderTools::AbstractProperty, RenderTools::AbstractPropertyContainer, RenderTools::EnumProperty< T >, RenderTools::PointerProperty< T >, RenderTools::PropertyContainer< T >, RenderTools::PropertyProxy< T >, RenderTools::PropertyProxyContainer< T >, RenderTools::StringProperty, RenderTools::VectorProperty< T >, and RenderTools::PropertyContainer< PropertyProxy< T > >.
| void RenderTools::InitializeInterface::setInitialized | ( | bool | state = true |
) | [virtual] |
Definition at line 17 of file InitializeInterface.cpp.
1.5.8