Inheritance diagram for VectorStrokeSubRenderContext:
Public Member Functions | |
VectorStrokeSubRenderContext () | |
~VectorStrokeSubRenderContext () | |
Public Attributes | |
TrapsList * | pOutputTraps |
ValueFunction * | pValFunc |
JointType | JoinStyle |
INT32 | LineWidth |
INT32 | RepeatDist |
UINT32 | Index |
Private Member Functions | |
CC_DECLARE_DYNCREATE (VectorStrokeSubRenderContext) |
Definition at line 136 of file ppvecstr.cpp.
|
Definition at line 151 of file ppvecstr.cpp. 00152 { 00153 LineWidth = 5000; 00154 JoinStyle = RoundJoin; 00155 pValFunc = NULL; 00156 RepeatDist = 0; 00157 pOutputTraps = NULL; 00158 Index = 0; 00159 }
|
|
Definition at line 161 of file ppvecstr.cpp. 00162 { 00163 pValFunc = NULL; // Set it to NULL because it's a public var 00164 00165 if (pOutputTraps != NULL) 00166 delete pOutputTraps; 00167 pOutputTraps = NULL; // Set it to NULL because it's a public var 00168 }
|
|
|
|
Definition at line 148 of file ppvecstr.cpp. |
|
Definition at line 145 of file ppvecstr.cpp. |
|
Definition at line 146 of file ppvecstr.cpp. |
|
Definition at line 143 of file ppvecstr.cpp. |
|
Definition at line 144 of file ppvecstr.cpp. |
|
Definition at line 147 of file ppvecstr.cpp. |