AttributeRec Class Reference

Encapsulates an item in the RenderStack class. More...

List of all members.

Public Member Functions

 AttributeRec ()
 Initialise a stack element in the RenderStack.

Public Attributes

AttributeValuepAttrValue
UINT32 ContextLevel
BOOL Temporary


Detailed Description

Encapsulates an item in the RenderStack class.

Author:
Tim_Browse (Xara Group Ltd) <camelotdev@xara.com>
Date:
28/01/94
See also:
RenderStack

Definition at line 226 of file rndstack.cpp.


Constructor & Destructor Documentation

AttributeRec::AttributeRec  ) 
 

Initialise a stack element in the RenderStack.

Author:
Tim_Browse (Xara Group Ltd) <camelotdev@xara.com>
Date:
28/01/94

Definition at line 250 of file rndstack.cpp.

00251 {
00252     pAttrValue = NULL;
00253     ContextLevel = 0;
00254     Temporary = FALSE;
00255 }


Member Data Documentation

UINT32 AttributeRec::ContextLevel
 

Definition at line 233 of file rndstack.cpp.

AttributeValue* AttributeRec::pAttrValue
 

Definition at line 232 of file rndstack.cpp.

BOOL AttributeRec::Temporary
 

Definition at line 234 of file rndstack.cpp.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:50:25 2007 for Camelot by  doxygen 1.4.4