Stimfit  0.13.15
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes
stf::UserInput Struct Reference

Represents user input from dialogs that can be used in plugins. More...

#include <stf.h>

Collaboration diagram for stf::UserInput:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Represents user input from dialogs that can be used in plugins.

Definition at line 206 of file stf.h.


Constructor & Destructor Documentation

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]

Constructor.

Parameters:
labels_A vector of dialog entry label strings.
defaults_A vector of default dialog entries.
title_Dialog title.

Definition at line 216 of file stf.h.

References defaults, and labels.


Member Data Documentation

Vector_double stf::UserInput::defaults

Default dialog entries.

Definition at line 208 of file stf.h.

Referenced by UserInput().

std::vector<std::string> stf::UserInput::labels

Dialog entry labels.

Definition at line 207 of file stf.h.

Referenced by UserInput().

std::string stf::UserInput::title

Dialog title.

Definition at line 209 of file stf.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines