A visitor to traverse windows and children. More...
#include <windowVisitor.h>


Public Member Functions | |
| WindowVisitor () | |
| Constructs a new WindowVisitor. | |
| virtual | ~WindowVisitor () |
| Destruct the WindowVisitor. | |
| virtual VisitorResult | visitPre (Window *window) |
| Visit a window on the down traversal. | |
| virtual VisitorResult | visitPost (Window *window) |
| Visit a window on the up traversal. | |
| virtual VisitorResult | visitPre (const Window *window) |
| Visit a window on the down traversal. | |
| virtual VisitorResult | visitPost (const Window *window) |
| Visit a window on the up traversal. | |
A visitor to traverse windows and children.
Definition at line 30 of file server/windowVisitor.h.
| eq::server::WindowVisitor::WindowVisitor | ( | ) | [inline] |
Constructs a new WindowVisitor.
Definition at line 34 of file server/windowVisitor.h.
| virtual VisitorResult eq::server::WindowVisitor::visitPre | ( | Window * | window | ) | [inline, virtual] |
Visit a window on the down traversal.
Reimplemented in eq::server::ConfigUpdateDataVisitor.
Definition at line 40 of file server/windowVisitor.h.
References visitPre().
Referenced by visitPre().


| virtual VisitorResult eq::server::WindowVisitor::visitPost | ( | Window * | window | ) | [inline, virtual] |
Visit a window on the up traversal.
Reimplemented in eq::server::ConfigUpdateDataVisitor.
Definition at line 44 of file server/windowVisitor.h.
References visitPost().
Referenced by visitPost().


| virtual VisitorResult eq::server::WindowVisitor::visitPre | ( | const Window * | window | ) | [inline, virtual] |
Visit a window on the down traversal.
Definition at line 48 of file server/windowVisitor.h.
References eq::server::TRAVERSE_CONTINUE.
| virtual VisitorResult eq::server::WindowVisitor::visitPost | ( | const Window * | window | ) | [inline, virtual] |
Visit a window on the up traversal.
Definition at line 52 of file server/windowVisitor.h.
References eq::server::TRAVERSE_CONTINUE.
0.9.1 by
1.6.1