Relacs Core Library
0.9.8
|
#include <plottrace.h>
Public Slots | |
void | plot (void) |
void | toggle (QAction *trace) |
void | zoomOut (void) |
void | zoomIn (void) |
void | moveLeft (void) |
void | moveRight (void) |
void | moveStart (void) |
void | moveEnd (void) |
void | moveToSignal (void) |
void | viewSignal (void) |
void | moveSignalOffsLeft (void) |
void | moveSignalOffsRight (void) |
void | viewEnd (void) |
void | viewWrapped (void) |
void | toggleGrid (void) |
void | toggleTrigger (void) |
void | manualRange (void) |
void | autoRange (void) |
void | centerVertically (void) |
void | centerZoomVertically (void) |
void | zoomBack (void) |
void | resetZoom (void) |
void | plotOnOff (void) |
void | viewToggle (void) |
void | toggleManual (void) |
void | print (void) |
void | displayIndex (const string &path, const deque< int > &traceindex, const deque< int > &eventsindex, double time) |
void | displayData (void) |
Public Slots inherited from RELACSPlugin | |
virtual void | saveDoxygenOptions (void) |
virtual void | saveWidget (void) |
Public Slots inherited from ConfigDialog | |
virtual void | dialog (void) |
virtual void | help (void) |
Public Member Functions | |
PlotTrace (RELACSWidget *rw, QWidget *parent=0) | |
~PlotTrace () | |
void | setPlotOn (bool on=true) |
void | setPlotOff (void) |
void | setPlotNextSignal (double length, double offs=0.0) |
void | setPlotNextSignal (void) |
void | setPlotSignal (double length, double offs=0.0) |
void | setPlotSignal (void) |
void | setPlotContinuous (double length) |
void | setPlotContinuous (void) |
void | clearStyles (void) |
void | addTraceStyle (bool visible, int panel, int lcolor) |
const deque< PlotTraceStyle > & | traceStyles (void) const |
deque< PlotTraceStyle > & | traceStyles (void) |
const deque< PlotEventStyle > & | eventStyles (void) const |
deque< PlotEventStyle > & | eventStyles (void) |
void | resize (void) |
void | init (void) |
void | addMenu (QMenu *menu) |
void | updateMenu (void) |
void | start (double time) |
void | stop (void) |
double | signalTime (void) const |
double | currentTime (void) const |
Public Member Functions inherited from RELACSPlugin | |
RELACSPlugin (const string &configident="", int configgroup=0, const string &name="", const string &pluginset="", const string &author="unknown", const string &version="unknown", const string &date=__DATE__) | |
virtual | ~RELACSPlugin (void) |
QWidget * | widget (void) |
void | setWidget (QWidget *widget) |
void | setLayout (QLayout *layout) |
int | desktopWidth (void) const |
int | desktopHeight (void) const |
virtual void | setName (const string &name) |
string | pluginSet (void) const |
string | uniqueName (void) const |
void | setShortUniqueName (void) |
void | setLongUniqueName (void) |
void | updateUniqueName (void) |
const Options & | settings (void) const |
Options & | settings (void) |
void | setSettings (void) |
virtual void | modeChanged (void) |
virtual void | notifyMetaData (void) |
virtual void | notifyStimulusData (void) |
void | setRELACSWidget (RELACSWidget *rw) |
virtual string | helpFileName (void) const |
const InList & | traces (void) const |
const InData & | trace (int index) const |
const InData & | trace (const string &ident) const |
int | traceIndex (const string &ident) const |
string | traceNames (void) const |
string | rawTraceNames (void) const |
const EventList & | events (void) const |
const EventData & | events (int index) const |
const EventData & | events (const string &ident) const |
const EventData & | stimulusEvents (void) const |
const EventData & | restartEvents (void) const |
const EventData & | recordingEvents (void) const |
int | traceInputTrace (int trace) const |
int | traceInputTrace (const string &ident) const |
int | traceInputEvent (int trace) const |
int | traceInputEvent (const string &ident) const |
int | eventInputTrace (int event) const |
int | eventInputTrace (const string &ident) const |
int | eventInputEvent (int event) const |
int | eventInputEvent (const string &ident) const |
double | signalTime (void) const |
double | currentTime (void) const |
double | currentTimeRaw (void) const |
void | addTracesEvents (deque< InList * > &data, deque< EventList * > &events) |
void | setTracesEvents (const InList &data, const EventList &event) |
void | assignTracesEvents (const InList &data, const EventList &events) |
void | assignTracesEvents (void) |
void | updateDerivedTracesEvents (void) |
int | getData (double mintracetime=0.0, double prevsignal=-1000.0) |
int | outTracesSize (void) const |
int | outTraceIndex (const string &name) const |
string | outTraceName (int index) const |
string | outTraceNames (void) const |
const TraceSpec & | outTrace (int index) const |
const TraceSpec & | outTrace (const string &name) const |
void | setSignalDelay (int device, double delay) |
bool | acquisition (void) const |
bool | simulation (void) const |
bool | analysis (void) const |
bool | idle (void) const |
string | modeStr (void) const |
Options & | relacsSettings (void) |
const Options & | relacsSettings (void) const |
void | lockRelacsSettings (void) const |
void | unlockRelacsSettings (void) const |
QMutex * | relacsSettingsMutex (void) |
string | path (void) const |
string | addPath (const string &file) const |
string | defaultPath (void) const |
string | addDefaultPath (const string &file) const |
bool | saving (void) const |
Options & | stimulusData (void) |
const Options & | stimulusData (void) const |
int | stimulusDataTraceFlag (void) const |
void | lockStimulusData (void) const |
void | unlockStimulusData (void) const |
QMutex * | stimulusDataMutex (void) |
MetaData & | metaData (void) |
const MetaData & | metaData (void) const |
void | lockMetaData (void) const |
void | unlockMetaData (void) const |
QMutex * | metaDataMutex (void) |
AllDevices * | devices (void) const |
Device * | device (const string &ident) |
void | updateDeviceMenu (void) |
DigitalIO * | digitalIO (const string &ident) |
Trigger * | trigger (const string &ident) |
Attenuate * | attenuator (const string &name) |
Filter * | filter (const string &name) |
Filter * | filterTrace (int index) |
Filter * | filterTrace (const string &name) |
Options & | filterOpts (const string &name) |
Options & | filterTraceOpts (int index) |
Options & | filterTraceOpts (const string &name) |
void | lockFilter (const string &name) |
void | lockFilterTrace (int index) |
void | lockFilterTrace (const string &name) |
void | unlockFilter (const string &name) |
void | unlockFilterTrace (int index) |
void | unlockFilterTrace (const string &name) |
void | autoConfigureFilter (Filter *filter, double tbegin, double tend) |
void | autoConfigureFilter (Filter *filter, double duration) |
void | autoConfigureFilter (double tbegin, double tend) |
void | autoConfigureFilter (double duration) |
Filter * | detector (const string &name) |
Filter * | detectorEvents (int index) |
Filter * | detectorEvents (const string &name) |
Options & | detectorOpts (const string &name) |
Options & | detectorEventsOpts (int index) |
Options & | detectorEventsOpts (const string &name) |
void | lockDetector (const string &name) |
void | lockDetectorEvents (int index) |
void | lockDetectorEvents (const string &name) |
void | unlockDetector (const string &name) |
void | unlockDetectorEvents (int index) |
void | unlockDetectorEvents (const string &name) |
void | autoConfigureDetector (Filter *detector, double tbegin, double tend) |
void | autoConfigureDetector (Filter *detector, double duration) |
void | autoConfigureDetectors (double tbegin, double tend) |
void | autoConfigureDetectors (double duration) |
double | sessionTime (void) const |
string | sessionTimeStr (void) const |
bool | sessionRunning (void) const |
int | reproCount (void) const |
virtual void | sessionStarted (void) |
virtual void | sessionStopped (bool saved) |
bool | globalKeyEvents (void) |
void | setGlobalKeyEvents (bool global=true) |
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 |
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 void | dialogOptions (OptDialog *od) |
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) |
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) |
virtual void | preConfig (void) |
Options (void) | |
Options (const Options &o) | |
Options (const Options &o, int flags) | |
Options (const string &name, const string &type, int flags, int style) | |
Options (const Str &opttxt, const string &assignment=":=", const string &separator=",;") | |
Options (const StrQueue &sq, const string &assignment=":=") | |
Options (istream &str, const string &assignment=":=", const string &comment="#", const string &stop="", string *line=0) | |
virtual | ~Options (void) |
Options & | operator= (const Options &o) |
Options & | assign (const Options &o) |
Options & | append (const Options &o) |
Options & | add (const Options &o) |
Options & | insert (const Options &o, const string &atname="") |
Options & | assign (const Options &o, int flags) |
Options & | copy (Options &o, int flags) |
Options & | append (const Options &o, int flags) |
Options & | add (const Options &o, int flags) |
Options & | insert (const Options &o, int flags, const string &atname="") |
Parameter * | assign (const string &name, const string &value) |
Options * | parentSection (void) |
const Options * | parentSection (void) const |
void | setParentSection (Options *parentsection) |
void | resetParents (void) |
Options * | rootSection (void) |
const Options * | rootSection (void) const |
string | name (void) const |
virtual void | setName (const string &name, const string &type) |
string | type (void) const |
void | setType (const string &type) |
string | include (void) const |
void | setInclude (const string &include) |
void | setInclude (const string &url, const string &name) |
int | flag (void) const |
bool | flag (int selectflag) const |
Options & | setFlag (int flag) |
Options & | addFlag (int flag) |
Options & | delFlag (int flag) |
Options & | clearFlag (void) |
int | style (void) const |
Options & | setStyle (int style) |
Options & | addStyle (int style) |
Options & | delStyle (int style) |
Options & | clearStyle (void) |
bool | checkType (int mask) const |
Str | warning (void) const |
iterator | begin (void) |
iterator | end (void) |
const_iterator | begin (void) const |
const_iterator | end (void) const |
section_iterator | sectionsBegin (void) |
section_iterator | sectionsEnd (void) |
const_section_iterator | sectionsBegin (void) const |
const_section_iterator | sectionsEnd (void) const |
const_iterator | find (const string &pattern, int level=-1) const |
iterator | find (const string &pattern, int level=-1) |
const_iterator | rfind (const string &pattern, int level=-1) const |
iterator | rfind (const string &pattern, int level=-1) |
const_section_iterator | findSection (const string &pattern, int level=-1) const |
section_iterator | findSection (const string &pattern, int level=-1) |
const_section_iterator | rfindSection (const string &pattern, int level=-1) const |
section_iterator | rfindSection (const string &pattern, int level=-1) |
const Parameter & | operator[] (int i) const |
Parameter & | operator[] (int i) |
const Parameter & | operator[] (const string &name) const |
Parameter & | operator[] (const string &name) |
const Options & | section (int i) const |
Options & | section (int i) |
const Options & | section (const string &name) const |
Options & | section (const string &name) |
Str | request (const string &name) const |
Parameter & | setRequest (const string &name, const string &request) |
Parameter::ValueType | valueType (const string &name) const |
Parameter & | setValueType (const string &name, Parameter::ValueType type) |
int | flags (const string &name) const |
bool | flags (const string &name, int flag) const |
Parameter & | setFlags (const string &name, int flags) |
Parameter & | addFlags (const string &name, int flags) |
Parameter & | delFlags (const string &name, int flags) |
Parameter & | clearFlags (const string &name) |
bool | changed (const string &name) |
int | style (const string &name) const |
Parameter & | setStyle (const string &name, int style) |
Parameter & | addStyle (const string &name, int style) |
Parameter & | delStyle (const string &name, int style) |
Str | format (const string &name) const |
Parameter & | setFormat (const string &name, int width=0, int prec=-1, char fmt='g') |
Parameter & | setFormat (const string &name, const string &format) |
int | formatWidth (const string &name) const |
int | size (const string &name) const |
Parameter & | add (const Parameter &np) |
Parameter & | insert (const Parameter &np, const string &atname="") |
Parameter & | addText (const string &name, const string &request, const string &dflt, int flags=0, int style=0) |
Parameter & | addText (const string &name, const string &dflt="", int flags=0, int style=0) |
Parameter & | insertText (const string &name, const string &atname, const string &request, const string &dflt, int flags=0, int style=0) |
Parameter & | insertText (const string &name, const string &atname="", const string &dflt="", int flags=0, int style=0) |
Str | text (const string &name, int index, const string &dflt="", const string &format="", const string &unit="") const |
Str | text (const string &name, const string &dflt="", const string &format="", const string &unit="") const |
void | texts (const string &name, vector< string > &s, const string &format="", const string &unit="") const |
Str | allText (const string &name, const string &dflt="", const string &format="", const string &unit="", const string &separator=", ") const |
Parameter & | setText (const string &name, const string &strg) |
Parameter & | setText (const string &name, const Parameter &p) |
Parameter & | pushText (const string &name, const string &strg) |
Str | defaultText (const string &name, const string &format="", const string &unit="") const |
Parameter & | setDefaultText (const string &name, const string &dflt) |
Parameter & | addSelection (const string &name, const string &request, const string &selection, int flags=0, int style=0) |
Parameter & | addSelection (const string &name, const string &selection="", int flags=0, int style=0) |
Parameter & | insertSelection (const string &name, const string &atname, const string &request, const string &selection, int flags=0, int style=0) |
Parameter & | insertSelection (const string &name, const string &atname="", const string &selection="", int flags=0, int style=0) |
Parameter & | selectText (const string &name, const string &strg, int add=0) |
Parameter & | selectText (const string &name, int index) |
int | index (const string &name) const |
int | index (const string &name, const string &strg) const |
Parameter & | addNumber (const string &name, const string &request, double dflt, double minimum, double maximum=MAXDOUBLE, double step=1.0, const string &unit="", const string &outputunit="", const string &format="", int flags=0, int style=0) |
Parameter & | addNumber (const string &name, const string &request, double dflt, const string &unit="", const string &format="", int flags=0, int style=0) |
Parameter & | addNumber (const string &name, double dflt, const string &unit="", const string &format="", int flags=0, int style=0) |
Parameter & | addNumber (const string &name, double dflt, const string &unit, int flags, int style=0) |
Parameter & | addNumber (const string &name, double dflt, double error, const string &unit="", const string &format="", int flags=0, int style=0) |
Parameter & | addNumber (const string &name, const string &unit="", const string &format="", int flags=0, int style=0) |
Parameter & | insertNumber (const string &name, const string &atname, const string &request, double dflt, double minimum, double maximum=MAXDOUBLE, double step=1.0, const string &unit="", const string &outputunit="", const string &format="", int flags=0, int style=0) |
Parameter & | insertNumber (const string &name, const string &atname, const string &request, double dflt, const string &unit="", const string &format="", int flags=0, int style=0) |
Parameter & | insertNumber (const string &name, const string &atname, double dflt, const string &unit="", const string &format="", int flags=0, int style=0) |
Parameter & | insertNumber (const string &name, const string &atname, const string &unit="", const string &format="", int flags=0, int style=0) |
double | number (const string &name, double dflt=0.0, const string &unit="", int index=0) const |
double | number (const string &name, const string &unit, double dflt=0.0, int index=0) const |
double | number (const string &name, int index, double dflt=0.0, const string &unit="") const |
double | number (const string &name, int index, const string &unit, double dflt=0.0) const |
void | numbers (const string &name, vector< double > &n, const string &unit="") const |
double | error (const string &name, const string &unit="", int index=0) const |
double | error (const string &name, int index, const string &unit="") const |
void | errors (const string &name, vector< double > &n, const string &unit="") const |
Parameter & | setNumber (const string &name, double number, double error, const string &unit="") |
Parameter & | setNumber (const string &name, double number, const string &unit="") |
Parameter & | pushNumber (const string &name, double number, double error=-1.0, const string &unit="") |
Parameter & | pushNumber (const string &name, double number, const string &unit) |
Parameter & | setNumber (const string &name, const Parameter &p) |
double | defaultNumber (const string &name, const string &unit="") const |
Parameter & | setDefaultNumber (const string &name, double dflt, const string &unit="") |
double | minimum (const string &name, const string &unit="") const |
double | maximum (const string &name, const string &unit="") const |
double | step (const string &name, const string &unit="") const |
Parameter & | setStep (const string &name, double step, const string &unit="") |
Parameter & | setMinMax (const string &name, double minimum=-MAXDOUBLE, double maximum=MAXDOUBLE, double step=1.0, const string &unit="") |
Str | unit (const string &name) const |
Str | outUnit (const string &name) const |
Parameter & | setUnit (const string &name, const string &internunit, const string &outunit="") |
Parameter & | setOutUnit (const string &name, const string &outputunit) |
Parameter & | changeUnit (const string &name, const string &internunit) |
Parameter & | addInteger (const string &name, const string &request, long dflt, long minimum=LONG_MIN, long maximum=LONG_MAX, long step=1, const string &unit="", const string &outputunit="", int width=0, int flags=0, int style=0) |
Parameter & | addInteger (const string &name, long dflt, const string &unit="", int width=0, int flags=0, int style=0) |
Parameter & | addInteger (const string &name, const string &unit="") |
Parameter & | insertInteger (const string &name, const string &atname, const string &request, long dflt, long minimum=LONG_MIN, long maximum=LONG_MAX, long step=1, const string &unit="", const string &outputunit="", int width=0, int flags=0, int style=0) |
Parameter & | insertInteger (const string &name, const string &atname, long dflt, const string &unit="", int width=0, int flags=0, int style=0) |
Parameter & | insertInteger (const string &name, const string &atname, const string &unit="", int width=0, int flags=0, int style=0) |
long | integer (const string &name, const string &unit="", long dflt=0, int index=0) const |
long | integer (const string &name, int index, long dflt=0, const string &unit="") const |
long | integer (const string &name, int index, const string &unit, long dflt=0) const |
void | integers (const string &name, vector< long > &n, const string &unit="") const |
void | integers (const string &name, vector< int > &n, const string &unit="") const |
Parameter & | setInteger (const string &name, long number, long error, const string &unit="") |
Parameter & | setInteger (const string &name, long number, const string &unit="") |
Parameter & | pushInteger (const string &name, long number, long error, const string &unit="") |
Parameter & | pushInteger (const string &name, long number, const string &unit="") |
Parameter & | setInteger (const string &name, const Parameter &p) |
long | defaultInteger (const string &name, const string &unit="") const |
Parameter & | setDefaultInteger (const string &name, long dflt, const string &unit="") |
Parameter & | setMinMax (const string &name, long minimum=LONG_MIN, long maximum=LONG_MAX, long step=1, const string &unit="") |
Parameter & | setMinMax (const string &name, int minimum, int maximum, int step=1, const string &unit="") |
Parameter & | addBoolean (const string &name, const string &request, bool dflt, int flags=0, int style=0) |
Parameter & | addBoolean (const char *name, const char *request, bool dflt, int flags=0, int style=0) |
Parameter & | addBoolean (const string &name, bool dflt, int flags=0, int style=0) |
Parameter & | addBoolean (const char *name, bool dflt, int flags=0, int style=0) |
Parameter & | insertBoolean (const string &name, const string &atname="", const string &request="", bool dflt=false, int flags=0, int style=0) |
Parameter & | insertBoolean (const string &name, const string &atname, int flags=0, int style=0) |
bool | boolean (const string &name, bool dflt=false, int index=0) const |
bool | boolean (const string &name, int index, bool dflt=false) const |
void | booleans (const string &name, vector< bool > &n) const |
Parameter & | setBoolean (const string &name, bool b) |
Parameter & | setBoolean (const string &name, const Parameter &p) |
bool | defaultBoolean (const string &name) const |
Parameter & | setDefaultBoolean (const string &name, bool dflt) |
Parameter & | addDate (const string &name, const string &request, int year=0, int month=0, int day=0, int flags=0, int style=0) |
Parameter & | addDate (const string &name, int year, int month, int day, int flags=0, int style=0) |
Parameter & | addDate (const string &name, int flags=0, int style=0) |
Parameter & | insertDate (const string &name, const string &atname="", const string &request="", int year=0, int month=0, int day=0, int flags=0, int style=0) |
Parameter & | insertDate (const string &name, const string &atname, int year=0, int month=0, int day=0, int flags=0, int style=0) |
Parameter & | insertDate (const string &name, const string &atname, int flags=0, int style=0) |
const Parameter & | date (const string &name, int index, int &year, int &month, int &day) const |
Parameter & | setDate (const string &name, int year, int month, int day) |
Parameter & | setDate (const string &name, const string &date) |
Parameter & | setDate (const string &name, const struct tm &date) |
Parameter & | setDate (const string &name, const time_t &time) |
Parameter & | setCurrentDate (const string &name) |
Parameter & | setDate (const string &name, const Parameter &p) |
const Parameter & | defaultDate (const string &name, int index, int &year, int &month, int &day) const |
Parameter & | setDefaultDate (const string &name, int year, int month, int day) |
Parameter & | addTime (const string &name, const string &request, int hour=0, int minutes=0, int seconds=0, int milliseconds=0, int flags=0, int style=0) |
Parameter & | addTime (const string &name, int hour, int minutes, int seconds, int milliseconds=0, int flags=0, int style=0) |
Parameter & | addTime (const string &name, int flags=0, int style=0) |
Parameter & | insertTime (const string &name, const string &atname="", const string &request="", int hour=0, int minutes=0, int seconds=0, int milliseconds=0, int flags=0, int style=0) |
Parameter & | insertTime (const string &name, const string &atname, int hour=0, int minutes=0, int seconds=0, int milliseconds=0, int flags=0, int style=0) |
Parameter & | insertTime (const string &name, const string &atname, int flags=0, int style=0) |
const Parameter & | time (const string &name, int index, int &hour, int &minutes, int &seconds, int &milliseconds) const |
Parameter & | setTime (const string &name, int hour, int minutes, int seconds, int milliseconds=0) |
Parameter & | setTime (const string &name, const string &time) |
Parameter & | setTime (const string &name, const struct tm &time) |
Parameter & | setTime (const string &name, const time_t &time) |
Parameter & | setCurrentTime (const string &name) |
Parameter & | setTime (const string &name, const Parameter &p) |
const Parameter & | defaultTime (const string &name, int index, int &hour, int &minutes, int &seconds, int &milliseconds) const |
Parameter & | setDefaultTime (const string &name, int hour, int minutes, int seconds, int milliseconds=0) |
Options & | newSection (int level, const string &name, const string &type="", int flag=0, int style=0) |
Options & | newSection (int level, const string &name, int flag, int style=0) |
Options & | newSection (const string &name, const string &type="", int flag=0, int style=0) |
Options & | newSection (const string &name, int flag, int style=0) |
Options & | newSubSection (const string &name, const string &type="", int flag=0, int style=0) |
Options & | newSubSection (const string &name, int flag, int style=0) |
Options & | newSubSubSection (const string &name, const string &type="", int flag=0, int style=0) |
Options & | newSubSubSection (const string &name, int flag, int style=0) |
Options & | addSection (const string &name, const string &type="", int flag=0, int style=0) |
Options & | addSection (const string &name, int flag, int style=0) |
Options & | insertSection (const string &name, const string &atpattern, const string &type="", int flag=0, int style=0) |
Options & | insertSection (const string &name, const string &atpattern, int flag, int style=0) |
Options & | newSection (int level, const Options &opt, int selectmask, const string &name="", const string &type="", int flag=0, int style=0) |
Options & | newSection (int level, const Options &opt, const string &name="", const string &type="", int flag=0, int style=0) |
Options & | newSection (int level, const Options &opt, const string &name, int flag, int style=0) |
Options & | newSection (const Options &opt, int selectmask, const string &name="", const string &type="", int flag=0, int style=0) |
Options & | newSection (const Options &opt, const string &name="", const string &type="", int flag=0, int style=0) |
Options & | newSection (const Options &opt, const string &name, int flag, int style=0) |
Options & | newSubSection (const Options &opt, int selectmask, const string &name="", const string &type="", int flag=0, int style=0) |
Options & | newSubSection (const Options &opt, const string &name="", const string &type="", int flag=0, int style=0) |
Options & | newSubSection (const Options &opt, const string &name, int flag, int style=0) |
Options & | newSubSubSection (const Options &opt, int selectmask, const string &name="", const string &type="", int flag=0, int style=0) |
Options & | newSubSubSection (const Options &opt, const string &name="", const string &type="", int flag=0, int style=0) |
Options & | newSubSubSection (const Options &opt, const string &name, int flag, int style=0) |
Options & | addSection (const Options &opt, int selectmask, const string &name="", const string &type="", int flag=0, int style=0) |
Options & | addSection (const Options &opt, const string &name="", const string &type="", int flag=0, int style=0) |
Options & | addSection (const Options &opt, const string &name, int flag, int style=0) |
Options & | insertSection (const Options &opt, int selectmask, const string &name, const string &atpattern, const string &type="", int flag=0, int style=0) |
Options & | insertSection (const Options &opt, const string &name, const string &atpattern, const string &type="", int flag=0, int style=0) |
Options & | insertSection (const Options &opt, const string &name, const string &atpattern, int flag, int style=0) |
Options & | newSection (Options *opt, bool newparent=false) |
Options & | addSection (Options *opt, bool newparent=false) |
Options & | insertSection (Options *opt, const string &atpattern, bool newparent=false) |
Options & | newSections (Options *opt, bool newparent=false) |
void | endSection (void) |
void | clearSections (void) |
void | setSection (Options &opt) |
void | lastSection (void) |
int | up (void) |
int | down (void) |
Parameter & | setDefault (const string &name) |
Options & | setDefaults (int flags=0) |
Parameter & | setToDefault (const string &name) |
Options & | setToDefaults (int flags=0) |
Options & | erase (iterator p) |
Options & | erase (section_iterator p) |
Options & | erase (Options *s) |
Options & | erase (const string &pattern) |
Options & | erase (int selectflag) |
Options & | pop (void) |
Options & | popSection (void) |
Options & | flatten (Options *root=0) |
Options & | clear (bool revert=true) |
int | size (void) const |
int | size (int selectflag) const |
bool | empty (void) const |
int | parameterSize (void) const |
int | parameterSize (int flags) const |
int | sectionsSize (void) const |
int | sectionsSize (int flags) const |
bool | exist (const string &pattern) const |
bool | existSection (const string &pattern) const |
Options & | setFlags (int flags, int selectflag=0) |
Options & | addFlags (int flags, int selectflag=0) |
Options & | delFlags (int flags, int selectflag=0) |
Options & | setValueTypeFlags (int flags, int typemask) |
Options & | addValueTypeFlags (int flags, int typemask) |
Options & | delValueTypeFlags (int flags, int typemask) |
Options & | setStyles (int style, int selectflag=0) |
Options & | addStyles (int style, int selectflag=0) |
Options & | delStyles (int style, int selectflag=0) |
int | styleSize (int style) const |
Options & | setValueTypeStyles (int style, int typemask) |
Options & | addValueTypeStyles (int style, int typemask) |
Options & | delValueTypeStyles (int style, int typemask) |
int | nameWidth (int selectmask=0, bool detailed=false, bool escape=false) const |
string | save (int selectmask=0, int flags=0) const |
ostream & | save (ostream &str, const string &start="", int selectmask=0, int flags=0, int width=-1) const |
ostream & | save (ostream &str, const string &textformat, const string &numberformat, const string &boolformat="%i=%b", const string &dateformat="%i=%04Y-%02m-%02d", const string &timeformat="%i=%02H:%02M:%02S", const string §ionformat="%i", int selectmask=0, const string &start="") const |
ostream & | saveXML (ostream &str, int selectmask=0, int flags=0, int level=0, int indent=4) const |
Options & | read (const string &opttxt, int flag, const string &assignment=":=", const string &separator=",;", int *indent=0) |
Options & | read (const string &opttxt, const string &assignment=":=", const string &separator=",;") |
istream & | read (istream &str, int flag, const string &assignment=":=", const string &comment="#", const string &stop="", Str *line=0) |
istream & | read (istream &str, const string &assignment=":=", const string &comment="#", const string &stop="", Str *line=0) |
Options & | read (const StrQueue &sq, int flag=0, const string &assignment=":=") |
bool | read (const Parameter &p, int flag=0) |
Options & | read (const Options &o, int flags=0, int flag=0) |
bool | readAppend (const Parameter &p) |
Options & | readAppend (const Options &o, int flags=0) |
Options & | load (const Str &opttxt, const string &assignment=":=", const string &separator=",;", int *indent=0, int *indentspacing=0, int *level=0) |
istream & | load (istream &str, const string &assignment=":=", const string &comment="#", const string &stop="", string *line=0) |
Options & | load (const StrQueue &sq, const string &assignment=":=") |
virtual void | notify (void) |
void | callNotifies (void) |
bool | setNotify (bool notify=true) |
bool | unsetNotify (void) |
bool | notifying (void) const |
Protected Slots | |
void | updateRanges (int id) |
void | resizePlots (QResizeEvent *qre) |
Protected Slots inherited from RELACSPlugin | |
void | startTheSession (void) |
void | stopTheSession (void) |
void | toggleSession (void) |
void | removeFocus (void) |
void | muteAudioMonitor (void) |
void | unmuteAudioMonitor (void) |
void | widgetDestroyed (QObject *obj) |
Protected Slots inherited from ConfigDialog | |
virtual void | dClosed (int r) |
virtual void | hClosed (int r) |
Protected Member Functions | |
virtual void | resizeLayout (void) |
virtual void | resizeEvent (QResizeEvent *qre) |
virtual void | keyPressEvent (QKeyEvent *event) |
virtual void | customEvent (QEvent *qce) |
Protected Member Functions inherited from RELACSPlugin | |
virtual void | setPluginSet (const string &pluginset) |
void | printlog (const string &s) const |
void | warning (const string &s, double timeout=0.0) |
void | info (const string &s, double timeout=0.0) |
void | postCustomEvent (int type=0) |
int | maxVoltages (const InData &data, vector< double > &ranges) const |
int | maxValues (const InData &data, vector< double > &ranges) const |
void | setGain (const InData &data, int gainindex) |
void | adjustGain (const InData &data, double maxvalue) |
void | adjustGain (const InData &data, double minvalue, double maxvalue) |
void | adjust (const InData &data, double tbegin, double tend, double threshold) |
void | adjust (const InData &data, double duration, double threshold) |
int | activateGains (void) |
Control * | control (int index) |
Control * | control (const string &name) |
Options & | controlOpts (int index) |
Options & | controlOpts (const string &name) |
void | lockControl (int index) |
void | lockControl (const string &name) |
void | unlockControl (int index) |
void | unlockControl (const string &name) |
Model * | model (void) |
Options & | modelOpts (void) |
void | lockModel (void) |
void | unlockModel (void) |
RePros * | repros (void) |
Options & | reprosDialogOpts (void) |
RePro * | repro (int index) |
RePro * | repro (const string &name) |
Options & | reproOpts (int index) |
Options & | reproOpts (const string &name) |
void | lockRePro (int index) |
void | lockRePro (const string &name) |
void | unlockRePro (int index) |
void | unlockRePro (const string &name) |
RePro * | currentRePro (void) |
Options & | currentReProOpts (void) |
void | lockCurrentRePro (void) |
void | unlockCurrentRePro (void) |
virtual void | keyReleaseEvent (QKeyEvent *event) |
virtual bool | eventFilter (QObject *obj, QEvent *event) |
void | setWaitMouseCursor (void) |
void | restoreMouseCursor (void) |
Protected Member Functions inherited from ConfigDialog | |
void | setDialogOpen (bool open=true) |
void | setHelpOpen (bool open=true) |
Protected Attributes | |
QWidget * | ButtonBox |
QHBoxLayout * | ButtonBoxLayout |
QPushButton * | OnOffButton |
QPushButton * | ViewButton |
QPushButton * | ManualButton |
QPixmap | SignalViewIcon |
QPixmap | EndViewIcon |
Protected Attributes inherited from RELACSPlugin | |
RELACSWidget * | RW |
Friends | |
class | RELACSWidget |
Additional Inherited Members | |
Public Types inherited from ConfigClass | |
enum | Action |
enum | SaveFlags |
typedef deque< Parameter > ::iterator | iterator |
typedef deque< Parameter > ::const_iterator | const_iterator |
typedef deque< Options * > ::iterator | section_iterator |
typedef deque< Options * > ::const_iterator | const_section_iterator |
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) |
static double | floorLog10 (double v) |
static double | floor10 (double v, double scale=1.0) |
static double | ceil10 (double v, double scale=1.0) |
Static Public Attributes inherited from RELACSPlugin | |
static const int | DeviceId = 0x0001 |
static const int | AnalogInputId = 0x0002 |
static const int | AnalogOutputId = 0x0004 |
static const int | DigitalIOId = 0x0008 |
static const int | TriggerId = 0x0010 |
static const int | AttenuatorId = 0x0020 |
static const int | AttenuateId = 0x0040 |
static const int | ModelId = 0x0080 |
static const int | FilterId = 0x0100 |
static const int | ReProId = 0x0200 |
static const int | ControlId = 0x0400 |
static const int | Core = 0 |
static const int | Plugins = 1 |
Static Public Attributes inherited from ConfigClass | |
static const int | NonDefault |
static const long | TabSection |
Plot trace and spikes.
PlotTrace | ( | RELACSWidget * | rw, |
QWidget * | parent = 0 |
||
) |
Construct a PlotTrace.
References PlotTrace::ButtonBox, InList::clear(), EventList::clear(), PlotTrace::EndViewIcon, PlotTrace::ManualButton, PlotTrace::OnOffButton, PlotTrace::plot(), PlotTrace::resizePlots(), RELACSPlugin::setRELACSWidget(), RELACSPlugin::setWidget(), PlotTrace::SignalViewIcon, PlotTrace::updateRanges(), and PlotTrace::ViewButton.
void setPlotOn | ( | bool | on = true | ) |
Switch plotting of raw traces on or off.
References MultiPlot::lock(), RELACSPlugin::postCustomEvent(), and MultiPlot::unlock().
Referenced by PlotTrace::setPlotOff(), and RePro::tracePlotOn().
void setPlotOff | ( | void | ) |
Switch plotting of raw traces off.
References PlotTrace::setPlotOn().
Referenced by RePro::tracePlotOff().
void setPlotNextSignal | ( | double | length, |
double | offs = 0.0 |
||
) |
Starting with the next stimulus, plot raw traces relative to signal in a window of width length seconds and the start of the signal offs seconds from the left margin.
References PlotTrace::currentTime(), ConfigDialog::lock(), and ConfigDialog::unlock().
Referenced by RePro::tracePlotSignal().
void setPlotNextSignal | ( | void | ) |
Starting with the next stimulus, plot raw traces relative to signal while leaving the window size unchanged.
References PlotTrace::currentTime(), ConfigDialog::lock(), and ConfigDialog::unlock().
void setPlotSignal | ( | double | length, |
double | offs = 0.0 |
||
) |
Starting immediately, plot raw traces relative to signal in a window of width length seconds and the start of the signal offs seconds from the left margin.
References MultiPlot::lock(), RELACSPlugin::postCustomEvent(), and MultiPlot::unlock().
void setPlotSignal | ( | void | ) |
Starting immediately, plot raw traces relative to signal while leaving the window size unchanged.
References MultiPlot::lock(), RELACSPlugin::postCustomEvent(), and MultiPlot::unlock().
Referenced by PlotTrace::plot().
void setPlotContinuous | ( | double | length | ) |
Plot raw traces continuously in a window of width length seconds.
References MultiPlot::lock(), RELACSPlugin::postCustomEvent(), and MultiPlot::unlock().
Referenced by RePro::tracePlotContinuous().
void setPlotContinuous | ( | void | ) |
Plot raw traces continuously while leaving the window size unchanged.
References MultiPlot::lock(), RELACSPlugin::postCustomEvent(), and MultiPlot::unlock().
void clearStyles | ( | void | ) |
Clear the trace and events styles.
References MultiPlot::lock(), and MultiPlot::unlock().
Referenced by RELACSWidget::startFirstAcquisition().
void addTraceStyle | ( | bool | visible, |
int | panel, | ||
int | lcolor | ||
) |
Add a PlotTraceStyle
const deque< PlotTraceStyle > & traceStyles | ( | void | ) | const |
The list of styles for each trace.
Referenced by RELACSWidget::startFirstAcquisition().
deque< PlotTraceStyle > & traceStyles | ( | void | ) |
The list of styles for each trace.
const deque< PlotEventStyle > & eventStyles | ( | void | ) | const |
The list of styles for each events.
Referenced by RELACSWidget::startFirstAcquisition().
deque< PlotEventStyle > & eventStyles | ( | void | ) |
The list of styles for each events.
void resize | ( | void | ) |
Set the number of plots necessary for the input traces and events.
References Plot::Center, MultiPlot::clear(), Plot::FirstAxis, Plot::FirstMargin, Plot::Graph, Plot::Left, MultiPlot::lock(), PlotTrace::resizeLayout(), MultiPlot::size(), and MultiPlot::unlock().
Referenced by PlotTrace::displayData(), PlotTrace::displayIndex(), RELACSWidget::startFirstAcquisition(), and PlotTrace::toggle().
void init | ( | void | ) |
Initialize the plots with the data data and events.
References Plot::Blue, Plot::Circle, MultiPlot::clear(), Plot::Diamond, FilterDetectors::eventInputTrace(), Plot::Gold, Plot::Graph, relacs::line(), MultiPlot::lock(), Plot::Pixel, PlotTrace::plot(), relacs::RecordingEventMode, Plot::Red, relacs::RestartEventMode, RELACSPlugin::RW, ConfigClass::size(), EventList::size(), Plot::Solid, relacs::StimulusEventMode, Plot::TriangleUp, ConfigClass::type(), MultiPlot::unlock(), and Plot::Yellow.
Referenced by PlotTrace::plot().
void addMenu | ( | QMenu * | menu | ) |
Add menu entries controlling the time window to menu.
References PlotTrace::autoRange(), PlotTrace::centerVertically(), PlotTrace::centerZoomVertically(), PlotTrace::manualRange(), PlotTrace::moveEnd(), PlotTrace::moveLeft(), PlotTrace::moveRight(), PlotTrace::moveSignalOffsLeft(), PlotTrace::moveSignalOffsRight(), PlotTrace::moveStart(), PlotTrace::moveToSignal(), PlotTrace::plotOnOff(), PlotTrace::print(), PlotTrace::resetZoom(), PlotTrace::toggle(), PlotTrace::toggleGrid(), PlotTrace::toggleTrigger(), PlotTrace::viewEnd(), PlotTrace::viewSignal(), PlotTrace::viewWrapped(), PlotTrace::zoomBack(), PlotTrace::zoomIn(), and PlotTrace::zoomOut().
Referenced by RELACSWidget::RELACSWidget().
void updateMenu | ( | void | ) |
Update menu entries toggeling the traces.
References InList::add(), EventList::add(), InList::clear(), EventList::clear(), RELACSPlugin::events(), MultiPlot::lock(), ConfigDialog::mutex(), Plot::Pointer, MultiPlot::resize(), MultiPlot::setCommonXRange(), MultiPlot::setDataMutex(), InList::size(), MultiPlot::size(), RELACSPlugin::traces(), and MultiPlot::unlock().
Referenced by PlotTrace::displayData(), PlotTrace::displayIndex(), and RELACSWidget::startFirstAcquisition().
void start | ( | double | time | ) |
Start plotting with time interval time.
Referenced by RELACSWidget::startFirstAcquisition().
void stop | ( | void | ) |
Stop plotting.
Referenced by RELACSWidget::stopThreads().
double signalTime | ( | void | ) | const |
References RELACSPlugin::signalTime(), and InList::size().
Referenced by PlotTrace::moveToSignal(), and PlotTrace::plot().
double currentTime | ( | void | ) | const |
References InList::currentTimeRaw(), RELACSPlugin::currentTimeRaw(), and InList::size().
Referenced by PlotTrace::centerVertically(), PlotTrace::centerZoomVertically(), PlotTrace::moveEnd(), PlotTrace::plot(), and PlotTrace::setPlotNextSignal().
|
slot |
Plot voltage traces and events.
References PlotTrace::currentTime(), MultiPlot::draw(), relacs::floor(), RELACSPlugin::getData(), PlotTrace::init(), MultiPlot::lock(), ConfigDialog::lock(), relacs::max(), relacs::min(), PlotTrace::setPlotSignal(), PlotTrace::signalTime(), ConfigClass::size(), ConfigDialog::unlock(), and MultiPlot::unlock().
Referenced by PlotTrace::displayData(), PlotTrace::displayIndex(), PlotTrace::init(), PlotTrace::moveEnd(), PlotTrace::moveLeft(), PlotTrace::moveRight(), PlotTrace::moveSignalOffsLeft(), PlotTrace::moveSignalOffsRight(), PlotTrace::moveStart(), PlotTrace::moveToSignal(), PlotTrace::PlotTrace(), PlotTrace::toggle(), PlotTrace::toggleGrid(), PlotTrace::toggleTrigger(), PlotTrace::viewEnd(), PlotTrace::viewSignal(), PlotTrace::viewWrapped(), PlotTrace::zoomIn(), and PlotTrace::zoomOut().
|
slot |
Toggle plot of trace trace.
References PlotTrace::plot(), and PlotTrace::resize().
Referenced by PlotTrace::addMenu(), and PlotTrace::keyPressEvent().
|
slot |
References RELACSWidget::idle(), MultiPlot::lock(), PlotTrace::plot(), RELACSPlugin::RW, and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References RELACSWidget::idle(), MultiPlot::lock(), PlotTrace::plot(), RELACSPlugin::RW, and MultiPlot::unlock().
Referenced by PlotTrace::addMenu(), and PlotTrace::keyPressEvent().
|
slot |
References RELACSWidget::idle(), MultiPlot::lock(), PlotTrace::plot(), RELACSPlugin::RW, and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References RELACSWidget::idle(), MultiPlot::lock(), PlotTrace::plot(), RELACSPlugin::RW, and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References RELACSWidget::idle(), MultiPlot::lock(), PlotTrace::plot(), RELACSPlugin::RW, and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References PlotTrace::currentTime(), RELACSWidget::idle(), MultiPlot::lock(), PlotTrace::plot(), RELACSPlugin::RW, and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References RELACSWidget::idle(), MultiPlot::lock(), PlotTrace::plot(), RELACSPlugin::RW, PlotTrace::signalTime(), and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References RELACSWidget::idle(), MultiPlot::lock(), PlotTrace::plot(), RELACSPlugin::RW, and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References RELACSWidget::idle(), MultiPlot::lock(), PlotTrace::plot(), RELACSPlugin::RW, and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References RELACSWidget::idle(), MultiPlot::lock(), PlotTrace::plot(), RELACSPlugin::RW, and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References RELACSWidget::idle(), MultiPlot::lock(), PlotTrace::plot(), RELACSPlugin::RW, and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References RELACSWidget::idle(), MultiPlot::lock(), PlotTrace::plot(), RELACSPlugin::RW, and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References RELACSWidget::idle(), MultiPlot::lock(), PlotTrace::plot(), RELACSPlugin::RW, and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References RELACSWidget::idle(), MultiPlot::lock(), PlotTrace::plot(), RELACSPlugin::RW, and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References MultiPlot::lock(), PlotTrace::ManualButton, and MultiPlot::unlock().
Referenced by PlotTrace::addMenu(), and PlotTrace::toggleManual().
|
slot |
References MultiPlot::lock(), PlotTrace::ManualButton, PlotTrace::OnOffButton, and MultiPlot::unlock().
Referenced by PlotTrace::addMenu(), and PlotTrace::toggleManual().
|
slot |
References InList::currentTime(), PlotTrace::currentTime(), MultiPlot::lock(), relacs::max(), relacs::min(), MultiPlot::size(), and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References InList::currentTime(), PlotTrace::currentTime(), ConfigDialog::lock(), MultiPlot::lock(), relacs::max(), relacs::min(), MultiPlot::size(), MultiPlot::unlock(), and ConfigDialog::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References MultiPlot::lock(), MultiPlot::popRanges(), and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References MultiPlot::lock(), MultiPlot::resetRanges(), and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References MultiPlot::lock(), PlotTrace::OnOffButton, and MultiPlot::unlock().
Referenced by PlotTrace::addMenu().
|
slot |
References MultiPlot::lock(), and MultiPlot::unlock().
|
slot |
References PlotTrace::autoRange(), MultiPlot::lock(), PlotTrace::manualRange(), and MultiPlot::unlock().
|
slot |
References TableKey::addNumber(), ConfigClass::index(), InList::index(), RELACSPlugin::lockMetaData(), RELACSPlugin::lockStimulusData(), RELACSPlugin::metaData(), RELACSPlugin::printlog(), RELACSPlugin::relacsSettings(), TableKey::save(), TableKey::saveKey(), ConfigClass::size(), RELACSPlugin::stimulusData(), RELACSPlugin::unlockMetaData(), and RELACSPlugin::unlockStimulusData().
Referenced by PlotTrace::addMenu().
|
slot |
References InList::back(), EventList::capacity(), CyclicArray< T >::capacity(), InList::clear(), EventList::clear(), DataFile::col(), TableKey::columns(), DataFile::data(), RELACSPlugin::defaultPath(), RELACSWidget::idle(), ConfigClass::index(), CyclicSampleData< T >::indices(), DataFile::key(), DataFile::levels(), MultiPlot::lock(), DataFile::metaDataOptions(), EventData::mode(), TableKey::name(), PlotTrace::plot(), InList::push(), EventList::push(), DataFile::read(), DataFile::readMetaData(), relacs::RecordingEventMode, CyclicSampleData< T >::reserve(), PlotTrace::resize(), relacs::RestartEventMode, TableData::rows(), RELACSPlugin::RW, EventList::set(), EventData::setCyclic(), InData::setIdent(), EventData::setIdent(), EventData::setMode(), InList::setSignalIndex(), EventData::setSizeName(), EventData::setSizeUnit(), EventData::setWidthName(), EventData::setWidthUnit(), EventList::size(), InList::size(), relacs::StimulusEventMode, ConfigClass::time(), TableKey::unit(), MultiPlot::unlock(), and PlotTrace::updateMenu().
|
slot |
References InList::clear(), EventList::clear(), InData::currentTime(), RELACSWidget::idle(), MultiPlot::lock(), RELACSPlugin::path(), PlotTrace::plot(), PlotTrace::resize(), RELACSPlugin::RW, RELACSPlugin::trace(), MultiPlot::unlock(), and PlotTrace::updateMenu().
Referenced by RELACSWidget::displayData().
|
protectedvirtual |
Referenced by PlotTrace::resize(), and PlotTrace::resizePlots().
|
protectedvirtual |
References PlotTrace::ButtonBox.
|
protectedvirtual |
Reimplemented from RELACSPlugin.
References RELACSPlugin::keyPressEvent(), PlotTrace::toggle(), and PlotTrace::zoomIn().
|
protectedvirtual |
Reimplemented from RELACSPlugin.
References PlotTrace::EndViewIcon, MultiPlot::lock(), PlotTrace::OnOffButton, RELACSPlugin::printlog(), PlotTrace::SignalViewIcon, MultiPlot::unlock(), and PlotTrace::ViewButton.
|
protectedslot |
Referenced by PlotTrace::PlotTrace().
|
protectedslot |
References MultiPlot::lock(), PlotTrace::resizeLayout(), and MultiPlot::unlock().
Referenced by PlotTrace::PlotTrace().
|
friend |
|
protected |
Referenced by PlotTrace::PlotTrace(), and PlotTrace::resizeEvent().
|
protected |
|
protected |
Referenced by PlotTrace::autoRange(), PlotTrace::customEvent(), PlotTrace::plotOnOff(), and PlotTrace::PlotTrace().
|
protected |
Referenced by PlotTrace::customEvent(), and PlotTrace::PlotTrace().
|
protected |
Referenced by PlotTrace::autoRange(), PlotTrace::manualRange(), and PlotTrace::PlotTrace().
|
protected |
Referenced by PlotTrace::customEvent(), and PlotTrace::PlotTrace().
|
protected |
Referenced by PlotTrace::customEvent(), and PlotTrace::PlotTrace().