camfiltr.h File Reference

(r1785/r1688)

#include "filters.h"
#include "ccfile.h"
#include "doccoord.h"
#include "node.h"

Go to the source code of this file.

Classes

struct  InsertTreeContext
 Structure for saving and restoring tree insertion contexts. This is used by things like print marks and brush stroke definitions, which embed a subtree definition in the file, but want to import it somewhere other than into the document tree. More...
class  BaseCamelotFilter
 This filter is for the new web file format which is the minimilistic form of the new version 2 native file filter. Derive off VectorFilter as this is what this file format defines. More...

Defines

#define EXPORT_FILETYPE_WEB   "CXW"
#define EXPORT_FILETYPE_MIN   "CXM"
#define EXPORT_FILETYPE_NATIVE   "CXN"

Enumerations

enum  InsertMode { INSERTMODE_ATTACHTOTREE, INSERTMODE_SETCURRENTATTRIBUTE }
enum  BoundsWriteLevel { BWL_NONE = 0, BWL_COMPOUND, BWL_ALL }


Define Documentation

#define EXPORT_FILETYPE_MIN   "CXM"
 

Definition at line 144 of file camfiltr.h.

#define EXPORT_FILETYPE_NATIVE   "CXN"
 

Definition at line 145 of file camfiltr.h.

#define EXPORT_FILETYPE_WEB   "CXW"
 

Definition at line 143 of file camfiltr.h.


Enumeration Type Documentation

enum BoundsWriteLevel
 

Enumerator:
BWL_NONE 
BWL_COMPOUND 
BWL_ALL 

Definition at line 154 of file camfiltr.h.

00155 {
00156     BWL_NONE = 0,
00157     BWL_COMPOUND,
00158     BWL_ALL
00159 } BoundsWriteLevel;

enum InsertMode
 

Enumerator:
INSERTMODE_ATTACHTOTREE 
INSERTMODE_SETCURRENTATTRIBUTE 

Definition at line 147 of file camfiltr.h.


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