|
Public Methods |
| | SPref (int blub) |
| | ~SPref () |
| void | load () |
| void | save () |
| const leda_string & | getJobHiddenColor () const |
| void | setJobHiddenColor (const leda_string &s) |
| const leda_string & | getJobReleasedColor () const |
| void | setJobReleasedColor (const leda_string &s) |
| const leda_string & | getJobRunningColor () const |
| void | setJobRunningColor (const leda_string &s) |
| const leda_string & | getJobFinishedColor () const |
| void | setJobFinishedColor (const leda_string &s) |
| const leda_string & | getJobRejectedColor () const |
| void | setJobRejectedColor (const leda_string &s) |
| const int & | getUsePixmaps () const |
| void | setUsePixmaps (const int &i) |
| const leda_string & | getJobPixmapFile () const |
| void | setJobPixmapFile (const leda_string &s) |
| void | setJobLayoutSettings (const leda_string &hcol, const leda_string &recol, const leda_string &rucol, const leda_string &fcol, const leda_string &rjcol, int width, int height, const leda_string &shape, int usepix, const leda_string &pixfile) |
| int | getNodeWidth () const |
| void | setNodeWidth (int w) |
| int | getNodeHeight () const |
| void | setNodeHeight (int h) |
| const leda_string & | getNodeShape () const |
| void | setNodeShape (const leda_string &s) |
| const leda_string & | getMachGifFile () const |
| void | setMachGifFile (const leda_string &s) |
| const leda_string & | getAlgorithm () const |
| const leda_string & | getPlayerTasksystemFile () const |
| const leda_string & | getPlayerLogFile () const |
| void | setAlgorithm (const leda_string &alg, const leda_string &playerTS, const leda_string &playerLog) |
| int | getLogTextActivated () |
| const string & | getLogTextStream () |
| const int & | getSchedFilter () const |
| const int & | getEditFilter () const |
| void | setLogTextSettings (int act, const string &s, int schedfilter, int editfilter) |
| int | getLogPlayerActivated () |
| const string & | getLogPlayerStream () |
| void | setLogPlayerSettings (int act, const string &s) |
| int | getLogOptCritActivated () |
| void | getLogOptCritValues (int &criterion, int &type, int &weighted) |
| void | setLogOptCritSettings (int act, int criterion, int type, int weighted) |
| void | setSchedWinPos (QPoint p) |
| void | setSchedWinSize (int w, int h) |
| const QRect & | getSchedWinGeometry () |
| void | setDAGWinPos (QPoint p) |
| void | setDAGWinSize (int w, int h) |
| const QRect & | getDAGWinGeometry () |
| void | setMachineWinPos (QPoint p) |
| void | setMachineWinSize (int w, int h) |
| const QRect & | getMachineWinGeometry () |
| void | setMeshWinPos (QPoint p) |
| void | setMeshWinSize (int w, int h) |
| const QRect & | getMeshWinGeometry () |
| void | setGanttWinPos (QPoint p) |
| void | setGanttWinSize (int w, int h) |
| const QRect & | getGanttWinGeometry () |
| void | setRecentFiles (leda_list< string > recentFiles) |
| const leda_list< string > | getRecentFiles () |
| const double & | getProcTimeEps () const |
| void | setProcTimeEps (const double &d) |
| void | addObserver (SObserver &obs) |
| void | deleteObserver (SObserver &obs) |
| void | notifyObservers (const SEvent &event) |
Static Public Methods |
| SPref & | instance () |
| string | getRootDir () |