Hot Door CORE 0.8.2
Adobe® Illustrator® Plug-in Library
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
hdicoreFileFormat.h File Reference

Header file for Illustrator file format manipulation. More...

#include <vector>
#include "hdicoreTypes.h"
Include dependency graph for hdicoreFileFormat.h:
This graph shows which files directly or indirectly include this file:

Classes

class  hdi::core::FileFormat
 Describes a file format that Illustrator can either read or write. More...
 
struct  hdi::core::FileFormat::AddData
 Wraps information needed to add a new file format. More...
 

Typedefs

typedef std::unique_ptr< FileFormat > hdi::core::FileFormatUP
 
typedef std::shared_ptr< FileFormat > hdi::core::FileFormatSP
 
typedef std::weak_ptr< FileFormat > hdi::core::FileFormatWP
 

Functions

void * hdi::core::__accessImpl (const FileFormat &)
 
hdi::core::FileFormat::Options operator| (const hdi::core::FileFormat::Options lhs_, const hdi::core::FileFormat::Options rhs_)
 
hdi::core::FileFormat::Optionsoperator|= (hdi::core::FileFormat::Options &lhs__, const hdi::core::FileFormat::Options rhs_)
 

Detailed Description

Header file for Illustrator file format manipulation.