basic class to store an entry in a file This contained : More...
#include <WPSEntry.h>
Public Member Functions | |
| WPSEntry () | |
| constructor | |
| virtual | ~WPSEntry () |
| void | setBegin (long off) |
| sets the begin offset | |
| void | setLength (long l) |
| sets the zone size | |
| void | setEnd (long e) |
| sets the end offset | |
| long | begin () const |
| returns the begin offset | |
| long | end () const |
| returns the end offset | |
| long | length () const |
| returns the length of the zone | |
| bool | valid (bool checkId=false) const |
| returns true if the zone length is positive | |
| bool | operator== (const WPSEntry &a) const |
| basic operator== | |
| bool | operator!= (const WPSEntry &a) const |
| basic operator!= | |
| bool | isParsed () const |
| a flag to know if the entry was parsed or not | |
| void | setParsed (bool ok=true) const |
| sets the flag m_parsed to true or false | |
| void | setType (std::string const tp) |
| sets the type of the entry: BTEP,FDPP, BTEC, FDPC, PLC , TEXT, ... | |
| std::string const & | type () const |
| returns the type of the entry | |
| bool | hasType (std::string const tp) const |
| returns true if the type entry == type | |
| void | setName (std::string const &nam) |
| sets the name of the entry | |
| std::string const & | name () const |
| name of the entry | |
| bool | hasName (std::string const &nam) const |
| checks if the entry name is equal to name | |
| int | id () const |
| returns the entry id | |
| void | setId (int i) |
| sets the id | |
| std::string const & | extra () const |
| retrieves the extra string | |
| void | setExtra (std::string const &s) |
| sets the extra string | |
Protected Attributes | |
| long | m_begin |
| the begin of the entry. | |
| long | m_length |
| the size of the entry | |
| std::string | m_type |
| the entry type | |
| std::string | m_name |
| the name | |
| int | m_id |
| the identificator | |
| bool | m_parsed |
| a bool to store if the entry is or not parsed | |
| std::string | m_extra |
| an extra string | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, WPSEntry const &ent) |
basic class to store an entry in a file This contained :
|
inline |
constructor
|
inlinevirtual |
|
inline |
returns the begin offset
Referenced by WPS4TextInternal::State::mergeSortedFODList(), WPS4TextInternal::operator<<(), WPS4Parser::parseEntry(), WPS4Parser::readDocWindowsInfo(), WPS4Text::readDosLink(), WPS4Text::readEntries(), WPS4Text::readFDP(), WPS4Text::readFontNames(), WPS4Graph::readObject(), WPS4Text::readPLC(), WPS4Parser::readPrnt(), and WPS4Text::readText().
|
inline |
returns the end offset
Referenced by WPS4Text::findFDPStructuresByHand(), WPS4TextInternal::State::mergeSortedFODList(), WPS4TextInternal::operator<<(), WPS4Parser::parseEntry(), WPS4Parser::readDocWindowsInfo(), WPS4Text::readEntries(), WPS4Text::readFDP(), WPS4Text::readFontNames(), WPS4Graph::readObject(), and WPS4Text::readText().
|
inline |
retrieves the extra string
|
inline |
checks if the entry name is equal to name
|
inline |
returns true if the type entry == type
Referenced by WPS4Text::readFDP(), and WPS4Parser::send().
|
inline |
returns the entry id
Referenced by WPS4Graph::readObject(), and WPS4Text::readText().
|
inline |
a flag to know if the entry was parsed or not
Referenced by WPS4ParserInternal::SubDocument::parse().
|
inline |
returns the length of the zone
Referenced by WPS4Parser::parseEntry(), WPS4Parser::readDocWindowsInfo(), WPS4Text::readDosLink(), WPS4Text::readFDP(), WPS4Graph::readObject(), WPS4Text::readPLC(), and WPS4Parser::readPrnt().
|
inline |
name of the entry
|
inline |
basic operator!=
|
inline |
basic operator==
Referenced by operator!=().
|
inline |
|
inline |
sets the end offset
Referenced by WPS4Text::bkmkDataParser(), WPS4Text::readDosLink(), WPS4Text::readEntries(), WPS4Text::readFootNotes(), and WPS4Text::readStructures().
|
inline |
sets the extra string
|
inline |
|
inline |
sets the zone size
Referenced by WPS4Text::findFDPStructures(), WPS4Text::findFDPStructuresByHand(), WPS4Text::objectDataParser(), and WPS4Parser::parseEntry().
|
inline |
sets the name of the entry
|
inline |
sets the flag m_parsed to true or false
Referenced by WPS4ParserInternal::SubDocument::parse(), and WPS4Text::readFDP().
|
inline |
sets the type of the entry: BTEP,FDPP, BTEC, FDPC, PLC , TEXT, ...
Referenced by WPS4Text::findFDPStructures(), WPS4Text::findFDPStructuresByHand(), WPS4Text::getFooterEntry(), WPS4Text::getHeaderEntry(), WPS4Parser::parseEntry(), WPS4Text::readEntries(), WPS4Text::readFootNotes(), WPS4Text::readStructures(), and WPS4Text::readText().
|
inline |
returns the type of the entry
Referenced by WPS4ParserInternal::SubDocument::parse(), WPS4Parser::parseEntry(), WPS4Text::readEntries(), WPS4Text::readFDP(), WPS4Text::readPLC(), and WPS4Parser::send().
|
inline |
returns true if the zone length is positive
Referenced by WPS4Parser::createListener(), WPS4TextInternal::operator<<(), WPS4Parser::parse(), WPS4ParserInternal::SubDocument::parse(), WPS4Parser::parseEntry(), WPS4Parser::readDocWindowsInfo(), WPS4Text::readDosLink(), WPS4Text::readEntries(), WPS4Text::readFontNames(), WPS4Text::readFootNotes(), WPS4Graph::readObject(), WPS4Parser::readPrnt(), and WPS4Text::readText().
|
friend |
|
protected |
the begin of the entry.
Referenced by begin(), end(), operator==(), setBegin(), setEnd(), and valid().
|
protected |
an extra string
Referenced by extra(), and setExtra().
|
protected |
the identificator
Referenced by id(), operator==(), setId(), and valid().
|
protected |
the size of the entry
Referenced by end(), length(), operator==(), setEnd(), setLength(), and valid().
|
protected |
the name
Referenced by hasName(), name(), operator==(), and setName().
|
mutableprotected |
a bool to store if the entry is or not parsed
Referenced by isParsed(), and setParsed().
|
protected |
the entry type
Referenced by hasType(), operator==(), setType(), and type().