#include <miscellaneouspage.h>
Public Slots | |
void | propertyModified () |
void | resetModificationStatus () |
Public Member Functions | |
MiscellaneousPage (QWidget *parent=0, const char *name=0) | |
void | setScreenGain (float gain) |
float | getScreenGain () const |
bool | isModified () const |
void | initialisationOver () |
void MiscellaneousPage::setScreenGain | ( | float | gain | ) | [inline] |
Sets the screen gain in milivolts by centimeters used to display the field potentiels..
float MiscellaneousPage::getScreenGain | ( | ) | const [inline] |
Returns the screen gain in milivolts by centimeters used to display the field potentiels.
bool MiscellaneousPage::isModified | ( | ) | const [inline] |
True if at least one property has been modified, false otherwise.
void MiscellaneousPage::initialisationOver | ( | ) | [inline] |
Indicates that the initialisation is finished.
void MiscellaneousPage::propertyModified | ( | ) | [inline, slot] |
Will be called when any properties is modified.
void MiscellaneousPage::resetModificationStatus | ( | ) | [inline, slot] |
Resets the internal modification status to false.