ai5_eps.h File Reference

(r1785/r1312)

#include "ai_eps.h"
#include "impbmp.h"

Go to the source code of this file.

Classes

class  AI5EPSFilter
 A filter that imports EPS files in Adobe Illustrator 7.0 EPS format. More...

Enumerations

enum  {
  EPSC_Bd = EPSC_t + 1, EPSC_Bm, EPSC_Bc, EPSC__Bs,
  EPSC__BS, EPSC__Br, EPSC_BD, EPSC_Bg,
  EPSC_Bb, EPSC_BB, EPSC_Bh, EPSC_HexStart,
  EPSC_HexEnd, EPSC_Lb, EPSC_LB, EPSC_Ln,
  EPSC_Ap, EPSC_Ar, EPSC_XR, EPSC_XI,
  EPSC_XF, EPSC_XG, EPSC_Xh, EPSC_XH,
  EPSC_XP, EPSC_XT, EPSC_Xm, EPSC_Xa,
  EPSC_XA, EPSC_Xx, EPSC_XX
}


Enumeration Type Documentation

anonymous enum
 

Enumerator:
EPSC_Bd 
EPSC_Bm 
EPSC_Bc 
EPSC__Bs 
EPSC__BS 
EPSC__Br 
EPSC_BD 
EPSC_Bg 
EPSC_Bb 
EPSC_BB 
EPSC_Bh 
EPSC_HexStart 
EPSC_HexEnd 
EPSC_Lb 
EPSC_LB 
EPSC_Ln 
EPSC_Ap 
EPSC_Ar 
EPSC_XR 
EPSC_XI 
EPSC_XF 
EPSC_XG 
EPSC_Xh 
EPSC_XH 
EPSC_XP 
EPSC_XT 
EPSC_Xm 
EPSC_Xa 
EPSC_XA 
EPSC_Xx 
EPSC_XX 

Definition at line 115 of file ai5_eps.h.

00116 {
00117     // Graduated fills
00118     EPSC_Bd = EPSC_t + 1,
00119     EPSC_Bm,
00120     EPSC_Bc,
00121     EPSC__Bs,
00122     EPSC__BS,
00123     EPSC__Br,
00124     EPSC_BD,
00125     EPSC_Bg,
00126     EPSC_Bb,
00127     EPSC_BB,
00128     EPSC_Bh,
00129     EPSC_HexStart,
00130     EPSC_HexEnd,
00131 
00132     // Layer stuff
00133     EPSC_Lb,
00134     EPSC_LB,
00135     EPSC_Ln,
00136 
00137     // Path tweaks
00138     EPSC_Ap,
00139     EPSC_Ar,
00140     EPSC_XR,
00141 
00142     // bitmaps
00143     EPSC_XI,
00144     EPSC_XF,
00145     EPSC_XG,
00146     EPSC_Xh,
00147     EPSC_XH,
00148 
00149     // unknown
00150     EPSC_XP,
00151 
00152     // object tags
00153     EPSC_XT,
00154 
00155     // spurious
00156     EPSC_Xm,
00157 
00158     // RGB Colours
00159     EPSC_Xa,
00160     EPSC_XA,
00161     EPSC_Xx,
00162     EPSC_XX
00163 };


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