Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches

User-defined Python extension. More...

#include <stf.h>

Collaboration diagram for stf::Extension:

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

Detailed Description

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.

Definition at line 205 of file stf.h.


The documentation for this struct was generated from the following file: