|
wxArt2D
|
|
Modules | |
| GDSII format File IO | |
| CVG File IO | |
| SVG File IO | |
Classes | |
| class | a2dResolveIdInfo |
| class used in a2dResolveIdList to resolve references to other objects while readin in a file. More... | |
| class | a2dIOHandler |
| a2dIOHandler takes care of loading and/or saving data. More... | |
| class | a2dIOHandlerStrIn |
| using a file stream for input, stream the file into a a2dDocument or other object More... | |
| class | a2dIOHandlerStrOut |
| using a file stream for output, stream a a2dDocument or other wxObject into a stream. More... | |
| class | a2dWalkerIOHandler |
| Io handler to iterate through a a2dDocument. More... | |
| class | a2dIOHandlerXMLException |
| For exceptions thrown while parsing XML files. More... | |
| class | a2dXMLTag |
| used in XML parsing to hold one tag and its atributes More... | |
| class | a2dIOHandlerXML |
| Input handler for the XML format. More... | |
| class | a2dIOHandlerXMLPull |
| Input and output handler for XML alike files. More... | |
| class | a2dIOHandlerXmlSerIn |
| Input and output handler for the XmlSer format. More... | |
| class | a2dIOHandlerXmlSerOut |
| Input and output handler for the XmlSer format. More... | |
| class | a2dXmlString |
| Input and output handler for the XmlSer format. More... | |
| class | a2dCanvasDocumentIOHandlerImageIn |
| Input and output handler for a2dCanvasDocument to/from a wxImage. More... | |
| class | a2dCanvasDocumentIOHandlerImageOut |
| Input and output handler for a2dCanvasDocument to/from a wxImage. More... | |
| class | a2dIOHandlerCVGIn |
| Input handler for the CVG format. More... | |
| class | a2dIOHandlerCVGOut |
| output handler for the CVG format. More... | |
| class | a2dIOHandlerDocCVGIn |
| Input handler for the CVG format. More... | |
| class | a2dIOHandlerDocCVGOut |
| output handler for the CVG format. More... | |
| class | a2dIOHandlerSVGIn |
| input handler for the SVG format More... | |
| class | a2dIOHandlerSVGOut |
| output handler for the SVG format More... | |
| class | GDS_Error |
| GDSII format input and output. More... | |
| class | a2dIOHandlerGDSIn |
| Input driver for GDSII files. More... | |
| class | a2dIOHandlerGDSOut |
| Output driver for GDSII files. More... | |
| class | a2dIOHandlerKeyIn |
| Input driver for KEY format files. More... | |
| class | a2dIOHandlerKeyOut |
| Output driver for KEY files. More... | |
Enumerations | |
| enum | XMLeventType { START_DOCUMENT, END_DOCUMENT, START_TAG, END_TAG, CONTENT } |
| Types of XML events when reading files. More... | |
| enum XMLeventType |
Types of XML events when reading files.
| Enumerator | |
|---|---|
| START_DOCUMENT |
Start of document |
| END_DOCUMENT |
End of document |
| START_TAG |
Start tag |
| END_TAG |
End tag |
| CONTENT |
Content between start and end tag |
Definition at line 80 of file genxmlpars.h.