Go to the source code of this file.
Classes | |
| class | PlugInItem |
| Provides the minimum requirement to store details on a plug-in. More... | |
| class | PlugInPath |
| Represents a pathname object that the user has requested that all plug-ins be loaded in from. More... | |
| class | PlugInPathList |
| Holds a list of Pathnames that the PlugInManager will use to search for plug-ins. The list is set up by the user in the plug-ins options tab. More... | |
Enumerations | |
| enum | TypeOfPlugIn { PLUGIN_PHOTOSHOP = 0, PLUGIN_XTRA, PLUGIN_BFX, PLUGIN_UNKNOWN } |
|
|
Definition at line 121 of file plugin.h. 00122 { 00123 PLUGIN_PHOTOSHOP = 0, // PhotoShop bitmap effect plug-ins 00124 PLUGIN_XTRA, // FreeHand Xtra plug-ins 00125 PLUGIN_BFX, // Built in bitmap effect plug-ins 00126 00127 PLUGIN_UNKNOWN 00128 };
|
1.4.4