Relacs  0.9.8
Classes | Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
SaveFiles Class Reference

#include <savefiles.h>

Inheritance diagram for SaveFiles:
Inheritance graph
[legend]
Collaboration diagram for SaveFiles:
Collaboration graph
[legend]

Classes

class  ODMLFiles
 
class  RelacsFiles
 

Public Member Functions

 SaveFiles (RELACSWidget *rw, int height, QWidget *parent=0)
 
 ~SaveFiles (void)
 
bool saving (void) const
 
bool filesOpen (void) const
 
void holdOn (void)
 
void holdOff (void)
 
string path (void) const
 
void setPath (const string &path)
 
string addPath (const string &file) const
 
void storeFile (const string &file) const
 
string pathTemplate (void) const
 
void setPathTemplate (const string &path)
 
string defaultPath (void) const
 
void setDefaultPath (const string &defaultpath)
 
string addDefaultPath (const string &file) const
 
void setWriteRelacsFiles (bool write)
 
void setWriteODMLFiles (bool write)
 
void setWriteNIXFiles (bool write)
 
virtual void notify (void)
 
void lock (void) const
 
void unlock (void) const
 
QMutex * mutex (void)
 
void setTracesEvents (const InList &il, const EventList &el)
 
void save (bool on)
 
void saveTraces (void)
 
void save (const OutData &signal)
 
void save (const OutList &signal)
 
void save (const RePro &rp)
 
bool signalPending (void) const
 
void clearSignal (void)
 
void openFiles (void)
 
void deleteFiles (void)
 
void completeFiles (void)
 
DataIndexdataIndex (void)
 
- Public Member Functions inherited from Options
 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)
 
Optionsoperator= (const Options &o)
 
Optionsassign (const Options &o)
 
Optionsappend (const Options &o)
 
Optionsadd (const Options &o)
 
Optionsinsert (const Options &o, const string &atname="")
 
Optionsassign (const Options &o, int flags)
 
Optionscopy (Options &o, int flags)
 
Optionsappend (const Options &o, int flags)
 
Optionsadd (const Options &o, int flags)
 
Optionsinsert (const Options &o, int flags, const string &atname="")
 
Parameterassign (const string &name, const string &value)
 
OptionsparentSection (void)
 
const OptionsparentSection (void) const
 
void setParentSection (Options *parentsection)
 
void resetParents (void)
 
OptionsrootSection (void)
 
const OptionsrootSection (void) const
 
string name (void) const
 
virtual void setName (const string &name)
 
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
 
OptionssetFlag (int flag)
 
OptionsaddFlag (int flag)
 
OptionsdelFlag (int flag)
 
OptionsclearFlag (void)
 
int style (void) const
 
OptionssetStyle (int style)
 
OptionsaddStyle (int style)
 
OptionsdelStyle (int style)
 
