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 | |
RTFTokenizer () | |
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 | ( | ) |
Member Data Documentation
char* RTFTokenizer::text |
QByteArray RTFTokenizer::binaryData |
The documentation for this class was generated from the following files: