aw_eps.h File Reference

(r1785/r1302)

#include "saveeps.h"
#include "nodemold.h"

Go to the source code of this file.

Classes

struct  GradEndCol
class  ArtWorksEPSFilter
 A filter that imports EPS files in ArtWorks EPS format. More...
class  ArtWorksEPSRenderRegion
 A render region for exporting ArtWorks EPS format files. More...

Enumerations

enum  {
  EPSC_aoa = EPSC_EOF + 1, EPSC_aafs, EPSC_ar, EPSC_arr,
  EPSC_ae, EPSC_apl, EPSC_apc, EPSC_aof,
  EPSC_asto, EPSC_aeto, EPSC_aco, EPSC_atc,
  EPSC_atph, EPSC_atof, EPSC_asbd, EPSC_aebd,
  EPSC_asbr, EPSC_aebr, EPSC_asev, EPSC_aeev,
  EPSC_aspr, EPSC_aepr, EPSC_amm, EPSC_aml,
  EPSC_amc, EPSC_amcp, EPSC_amep, EPSC_anu,
  EPSC_az, EPSC_ax, EPSC_axm, EPSC_axop,
  EPSC_awr, EPSC_asc, EPSC_aec, EPSC_aca,
  EPSC_asah, EPSC_aeah, EPSC_asat, EPSC_aeat,
  EPSC_atp, EPSC_atf, EPSC_atxy, EPSC_atrk,
  EPSC_akrn, EPSC_alyr, EPSC_ass, EPSC_aes
}


Enumeration Type Documentation

anonymous enum
 

Enumerator:
EPSC_aoa 
EPSC_aafs 
EPSC_ar 
EPSC_arr 
EPSC_ae 
EPSC_apl 
EPSC_apc 
EPSC_aof 
EPSC_asto 
EPSC_aeto 
EPSC_aco 
EPSC_atc 
EPSC_atph 
EPSC_atof 
EPSC_asbd 
EPSC_aebd 
EPSC_asbr 
EPSC_aebr 
EPSC_asev 
EPSC_aeev 
EPSC_aspr 
EPSC_aepr 
EPSC_amm 
EPSC_aml 
EPSC_amc 
EPSC_amcp 
EPSC_amep 
EPSC_anu 
EPSC_az 
EPSC_ax 
EPSC_axm 
EPSC_axop 
EPSC_awr 
EPSC_asc 
EPSC_aec 
EPSC_aca 
EPSC_asah 
EPSC_aeah 
EPSC_asat 
EPSC_aeat 
EPSC_atp 
EPSC_atf 
EPSC_atxy 
EPSC_atrk 
EPSC_akrn 
EPSC_alyr 
EPSC_ass 
EPSC_aes 

Definition at line 183 of file aw_eps.h.

00184 {
00185     EPSC_aoa = EPSC_EOF + 1,
00186     EPSC_aafs,
00187     
00188     // Path related procedures
00189     EPSC_ar,
00190     EPSC_arr,
00191     EPSC_ae,
00192     EPSC_apl,
00193     EPSC_apc,
00194     EPSC_aof,
00195     
00196     // Text related procedures
00197     EPSC_asto,
00198     EPSC_aeto,
00199     EPSC_aco,
00200     EPSC_atc,
00201     EPSC_atph,
00202     EPSC_atof,
00203     
00204     // Blend related procedures
00205     EPSC_asbd,
00206     EPSC_aebd,
00207     EPSC_asbr,
00208     EPSC_aebr,
00209     
00210     // Mould related procedures
00211     EPSC_asev,
00212     EPSC_aeev,
00213     EPSC_aspr,
00214     EPSC_aepr,
00215     EPSC_amm,
00216     EPSC_aml,
00217     EPSC_amc,
00218     EPSC_amcp,
00219     EPSC_amep,
00220     
00221     // Group related procedures
00222     EPSC_anu,
00223     
00224     // Linear/radial fills
00225     EPSC_az,
00226     EPSC_ax,
00227     EPSC_axm,
00228     
00229     // Overprint related procedures
00230     EPSC_axop,
00231     
00232     // Others(!)
00233     EPSC_awr,
00234     EPSC_asc,
00235     EPSC_aec,
00236     EPSC_aca,
00237     EPSC_asah,
00238     EPSC_aeah,
00239     EPSC_asat,
00240     EPSC_aeat,
00241     
00242     // Procedures that define a text object
00243     EPSC_atp,
00244     EPSC_atf,
00245     EPSC_atxy,
00246     EPSC_atrk,
00247     EPSC_akrn,
00248     
00249     // Layer procedure
00250     EPSC_alyr,
00251     
00252     // Sprite procedure
00253     EPSC_ass,
00254     EPSC_aes    
00255 };


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