filters
RTFTokenizer Class Reference
#include <rtfimport_tokenizer.h>
Detailed Description
This class represents the tokenizer and the token.Definition at line 20 of file rtfimport_tokenizer.h.
Public Types | |
| enum | TokenType { OpenGroup, CloseGroup, ControlWord, PlainText, BinaryData } |
Public Member Functions | |
| void | open (QFile *in) |
| void | next () |
Public Attributes | |
| char * | text |
| TokenType | type |
| int | value |
| bool | hasParam |
| QByteArray | binaryData |
Member Function Documentation
| void RTFTokenizer::open | ( | QFile * | in | ) |
Open tokenizer from file.
- Parameters:
-
in the input file
Definition at line 29 of file rtfimport_tokenizer.cpp.
| void RTFTokenizer::next | ( | void | ) |
Member Data Documentation
| char* RTFTokenizer::text |
| QByteArray RTFTokenizer::binaryData |
The documentation for this class was generated from the following files:

