filters
KarbonAIParserBase Class Reference
Inheritance diagram for KarbonAIParserBase:

Detailed Description
Definition at line 125 of file karbonaiparserbase.h.
Public Member Functions | |
| KarbonAIParserBase () | |
| ~KarbonAIParserBase () | |
| bool | parse (QIODevice &fin, QDomDocument &doc) |
Protected Member Functions | |
| void | setupHandlers () |
| void | teardownHandlers () |
| void | parsingStarted () |
| void | parsingFinished () |
| QString | getParamList (Parameters ¶ms) |
| void | gotPathElement (PathElement &element) |
| void | gotFillPath (bool closed, bool reset, FillMode fm=FM_NonZero) |
| void | gotStrokePath (bool closed) |
| void | gotIgnorePath (bool closed, bool reset) |
| void | gotClipPath (bool closed) |
| void | gotFillColor (AIColor &color) |
| void | gotStrokeColor (AIColor &color) |
| void | gotBoundingBox (int llx, int lly, int urx, int ury) |
| void | gotFlatness (double val) |
| void | gotLineWidth (double val) |
| void | gotLineCaps (int val) |
| void | gotLineJoin (int val) |
| void | gotMiterLimit (double val) |
| void | gotWindingOrder (int val) |
| void | gotBeginGroup (bool clipping) |
| void | gotEndGroup (bool clipping) |
| void | gotBeginCombination () |
| void | gotEndCombination () |
| virtual void | gotStartTag (const char *tagName, Parameters ¶ms) |
| virtual void | gotEndTag (const char *tagName) |
| virtual void | gotSimpleTag (const char *tagName, Parameters ¶ms) |
Friends | |
| class | KarbonDocumentHandler |
| class | KarbonGStateHandler |
| class | KarbonStructureHandler |
| class | KarbonPathHandler |
The documentation for this class was generated from the following files:

