TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
Classes | Namespaces
CThread.h File Reference
#include <QMainWindow>
#include <QTextEdit>
#include <QSyntaxHighlighter>
#include <QHash>
#include <QTextCharFormat>
#include <QDialog>
#include <QCompleter>
#include <QListWidget>
#include <QThread>
#include <QToolBar>
#include <QTabWidget>
#include <QTableWidget>
#include <QComboBox>
#include <QPushButton>
#include <QActionGroup>
#include <QLibrary>
#include <QProcess>
#include <QProgressBar>
#include <QItemDelegate>
#include "Tool.h"
#include "TC_structs.h"
#include "DataTable.h"
Include dependency graph for CThread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Tinkercell::CThread
 This class is used to run specific functions inside a C dynamic library as a separate thread. The class can be used to load a library or just run a specific function inside an already loaded library. If the library is loaded by this class, the library will be unloaded upon completion on the function. To prevent the automatic unloading, use the setAutoUnload option. Only four types of functions are supported. More...
class  Tinkercell::ProcessThread
 This class is used to run a process (command + args) as a separate thread as a separate thread. More...

Namespaces

namespace  Tinkercell
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines