#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) |
|
|
Definition at line 134 of file nativeps.cpp. |
|
|
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;
|
|
|
Definition at line 136 of file nativeps.cpp. 00137 { 00138 TRANSPFILL_NONE, 00139 TRANSPFILL_FLAT, 00140 TRANSPFILL_LINEAR, 00141 TRANSPFILL_CIRCULAR, 00142 TRANSPFILL_ELLIPTICAL, 00143 TRANSPFILL_CONICAL, 00144 TRANSPFILL_TEXTURE, 00145 TRANSPFILL_FRACTAL, 00146 TRANSPFILL_NEWLINEAR, 00147 TRANSPFILL_NEWTEXTURE, 00148 TRANSPFILL_NEWFRACTAL 00149 } TranspFillGeometryType;
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 180 of file nativeps.cpp. |
|
|
Definition at line 178 of file nativeps.cpp. |
|
|
Definition at line 181 of file nativeps.cpp. |
|
|
Definition at line 179 of file nativeps.cpp. |
1.4.4