Public Member Functions | Private Attributes

OXML_Element_Bookmark Class Reference

#include <OXML_Element_Bookmark.h>

Inheritance diagram for OXML_Element_Bookmark:
OXML_Element OXML_ObjectWithAttrProp

List of all members.

Public Member Functions

 OXML_Element_Bookmark (const std::string &id)
virtual ~OXML_Element_Bookmark ()
virtual UT_Error serialize (IE_Exp_OpenXML *exporter)
virtual UT_Error addToPT (PD_Document *pDocument)
void setType (const std::string &type)
void setName (const std::string &name)

Private Attributes

std::string m_type
std::string m_name

Constructor & Destructor Documentation

OXML_Element_Bookmark::OXML_Element_Bookmark ( const std::string &  id  ) 
OXML_Element_Bookmark::~OXML_Element_Bookmark (  )  [virtual]

Member Function Documentation

UT_Error OXML_Element_Bookmark::addToPT ( PD_Document pDocument  )  [virtual]
void OXML_Element_Bookmark::setName ( const std::string &  name  ) 
void OXML_Element_Bookmark::setType ( const std::string &  type  ) 

Member Data Documentation

std::string OXML_Element_Bookmark::m_name [private]

Referenced by addToPT(), and setName().

std::string OXML_Element_Bookmark::m_type [private]

Reimplemented from OXML_Element.

Referenced by addToPT(), and setType().


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