TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
Classes | Namespaces | Defines | Typedefs
DataTable.h File Reference
#include <QList>
#include <QHash>
#include <QVector>
#include <QString>
#include <QStringList>
#include <QUndoCommand>
#include <QDebug>
Include dependency graph for DataTable.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define TINKERCELLCOREEXPORT

Definition at line 33 of file DataTable.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines