![]() |
TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
|
#include <QtGui>
#include <QString>
#include <QFileDialog>
#include <QtDebug>
#include <QGraphicsItem>
#include <QGraphicsScene>
#include <QGraphicsView>
#include <QAction>
#include <QMenu>
#include <QTabWidget>
#include <QThread>
#include <QFile>
#include <QHBoxLayout>
#include <QMainWindow>
#include <QHash>
#include <QUndoCommand>
#include <QToolBar>
#include <QToolBox>
#include <QUndoView>
#include <QUndoStack>
#include <QPrintDialog>
#include <QPrinter>
#include <QGridLayout>
#include <QSemaphore>
#include <QLibrary>
#include "HistoryWindow.h"
#include "DataTable.h"
#include "ConvertValue.h"
#include "GraphicsScene.h"
Go to the source code of this file.
Classes | |
class | Tinkercell::DroppableTabWidget |
class | Tinkercell::MainWindow |
MainWindow is the parent container for all the other widgets in TinkerCell The central widget in MainWindow is a tab widget. Each tab widget can hold a GraphicsView or a TextEditor. One of the main roles of MainWindow is to serve as a signal/slot hub for Tools. More... | |
Namespaces | |
namespace | Tinkercell |