Internal: the state of a WPS4Text. More...
Public Member Functions | |
State () | |
constructor | |
std::vector< DataFOD > | mergeSortedFODList (std::vector< DataFOD > const &lst1, std::vector< DataFOD > const &lst2) const |
function which takes two sorted list of attribute (by text position). |
Public Attributes | |
int | m_version |
the version | |
std::map< int, FontName > | m_fontNames |
the list of fonts names | |
std::vector< Font > | m_fontList |
the list of all font properties | |
std::vector< Paragraph > | m_paragraphList |
the list of all paragraph properties | |
std::vector< WPSEntry > | m_FDPCs |
the list of FDPC entries (ie list to find the font properties lists ) | |
std::vector< WPSEntry > | m_FDPPs |
the list of FDPP entries (ie list to find the paragraph properties lists ) | |
std::vector< Note > | m_footnoteList |
the footnote entries | |
std::map< long, Note const * > | m_footnoteMap |
map: footnote in text -> footnote entry | |
std::map< long, WPSEntry > | m_bookmarkMap |
map: bookmark in text -> bookmark | |
std::vector< DosLink > | m_dosLinkList |
the dos file links | |
std::vector< DataFOD > | m_FODList |
the list of a FOD | |
WPSEntry | m_text |
all the text zone entry | |
WPSEntry | m_main |
the main text zone entry | |
WPSEntry | m_header |
the header text entry | |
WPSEntry | m_footer |
the footer text entry | |
std::vector< WPSEntry > | m_otherZones |
the entries which are not in main/header/footer text and in the footnotes | |
std::map< long, Object > | m_objectMap |
map: object in text -> object | |
std::map< long, DateTime > | m_dateTimeMap |
map: date field in text -> date time format | |
std::vector< DataPLC > | m_plcList |
a list of all PLCs | |
WPS4PLCInternal::KnownPLC | m_knownPLC |
the known plc |
Internal: the state of a WPS4Text.
|
inline |
constructor
std::vector< DataFOD > WPS4TextInternal::State::mergeSortedFODList | ( | std::vector< DataFOD > const & | lst1, |
std::vector< DataFOD > const & | lst2 | ||
) | const |
function which takes two sorted list of attribute (by text position).
std::map<long, WPSEntry> WPS4TextInternal::State::m_bookmarkMap |
map: bookmark in text -> bookmark
std::map<long, DateTime> WPS4TextInternal::State::m_dateTimeMap |
map: date field in text -> date time format
std::vector<DosLink> WPS4TextInternal::State::m_dosLinkList |
the dos file links
std::vector<WPSEntry> WPS4TextInternal::State::m_FDPCs |
the list of FDPC entries (ie list to find the font properties lists )
std::vector<WPSEntry> WPS4TextInternal::State::m_FDPPs |
the list of FDPP entries (ie list to find the paragraph properties lists )
std::vector<DataFOD> WPS4TextInternal::State::m_FODList |
the list of a FOD
std::vector<Font> WPS4TextInternal::State::m_fontList |
the list of all font properties
std::map<int,FontName> WPS4TextInternal::State::m_fontNames |
the list of fonts names
WPSEntry WPS4TextInternal::State::m_footer |
the footer text entry
std::vector<Note> WPS4TextInternal::State::m_footnoteList |
the footnote entries
std::map<long,Note const *> WPS4TextInternal::State::m_footnoteMap |
map: footnote in text -> footnote entry
WPSEntry WPS4TextInternal::State::m_header |
the header text entry
WPS4PLCInternal::KnownPLC WPS4TextInternal::State::m_knownPLC |
the known plc
WPSEntry WPS4TextInternal::State::m_main |
the main text zone entry
std::map<long, Object> WPS4TextInternal::State::m_objectMap |
map: object in text -> object
std::vector<WPSEntry> WPS4TextInternal::State::m_otherZones |
the entries which are not in main/header/footer text and in the footnotes
std::vector<Paragraph> WPS4TextInternal::State::m_paragraphList |
the list of all paragraph properties
std::vector<DataPLC> WPS4TextInternal::State::m_plcList |
a list of all PLCs
WPSEntry WPS4TextInternal::State::m_text |
all the text zone entry
Referenced by mergeSortedFODList().
int WPS4TextInternal::State::m_version |
the version