NodeFlagger Class Reference
This is a test class. More...
#include "xrefutil.h"
Inheritance diagram for NodeFlagger:
Public Methods | |
NodeFlagger () | |
NodeFlagger (int flag) | |
Description: This is a default constructor. More... | |
virtual void | set_flag (int flag) |
virtual void | set_clear (bool clear) |
virtual bool | Proc (INode * pNode) |
Protected Attributes | |
int | m_flag |
m_flag this is memeber inside. More... | |
bool | m_clear |
m_clear this is insdie. More... |
Detailed Description
This is a test class.
Some details about the NodeFlagger class
Definition at line 152 of file xrefutil.h.
Constructor & Destructor Documentation
|
Definition at line 160 of file xrefutil.h. |
|
Description: This is a default constructor.
Definition at line 169 of file xrefutil.h. 00169 { m_flag = flag; m_clear = false; }
|
Member Function Documentation
|
Reimplemented from NodeEnumerator. Definition at line 174 of file xrefutil.h. 00175 { m_clear ? pNode->ClearAFlag(m_flag) : pNode->SetAFlag(m_flag); return true; } |
|
Definition at line 172 of file xrefutil.h. Referenced by Xrefutil::AddNewXrefObject(). 00172 { m_clear = clear; } |
|
Definition at line 171 of file xrefutil.h. 00171 { m_flag = flag; } |
Member Data Documentation
|
m_clear this is insdie.
Definition at line 156 of file xrefutil.h. |
|
m_flag this is memeber inside.
Definition at line 155 of file xrefutil.h. |
The documentation for this class was generated from the following file:
Generated at Mon Nov 6 14:11:59 2000 by 1.2.3 written by Dimitri van Heesch, © 1997-2000