userattr.cpp File Reference

(r1785/r1282)

#include "camtypes.h"
#include "userattr.h"
#include "blendatt.h"
#include "rechattr.h"
#include "cxftags.h"
#include "gadget.h"
#include "uielem.h"
#include "visiattr.h"

Go to the source code of this file.

Defines

#define new   CAM_DEBUG_NEW
#define ENSURE_NOT_NULL(Pointer)   ERROR2IF(Pointer == NULL, 0, "NULL Args")
#define ENSURE_KIND(pInstance, Class)   ERROR3IF(!pInstance->IS_KIND_OF(Class), #pInstance" is not kind of "#Class);

Functions

 DECLARE_SOURCE ("$Revision: 1282 $")

Variables

const TCHAR s_KeyDelimiter = TEXT('\\')


Define Documentation

#define ENSURE_KIND pInstance,
Class   )     ERROR3IF(!pInstance->IS_KIND_OF(Class), #pInstance" is not kind of "#Class);
 

Definition at line 140 of file userattr.cpp.

#define ENSURE_NOT_NULL Pointer   )     ERROR2IF(Pointer == NULL, 0, "NULL Args")
 

Definition at line 139 of file userattr.cpp.

#define new   CAM_DEBUG_NEW
 

Definition at line 136 of file userattr.cpp.


Function Documentation

DECLARE_SOURCE "$Revision: 1282 $"   ) 
 


Variable Documentation

const TCHAR s_KeyDelimiter = TEXT('\\')
 

Definition at line 400 of file userattr.cpp.


Generated on Sat Nov 10 03:49:22 2007 for Camelot by  doxygen 1.4.4