|
OpenWalnut
1.2.5
|
Node callback to actually layout the objects. More...
#include <WGEBorderLayout.h>
Inheritance diagram for WGEBorderLayout::SafeUpdateCallback:Public Member Functions | |
| SafeUpdateCallback (osg::ref_ptr< WGEBorderLayout > layout) | |
| Constructor. | |
| virtual void | operator() (osg::Node *node, osg::NodeVisitor *nv) |
| operator () - called during the update traversal. | |
Public Attributes | |
| osg::ref_ptr< WGEBorderLayout > | m_layouter |
| The layouter owning this callback. | |
Node callback to actually layout the objects.
Definition at line 85 of file WGEBorderLayout.h.
|
inlineexplicit |
Constructor.
| layout | just set the creating layout as pointer for later reference. |
Definition at line 94 of file WGEBorderLayout.h.
|
virtual |
operator () - called during the update traversal.
| node | the osg node |
| nv | the node visitor |
Definition at line 72 of file WGEBorderLayout.cpp.
References WGraphicsEngine::getGraphicsEngine(), and m_layouter.
| osg::ref_ptr< WGEBorderLayout > WGEBorderLayout::SafeUpdateCallback::m_layouter |
The layouter owning this callback.
Definition at line 110 of file WGEBorderLayout.h.
Referenced by operator()().
1.8.1