filters
AIParserBase Class Reference
Inheritance diagram for AIParserBase:

Detailed Description
Definition at line 229 of file aiparserbase.h.
Public Member Functions | |
| AIParserBase () | |
| ~AIParserBase () | |
| bool | parse (QIODevice &fin) |
Protected Member Functions | |
| void | gotComment (const char *value) |
| void | gotIntValue (int value) |
| void | gotDoubleValue (double value) |
| void | gotStringValue (const char *value) |
| void | gotToken (const char *value) |
| void | gotReference (const char *value) |
| void | gotBlockStart () |
| void | gotBlockEnd () |
| void | gotArrayStart () |
| void | gotArrayEnd () |
| void | gotByte (uchar value) |
| void | gotByteArray (const QByteArray &data) |
Protected Attributes | |
| bool | m_debug |
| GStateHandlerBase * | m_gstateHandler |
| StructureHandlerBase * | m_structureHandler |
| PathHandlerBase * | m_pathHandler |
| MiscGStateHandlerBase * | m_miscGStateHandler |
| DocumentHandlerBase * | m_documentHandler |
| ModuleHandlerBase * | m_moduleHandler |
| EmbeddedHandlerBase * | m_embeddedHandler |
| TextHandlerBase * | m_textHandler |
| AI88Handler * | m_ai88Handler |
| AI3Handler * | m_ai3Handler |
Friends | |
| class | AI88Handler |
| class | AI3Handler |
The documentation for this class was generated from the following files:

