Stimfit 0.12.7
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.


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

References stf::Event::GetDiscard().


The documentation for this class was generated from the following file: