StarWriterStruct::Bookmark Class Reference

structure to store a bookmark More...

#include <StarWriterStruct.hxx>

List of all members.

Public Member Functions

 Bookmark ()
 the constructor
bool read (StarZone &zone)
 try to read a mark

Static Public Member Functions

static bool readList (StarZone &zone, std::vector< Bookmark > &markList)
 try to read a list of bookmark

Public Attributes

librevenge::RVNGString m_shortName
 the shortname
librevenge::RVNGString m_name
 the name
int m_offset
 the offset
int m_key
 the key
int m_modifier
 the modifier
librevenge::RVNGString m_macroNames [4]
 the macros names

Friends

std::ostream & operator<< (std::ostream &o, Bookmark const &mark)
 operator<<

Detailed Description

structure to store a bookmark


Constructor & Destructor Documentation

the constructor


Member Function Documentation

try to read a mark

Referenced by readList().

bool StarWriterStruct::Bookmark::readList ( StarZone zone,
std::vector< Bookmark > &  markList 
) [static]

try to read a list of bookmark

Referenced by StarObjectPageStyle::read(), and StarObjectText::readWriterDocument().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Bookmark const &  mark 
) [friend]

operator<<


Member Data Documentation

librevenge::RVNGString StarWriterStruct::Bookmark::m_macroNames[4]

the macros names

Referenced by StarWriterStruct::operator<<(), and read().

librevenge::RVNGString StarWriterStruct::Bookmark::m_name

the name

Referenced by StarWriterStruct::operator<<(), and read().

the shortname

Referenced by StarWriterStruct::operator<<(), and read().


The documentation for this class was generated from the following files: