21 #ifndef CUTELEE_TOKEN_H 22 #define CUTELEE_TOKEN_H 24 #include <QtCore/QString> The Cutelee namespace holds all public Cutelee API.
The Token is a comment node.
QString content
The content of this Token.
The Token is a text fragment.
int linenumber
The line number this Token starts at.
The Token is a variable node.
int tokenType
The Type of this Token.
The Token is a block, ie, part of a tag.