Classes |
| struct | ClarisDrawTextInternal::PLC |
| | Internal : the different plc types: mainly for debugging. More...
|
| struct | ClarisDrawTextInternal::Paragraph |
| | Internal: class to store the paragraph properties. More...
|
| struct | ClarisDrawTextInternal::ParagraphPLC |
| | paragraph plc More...
|
| struct | ClarisDrawTextInternal::TextZoneInfo |
| | internal class used to store a text zone More...
|
| struct | ClarisDrawTextInternal::Token |
| | Internal: class to store field definition: TOKN entry. More...
|
| struct | ClarisDrawTextInternal::DSET |
| | low level internal: main text zone More...
|
| struct | ClarisDrawTextInternal::State |
| | Internal: the state of a ClarisDrawText. More...
|
Namespaces |
| namespace | ClarisDrawTextInternal |
| | Internal: the structures of a ClarisDrawText.
|
Enumerations |
| enum | ClarisDrawTextInternal::PLCType {
ClarisDrawTextInternal::P_Font,
ClarisDrawTextInternal::P_Ruler,
ClarisDrawTextInternal::P_Child,
ClarisDrawTextInternal::P_TextZone,
ClarisDrawTextInternal::P_Token,
ClarisDrawTextInternal::P_Unknown
} |
| | the different plc type More...
|
| enum | ClarisDrawTextInternal::TokenType {
ClarisDrawTextInternal::TKN_UNKNOWN,
ClarisDrawTextInternal::TKN_FOOTNOTE,
ClarisDrawTextInternal::TKN_PAGENUMBER,
ClarisDrawTextInternal::TKN_GRAPHIC,
ClarisDrawTextInternal::TKN_FIELD
} |
| | token type More...
|
Functions |
| std::ostream & | ClarisDrawTextInternal::operator<< (std::ostream &o, PLC const &plc) |
| std::ostream & | ClarisDrawTextInternal::operator<< (std::ostream &o, Token const &tok) |