Internal and low level: the PLC different types and their structures. More...
| Public Types | |
| enum | Position { P_ABS =0, P_MREL, P_ZREL, P_MINCR, P_ZINCR, P_UNKNOWN } | 
| the way to define the text positions  More... | |
| enum | Type { T_CST =0, T_STRUCT, T_COMPLEX, T_UNKNOWN } | 
| the type of the content  More... | |
| typedef enum WPS8TextInternal::PLCType | PLCType | 
| the PLC types  More... | |
| Public Member Functions | |
| PLC (PLCType w=WPS8TextInternal::Unknown, Position p=P_UNKNOWN, Type t=T_UNKNOWN) | |
| constructor  More... | |
| Public Attributes | |
| PLCType | m_type | 
| PLC type.  More... | |
| Position | m_pos | 
| the way to define the text positions  More... | |
| Type | m_contentType | 
| the type of the content  More... | |
Internal and low level: the PLC different types and their structures.
| typedef enum WPS8TextInternal::PLCType WPS8PLCInternal::PLC::PLCType | 
the PLC types
the way to define the text positions
| Enumerator | |
|---|---|
| P_ABS | |
| P_MREL | |
| P_ZREL | |
| P_MINCR | |
| P_ZINCR | |
| P_UNKNOWN | |
| 
 | inline | 
constructor
| Type WPS8PLCInternal::PLC::m_contentType | 
the type of the content
Referenced by WPS8Text::readPLC().
| Position WPS8PLCInternal::PLC::m_pos | 
the way to define the text positions
Referenced by WPS8Text::readPLC().
| PLCType WPS8PLCInternal::PLC::m_type | 
PLC type.
Referenced by WPS8Text::readPLC().