scusami...mi sono confuso!!
ecco qua

class eZapPlugins: public eListBoxWindow<ePlugin>
{
private:
eString PluginPath[3];
void selected(ePlugin *);
int type;
public:
eZapPlugins(int type, eWidget* lcdTitle=0, eWidget* lcdElement=0);
eString execPluginByName(const char* name, bool onlySearch=false);
void execPlugin(ePlugin* plugin);
int exec();
int find(bool ignore_requires=false);
};