#include <clusterproperties.h>
Public Slots | |
void | setEnabled (bool state) |
Sets whether the widget is enabled. | |
void | setEnabled (bool state) |
Sets whether the widget is enabled. | |
Public Member Functions | |
ClusterProperties (QWidget *parent=0, const char *name=0) | |
void | setNbSamples (int nb) |
Sets the number of samples per spike waveform. | |
void | setPeakIndex (int index) |
Sets the index of the peak sample in the spike waveform. | |
int | getNbSamples () const |
Returns the number of samples per spike waveform. | |
int | getPeakIndex () const |
Returns the index of the peak sample in the spike waveform. | |
ClusterProperties (QWidget *parent=0, const char *name=0) | |
void | setNbSamples (int nb) |
Sets the number of samples per spike waveform. | |
void | setPeakIndex (int index) |
Sets the index of the peak sample in the spike waveform. | |
int | getNbSamples () const |
Returns the number of samples per spike waveform. | |
int | getPeakIndex () const |
Returns the index of the peak sample in the spike waveform. |
void ClusterProperties::setEnabled | ( | bool | state | ) | [inline, slot] |
Sets whether the widget is enabled.
state | true if the widget is enable, false otherwise. |
void ClusterProperties::setEnabled | ( | bool | state | ) | [inline, slot] |
Sets whether the widget is enabled.
state | true if the widget is enable, false otherwise. |