![]() |
TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
|
#include <stdio.h>
#include <stdlib.h>
#include <QString>
#include <QList>
#include <QGraphicsItem>
#include <QStringList>
#include <math.h>
#include "API/TC_structs.h"
Go to the source code of this file.
Namespaces | |
namespace | Tinkercell |
Defines | |
#define | TINKERCELLCOREEXPORT |
Functions | |
tc_matrix | Tinkercell::emptyMatrix () |
construct a tc_matrix with 0 rows and columns | |
ItemHandle * | Tinkercell::ConvertValue (long) |
convert void* to ItemHandle pointer | |
long | Tinkercell::ConvertValue (ItemHandle *) |
convert ItemHandle pointer to void * | |
QList< ItemHandle * > * | Tinkercell::ConvertValue (tc_items) |
convert tc_items to QList of ItemHandle pointers | |
tc_items | Tinkercell::ConvertValue (const QList< ItemHandle * > &) |
convert QList of ItemHandle pointers to tc_items | |
QString | Tinkercell::ConvertValue (const char *) |
convert char* to QString | |
const char * | Tinkercell::ConvertValue (const QString &) |
convert QString to null-terminated char* | |
DataTable< QString > * | Tinkercell::ConvertValue (tc_table) |
convert tc_table to DataTable of QString | |
tc_table | Tinkercell::ConvertValue (const DataTable< QString > &) |
convert DataTable of QStrings to tc_table | |
DataTable< qreal > * | Tinkercell::ConvertValue (tc_matrix) |
convert matrix to datatable<double> (see DataTable.h and TC_structs.h) | |
tc_matrix | Tinkercell::ConvertValue (const DataTable< qreal > &) |
convert Datatable<double> to tc_matrix (see DataTable.h and TC_structs.h) | |
QStringList | Tinkercell::ConvertValue (tc_strings) |
convert tc_strings to QStringList | |
tc_strings | Tinkercell::ConvertValue (const QStringList &) |
convert QStringList to tc_strings |
#define TINKERCELLCOREEXPORT |
Definition at line 34 of file ConvertValue.h.