Classes | Typedefs

OXML_Element.h File Reference

#include <OXML_Types.h>
#include <OXML_ObjectWithAttrProp.h>
#include "OXML_Style.h"
#include "OXML_List.h"
#include "OXML_Image.h"
#include <ut_types.h>
#include <pp_AttrProp.h>
#include <pd_Document.h>
#include <string>
#include <vector>
#include <map>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  OXML_Element

Typedefs

typedef boost::shared_ptr
< OXML_Element
OXML_SharedElement
typedef std::vector
< OXML_SharedElement
OXML_ElementVector
typedef std::map< std::string,
OXML_SharedStyle
OXML_StyleMap
typedef std::map< UT_uint32,
OXML_SharedList
OXML_ListMap
typedef std::map< std::string,
OXML_SharedImage
OXML_ImageMap

Typedef Documentation

typedef std::vector<OXML_SharedElement> OXML_ElementVector
typedef std::map<std::string, OXML_SharedImage > OXML_ImageMap
typedef std::map<UT_uint32, OXML_SharedList > OXML_ListMap
typedef boost::shared_ptr<OXML_Element> OXML_SharedElement
typedef std::map<std::string, OXML_SharedStyle > OXML_StyleMap