eq::server::WindowVisitor Class Reference

A visitor to traverse windows and children. More...

#include <windowVisitor.h>

Inheritance diagram for eq::server::WindowVisitor:
Inheritance graph
[legend]
Collaboration diagram for eq::server::WindowVisitor:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

A visitor to traverse windows and children.

Definition at line 30 of file server/windowVisitor.h.


Constructor & Destructor Documentation

eq::server::WindowVisitor::WindowVisitor (  )  [inline]

Constructs a new WindowVisitor.

Definition at line 34 of file server/windowVisitor.h.


Member Function Documentation

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().

Here is the call graph for this function:

Here is the caller graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

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.


The documentation for this class was generated from the following file:
Generated on Sat Feb 6 13:14:56 2010 for Equalizer 0.9.1 by  doxygen 1.6.1