|
Patch-clamp Relacs Plugins
0.9.8
|
#include <setdc.h>


Public Member Functions | |
| SetDC (void) | |
| virtual void | preConfig (void) |
| virtual void | notify (void) |
| virtual int | main (void) |
Public Member Functions inherited from ConfigDialog | |
| ConfigDialog (const string &configident="", int configgroup=0, const string &name="", const string &author="", const string &version="", const string &date=__DATE__) | |
| virtual | ~ConfigDialog (void) |
| string | name (void) const |
| virtual void | setName (const string &name) |
| string | author (void) const |
| virtual void | setAuthor (const string &author) |
| string | version (void) const |
| virtual void | setVersion (const string &version) |
| string | date (void) const |
| virtual void | setDate (const string &date) |
| virtual OptWidget * | dialogOptions (OptDialog *od, string *tabhotkeys=0) |
| virtual void | dialogButtons (OptDialog *od) |
| virtual void | dialogEmptyMessage (OptDialog *od) |
| int | dialogSelectMask (void) const |
| void | setDialogSelectMask (int mask) |
| void | addDialogSelectMask (int mask) |
| int | dialogReadOnlyMask (void) const |
| void | setDialogReadOnlyMask (int mask) |
| void | addDialogReadOnlyMask (int mask) |
| int | dialogStyle (void) const |
| void | setDialogStyle (int style) |
| void | addDialogStyle (int style) |
| string | dialogCaption (void) const |
| void | setDialogCaption (const string &caption) |
| bool | dialogHeader (void) const |
| void | setDialogHeader (bool d) |
| string | headerBackgroundColor (void) const |
| void | setHeaderBackgroundColor (const string &color) |
| string | headerForegroundColor (void) const |
| void | setHeaderForegroundColor (const string &color) |
| string | headerImageFile (void) const |
| void | setHeaderImageFile (const string &file) |
| virtual void | dialogHeaderWidget (OptDialog *od) |
| bool | dialogHelp (void) const |
| void | setDialogHelp (bool d) |
| string | helpCaption (void) const |
| void | setHelpCaption (const string &caption) |
| string | helpPath (int inx=0) const |
| int | helpPathes (void) const |
| void | clearHelpPathes (void) |
| void | setHelpPath (const string &path) |
| void | addHelpPath (const string &path) |
| virtual string | helpFileName (void) const |
| bool | dialogOpen (void) const |
| bool | helpOpen (void) const |
| QWidget * | mainWidget (void) |
| virtual void | setMainWidget (QWidget *widget) |
| void | lock () const |
| void | unlock () const |
| bool | tryLock (int timeout=1) |
| QMutex * | mutex (void) |
Public Member Functions inherited from ConfigClass | |
| ConfigClass (const string &ident, int group=0, int mode=0xffff, int selectmask=0) | |
| ConfigClass (const ConfigClass &C) | |
| virtual | ~ConfigClass (void) |
| const string & | configIdent (void) const |
| void | setConfigIdent (const string &ident) |
| int | configGroup (void) const |
| void | setConfigGroup (int group) |
| int | configMode (void) const |
| void | setConfigMode (int mode) |
| void | addConfigMode (int mode) |
| void | delConfigMode (int mode) |
| int | configSelectMask (void) const |
| void | setConfigSelectMask (int mask) |
| void | addConfig (void) |
| void | readConfig (void) |
| virtual void | readConfig (StrQueue &sq) |
| virtual void | saveConfig (ofstream &str) |
| virtual int | configSize (void) const |
| virtual void | config (void) |
Protected Slots | |
| void | setValue (double value) |
| void | setValue (void) |
| void | keepValue (void) |
| void | resetDC (void) |
| void | zeroDC (void) |
| void | setStep (int index) |
Protected Slots inherited from ConfigDialog | |
| void | notificationFromDialog (const Parameter &p) |
| virtual void | dClosed (int r) |
| virtual void | hClosed (int r) |
Protected Member Functions | |
| void | analyze (double duration) |
| virtual void | keyPressEvent (QKeyEvent *e) |
| virtual void | customEvent (QEvent *qce) |
Protected Member Functions inherited from ConfigDialog | |
| void | setDialogOpen (bool open=true) |
| void | setHelpOpen (bool open=true) |
Protected Attributes | |
| DoubleSpinBox * | EW |
| QComboBox * | CW |
| QLabel * | DCStepLabel |
| QLabel * | CurrentUnitLabel1 |
| QLabel * | CurrentUnitLabel2 |
| QLabel * | VoltageLabel |
| QLabel * | VoltageUnitLabel |
| QLabel * | RateLabel |
| MultiPlot | P |
| QPushButton * | OKButton |
| QPushButton * | CancelButton |
| QPushButton * | ResetButton |
| QPushButton * | ZeroButton |
| bool | ShowStdev |
| bool | SetValue |
| bool | Finished |
| string | IUnit |
| double | DCAmplitude |
| double | OrgDCAmplitude |
| double | DCStep |
| int | DCStepIndex |
Protected Attributes inherited from ConfigDialog | |
| Options | DialogOptions |
Static Protected Attributes | |
| static const int | NDCSteps = 10 |
| static const double | DCSteps [NDCSteps] = { 0.001, 0.002, 0.005, 0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 1.0 } |
Additional Inherited Members | |
Public Types inherited from ConfigClass | |
| enum | Action |
Public Slots inherited from ConfigDialog | |
| virtual void | dialog (void) |
| virtual void | help (void) |
| virtual void | notifyDialog (const Options &opt) |
Signals inherited from ConfigDialog | |
| void | dialogAccepted (void) |
| void | dialogAction (int r) |
| void | dialogClosed (int r) |
Static Public Member Functions inherited from ConfigClass | |
| static void | setConfigureClasses (ConfigureClasses *cfg) |
[RePro] Interactively set the DC current.
outcurrent=Current-1: Output trace (string)dcamplitudesel=to absolute value: Set DC amplitude (string)dcamplitude=0nA: DC amplitude (number)dcamplitudefrac=90%: Fraction of threshold (number)dcamplitudedecr=0.1nA: Decrement below threshold (number)interactive=false: Set dc amplitude interactively (boolean)dcamplitudestep=0.001nA: Stepsize for entering dc (number)showstep=true: Show stepsize widget (boolean)duration=2seconds: Duration for analysis (number)update=0.5seconds: Update time for analysis (number)showstdev=true: Print standard deviation of voltage (boolean)ALT+ArrowUp: Increase stepsize for setting the DC currentALT+ArrowUp: Decrease stepsize for setting the DC current | SetDC | ( | void | ) |
References SetDC::CancelButton, SetDC::CurrentUnitLabel1, SetDC::CurrentUnitLabel2, SetDC::CW, SetDC::DCStep, SetDC::DCStepIndex, SetDC::DCStepLabel, SetDC::DCSteps, SetDC::EW, SetDC::keepValue(), SetDC::NDCSteps, SetDC::OKButton, SetDC::P, SetDC::RateLabel, SetDC::ResetButton, SetDC::resetDC(), DoubleSpinBox::setFormat(), SetDC::setValue(), SetDC::ShowStdev, SetDC::VoltageLabel, SetDC::VoltageUnitLabel, SetDC::ZeroButton, and SetDC::zeroDC().
|
virtual |
Reimplemented from ConfigClass.
References SetDC::VoltageUnitLabel.
|
virtual |
|
virtual |
Implements RePro.
References SetDC::analyze(), OutData::constWave(), SetDC::DCAmplitude, SetDC::DCStepIndex, DaqError::errorText(), DaqError::failed(), SetDC::Finished, SetDC::IUnit, MultiPlot::lock(), OutData::maxValue(), OutData::minValue(), SetDC::OrgDCAmplitude, DaqError::overflow(), SetDC::P, OutData::setIdent(), OutData::setTrace(), SetDC::SetValue, SetDC::ShowStdev, DaqError::underflow(), and MultiPlot::unlock().
|
protected |
References MultiPlot::clear(), EventData::count(), MultiPlot::draw(), InData::index(), EventData::interval(), EventData::intervalHistogram(), MultiPlot::lock(), max(), InData::mean(), min(), InData::minMax(), InData::minTime(), SetDC::P, SampleData< T >::rangeFront(), EventData::rate(), InData::size(), SampleData< T >::size(), InData::stdev(), SampleData< T >::stepsize(), and MultiPlot::unlock().
Referenced by SetDC::main().
|
protectedvirtual |
|
protectedvirtual |
|
protectedslot |
References SetDC::DCAmplitude, ConfigDialog::lock(), and ConfigDialog::unlock().
|
protectedslot |
References SetDC::DCAmplitude, SetDC::EW, SetDC::Finished, ConfigDialog::lock(), SetDC::SetValue, and ConfigDialog::unlock().
Referenced by SetDC::customEvent(), and SetDC::SetDC().
|
protectedslot |
References SetDC::Finished, ConfigDialog::lock(), SetDC::SetValue, and ConfigDialog::unlock().
Referenced by SetDC::SetDC().
|
protectedslot |
References SetDC::EW, ConfigDialog::lock(), SetDC::OrgDCAmplitude, and ConfigDialog::unlock().
Referenced by SetDC::SetDC().
|
protectedslot |
References SetDC::EW.
Referenced by SetDC::SetDC().
|
protectedslot |
References SetDC::DCStep, SetDC::DCStepIndex, SetDC::DCSteps, and SetDC::EW.
Referenced by SetDC::customEvent().
|
protected |
Referenced by SetDC::customEvent(), SetDC::keyPressEvent(), SetDC::resetDC(), SetDC::SetDC(), SetDC::setStep(), SetDC::setValue(), and SetDC::zeroDC().
|
protected |
Referenced by SetDC::customEvent(), SetDC::keyPressEvent(), and SetDC::SetDC().
|
protected |
Referenced by SetDC::customEvent(), and SetDC::SetDC().
|
protected |
Referenced by SetDC::notify(), and SetDC::SetDC().
|
protected |
Referenced by SetDC::customEvent(), SetDC::notify(), and SetDC::SetDC().
|
protected |
Referenced by SetDC::customEvent(), and SetDC::SetDC().
|
protected |
Referenced by SetDC::preConfig(), and SetDC::SetDC().
|
protected |
Referenced by SetDC::customEvent(), and SetDC::SetDC().
|
protected |
Referenced by SetDC::analyze(), SetDC::main(), and SetDC::SetDC().
|
protected |
Referenced by SetDC::keyPressEvent(), and SetDC::SetDC().
|
protected |
Referenced by SetDC::keyPressEvent(), and SetDC::SetDC().
|
protected |
Referenced by SetDC::keyPressEvent(), and SetDC::SetDC().
|
protected |
Referenced by SetDC::keyPressEvent(), and SetDC::SetDC().
|
protected |
Referenced by SetDC::customEvent(), SetDC::main(), and SetDC::SetDC().
|
protected |
Referenced by SetDC::keepValue(), SetDC::main(), and SetDC::setValue().
|
protected |
Referenced by SetDC::keepValue(), SetDC::main(), and SetDC::setValue().
|
protected |
Referenced by SetDC::main(), and SetDC::notify().
|
protected |
Referenced by SetDC::main(), and SetDC::setValue().
|
protected |
Referenced by SetDC::main(), and SetDC::resetDC().
|
protected |
Referenced by SetDC::customEvent(), SetDC::keyPressEvent(), SetDC::notify(), SetDC::SetDC(), and SetDC::setStep().
|
protected |
Referenced by SetDC::customEvent(), SetDC::keyPressEvent(), SetDC::main(), SetDC::notify(), SetDC::SetDC(), and SetDC::setStep().
|
staticprotected |
Referenced by SetDC::keyPressEvent(), and SetDC::SetDC().
|
staticprotected |
Referenced by SetDC::keyPressEvent(), SetDC::notify(), SetDC::SetDC(), and SetDC::setStep().
1.8.6