Relacs Core Library  0.9.8
Classes | Public Slots | Public Member Functions | Public Attributes | Static Public Attributes | Friends | List of all members
Macros Class Reference

#include <macros.h>

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

Public Slots

void startNextRePro (void)
 
void loadMacros (const string &file)
 
void selectMacros (void)
 
void switchMacro (QAction *action)
 
void reload (void)
 
void reloadRePro (const string &name)
 
void store (void)
 
void softBreak (void)
 
void hardBreak (void)
 
void resume (void)
 
void resumeNext (void)
 
void noMacro (RePro *repro)
 

Public Member Functions

 Macros (RELACSWidget *rw, QWidget *parent=0)
 
 ~Macros (void)
 
int index (const string &macro) const
 
string macro (void) const
 
string options (void) const
 
int size (void) const
 
void clear (bool keep=true)
 
void load (const string &macrofile="", bool main=false)
 
bool check (void)
 
void checkOptions (void)
 
bool fatal (void) const
 
void warning (void)
 
void create (void)
 
void setMenu (QMenu *menu)
 
void startNextRePro (bool saving, bool enable=false)
 
void startMacro (int macro, int command=0, bool saving=true, bool enable=false, deque< MacroPos > *newstack=0)
 
void startUp (void)
 
void shutDown (void)
 
void fallBack (bool saving=true)
 
void startSession (void)
 
void stopSession (void)
 
void executeMacro (int newmacro, const Str &params)
 
void setThisOnly (bool macro)
 
virtual void saveConfig (ofstream &str)
 
void setRePros (RePros *repros)
 
void setControls (ControlTabs *controls)
 
- 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 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)
 
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=":=")
 
virtual void notify (void)
 
void callNotifies (void)
 
bool setNotify (bool notify=true)
 
bool unsetNotify (void)
 
bool notifying (void) const
 

Public Attributes

RELACSWidgetRW
 
ReProsRPs
 
ControlTabsCTs
 

Static Public Attributes

static const int MenuWidth = 50
 
- Static Public Attributes inherited from ConfigClass
static const int NonDefault
 
static const long TabSection
 

Friends

ostream & operator<< (ostream &str, const Macros &macros)
 

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
 
- 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)
 

Detailed Description

Container handling Macros.

Author
Jan Benda
Todo:

RePro setOptions() / checking options

change Button layout in resize event

load defaultrepro if it is requested in macros.cfg

Bug:
When switching to macros that contain more buttons, higher keyshortcuts (from the macros menu) are not recognized.

Macros execute RePros.

This class provides the macro buttons and the macros-menu.

Constructor & Destructor Documentation

Macros ( RELACSWidget rw,
QWidget *  parent = 0 
)
~Macros ( void  )

Member Function Documentation

int index ( const string &  macro) const

The index of the macro with name macro.

References Str::lower(), and Macros::macro().

Referenced by MacroCommand::check(), and Macro::setMacroIndices().

string macro ( void  ) const

The name of the current Macro.

Referenced by Macros::index().

string options ( void  ) const

Returns the options of the current RePro.

int size ( void  ) const

The number of macros.

Referenced by Macros::executeMacro(), and Macros::startNextRePro().

void clear ( bool  keep = true)

Clear macros list. Keep macros marked with "keep" if keep is true (default).

Referenced by Macros::load(), and Macros::~Macros().

void load ( const string &  macrofile = "",
bool  main = false 
)

Load Macro definitions from file. If macrofile is empty or main is true and no mainfile property is defined, use the file property of the Macros.

Parameters
[in]macrofilethe path of a file containing macro definitions
[in]mainif true ignore macrofile and use the main macrofile (the mainfile property of the Macros).

References Macros::clear(), Str::empty(), Str::erase(), relacs::line(), Str::strip(), ConfigClass::text(), and Str::WhiteSpace.

Referenced by Macros::loadMacros(), and RELACSWidget::RELACSWidget().

bool check ( void  )
void checkOptions ( void  )

Check repro Options. Returns true, if no macro or no fallback RePro is valid.

Referenced by Macros::loadMacros(), RELACSWidget::startFirstAcquisition(), and RELACSWidget::startIdle().

bool fatal ( void  ) const

Returns true if check detected no macro or no fallback RePro.

Referenced by RELACSWidget::init().

void warning ( void  )
void create ( void  )
void setMenu ( QMenu *  menu)

The menu starting and configuring Macros should be added to menu.

Referenced by RELACSWidget::RELACSWidget().

void startNextRePro ( bool  saving,
bool  enable = false 
)

Stops the currently running repro. Then executes commands of the current macro until the next repro. Finally starts that repro. saving toggles whether saving to files via SaveFiles is enabled. enable overrides disbaled macro commands.

References RELACSWidget::idle(), ConfigClass::name(), Macros::RW, Macros::size(), RELACSWidget::startedMacro(), and RELACSWidget::stopRePro().

Referenced by RELACSWidget::customEvent().

void startMacro ( int  macro,
int  command = 0,
bool  saving = true,
bool  enable = false,
deque< MacroPos > *  newstack = 0 
)

