#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) |
|
Definition at line 123 of file namedlg.cpp. |
|
Definition at line 119 of file namedlg.cpp. |
|
Definition at line 116 of file namedlg.cpp. |
|
Definition at line 121 of file namedlg.cpp. |
|
|
|
|