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

Header file for Illustrator dictionary manipulation. More...

#include "hdicoreTypes.h"
Include dependency graph for hdicoreaiDictionary.h:

Classes

class  hdi::core::ai::Dictionary
 Embodies Illustrator's dictionary storage containers; can be placed inside an array, or another dictionary. More...
 
class  hdi::core::ai::Dictionary::Iterator
 Allows for iteration through the members of a dictionary, a la std::vector iteration. More...
 

Typedefs

typedef std::unique_ptr< Dictionary > hdi::core::ai::DictionaryUP
 
typedef std::shared_ptr< Dictionary > hdi::core::ai::DictionarySP
 
typedef std::weak_ptr< Dictionary > hdi::core::ai::DictionaryWP
 

Functions

aip::IllustratorDictionary * hdi::core::ai::__accessImpl (const Dictionary &)
 
Dictionary hdi::core::ai::__accessCtor (const aip::IllustratorDictionary &)
 

Detailed Description

Header file for Illustrator dictionary manipulation.