Initializes macro number macro for command number command and calls startNextRePro().

Parameters
[in]macrothe index of the macro
[in]commandthe index of the macro's command to be executed
[in]savingtoggles whether saving to files via SaveFiles is enabled.
[in]enableif true also runs disabled commands
[in]newstackif not 0 set the current stack to newstack.

References ConfigClass::name(), Macros::RW, RELACSWidget::startedMacro(), and Macros::startNextRePro().

Referenced by Macro::dialogAction(), MacroCommand::dialogAction(), Macros::fallBack(), Macro::launch(), Macros::resume(), Macros::resumeNext(), MacroCommand::run(), Macros::shutDown(), MacroCommand::start(), Macros::startSession(), Macros::startUp(), and Macros::stopSession().

void startUp ( void  )

Starts the startup Macro (only in case there is one).

References Macros::startMacro().

Referenced by RELACSWidget::startFirstAcquisition().

void shutDown ( void  )

Starts the shutdown Macro (only in case there is one).

References Macros::startMacro().

Referenced by RELACSWidget::doStopActivity().

void fallBack ( bool  saving = true)

Starts the fallback Macro (only in case there is one).

References Macros::startMacro().

Referenced by Macros::hardBreak(), Macros::loadMacros(), and RELACSWidget::preStopSession().

void startSession ( void  )

Starts the startsession Macro (only in case there is one).

References Macros::startMacro().

Referenced by RELACSWidget::startSession().

void stopSession ( void  )

Starts the stopsession Macro (only in case there is one).

References Macros::startMacro().

Referenced by RELACSWidget::stopSession().

void executeMacro ( int  newmacro,
const Str params 
)

Execute next macro command. Called by MacroCommand::execute().

References Macros::size().

Referenced by MacroCommand::execute().

void setThisOnly ( bool  macro)

Set ThisMacroOnly true if macro is true, otherwise set ThisCommandOnly true.

Referenced by MacroCommand::run().

void saveConfig ( ofstream &  str)
virtual

Update the default macro file and save all options to the config file.

Reimplemented from ConfigClass.

References ConfigClass::saveConfig(), ConfigClass::setText(), ConfigClass::setToDefault(), and ConfigClass::text().

void setRePros ( RePros repros)

Set the pointer to the RePros to repros.

References Macros::RPs.

Referenced by RELACSWidget::RELACSWidget().

void setControls ( ControlTabs controls)

Set the pointer to the Controls to controls.

References Macros::CTs.

Referenced by RELACSWidget::RELACSWidget().

void startNextRePro ( void  )
slot

Stops the currently running repro. Then executes commands of the current macro until the next repro. Finally starts that repro with svaing set to true.

Referenced by Macros::create(), and Macros::startMacro().

void loadMacros ( const string &  file)
slot
void selectMacros ( void  )
slot

Open file dialog and load macros from selected file, check them and create buttons and menu.

References Macros::loadMacros().

Referenced by Macros::create().

void switchMacro ( QAction *  action)
slot

Load macros from file associated with action, check them and create buttons and menu.

References Macros::loadMacros(), and ConfigClass::text().

Referenced by Macros::create().

void reload ( void  )
slot

Reload the macros from the current macro file.

References Macros::loadMacros().

Referenced by Macros::create().

void reloadRePro ( const string &  name)
slot

Updates the macros if the repro name was reloaded.

References RePros::nameRepro(), RELACSWidget::printlog(), Macros::RPs, and Macros::RW.

void store ( void  )
slot

Memorizes the currently running repro and macro.

Referenced by Macros::hardBreak(), Macro::launch(), and Macros::softBreak().

void softBreak ( void  )
slot

Memorizes the currently running repro and macro and starts the fallback macro after the current repro is finished. The currently running repro gets a request to stop ( RePro::setSoftStop() ).

References RELACSWidget::idle(), Macros::RW, and Macros::store().

Referenced by Macros::create().

void hardBreak ( void  )
slot

Memorizes the currently running repro and macro and starts the fallback macro immediately.

References Macros::fallBack(), and Macros::store().

void resume ( void  )
slot

Starts the previously memorized macro at the memorized repro.

References RELACSWidget::idle(), Macros::RW, and Macros::startMacro().

Referenced by Macros::create().

void resumeNext ( void  )
slot

Starts the previously memorized macro at the repro following the memorized repro.

References RELACSWidget::idle(), Macros::RW, and Macros::startMacro().

Referenced by Macros::create().

void noMacro ( RePro repro)
slot

Inform macros that a repro is started that is not part of a macro.

References Macros::RW, and RELACSWidget::startedMacro().

Friends And Related Function Documentation

ostream& operator<< ( ostream &  str,
const Macros macros 
)
friend

Write information of the Macros to str.

Member Data Documentation

const int MenuWidth = 50
static

Maximum number of characters for menu entry.

Referenced by Macro::menuStr().

RePros* RPs

Pointer to all Controls.

Referenced by MacroCommand::check(), and Macros::setControls().


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