OptionsclearStyle (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 Parameteroperator[] (int i) const
 
Parameteroperator[] (int i)
 
const Parameteroperator[] (const string &name) const
 
Parameteroperator[] (const string &name)
 
const Optionssection (int i) const
 
Optionssection (int i)
 
const Optionssection (const string &name) const
 
Optionssection (const string &name)
 
Str request (const string &name) const
 
ParametersetRequest (const string &name, const string &request)
 
Parameter::ValueType valueType (const string &name) const
 
ParametersetValueType (const string &name, Parameter::ValueType type)
 
int flags (const string &name) const
 
bool flags (const string &name, int flag) const
 
ParametersetFlags (const string &name, int flags)
 
ParameteraddFlags (const string &name, int flags)
 
ParameterdelFlags (const string &name, int flags)
 
ParameterclearFlags (const string &name)
 
bool changed (const string &name)
 
int style (const string &name) const
 
ParametersetStyle (const string &name, int style)
 
ParameteraddStyle (const string &name, int style)
 
ParameterdelStyle (const string &name, int style)
 
Str format (const string &name) const
 
ParametersetFormat (const string &name, int width=0, int prec=-1, char fmt='g')
 
ParametersetFormat (const string &name, const string &format)
 
int formatWidth (const string &name) const
 
int size (const string &name) const
 
Parameteradd (const Parameter &np)
 
Parameterinsert (const Parameter &np, const string &atname="")
 
ParameteraddText (const string &name, const string &request, const string &dflt, int flags=0, int style=0)
 
ParameteraddText (const string &name, const string &dflt="", int flags=0, int style=0)
 
ParameterinsertText (const string &name, const string &atname, const string &request, const string &dflt, int flags=0, int style=0)
 
ParameterinsertText (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
 
ParametersetText (const string &name, const string &strg)
 
ParametersetText (const string &name, const Parameter &p)
 
ParameterpushText (const string &name, const string &strg)
 
Str defaultText (const string &name, const string &format="", const string &unit="") const
 
ParametersetDefaultText (const string &name, const string &dflt)
 
ParameteraddSelection (const string &name, const string &request, const string &selection, int flags=0, int style=0)
 
ParameteraddSelection (const string &name, const string &selection="", int flags=0, int style=0)
 
ParameterinsertSelection (const string &name, const string &atname, const string &request, const string &selection, int flags=0, int style=0)
 
ParameterinsertSelection (const string &name, const string &atname="", const string &selection="", int flags=0, int style=0)
 
ParameterselectText (const string &name, const string &strg, int add=0)
 
ParameterselectText (const string &name, int index)
 
int index (const string &name) const
 
int index (const string &name, const string &strg) const
 
ParameteraddNumber (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)
 
ParameteraddNumber (const string &name, const string &request, double dflt, const string &unit="", const string &format="", int flags=0, int style=0)
 
ParameteraddNumber (const string &name, double dflt, const string &unit="", const string &format="", int flags=0, int style=0)
 
ParameteraddNumber (const string &name, double dflt, const string &unit, int flags, int style=0)
 
ParameteraddNumber (const string &name, double dflt, double error, const string &unit="", const string &format="", int flags=0, int style=0)
 
ParameteraddNumber (const string &name, const string &unit="", const string &format="", int flags=0, int style=0)
 
ParameterinsertNumber (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)
 
ParameterinsertNumber (const string &name, const string &atname, const string &request, double dflt, const string &unit="", const string &format="", int flags=0, int style=0)
 
ParameterinsertNumber (const string &name, const string &atname, double dflt, const string &unit="", const string &format="", int flags=0, int style=0)
 
ParameterinsertNumber (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
 
ParametersetNumber (const string &name, double number, double error, const string &unit="")
 
ParametersetNumber (const string &name, double number, const string &unit="")
 
ParameterpushNumber (const string &name, double number, double error=-1.0, const string &unit="")
 
ParameterpushNumber (const string &name, double number, const string &unit)
 
ParametersetNumber (const string &name, const Parameter &p)
 
double defaultNumber (const string &name, const string &unit="") const
 
ParametersetDefaultNumber (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
 
ParametersetStep (const string &name, double step, const string &unit="")
 
ParametersetMinMax (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
 
ParametersetUnit (const string &name, const string &internunit, const string &outunit="")
 
ParametersetOutUnit (const string &name, const string &outputunit)
 
ParameterchangeUnit (const string &name, const string &internunit)
 
ParameteraddInteger (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)
 
ParameteraddInteger (const string &name, long dflt, const string &unit="", int width=0, int flags=0, int style=0)
 
ParameteraddInteger (const string &name, const string &unit="")
 
ParameterinsertInteger (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)
 
ParameterinsertInteger (const string &name, const string &atname, long dflt, const string &unit="", int width=0, int flags=0, int style=0)
 
ParameterinsertInteger (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
 
ParametersetInteger (const string &name, long number, long error, const string &unit="")
 
ParametersetInteger (const string &name, long number, const string &unit="")
 
ParameterpushInteger (const string &name, long number, long error, const string &unit="")
 
ParameterpushInteger (const string &name, long number, const string &unit="")
 
ParametersetInteger (const string &name, const Parameter &p)
 
long defaultInteger (const string &name, const string &unit="") const
 
ParametersetDefaultInteger (const string &name, long dflt, const string &unit="")
 
ParametersetMinMax (const string &name, long minimum=LONG_MIN, long maximum=LONG_MAX, long step=1, const string &unit="")
 
ParametersetMinMax (const string &name, int minimum, int maximum, int step=1, const string &unit="")
 
ParameteraddBoolean (const string &name, const string &request, bool dflt, int flags=0, int style=0)
 
ParameteraddBoolean (const char *name, const char *request, bool dflt, int flags=0, int style=0)
 
ParameteraddBoolean (const string &name, bool dflt, int flags=0, int style=0)
 
ParameteraddBoolean (const char *name, bool dflt, int flags=0, int style=0)
 
ParameterinsertBoolean (const string &name, const string &atname="", const string &request="", bool dflt=false, int flags=0, int style=0)
 
ParameterinsertBoolean (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
 
ParametersetBoolean (const string &name, bool b)
 
ParametersetBoolean (const string &name, const Parameter &p)
 
bool defaultBoolean (const string &name) const
 
ParametersetDefaultBoolean (const string &name, bool dflt)
 
ParameteraddDate (const string &name, const string &request, int year=0, int month=0, int day=0, int flags=0, int style=0)
 
ParameteraddDate (const string &name, int year, int month, int day, int flags=0, int style=0)
 
ParameteraddDate (const string &name, int flags=0, int style=0)
 
ParameterinsertDate (const string &name, const string &atname="", const string &request="", int year=0, int month=0, int day=0, int flags=0, int style=0)
 
ParameterinsertDate (const string &name, const string &atname, int year=0, int month=0, int day=0, int flags=0, int style=0)
 
ParameterinsertDate (const string &name, const string &atname, int flags=0, int style=0)
 
const Parameterdate (const string &name, int index, int &year, int &month, int &day) const
 
ParametersetDate (const string &name, int year, int month, int day)
 
ParametersetDate (const string &name, const string &date)
 
ParametersetDate (const string &name, const struct tm &date)
 
ParametersetDate (const string &name, const time_t &time)
 
ParametersetCurrentDate (const string &name)
 
ParametersetDate (const string &name, const Parameter &p)
 
const ParameterdefaultDate (const string &name, int index, int &year, int &month, int &day) const
 
ParametersetDefaultDate (const string &name, int year, int month, int day)
 
ParameteraddTime (const string &name, const string &request, int hour=0, int minutes=0, int seconds=0, int milliseconds=0, int flags=0, int style=0)
 
ParameteraddTime (const string &name, int hour, int minutes, int seconds, int milliseconds=0, int flags=0, int style=0)
 
ParameteraddTime (const string &name, int flags=0, int style=0)
 
ParameterinsertTime (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)
 
ParameterinsertTime (const string &name, const string &atname, int hour=0, int minutes=0, int seconds=0, int milliseconds=0, int flags=0, int style=0)
 
ParameterinsertTime (const string &name, const string &atname, int flags=0, int style=0)
 
const Parametertime (const string &name, int index, int &hour, int &minutes, int &seconds, int &milliseconds) const
 
ParametersetTime (const string &name, int hour, int minutes, int seconds, int milliseconds=0)
 
ParametersetTime (const string &name, const string &time)
 
ParametersetTime (const string &name, const struct tm &time)
 
ParametersetTime (const string &name, const time_t &time)
 
ParametersetCurrentTime (const string &name)
 
ParametersetTime (const string &name, const Parameter &p)
 
const ParameterdefaultTime (const string &name, int index, int &hour, int &minutes, int &seconds, int &milliseconds) const
 
ParametersetDefaultTime (const string &name, int hour, int minutes, int seconds, int milliseconds=0)
 
OptionsnewSection (int level, const string &name, const string &type="", int flag=0, int style=0)
 
OptionsnewSection (int level, const string &name, int flag, int style=0)
 
OptionsnewSection (const string &name, const string &type="", int flag=0, int style=0)
 
OptionsnewSection (const string &name, int flag, int style=0)
 
OptionsnewSubSection (const string &name, const string &type="", int flag=0, int style=0)
 
OptionsnewSubSection (const string &name, int flag, int style=0)
 
OptionsnewSubSubSection (const string &name, const string &type="", int flag=0, int style=0)
 
OptionsnewSubSubSection (const string &name, int flag, int style=0)
 
OptionsaddSection (const string &name, const string &type="", int flag=0, int style=0)
 
OptionsaddSection (const string &name, int flag, int style=0)
 
OptionsinsertSection (const string &name, const string &atpattern, const string &type="", int flag=0, int style=0)
 
OptionsinsertSection (const string &name, const string &atpattern, int flag, int style=0)
 
OptionsnewSection (int level, const Options &opt, int selectmask, const string &name="", const string &type="", int flag=0, int style=0)
 
OptionsnewSection (int level, const Options &opt, const string &name="", const string &type="", int flag=0, int style=0)
 
OptionsnewSection (int level, const Options &opt, const string &name, int flag, int style=0)
 
OptionsnewSection (const Options &opt, int selectmask, const string &name="", const string &type="", int flag=0, int style=0)
 
OptionsnewSection (const Options &opt, const string &name="", const string &type="", int flag=0, int style=0)
 
OptionsnewSection (const Options &opt, const string &name, int flag, int style=0)
 
OptionsnewSubSection (const Options &opt, int selectmask, const string &name="", const string &type="", int flag=0, int style=0)
 
OptionsnewSubSection (const Options &opt, const string &name="", const string &type="", int flag=0, int style=0)
 
OptionsnewSubSection (const Options &opt, const string &name, int flag, int style=0)
 
OptionsnewSubSubSection (const Options &opt, int selectmask, const string &name="", const string &type="", int flag=0, int style=0)
 
OptionsnewSubSubSection (const Options &opt, const string &name="", const string &type="", int flag=0, int style=0)
 
OptionsnewSubSubSection (const Options &opt, const string &name, int flag, int style=0)
 
OptionsaddSection (const Options &opt, int selectmask, const string &name="", const string &type="", int flag=0, int style=0)
 
OptionsaddSection (const Options &opt, const string &name="", const string &type="", int flag=0, int style=0)
 
OptionsaddSection (const Options &opt, const string &name, int flag, int style=0)
 
OptionsinsertSection (const Options &opt, int selectmask, const string &name, const string &atpattern, const string &type="", int flag=0, int style=0)
 
OptionsinsertSection (const Options &opt, const string &name, const string &atpattern, const string &type="", int flag=0, int style=0)
 
OptionsinsertSection (const Options &opt, const string &name, const string &atpattern, int flag, int style=0)
 
OptionsnewSection (Options *opt, bool newparent=false)
 
OptionsaddSection (Options *opt, bool newparent=false)
 
OptionsinsertSection (Options *opt, const string &atpattern, bool newparent=false)
 
OptionsnewSections (Options *opt, bool newparent=false)
 
void endSection (void)
 
void clearSections (void)
 
void setSection (Options &opt)
 
void lastSection (void)
 
int up (void)
 
int down (void)
 
ParametersetDefault (const string &name)
 
OptionssetDefaults (int flags=0)
 
ParametersetToDefault (const string &name)
 
OptionssetToDefaults (int flags=0)
 
Optionserase (iterator p)
 
Optionserase (section_iterator p)
 
Optionserase (Options *s)
 
Optionserase (const string &pattern)
 
Optionserase (int selectflag)
 
Optionspop (void)
 
OptionspopSection (void)
 
Optionsflatten (Options *root=0)
 
Optionsclear (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
 
OptionssetFlags (int flags, int selectflag=0)
 
OptionsaddFlags (int flags, int selectflag=0)
 
OptionsdelFlags (int flags, int selectflag=0)
 
OptionssetValueTypeFlags (int flags, int typemask)
 
OptionsaddValueTypeFlags (int flags, int typemask)
 
OptionsdelValueTypeFlags (int flags, int typemask)
 
OptionssetStyles (int style, int selectflag=0)
 
OptionsaddStyles (int style, int selectflag=0)
 
OptionsdelStyles (int style, int selectflag=0)
 
int styleSize (int style) const
 
OptionssetValueTypeStyles (int style, int typemask)
 
OptionsaddValueTypeStyles (int style, int typemask)
 
OptionsdelValueTypeStyles (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 &sectionformat="%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
 
Optionsread (const string &opttxt, int flag, const string &assignment=":=", const string &separator=",;", int *indent=0)
 
Optionsread (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)
 
Optionsread (const StrQueue &sq, int flag=0, const string &assignment=":=")
 
bool read (const Parameter &p, int flag=0)
 
Optionsread (const Options &o, int flags=0, int flag=0)
 
bool readAppend (const Parameter &p)
 
OptionsreadAppend (const Options &o, int flags=0)
 
Optionsload (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)
 
Optionsload (const StrQueue &sq, const string &assignment=":=")
 
void callNotifies (void)
 
bool setNotify (bool notify=true)
 
bool unsetNotify (void)
 
bool notifying (void) const
 

Static Public Attributes

static const int SaveTrace = 0x0010
 
static const int SaveMeanQuality = 0x0400
 
static const int TraceFlag = 32768
 
- Static Public Attributes inherited from Options
static const int NonDefault = Parameter::NonDefault
 
static const long TabSection = 0x04000000
 

Protected Member Functions

void setThePath (const string &path)
 
bool isSaving (void) const
 
void writeToggle (void)
 
void writeTraces (bool stimulus)
 
void writeEvents (bool stimulus)
 
void writeStimulus (void)
 
void writeRePro (void)
 
void closeFiles (void)
 
bool removeDir (const QString &dirname)
 
string pathName (void) const
 
void addFile (const string &filename)
 
ofstream * openFile (const string &filename, int type)
 
void addRemoveFile (const string &filename)
 
void clearRemoveFiles (void)
 
void removeFiles (void)
 
void createRelacsFiles (void)
 
void createODMLFiles (void)
 
void createNIXFile (void)
 
virtual void customEvent (QEvent *qce)
 

Protected Attributes

bool WriteRelacsFiles
 
bool WriteODMLFiles
 
bool WriteNIXFiles
 
bool FilesOpen
 
bool Saving
 
bool Hold
 
string Path
 
string PrevPath
 
string PathTemplate
 
string DefaultPath
 
int PathNumber
 
time_t PathTime
 
double SessionTime
 
InList IL
 
EventList EL
 
double SignalTime
 
double PrevSignalTime
 
Options StimulusData
 
deque< OutDataInfoStimuli
 
map< string, map< Options,
string > > 
ReProStimuli
 
string ReProName
 
map< string, int > ReProStimulusCount
 
Options ReProInfo
 
deque< string > ReProFiles
 
bool ReProData
 
bool ToggleOn
 
bool ToggleData
 
DataIndex DI
 
deque< string > RemoveFiles
 
RelacsFiles RelacsIO
 
ODMLFiles OdmlIO
 
RELACSWidgetRW
 
QLabel * FileLabel
 
QFont NormalFont
 
QFont HighlightFont
 
QPalette NormalPalette
 
QPalette HighlightPalette
 
SpikeTraceSaveLabel
 
QHBoxLayout * StatusInfoLayout
 
QMutex SaveMutex
 
QMutex StimulusDataLock
 

Additional Inherited Members

- Public Types inherited from Options
enum  SaveFlags {
  NoName = 1, NoType = 2, NoInclude = 4, SwitchNameType = 8,
  Embrace = 16, PrintRequest = 32, FirstOnly = 64, PrintType = 128,
  PrintStyle = 256, DontCloseSection = 512, AlwaysQuote = 1024, EscapeQuotes = 2048
}
 
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
 
- Static Public Member Functions inherited from Options
static double floorLog10 (double v)
 
static double floor10 (double v, double scale=1.0)
 
static double ceil10 (double v, double scale=1.0)
 

Detailed Description

Save data to files.

Author
Jan Benda

is owned by RELACSWidget and used by RELACSPlugin (path() and stimulusData()) Settings (defaultPath()) and MetaData (path() only)

SaveFile sets the following environment variables:

Todo:

platform independent mkdir in openFiles()!

saveStimulus: adaptive time for calculating the mean rate

check it carefully!

warning on Disk full (or even before!)

File formats:

  • .wav: enough flexibility, compression possible, but file size limited to 2GB has to be known in advance,
  • .au: raw data with unlimited file size und minimal header information allows for float and double

Constructor & Destructor Documentation

SaveFiles ( RELACSWidget rw,
int  height,
QWidget *  parent = 0 
)
~SaveFiles ( void  )

Member Function Documentation

bool saving ( void  ) const

The current status of saving data to files.

Returns
true if files are opened and data are currently written into the files.
See Also
filesOpen(), save(bool), holdOn(), holdOff()

References SaveFiles::isSaving(), and SaveFiles::SaveMutex.

Referenced by RELACSWidget::directWrite(), RELACSPlugin::saving(), and RELACSWidget::write().

bool filesOpen ( void  ) const

The current status of having files opened for saving data.

Returns
true if files are open.
See Also
writing()

References SaveFiles::FilesOpen, and SaveFiles::SaveMutex.

Referenced by RELACSWidget::startSession(), and RELACSWidget::stopSession().

void holdOn ( void  )

Do not update Saving.

References SaveFiles::Hold, and SaveFiles::SaveMutex.

Referenced by RELACSWidget::startRePro().

void holdOff ( void  )

Allow updating Saving.

References SaveFiles::Hold, and SaveFiles::SaveMutex.

string path ( void  ) const
void setPath ( const string &  path)

Set the base path for all data to be stored and the corresponding environment variable RELACSDATAPATH

Parameters
[in]paththe base path for storing data. path(), setPathTemplate()

References SaveFiles::SaveMutex, and SaveFiles::setThePath().

Referenced by RELACSWidget::startFirstAcquisition(), and RELACSWidget::stopSession().

string addPath ( const string &  file) const

Expand file name by the current base path for storing data.

Parameters
[in]filethe name of the file
Returns
file added to the current path for storing data.
See Also
path()

References SaveFiles::Path, and SaveFiles::SaveMutex.

Referenced by RePro::addPath(), RELACSPlugin::addPath(), MetaData::save(), and RELACSWidget::startSession().

void storeFile ( const string &  file) const

Stores file in the list of files of the currently running RePro.

References SaveFiles::ReProFiles, and SaveFiles::SaveMutex.

Referenced by RePro::addPath().

string pathTemplate ( void  ) const
Returns
the template for the base path where data are to stored.
See Also
setPathTemplate(), path()

References SaveFiles::PathTemplate, and SaveFiles::SaveMutex.

void setPathTemplate ( const string &  path)

Set the template for the base path for all data to be stored. Also adjusts the width of the widget accordingly.

Parameters
[in]paththe template for the base path.
Note
The template is only set if path is not an empty string. pathTemplate()

References SaveFiles::FileLabel, Str::format(), SaveFiles::HighlightFont, SaveFiles::path(), SaveFiles::PathTemplate, SaveFiles::PathTime, and SaveFiles::SaveMutex.

Referenced by Settings::notify(), and SaveFiles::SaveFiles().

string defaultPath ( void  ) const
Returns
the default base path where data are stored if no session is running.
See Also
addDefaultPath(), setDefaultPath(), path()

References SaveFiles::DefaultPath, and SaveFiles::SaveMutex.

Referenced by RELACSPlugin::defaultPath(), RELACSWidget::startFirstAcquisition(), and RELACSWidget::stopSession().

void setDefaultPath ( const string &  defaultpath)

Set the default base path for all data to be stored and the corresponding environment variable RELACSDEFAULTPATH. If the current path() equals defaultPath() then the current base path is alse set via setPath().

Parameters
[in]defaultpaththe base path for storing data.
Note
The pathes are only set if defaultpath is not an empty string. defaultPath()

References SaveFiles::DefaultPath, SaveFiles::Path, SaveFiles::SaveMutex, and SaveFiles::setThePath().

Referenced by Settings::notify().

string addDefaultPath ( const string &  file) const

Expand file name by the default base path for storing data.

Parameters
[in]filethe name of the file
Returns
file added to the default base path for storing data.
See Also
defaultPath()

References SaveFiles::DefaultPath, and SaveFiles::SaveMutex.

Referenced by RELACSPlugin::addDefaultPath().

void setWriteRelacsFiles ( bool  write)

Should data be written in RELACS format?

References SaveFiles::WriteRelacsFiles.

Referenced by Settings::notify().

void setWriteODMLFiles ( bool  write)

Should metadata be written in ODML format?

References SaveFiles::WriteODMLFiles.

Referenced by Settings::notify().

void setWriteNIXFiles ( bool  write)

Should data be written in NIX format?

References SaveFiles::WriteNIXFiles.

Referenced by Settings::notify().

void notify ( void  )
virtual

React to settings of the stimulus options. This function calls notifyStimulusData() in all RELACSPlugins.

Reimplemented from Options.

References RELACSWidget::notifyStimulusData(), and SaveFiles::RW.

void lock ( void  ) const

Lock the stimulus data.

References SaveFiles::StimulusDataLock.

Referenced by RELACSPlugin::lockStimulusData(), and SaveFiles::openFiles().

void unlock ( void  ) const

Unlock the stimulus data mutex.

References SaveFiles::StimulusDataLock.

Referenced by SaveFiles::openFiles(), and RELACSPlugin::unlockStimulusData().

QMutex * mutex ( void  )

The mutex of the stimulus data.

References SaveFiles::StimulusDataLock.

Referenced by RELACSPlugin::stimulusDataMutex().

void setTracesEvents ( const InList il,
const EventList el 
)

Copies pointers of each element of il and el to this.

References InList::add(), EventList::add(), InList::clear(), EventList::clear(), SaveFiles::EL, SaveFiles::IL, and SaveFiles::SaveMutex.

Referenced by RELACSWidget::startFirstAcquisition().

void save ( bool  on)

Switch writing data to file on or off. Call this only at the very beginning of your RePro::main() code, i.e. before writing any stimulus.

References SaveFiles::FilesOpen, SaveFiles::SaveMutex, SaveFiles::Saving, SaveFiles::ToggleData, and SaveFiles::ToggleOn.

Referenced by RELACSWidget::directWrite(), RePro::setSaving(), RELACSWidget::startRePro(), and RELACSWidget::write().

void saveTraces ( void  )
void save ( const OutData signal)
void save ( const OutList signal)
void save ( const RePro rp)
bool signalPending ( void  ) const
Returns
true if there is still a stimulus pending that needs to be written into the index files.

References SaveFiles::SaveMutex, and SaveFiles::Stimuli.

Referenced by RELACSWidget::directWrite(), RELACSWidget::stopRePro(), and RELACSWidget::write().

void clearSignal ( void  )

Clear a pending signal.

References SaveFiles::SaveMutex, and SaveFiles::Stimuli.

Referenced by RELACSWidget::stopRePro().

void openFiles ( void  )
void deleteFiles ( void  )
void completeFiles ( void  )
DataIndex * dataIndex ( void  )
Returns
a pointer to the index of all recording, repro, and stimulus data.

References SaveFiles::DI.

Referenced by RELACSWidget::RELACSWidget().

void setThePath ( const string &  path)
protected

Set the base path for all data to be stored and the corresponding environment variable RELACSDATAPATH

Parameters
[in]paththe base path for storing data. This is the not-locked variant of setPath()

References SaveFiles::path(), and SaveFiles::Path.

Referenced by SaveFiles::completeFiles(), SaveFiles::deleteFiles(), SaveFiles::openFiles(), SaveFiles::setDefaultPath(), and SaveFiles::setPath().

bool isSaving ( void  ) const
protected

The current status of saving data to files.

Returns
true if files are opened and data are currently written into the files. This is the not-locked variant of saving().

References SaveFiles::FilesOpen, and SaveFiles::Saving.

Referenced by SaveFiles::save(), SaveFiles::saveTraces(), SaveFiles::saving(), SaveFiles::writeEvents(), SaveFiles::writeRePro(), SaveFiles::writeStimulus(), SaveFiles::writeToggle(), and SaveFiles::writeTraces().

void writeToggle ( void  )
protected
void writeTraces ( bool  stimulus)
protected
void writeEvents ( bool  stimulus)
protected
void writeStimulus ( void  )
protected
void writeRePro ( void  )
protected
void closeFiles ( void  )
protected
bool removeDir ( const QString &  dirname)
protected

Remove the directory dirname with all its files and all its sub-directories.

References RELACSWidget::printlog(), and SaveFiles::RW.

Referenced by SaveFiles::deleteFiles().

string pathName ( void  ) const
protected

Generate new pathname using PathTemplate, PathTime, and PathNumber.

References Str::format(), SaveFiles::PathNumber, SaveFiles::PathTemplate, SaveFiles::PathTime, and Str::upper().

Referenced by SaveFiles::openFiles().

void addFile ( const string &  filename)
protected
ofstream * openFile ( const string &  filename,
int  type 
)
protected

Open the file path() + filename as specified by type (ios::out, ios::in, ios::binary, ...). Add it to the list of files to be removed and to the metadata and print an error message if opening of the file failed.

References SaveFiles::addFile(), SaveFiles::Path, RELACSWidget::printlog(), and SaveFiles::RW.

Referenced by SaveFiles::ODMLFiles::open(), SaveFiles::RelacsFiles::openEventFiles(), SaveFiles::RelacsFiles::openStimulusFiles(), and SaveFiles::RelacsFiles::openTraceFiles().

void addRemoveFile ( const string &  filename)
protected

The file filename will be removed if the session is not saved.

References SaveFiles::RemoveFiles.

Referenced by SaveFiles::addFile(), and SaveFiles::createNIXFile().

void clearRemoveFiles ( void  )
protected

Reset the list of files that have to be deleted if the session is not to be saved.

References SaveFiles::RemoveFiles.

Referenced by SaveFiles::completeFiles(), SaveFiles::openFiles(), SaveFiles::removeFiles(), SaveFiles::SaveFiles(), and SaveFiles::~SaveFiles().

void removeFiles ( void  )
protected

Remove all files from the list and clear the list of files that have to be deleted if the session is not to be saved.

References SaveFiles::clearRemoveFiles(), and SaveFiles::RemoveFiles.

Referenced by SaveFiles::deleteFiles().

void createRelacsFiles ( void  )
protected

Open and initialize the native RELACS data files that contain all information.

References SaveFiles::EL, SaveFiles::FilesOpen, SaveFiles::IL, SaveFiles::RelacsFiles::open(), SaveFiles::Path, SaveFiles::RelacsIO, SaveFiles::RW, and SaveFiles::WriteRelacsFiles.

Referenced by SaveFiles::openFiles().

void createODMLFiles ( void  )
protected

Open and initialize the ODML files that contain metadata only.

References SaveFiles::FilesOpen, SaveFiles::OdmlIO, SaveFiles::ODMLFiles::open(), SaveFiles::Path, SaveFiles::RW, and SaveFiles::WriteODMLFiles.

Referenced by SaveFiles::openFiles().

void createNIXFile ( void  )
protected
void customEvent ( QEvent *  qce)
protectedvirtual

Member Data Documentation

const int SaveTrace = 0x0010
static
const int SaveMeanQuality = 0x0400
static

Flag for the modes of events, indicating that their mean quality should be saved.

Referenced by FilterDetectors::createFilters(), SaveFiles::RelacsFiles::openStimulusFiles(), SaveFiles::RelacsFiles::writeRePro(), and SaveFiles::RelacsFiles::writeStimulus().

const int TraceFlag = 32768
static

Flag for the Options to mark the last values of the output traces.

Referenced by RELACSPlugin::stimulusDataTraceFlag().

bool WriteRelacsFiles
protected

Should data be written in RELACS format?

Referenced by SaveFiles::createRelacsFiles(), SaveFiles::SaveFiles(), and SaveFiles::setWriteRelacsFiles().

bool WriteODMLFiles
protected

Should metadata be written in ODML format?

Referenced by SaveFiles::createODMLFiles(), SaveFiles::SaveFiles(), and SaveFiles::setWriteODMLFiles().

bool WriteNIXFiles
protected
bool FilesOpen
protected
bool Saving
protected
bool Hold
protected
string Path
protected
string PrevPath
protected

The path from the previous session.

Referenced by SaveFiles::completeFiles(), SaveFiles::openFiles(), and SaveFiles::SaveFiles().

string PathTemplate
protected

The template from which Path is generated.

Referenced by SaveFiles::pathName(), SaveFiles::pathTemplate(), SaveFiles::SaveFiles(), and SaveFiles::setPathTemplate().

string DefaultPath
protected
int PathNumber
protected

Identification number for pathes used to create a base path from PathFormat.

Referenced by SaveFiles::deleteFiles(), SaveFiles::openFiles(), SaveFiles::pathName(), and SaveFiles::SaveFiles().

time_t PathTime
protected

The time used to generate the previous base path.

Referenced by SaveFiles::openFiles(), SaveFiles::pathName(), SaveFiles::SaveFiles(), and SaveFiles::setPathTemplate().

double SessionTime
protected

Time of start of the session.

Referenced by SaveFiles::openFiles(), SaveFiles::writeRePro(), and SaveFiles::writeStimulus().

InList IL
protected
EventList EL
protected
double SignalTime
protected
double PrevSignalTime
protected
Options StimulusData
protected

The options of SaveFiles at the time of writing a stimulus. Contains values of all output traces right before writing the new stimulus and additional information.

Referenced by SaveFiles::save(), and SaveFiles::writeStimulus().

deque< OutDataInfo > Stimuli
protected
map< string, map < Options, string > > ReProStimuli
protected
string ReProName
protected
map< string, int > ReProStimulusCount
protected

Number of stimuli written by the current RePro, keys are the names of the RePros.

Referenced by SaveFiles::openFiles(), SaveFiles::SaveFiles(), SaveFiles::writeRePro(), SaveFiles::writeStimulus(), and SaveFiles::~SaveFiles().

Options ReProInfo
protected
deque< string > ReProFiles
mutableprotected
bool ReProData
protected
bool ToggleOn
protected
bool ToggleData
protected
DataIndex DI
protected
deque<string> RemoveFiles
protected

A list of files which have to be deleted if the session is not to be saved.

Referenced by SaveFiles::addRemoveFile(), SaveFiles::clearRemoveFiles(), and SaveFiles::removeFiles().

RelacsFiles RelacsIO
protected
ODMLFiles OdmlIO
protected
RELACSWidget* RW
protected
QLabel* FileLabel
protected
QFont NormalFont
protected
QFont HighlightFont
protected
QPalette NormalPalette
protected
QPalette HighlightPalette
protected
SpikeTrace* SaveLabel
protected
QHBoxLayout* StatusInfoLayout
protected

Referenced by SaveFiles::SaveFiles().

QMutex SaveMutex
mutableprotected
QMutex StimulusDataLock
mutableprotected

The documentation for this class was generated from the following files: