Public Member Functions | |
| AttributeRec () | |
| Initialise a stack element in the RenderStack. | |
Public Attributes | |
| AttributeValue * | pAttrValue |
| UINT32 | ContextLevel |
| BOOL | Temporary |
Definition at line 226 of file rndstack.cpp.
|
|
Initialise a stack element in the RenderStack.
Definition at line 250 of file rndstack.cpp. 00251 { 00252 pAttrValue = NULL; 00253 ContextLevel = 0; 00254 Temporary = FALSE; 00255 }
|
|
|
Definition at line 233 of file rndstack.cpp. |
|
|
Definition at line 232 of file rndstack.cpp. |
|
|
Definition at line 234 of file rndstack.cpp. |
1.4.4