![]() |
TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
|
#include <stdlib.h>
#include <QtGui>
#include <QMdiArea>
#include <QMdiSubWindow>
#include <QString>
#include <QFileDialog>
#include <QtDebug>
#include <QTextEdit>
#include <QAction>
#include <QMenu>
#include <QFile>
#include <QHBoxLayout>
#include <QMainWindow>
#include <QHash>
#include <QPair>
#include <QSet>
#include <QLabel>
#include <QSplitter>
#include <QGridLayout>
#include <QScrollArea>
#include <QListWidget>
#include <QSyntaxHighlighter>
#include <QUndoCommand>
#include "DataTable.h"
#include "CodeEditor.h"
#include "HistoryWindow.h"
#include "SymbolsTable.h"
#include "Tool.h"
Go to the source code of this file.
Classes | |
class | Tinkercell::TextEditor |
This is the window that allows used to construct networks using text, as opposed to graphics, which is done by GraphicsScene. The TextEditor requires a supporting tool that parses the text and calls the itemsInserted or itemsRemoved methods. Without a supporting parser tool, the TextEditor will not do anything. More... | |
class | Tinkercell::TextUndoCommand |
this command performs a text change More... | |
Namespaces | |
namespace | Tinkercell |