#include <epsfiltr.h>
Inheritance diagram for EPSClipContextItem:
Public Member Functions | |
EPSClipContextItem (INT32 TheContextLevel, Path *pNewClipPath) | |
Initialise the clip region item to sensible values. | |
~EPSClipContextItem () | |
Clean up the context item - this includes deleting the clipping path held in the region item. | |
Public Attributes | |
INT32 | ContextLevel |
Path * | pClipPath |
INT32 | ComplexRegionLevel |
Definition at line 324 of file epsfiltr.h.
|
Initialise the clip region item to sensible values.
Definition at line 400 of file epsfiltr.cpp. 00401 { 00402 ContextLevel = TheContextLevel; 00403 pClipPath = pNewClipPath; 00404 00405 // Defaults to not a complex region. 00406 ComplexRegionLevel = 0; 00407 }
|
|
Clean up the context item - this includes deleting the clipping path held in the region item.
Definition at line 421 of file epsfiltr.cpp. 00422 { 00423 delete pClipPath; 00424 }
|
|
Definition at line 335 of file epsfiltr.h. |
|
Definition at line 333 of file epsfiltr.h. |
|
Definition at line 334 of file epsfiltr.h. |