Relacs Core Library
0.9.8
|
#include <inputconfig.h>
Public Slots | |
void | insertRows (void) |
void | eraseRows (void) |
void | fillCells (void) |
void | dialogClosed (int r) |
Signals | |
void | newInputSettings (void) |
Public Member Functions | |
InputConfig (Options &opts, QWidget *parent=0) | |
Configures analog input traces.
InputConfig | ( | Options & | opts, |
QWidget * | parent = 0 |
||
) |
Construct widget for setting input traces based on the input trace options opts.
References InputConfig::eraseRows(), InputConfig::fillCells(), and InputConfig::insertRows().
|
slot |
Insert a number of rows.
References InData::referenceStr(), and InData::RefGround.
Referenced by InputConfig::InputConfig().
|
slot |
Erase selected rows.
Referenced by InputConfig::InputConfig().
|
slot |
Fill in selected cells.
References name, InData::referenceStr(), and InData::RefGround.
Referenced by InputConfig::InputConfig().
|
slot |
Writes new settings to the input trace options and emit newInputSettings().
References Parameter::addInteger(), Parameter::addNumber(), Parameter::addText(), and InputConfig::newInputSettings().
|
signal |
This signal is emited whenever new settings are written to the input trace options.
Referenced by InputConfig::dialogClosed().