|
Stimfit @PACKAGE_VERSION@
|
User-defined Python extension. More...
#include <stf.h>

Public Member Functions | |
| Extension (const std::string &menuEntry_, void *pyFunc_, const std::string &description_, bool requiresFile_) | |
| Constructor. | |
| ~Extension () | |
| Destructor. | |
Public Attributes | |
| int | id |
| std::string | menuEntry |
| void * | pyFunc |
| std::string | description |
| bool | requiresFile |
Static Public Attributes | |
| static int | n_extensions |
User-defined Python extension.
Class used for extending Stimfit's functionality: The client supplies a new menu entry and a Python function that will be called upon selection of that entry.