Basic Electrophysiology Relacs Plugins
0.9.8
|
#include <setvgate.h>
Public Slots | |
void | setValues (void) |
void | keepValues (void) |
void | resetValues (void) |
void | measureVRest (void) |
Public Slots inherited from ConfigDialog | |
virtual void | dialog (void) |
virtual void | help (void) |
virtual void | notifyDialog (const Options &opt) |
Public Member Functions | |
SetVGate (void) | |
virtual int | main (void) |
virtual void | preConfig (void) |
virtual void | notify (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 Member Functions | |
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 | |
Plot | P |
OptWidget | STW |
bool | Change |
bool | Reset |
QPushButton * | OKButton |
QPushButton * | CancelButton |
QPushButton * | ResetButton |
QPushButton * | VRestButton |
Protected Attributes inherited from ConfigDialog | |
Options | DialogOptions |
Additional Inherited Members | |
Public Types inherited from ConfigClass | |
enum | Action |
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) |
Protected Slots inherited from ConfigDialog | |
void | notificationFromDialog (const Parameter &p) |
virtual void | dClosed (int r) |
virtual void | hClosed (int r) |
[RePro] Set parameter of voltage gated channel for dynamic clamp.
interactive=false:
Set values interactively (boolean
)preset=zero:
Set g and E to (string
)g=0nS
: New value of leak conductance (number
)E=0mV
: New value of leak reversal-potential (number
)reversaltorest=false:
Set leak reversal-potential to resting potential (boolean
)involtage=V-1
: Input voltage trace for measuring resting potential (string
)duration=100ms
: Duration of resting potential measurement (number
) SetVGate | ( | void | ) |
References OptWidget::assign(), SetVGate::CancelButton, SetVGate::keepValues(), SetVGate::measureVRest(), ConfigDialog::mutex(), SetVGate::OKButton, SetVGate::P, SetVGate::ResetButton, SetVGate::resetValues(), ConfigClass::setConfigSelectMask(), ConfigDialog::setDialogSelectMask(), OptWidget::setMargins(), SetVGate::setValues(), OptWidget::setVerticalSpacing(), Plot::setXLabel(), Plot::setXRange(), Plot::setYLabel(), Plot::setYRange(), SetVGate::STW, and SetVGate::VRestButton.
|
virtual |
Implements RePro.
References SetVGate::Change, OutList::errorText(), OutList::failed(), SetVGate::notify(), SetVGate::Reset, and OutList::resize().
|
virtual |
Reimplemented from ConfigClass.
|
virtual |
References Plot::clear(), Plot::draw(), exp(), Plot::lock(), SetVGate::P, Plot::plot(), SampleData< T >::pos(), SampleData< T >::size(), SetVGate::STW, Plot::unlock(), and OptWidget::updateValues().
Referenced by SetVGate::main().
|
slot |
References OptWidget::accept(), SetVGate::Change, SetVGate::Reset, and SetVGate::STW.
Referenced by SetVGate::SetVGate().
|
slot |
References SetVGate::Change, and SetVGate::Reset.
Referenced by SetVGate::SetVGate().
|
slot |
References SetVGate::Change, and SetVGate::Reset.
Referenced by SetVGate::SetVGate().
|
slot |
References ConfigDialog::lock(), InData::mean(), SetVGate::STW, ConfigDialog::unlock(), and OptWidget::updateValue().
Referenced by SetVGate::SetVGate().
|
protectedvirtual |
References SetVGate::CancelButton, SetVGate::OKButton, SetVGate::ResetButton, and SetVGate::VRestButton.
|
protectedvirtual |
References OptWidget::firstWidget(), and SetVGate::STW.
|
protected |
Referenced by SetVGate::notify(), and SetVGate::SetVGate().
|
protected |
Referenced by SetVGate::customEvent(), SetVGate::measureVRest(), SetVGate::notify(), SetVGate::setValues(), and SetVGate::SetVGate().
|
protected |
Referenced by SetVGate::keepValues(), SetVGate::main(), SetVGate::resetValues(), and SetVGate::setValues().
|
protected |
Referenced by SetVGate::keepValues(), SetVGate::main(), SetVGate::resetValues(), and SetVGate::setValues().
|
protected |
Referenced by SetVGate::keyPressEvent(), and SetVGate::SetVGate().
|
protected |
Referenced by SetVGate::keyPressEvent(), and SetVGate::SetVGate().
|
protected |
Referenced by SetVGate::keyPressEvent(), and SetVGate::SetVGate().
|
protected |
Referenced by SetVGate::keyPressEvent(), and SetVGate::SetVGate().