The Robot Application Programming Interface Delegate Project
RAPID Logo

FindNameFrameVisitor Class Reference

Inheritance diagram for FindNameFrameVisitor:
Collaboration diagram for FindNameFrameVisitor:

List of all members.

Public Member Functions

 FindNameFrameVisitor (String name)
void setName (String name)
String getName ()
boolean visit (FrameTreeNode node)
FrameTreeNode getNode ()
 get the found node

Protected Attributes

String m_name
FrameTreeNode m_node = null

Constructor & Destructor Documentation

FindNameFrameVisitor ( String  name)

Member Function Documentation

String getName ( )
FrameTreeNode getNode ( )
Returns:
null if node was not found
void setName ( String  name)
boolean visit ( FrameTreeNode  node) [virtual]
Returns:
true only if stop condition has been met

Implements AbstractFrameVisitor.

Here is the call graph for this function:


Member Data Documentation

String m_name [protected]
FrameTreeNode m_node = null [protected]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines