Stimfit  0.13.15
Public Member Functions

A checkbox used to select or unselect detected events. More...

#include <stfcheckbox.h>

Inheritance diagram for wxStfCheckBox:
Inheritance graph
[legend]
Collaboration diagram for wxStfCheckBox:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 wxStfCheckBox (wxWindow *parent, wxWindowID id, const wxString &label, stf::Event *pEvent, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxCheckBoxNameStr)
 Constructor.
void ResetEvent (stf::Event *pEvent)
 Resets the pointer to the attached event.

Detailed Description

A checkbox used to select or unselect detected events.

Toggles the stf::Event status, and forwards keyboard input to the graph.

Definition at line 30 of file stfcheckbox.h.


Constructor & Destructor Documentation

wxStfCheckBox::wxStfCheckBox ( wxWindow parent,
wxWindowID  id,
const wxString label,
stf::Event pEvent,
const wxPoint pos = wxDefaultPosition,
const wxSize size = wxDefaultSize,
long  style = 0,
const wxValidator &  validator = wxDefaultValidator,
const wxString name = wxCheckBoxNameStr 
)

Constructor.

Parameters:
parentPointer to the parent window.
idWindow id.
labelThe checkbox label.
pEventThe event attached to this checkbox.
posInitial checkbox position.
sizeInitial checkbox size.
styleCheckbox style.
validatorCheckbox validator.
nameName of this grid.

Member Function Documentation

void wxStfCheckBox::ResetEvent ( stf::Event pEvent) [inline]

Resets the pointer to the attached event.

Parameters:
pEventThe pointer to the new event

Definition at line 59 of file stfcheckbox.h.

References stf::Event::GetDiscard().


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