TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
Classes | Namespaces
NetworkHandle.h File Reference
#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"
Include dependency graph for NetworkHandle.h:
This graph shows which files directly or indirectly include this file:

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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines