|
Stimfit
0.13.15
|
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.
| stf::UserInput::UserInput | ( | const std::vector< std::string > & | labels_ = std::vector<std::string>(0), |
| const Vector_double & | defaults_ = Vector_double(0), |
||
| std::string | title_ = "\0" |
||
| ) | [inline] |
| Vector_double stf::UserInput::defaults |
| std::vector<std::string> stf::UserInput::labels |
| std::string stf::UserInput::title |
1.7.6.1