Hot Door CORE 0.8.3
Adobe® Illustrator® Plug-in Library
Loading...
Searching...
No Matches
Classes | Macros | Functions
hdicorePlugin.h File Reference

Header file for manipulation of the plugin itself. More...

#include <vector>
#include "hdicoreMain.h"
Include dependency graph for hdicorePlugin.h:

Classes

class  hdi::core::Plugin
 Base plugin class; the heart of any plugin project. More...
 

Macros

#define HDI_CORE_PLUGIN   hdi::core::Plugin::instance()
 Slightly shorter way to access the Plugin instance, but still utilizing a non-colliding name scheme.
 

Functions

hdi::core::Plugin::Options operator| (const hdi::core::Plugin::Options lhs_, const hdi::core::Plugin::Options rhs_)
 
hdi::core::Plugin::Optionsoperator|= (hdi::core::Plugin::Options &lhs__, const hdi::core::Plugin::Options rhs_)
 

Detailed Description

Header file for manipulation of the plugin itself.