#include <setleak.h>
Public Slots | |
void | setValues (void) |
void | keepValues (void) |
void | resetValues (void) |
void | measureVRest (void) |
Public Member Functions | |
SetLeak (void) | |
virtual int | main (void) |
virtual void | config (void) |
virtual void | notify (void) |
Protected Member Functions | |
virtual void | keyPressEvent (QKeyEvent *e) |
virtual void | customEvent (QEvent *qce) |
Protected Attributes | |
OptWidget | STW |
bool | Change |
bool | Reset |
QPushButton * | OKButton |
QPushButton * | CancelButton |
QPushButton * | ResetButton |
QPushButton * | VRestButton |
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
)Rm=0MOhm
: Resistance R_m (number
)Taum=0ms
: Time constant tau_m (number
)gdc=0nS
: Additional leak conductance g (number
)Edc=0mV
: Reversal potential E (number
)Rdc=0MOhm
: New membrane resistance 1/R=1/R_m+g (number
)taudc=0ms
: New membrane time constant (number
) SetLeak | ( | void | ) |
int main | ( | void | ) | [virtual] |
void config | ( | void | ) | [virtual] |
void notify | ( | void | ) | [virtual] |
void setValues | ( | void | ) | [slot] |
void keepValues | ( | void | ) | [slot] |
void resetValues | ( | void | ) | [slot] |
void measureVRest | ( | void | ) | [slot] |
void keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
void customEvent | ( | QEvent * | qce | ) | [protected, virtual] |
OptWidget STW [protected] |
bool Change [protected] |
bool Reset [protected] |
QPushButton* OKButton [protected] |
QPushButton* CancelButton [protected] |
QPushButton* ResetButton [protected] |
QPushButton* VRestButton [protected] |