Collects DLO plugins that can be used as Effect or Layer. More...
#include <plugger.h>
Public Member Functions | |
| Plugger () | |
| Plugger onstructor. | |
| ~Plugger () | |
| Plugger destructor. | |
| int | refresh (Context *env) |
Collects DLO plugins that can be used as Effect or Layer.
This class implements the object storing all available filter instances and dispatching them for FreeJ operations.
It reads thru paths (/lib/freej and ~/.freej) looking for valid plugins and creates instances of them which are ready to be returned upon request to the host application of FreeJ controllers.
Definition at line 45 of file plugger.h.
| int Plugger::refresh | ( | Context * | env | ) |
Tell the Plugger to read again thru configured paths and updates the plugin table.
| env | the context environment where to save found plugins | |
| type | the type name of the plugins to look for (ie. "filters") |
Definition at line 108 of file plugger.cpp.
1.6.1