#include <lfppage.h>
Public Slots | |
void | propertyModified () |
void | resetModificationStatus () |
Public Member Functions | |
LfpPage (QWidget *parent=0, const char *name=0) | |
void | setSamplingRate (int rate) |
int | getSamplingRate () const |
bool | isModified () const |
void | initialisationOver () |
void LfpPage::setSamplingRate | ( | int | rate | ) | [inline] |
Sets the sampling rate.
int LfpPage::getSamplingRate | ( | ) | const [inline] |
Returns the sampling rate.
bool LfpPage::isModified | ( | ) | const [inline] |
True if at least one property has been modified, false otherwise.
void LfpPage::initialisationOver | ( | ) | [inline] |
Indicates that the initialisation is finished.
void LfpPage::propertyModified | ( | ) | [inline, slot] |
Will be called when any properties is modified.
void LfpPage::resetModificationStatus | ( | ) | [inline, slot] |
Resets the internal modification status to false.