#include <page_magick.h>
Public Member Functions | |
| bool | Open (char *file) |
| Plugin - wrapper for the dlopen/dlsym functions. | |
| void | Close () |
| void * | Find (char *symbol) |
| const char * | GetError () |
Private Attributes | |
| void * | ptr |
Definition at line 37 of file page_magick.h.
|
|
Definition at line 356 of file page_magick.cc. References ptr.
|
|
|
Definition at line 362 of file page_magick.cc. References ptr. Referenced by PluginAudioTransitionRepository::InstallPlugins(), PluginAudioFilterRepository::InstallPlugins(), PluginImageTransitionRepository::InstallPlugins(), PluginImageFilterRepository::InstallPlugins(), and PluginImageCreateRepository::InstallPlugins(). 00363 {
00364 return dlsym( ptr, symbol );
00365 }
|
|
|
Definition at line 367 of file page_magick.cc. Referenced by PluginCollection::RegisterPlugin(). 00368 {
00369 return dlerror();
00370 }
|
|
|
Plugin - wrapper for the dlopen/dlsym functions.
Definition at line 350 of file page_magick.cc. References ptr. Referenced by PluginCollection::RegisterPlugin().
|
|
|
Definition at line 40 of file page_magick.h. |
1.4.2