|
Stimfit
0.13.15
|
small struct representing a batch dialog option More...
#include <smalldlgs.h>

Public Member Functions | |
| BatchOption () | |
| Default constructor. | |
| BatchOption (const wxString &lab, bool sel, int id) | |
Public Attributes | |
| wxString | label |
| bool | selection |
| Checkbox label. | |
| int | index |
| Checkbox status. | |
small struct representing a batch dialog option
Definition at line 289 of file smalldlgs.h.
| BatchOption::BatchOption | ( | const wxString & | lab, |
| bool | sel, | ||
| int | id | ||
| ) | [inline] |
Constructor
| lab | Checkbox label |
| sel | Checkbox status |
| id | Index in dialog |
Definition at line 297 of file smalldlgs.h.
1.7.6.1