![]() |
TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
|
#include "GraphicsScene.h"
#include "MainWindow.h"
#include "NodeGraphicsItem.h"
#include "ConnectionGraphicsItem.h"
#include "TextGraphicsItem.h"
#include "CThread.h"
#include "ConsoleWindow.h"
#include <QVBoxLayout>
#include <QDockWidget>
#include <QDir>
#include <QSemaphore>
#include <QCoreApplication>
#include <QtDebug>
#include "GlobalSettings.h"
Go to the source code of this file.
Namespaces | |
namespace | Tinkercell |
Typedefs | |
typedef void(* | Tinkercell::TinkercellCEntryFunction )() |
typedef void(* | Tinkercell::VoidFunction )() |
typedef void(* | Tinkercell::IntFunction )(int) |
typedef void(* | Tinkercell::DoubleFunction )(double) |
typedef void(* | Tinkercell::CharFunction )(const char *) |
typedef void(* | Tinkercell::MatrixFunction )(tc_matrix) |
typedef void(* | Tinkercell::cthread_api_initialize )(long cthread, void(*callback)(long, void(*f)(void)), void(*callWhenExiting)(long, void(*f)(void)), void(*showProgress)(long, const char *, int)) |