#include "constants.h"
#include "automataWorkSimulator.h"
#include "editor.h"
#include "stringProcessor.h"
#include "utils.h"
#include "scopedsetter.h"
#include <QRubberBand>
#include <QPainterPath>
#include <QLabel>
#include <QLineEdit>
#include <QPushButton>
#include <QTableWidget>
#include <QGridLayout>
#include <QList>
#include <QVector>
#include <QTextEdit>
#include <QCheckBox>
#include <QDoubleSpinBox>
#include <QMessageBox>
#include <QTimer>
#include <QCoreApplication>
#include <QUndoStack>
#include <QFileDialog>
Go to the source code of this file.
Classes | |
class | SimulationMarker |
Marks active states during simulation process. More... | |
Defines | |
#define | DBGLOG_ANIM(x) |
#define DBGLOG_ANIM | ( | x | ) |
Definition at line 30 of file automataWorkSimulator.cpp.
Referenced by AutomataWorkSimulator::animate(), and AutomataWorkSimulator::animateMove().