|
Stimfit @PACKAGE_VERSION@
|
Describes the attributes of an event. More...
#include <stf.h>
Public Member Functions | |
| Event (std::size_t start, std::size_t peak, std::size_t size, wxCheckBox *cb) | |
| Constructor. | |
| ~Event () | |
| Destructor. | |
| std::size_t | GetEventStartIndex () const |
| Retrieves the start index of an event. | |
| std::size_t | GetEventPeakIndex () const |
| Retrieves the index of an event's peak. | |
| std::size_t | GetEventSize () const |
| Retrieves the size of an event. | |
| bool | GetDiscard () const |
| Indicates whether an event should be discarded. | |
| wxCheckBox * | GetCheckBox () |
| Get the check box associated with this event. | |
| void | SetEventStartIndex (std::size_t value) |
| Sets the start index of an event. | |
| void | SetEventPeakIndex (std::size_t value) |
| Sets the index of an event's peak. | |
| void | SetEventSize (std::size_t value) |
| Sets the size of an event. | |