#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 } |
|
Definition at line 144 of file camfiltr.h. |
|
Definition at line 145 of file camfiltr.h. |
|
Definition at line 143 of file camfiltr.h. |
|
Definition at line 154 of file camfiltr.h. 00155 { 00156 BWL_NONE = 0, 00157 BWL_COMPOUND, 00158 BWL_ALL 00159 } BoundsWriteLevel;
|
|
Definition at line 147 of file camfiltr.h. 00148 { 00149 INSERTMODE_ATTACHTOTREE, 00150 INSERTMODE_SETCURRENTATTRIBUTE 00151 } InsertMode;
|