#include <clusterspage.h>
Public Slots | |
| void | propertyModified () |
| void | resetModificationStatus () |
Public Member Functions | |
| ClustersPage (QWidget *parent=0, const char *name=0) | |
| void | setNbSamples (int nb) |
| void | setPeakIndex (int index) |
| int | getNbSamples () const |
| int | getPeakIndex () const |
| bool | isModified () const |
| void | initialisationOver () |
| void ClustersPage::setNbSamples | ( | int | nb | ) | [inline] |
Sets the number of samples per spike waveform.
| void ClustersPage::setPeakIndex | ( | int | index | ) | [inline] |
Sets the index of the peak sample in the spike waveform.
| int ClustersPage::getNbSamples | ( | ) | const [inline] |
Returns the number of samples per spike waveform.
| int ClustersPage::getPeakIndex | ( | ) | const [inline] |
Returns the index of the peak sample in the spike waveform.
| bool ClustersPage::isModified | ( | ) | const [inline] |
True if at least one property has been modified, false otherwise.
| void ClustersPage::initialisationOver | ( | ) | [inline] |
Indicates that the initialisation is finished.
| void ClustersPage::propertyModified | ( | ) | [inline, slot] |
Will be called when any properties is modified.
| void ClustersPage::resetModificationStatus | ( | ) | [inline, slot] |
Resets the internal modification status to false.
1.5.1