namedlg.cpp File Reference

(r1785/r1282)

#include "camtypes.h"
#include "namedlg.h"
#include "xshelpid.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 VOID_ENSURE_NOT_NULL(p)   if (p == NULL) { ERROR2RAW("NULL Args") }
#define ENSURE_KIND(pNode, Kind)   ERROR3IF(!pNode->IS_KIND_OF(Kind), "pNode is not kind of " #Kind);

Functions

 DECLARE_SOURCE ("$Revision: 1282 $")
 CC_IMPLEMENT_MEMDUMP (NameDialogParam, OpParam)


Define Documentation

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

Definition at line 123 of file namedlg.cpp.

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

Definition at line 119 of file namedlg.cpp.

#define new   CAM_DEBUG_NEW
 

Definition at line 116 of file namedlg.cpp.

#define VOID_ENSURE_NOT_NULL p   )     if (p == NULL) { ERROR2RAW("NULL Args") }
 

Definition at line 121 of file namedlg.cpp.


Function Documentation

CC_IMPLEMENT_MEMDUMP NameDialogParam  ,
OpParam 
 

DECLARE_SOURCE "$Revision: 1282 $"   ) 
 


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