nativeps.cpp File Reference

(r1785/r1668)

#include "camtypes.h"
#include "nativeps.h"
#include "cversion.h"
#include "progress.h"
#include "bmpcomp.h"
#include "opgrad.h"
#include "nodetext.h"
#include "zstream.h"
#include <sstream>
#include "fontman.h"
#include "expbmp.h"

Go to the source code of this file.

Defines

#define new   CAM_DEBUG_NEW

Enumerations

enum  TranspFillGeometryType {
  TRANSPFILL_NONE, TRANSPFILL_FLAT, TRANSPFILL_LINEAR, TRANSPFILL_CIRCULAR,
  TRANSPFILL_ELLIPTICAL, TRANSPFILL_CONICAL, TRANSPFILL_TEXTURE, TRANSPFILL_FRACTAL,
  TRANSPFILL_NEWLINEAR, TRANSPFILL_NEWTEXTURE, TRANSPFILL_NEWFRACTAL
}
enum  NativeFileVersion { FIRSTVERSION = 100 }

Functions

 CC_IMPLEMENT_DYNAMIC (CamelotNativeEPSFilter, CamelotEPSFilter)
 CC_IMPLEMENT_DYNAMIC (NativeRenderRegion, CamelotEPSRenderRegion)

Variables

const NativeFileVersion ReadNativeVersion100 = FIRSTVERSION
const NativeFileVersion WriteNativeVersion100 = FIRSTVERSION
const double ReadNativeVersion = (ReadNativeVersion100/100)
const double WriteNativeVersion = (WriteNativeVersion100/100)


Define Documentation

#define new   CAM_DEBUG_NEW
 

Definition at line 134 of file nativeps.cpp.


Enumeration Type Documentation

enum NativeFileVersion
 

Enumerator:
FIRSTVERSION 

Definition at line 166 of file nativeps.cpp.

00167 {
00168     // First version number
00169     // Created: 29/5/95
00170     // Copes with:
00171     // - File compression
00172     // Does not cope with:  
00173     FIRSTVERSION = 100
00174     
00175 } NativeFileVersion;    

enum TranspFillGeometryType
 

Enumerator:
TRANSPFILL_NONE 
TRANSPFILL_FLAT 
TRANSPFILL_LINEAR 
TRANSPFILL_CIRCULAR 
TRANSPFILL_ELLIPTICAL 
TRANSPFILL_CONICAL 
TRANSPFILL_TEXTURE 
TRANSPFILL_FRACTAL 
TRANSPFILL_NEWLINEAR 
TRANSPFILL_NEWTEXTURE 
TRANSPFILL_NEWFRACTAL 

Definition at line 136 of file nativeps.cpp.


Function Documentation

CC_IMPLEMENT_DYNAMIC NativeRenderRegion  ,
CamelotEPSRenderRegion 
 

CC_IMPLEMENT_DYNAMIC CamelotNativeEPSFilter  ,
CamelotEPSFilter 
 


Variable Documentation

const double ReadNativeVersion = (ReadNativeVersion100/100)
 

Definition at line 180 of file nativeps.cpp.

const NativeFileVersion ReadNativeVersion100 = FIRSTVERSION
 

Definition at line 178 of file nativeps.cpp.

const double WriteNativeVersion = (WriteNativeVersion100/100)
 

Definition at line 181 of file nativeps.cpp.

const NativeFileVersion WriteNativeVersion100 = FIRSTVERSION
 

Definition at line 179 of file nativeps.cpp.


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