#include <acquisitionsystempage.h>
Public Slots | |
void | nbChannelsLineEditReturnPressed () |
void | nbChannelsLineEditLostFocus () |
void | propertyModified () |
void | initialisationOver () |
void | resetModificationStatus () |
Signals | |
void | nbChannelsModified (int nbChannels) |
Public Member Functions | |
AcquisitionSystemPage (QWidget *parent=0, const char *name=0) | |
void | setNbChannels (int nb) |
void | setSamplingRate (int rate) |
void | setResolution (int res) |
void | setOffset (int offset) |
void | setVoltageRange (int value) |
void | setAmplification (int value) |
int | getNbChannels () const |
int | getSamplingRate () const |
int | getResolution () const |
int | getOffset () const |
int | getVoltageRange () const |
int | getAmplification () const |
bool | isModified () const |
void | checkNbChannels () |
void AcquisitionSystemPage::setNbChannels | ( | int | nb | ) | [inline] |
Sets the number of channels.
void AcquisitionSystemPage::setSamplingRate | ( | int | rate | ) | [inline] |
Sets the sampling rate.
void AcquisitionSystemPage::setResolution | ( | int | res | ) | [inline] |
Sets the resolution of the acquisition system.
void AcquisitionSystemPage::setOffset | ( | int | offset | ) | [inline] |
Sets the initial offset for all the field potentials.
void AcquisitionSystemPage::setVoltageRange | ( | int | value | ) | [inline] |
Sets the voltage range of the acquisition system in milivolts.
void AcquisitionSystemPage::setAmplification | ( | int | value | ) | [inline] |
Sets the amplification of the acquisition system.
int AcquisitionSystemPage::getNbChannels | ( | ) | const [inline] |
Returns the number of channels.
int AcquisitionSystemPage::getSamplingRate | ( | ) | const [inline] |
Returns the sampling rate.
int AcquisitionSystemPage::getResolution | ( | ) | const [inline] |
Returns the resolution of the acquisition system.
int AcquisitionSystemPage::getOffset | ( | ) | const [inline] |
Returns the initial offset for all the field potentials.
int AcquisitionSystemPage::getVoltageRange | ( | ) | const [inline] |
Returns the voltage range of the acquisition system in volts.
int AcquisitionSystemPage::getAmplification | ( | ) | const [inline] |
Returns the amplification of the acquisition system.
bool AcquisitionSystemPage::isModified | ( | ) | const [inline] |
True if at least one property has been modified, false otherwise.
void AcquisitionSystemPage::checkNbChannels | ( | ) |
Checks if the number of channels has changed.
void AcquisitionSystemPage::nbChannelsLineEditReturnPressed | ( | ) | [slot] |
This function is called when the user presses the return key in the Number of Channels field.
void AcquisitionSystemPage::nbChannelsLineEditLostFocus | ( | ) | [slot] |
This function is called when the Number of Channels field lose focus.
void AcquisitionSystemPage::propertyModified | ( | ) | [inline, slot] |
Will be called when any properties except the number of channels has been modified.
void AcquisitionSystemPage::initialisationOver | ( | ) | [inline, slot] |
Indicates that the initialisation is finished.
void AcquisitionSystemPage::resetModificationStatus | ( | ) | [inline, slot] |
Resets the internal modification status to false.