Classes | Typedefs

OXML_Element.h File Reference

#include <string>
#include <vector>
#include <memory>
#include <map>
#include "ut_types.h"
#include "pp_AttrProp.h"
#include "pd_Document.h"
#include "OXML_Types.h"
#include "OXML_ObjectWithAttrProp.h"
#include "OXML_Style.h"
#include "OXML_List.h"
#include "OXML_Image.h"

Go to the source code of this file.

Classes

class  OXML_Element

Typedefs

typedef std::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 std::shared_ptr<OXML_Element> OXML_SharedElement
typedef std::map<std::string, OXML_SharedStyle > OXML_StyleMap