#include "camtypes.h"
#include "sprdmsg.h"
#include "optsmsgs.h"
#include "layer.h"
#include "sglayer.h"
#include "layermsg.h"
#include "aprps.h"
#include "prevwdlg.h"
#include "filedlgs.h"
Go to the source code of this file.
Defines | |
#define | new CAM_DEBUG_NEW |
Functions | |
if (pGIFAnimationProperty==NULL) return FALSE | |
if (!pGIFAnimationProperty->Init())\ | |
GIFAnimationPropertyTabsList | AddTail (pGIFAnimationProperty) |
Variables | |
pGIFAnimationProperty = CAM_DEBUG_NEW Classname |
|
|
|
|
|
Definition at line 1057 of file aprps.cpp. 01058 { \ 01059 /* Error occured - report it and stop trying to initialise options tab. */ \ 01060 delete pGIFAnimationProperty; \ 01061 InformError(); \ 01062 return TRUE; \ 01063 } \
|
|
|
|
/ /*!/ define ADD_LAYERPROPERTY(Classname) \ /* Create, initialise and install the specified tab to the options system |