#include "camtypes.h"#include "objreg.h"#include "lineattr.h"#include "nodepath.h"#include "noderect.h"#include "qualattr.h"#include "nodebmp.h"#include "nodetxts.h"#include "nodershp.h"#include "nodetext.h"#include "nodebldr.h"#include "ndmldpth.h"#include "isetattr.h"#include "userattr.h"#include "webattr.h"#include "strkattr.h"#include "attrbev.h"#include "nodeshad.h"#include "brshattr.h"#include "fthrattr.h"Go to the source code of this file.
Defines | |
| #define | new CAM_DEBUG_NEW |
| #define | ADD_ATTRIB_CLASS(ReqdAttribItem, AttribClass) |
| Sets up the NodeRenderableInkDetailsList for all NodeRenderableInkNodes defined in Camelot. | |
|
|
Value: AttrClassItem = new NodeAttributeClassItem; \ if (AttrClassItem == NULL) \ goto OutOfMemory; \ AttrClassItem->AttributeClass = CC_RUNTIME_CLASS(AttribClass); \ (ReqdAttribItem)->NodeAttributeClassList.AddTail(AttrClassItem);
Definition at line 268 of file objreg.cpp. |
|
|
Definition at line 137 of file objreg.cpp. |
1.4.4