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
|
|
Reads the next token.
Definition at line 56 of file rtfimport_tokenizer.cpp. |
|
|
Open tokenizer from file.
Definition at line 29 of file rtfimport_tokenizer.cpp. |
Member Data Documentation
|
|
Binary data (of \bin keyword).
Definition at line 49 of file rtfimport_tokenizer.h. |
|
|
token has a (numeric) parameter
Definition at line 45 of file rtfimport_tokenizer.h. |
|
|
plain text or control word/symbol
Definition at line 40 of file rtfimport_tokenizer.h. |
|
|
numeric parameter
Definition at line 43 of file rtfimport_tokenizer.h. |
The documentation for this class was generated from the following files:

