InsetPathPathProcessor Class Reference

Makes sure the original nodes aren't rendered, if the active flag is set. More...

#include <ncntrcnt.h>

Inheritance diagram for InsetPathPathProcessor:

PathProcessor CCObject SimpleCCObject List of all members.

Public Member Functions

 InsetPathPathProcessor ()
 Constructor.
 ~InsetPathPathProcessor ()
 Destructor.
virtual void ProcessPath (Path *pPath, RenderRegion *pRender, PathShape ShapePath=PATHSHAPE_PATH)
 Destructor.
void SetActive (BOOL b)

Private Member Functions

 CC_DECLARE_DYNAMIC (InsetPathPathProcessor)

Private Attributes

BOOL m_bActive

Detailed Description

Makes sure the original nodes aren't rendered, if the active flag is set.

Author:
David_McClarnon (Xara Group Ltd) <camelotdev@xara.com>
Date:
31/3/2000

Definition at line 125 of file ncntrcnt.h.


Constructor & Destructor Documentation

InsetPathPathProcessor::InsetPathPathProcessor  ) 
 

Constructor.

Author:
David_McClarnon (Xara Group Ltd) <camelotdev@xara.com>
Date:
31/3/2000
Parameters:
See base class [INPUTS]

Definition at line 3365 of file ncntrcnt.cpp.

03366 {
03367     m_bActive = TRUE;
03368 }

InsetPathPathProcessor::~InsetPathPathProcessor  ) 
 

Destructor.

Author:
David_McClarnon (Xara Group Ltd) <camelotdev@xara.com>
Date:
31/3/2000
Parameters:
See base class [INPUTS]

Definition at line 3380 of file ncntrcnt.cpp.

03381 {
03382     
03383 }


Member Function Documentation

InsetPathPathProcessor::CC_DECLARE_DYNAMIC InsetPathPathProcessor   )  [private]
 

void InsetPathPathProcessor::ProcessPath Path pPath,
RenderRegion pRender,
PathShape  ShapePath = PATHSHAPE_PATH
[virtual]
 

Destructor.

Author:
David_McClarnon (Xara Group Ltd) <camelotdev@xara.com>
Date:
31/3/2000
Parameters:
See base class [INPUTS]

Implements PathProcessor.

Definition at line 3397 of file ncntrcnt.cpp.

03400 {
03401     if (m_bActive)
03402         return;
03403 
03404     pRender->DrawPath( pPath, this );
03405 }

void InsetPathPathProcessor::SetActive BOOL  b  )  [inline]
 

Definition at line 136 of file ncntrcnt.h.

00136 { m_bActive = b; }


Member Data Documentation

BOOL InsetPathPathProcessor::m_bActive [private]
 

Definition at line 138 of file ncntrcnt.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:55:30 2007 for Camelot by  doxygen 1.4.4