![]() |
TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
|
#include <stdlib.h>
#include <QtGui>
#include <QObject>
#include <QString>
#include <QRegExp>
#include <QHash>
#include <QUndoCommand>
#include <QToolBar>
#include "DataTable.h"
#include "HistoryWindow.h"
#include "SymbolsTable.h"
#include "NetworkWindow.h"
Go to the source code of this file.
Classes | |
class | Tinkercell::NetworkHandle |
A class that is used to store a network. The network is a collection of Item Handles. The history stack is also a key component of a network. The network can either be represented as text using TextEditor or visualized with graphical items in the GraphicsScene. Each node and connection are contained in a handle, and each handle can either be represented as text or as graphics. The two main components of NetworkWindow are the SymbolsTable and HistoryStack This class provides functions for inserting items, removing items, and changing information inside the model. More... | |
Namespaces | |
namespace | Tinkercell |