![]() |
TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
|
#include <QtGui>
#include <QColor>
#include <QMainWindow>
#include <QTextCursor>
#include <QTextEdit>
#include <QCompleter>
#include <QSyntaxHighlighter>
#include <QRegExp>
#include "DataTable.h"
#include "Tool.h"
#include "interpreters/InterpreterThread.h"
Go to the source code of this file.
Classes | |
class | Tinkercell::CommandTextEdit |
A command-line type text box that other tools can use for scripting interface. More... | |
class | Tinkercell::ConsoleWindow |
Used to create an output window that can display outputs. More... | |
Namespaces | |
namespace | Tinkercell |