cameleps.cpp File Reference

(r1785/r1431)

#include "camtypes.h"
#include "cameleps.h"
#include "nodepath.h"
#include "ccdc.h"
#include "page.h"
#include "bitmpinf.h"
#include "nodebmp.h"
#include "fracfill.h"
#include "nodeblnd.h"
#include "nodebldr.h"
#include "nodershp.h"
#include "nodemold.h"
#include "ndmldgrp.h"
#include "nodemldr.h"
#include "ndmldpth.h"
#include "nodeshap.h"
#include "grndbmp.h"
#include "camview.h"
#include "opgrad.h"
#include "oilfiles.h"
#include "ndoptmz.h"
#include "ndtxtpth.h"
#include "maskedrr.h"
#include "oilbitmap.h"
#include "native.h"
#include "nativeps.h"
#include "psdc.h"
#include "osrndrgn.h"
#include "prdlgctl.h"
#include "progress.h"
#include "textfuns.h"
#include "fontman.h"
#include "guides.h"
#include "snap.h"
#include "layer.h"
#include "colormgr.h"
#include "attrmap.h"
#include "colplate.h"
#include "xsepsops.h"
#include "ctrlhelp.h"
#include "unicdman.h"

Go to the source code of this file.

Defines

#define new   CAM_DEBUG_NEW
#define TEMPMAX(R, G, B)

Enumerations

enum  TranspFillEffectType { FILLEFFECT_FADE, FILLEFFECT_RAINBOW, FILLEFFECT_ALTRAINBOW }

Functions

 DECLARE_SOURCE ("$Revision: 1431 $")


Define Documentation

#define new   CAM_DEBUG_NEW
 

Definition at line 169 of file cameleps.cpp.

#define TEMPMAX R,
G,
 ) 
 

Value:

{                                       \
        Temp = ((R) > (G))  ? (R) : (G);    \
        Temp = (Temp > (B)) ? Temp : (B);   \
    }


Enumeration Type Documentation

enum TranspFillEffectType
 

Enumerator:
FILLEFFECT_FADE 
FILLEFFECT_RAINBOW 
FILLEFFECT_ALTRAINBOW 

Definition at line 176 of file cameleps.cpp.


Function Documentation

DECLARE_SOURCE "$Revision: 1431 $"   ) 
 


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