#include <iostream>
#include "../algorithms/SAllAlgorithms.h"
#include "../algorithms/SClassification.h"
#include "../model/SMachines.h"
#include "../model/STSysEditEvent.h"
#include "../general/SPref.h"
#include "SSampleDialog.h"
#include "SBibView.h"
#include "ScheduleWin.h"
#include "pixmaps/filenew.xpm"
#include "pixmaps/fileopen.xpm"
#include "pixmaps/filesave.xpm"
#include "pixmaps/navplay.xpm"
#include "pixmaps/navstop.xpm"
#include "pixmaps/navstep.xpm"
#include "pixmaps/navreset.xpm"
#include "pixmaps/dag.xpm"
#include "pixmaps/gantt.xpm"
#include "pixmaps/machine.xpm"
#include "pixmaps/mesh.xpm"
#include "pixmaps/logo.xpm"
#include "pixmaps/man.xpm"
#include <qaccel.h>
#include <qaction.h>
#include <qhbox.h>
#include <qiconset.h>
#include <qmultilineedit.h>
Include dependency graph for ScheduleWin.cpp:
Functions | |
int | compare (const std::string &s1, const std::string &s2) |
void | errorMsgGUI (const QString &caption, const QString &msg) |
Variables | |
QString | fileNewText |
QString | fileOpenText |
QString | fileSaveText |
QString | navPlayText |
QString | navStopText |
QString | navStepText = "Click this button to execute only one step of the simulation" |
QString | navResetText |
QString | navTimeText |
QString | viewDAGText = "Click this button to show/hide the 'DAG-Visualization' window." |
QString | viewMachineText = "Click this button to show/hide the 'Machine-Visualization' window." |
QString | viewMeshText = "Click this button to show/hide the 'Mesh-Visualization' window." |
QString | viewGanttText = "Click this button to show/hide the 'Gantt-Chart' window." |
QString | viewBibText = "Click this button to show the bibliographic reference\nof the current algorithm" |
QString | simTimeLCDText = "This displays shows the current simulation time" |
|
|
|
|
|
Initial value: "Click this button to create a new tasksystem.\n\n" "You can also select the New command from the File menu." |
|
Initial value: "Click this button to open a new tasksystem file.\n\n" "You can also select the Open command from the File menu." |
|
Initial value: "Click this button to save the current tasksystem.\n\n" "You can also select the Save command from the File menu." |
|
Initial value: "Click this button to start/continue the simulation.\n\n" "To start a simulation you first have to load a tasksystem." |
|
Initial value: "Click this button to reset the tasksystem.\n\n" "Use this command to begin the simulation from the start." |
|
|
|
Initial value: "Click this button to stop the simulation.\n\n" "To continue simulation press the 'Step' or 'Play' button." |
|
Initial value: "Use this slider to set the simulation speed.\n\n" "If you move the slider to the left the simulation speed will increase, to the right it will decrease" |
|
|
|
|
|
|
|
|
|
|
|
|