![]() |
TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
|
#include <QList>
#include <QHash>
#include <QVector>
#include <QString>
#include <QStringList>
#include <QUndoCommand>
#include <QDebug>
Go to the source code of this file.
Classes | |
class | Tinkercell::DataTable< T > |
DataTable is a 2D vector with row names and column names. More... | |
class | Tinkercell::ChangeDataCommand< T > |
This template class allows undo and redo of a change made to a data table. More... | |
class | Tinkercell::Change2DataCommand< T1, T2 > |
Changes two different data tables. More... | |
Namespaces | |
namespace | Tinkercell |
Defines | |
#define | TINKERCELLCOREEXPORT |
Typedefs | |
typedef DataTable< QString > | Tinkercell::TextDataTable |
a numerical data table | |
typedef DataTable< qreal > | Tinkercell::NumericalDataTable |
a numerical data table | |
typedef ChangeDataCommand < QString > | Tinkercell::ChangeTextDataCommand |
this command is used to replace text data inside a handle | |
typedef ChangeDataCommand< qreal > | Tinkercell::ChangeNumericalDataCommand |
this command is used to replace numerical data inside a handle |
#define TINKERCELLCOREEXPORT |
Definition at line 33 of file DataTable.h.