#include "vpiecenode.h"#include "vpiecenode_p.h"#include "vcontainer.h"#include "calculator.h"#include <QDataStream>#include <QtNumeric>Go to the source code of this file.
Namespaces | |
| anonymous_namespace{vpiecenode.cpp} | |
Functions | |
| qreal | anonymous_namespace{vpiecenode.cpp}::EvalFormula (const VContainer *data, QString formula) |
| QDataStream & | operator<< (QDataStream &out, const VPieceNode &p) |
| QDataStream & | operator>> (QDataStream &in, VPieceNode &p) |
| QDataStream& operator<< | ( | QDataStream & | out, |
| const VPieceNode & | p | ||
| ) |
Definition at line 135 of file vpiecenode.cpp.
| QDataStream& operator>> | ( | QDataStream & | in, |
| VPieceNode & | p | ||
| ) |
Definition at line 142 of file vpiecenode.cpp.