|
Stimfit @PACKAGE_VERSION@
|
Represents user input from dialogs that can be used in plugins. More...
#include <stf.h>

Public Member Functions | |
| UserInput (const std::vector< std::string > &labels_=std::vector< std::string >(0), const Vector_double &defaults_=Vector_double(0), std::string title_="\0") | |
| Constructor. | |
Public Attributes | |
| std::vector< std::string > | labels |
| Vector_double | defaults |
| std::string | title |
Represents user input from dialogs that can be used in plugins.