|
Stimfit
0.13.15
|
User-defined plugin. More...
#include <stf.h>

Public Member Functions | |
| Plugin (const wxString &menuEntry_, const PluginFunc &pluginFunc_, const UserInput &input_=UserInput()) | |
| Constructor. | |
| ~Plugin () | |
| Destructor. | |
Public Attributes | |
| int | id |
| wxString | menuEntry |
| PluginFunc | pluginFunc |
| UserInput | input |
Static Public Attributes | |
| static int | n_plugins |
User-defined plugin.
Class used for extending Stimfit's functionality: The client supplies a new menu entry and an ExtFunc that will be called upon selection of that entry.
| stf::Plugin::Plugin | ( | const wxString & | menuEntry_, |
| const PluginFunc & | pluginFunc_, | ||
| const UserInput & | input_ = UserInput() |
||
| ) | [inline] |
| int stf::Plugin::id |
int stf::Plugin::n_plugins [static] |
1.7.6.1