TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
Namespaces | Functions
ConvertValue.cpp File Reference
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <QtDebug>
#include "ItemHandle.h"
#include "MainWindow.h"
#include "SymbolsTable.h"
#include "ConvertValue.h"
Include dependency graph for ConvertValue.cpp:

Go to the source code of this file.

Namespaces

namespace  Tinkercell

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< 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)
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
QStringList Tinkercell::ConvertValue (tc_strings)
 convert tc_strings to QStringList
tc_strings Tinkercell::ConvertValue (const QStringList &)
 convert QStringList to tc_strings
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines