#include <nodetxts.h>
Public Member Functions | |
TextStoryInfo () | |
default constructor! | |
Public Attributes | |
UndoableOperation * | pUndoOp |
BOOL | WordWrap |
MILLIPOINT | StoryWidth |
BOOL | WordWrapping |
Path * | pPath |
MILLIPOINT | PathLength |
MILLIPOINT | PathClosed |
double | UnitDirectionVectorX |
double | UnitDirectionVectorY |
MILLIPOINT | LeftPathIndent |
MILLIPOINT | RightPathIndent |
MILLIPOINT | DescentLine |
BOOL | DescentLineValid |
Private Member Functions | |
CC_DECLARE_MEMDUMP (TextStoryInfo) |
Definition at line 228 of file nodetxts.h.
|
default constructor!
Definition at line 995 of file nodetxts.cpp. 00996 { 00997 pUndoOp = NULL; 00998 WordWrap = TRUE; 00999 StoryWidth = 0; // assume text at a point 01000 WordWrapping = FALSE; 01001 pPath = NULL; 01002 PathLength = 0; 01003 PathClosed = FALSE; 01004 UnitDirectionVectorX = 0; 01005 UnitDirectionVectorY = 1; 01006 LeftPathIndent = 0; 01007 RightPathIndent = 0; 01008 DescentLine = 0; 01009 DescentLineValid = FALSE; 01010 }
|
|
|
|
Definition at line 247 of file nodetxts.h. |
|
Definition at line 248 of file nodetxts.h. |
|
Definition at line 245 of file nodetxts.h. |
|
Definition at line 242 of file nodetxts.h. |
|
Definition at line 241 of file nodetxts.h. |
|
Definition at line 240 of file nodetxts.h. |
|
Definition at line 235 of file nodetxts.h. |
|
Definition at line 246 of file nodetxts.h. |
|
Definition at line 238 of file nodetxts.h. |
|
Definition at line 243 of file nodetxts.h. |
|
Definition at line 244 of file nodetxts.h. |
|
Definition at line 236 of file nodetxts.h. |
|
Definition at line 239 of file nodetxts.h. |