1 #ifndef ControlCubeGraphNode_h
2 #define ControlCubeGraphNode_h
28 template<
typename A,
typename B >
class QHash;
29 template<
typename T >
class QList;
104 QString *serialNumber;
void removeConnection(ControlCubeGraphNode *, ControlPoint *)
Definition: ControlCubeGraphNode.cpp:126
Serial Number with added functionality for Control Networks.
Definition: ControlCubeGraphNode.h:67
int getMeasureCount() const
Definition: ControlCubeGraphNode.cpp:142
QString connectionsToString() const
Definition: ControlCubeGraphNode.cpp:248
QList< ControlCubeGraphNode * > getAdjacentNodes() const
Definition: ControlCubeGraphNode.cpp:170
const ControlCubeGraphNode & operator=(ControlCubeGraphNode)
Definition: ControlCubeGraphNode.cpp:216
QList< ControlMeasure * > getValidMeasures() const
Definition: ControlCubeGraphNode.cpp:157
bool contains(ControlPoint *point) const
Definition: ControlCubeGraphNode.cpp:73
QList< ControlMeasure * > getMeasures() const
Definition: ControlCubeGraphNode.cpp:152
void addMeasure(ControlMeasure *measure)
Adds a measure.
Definition: ControlCubeGraphNode.cpp:83
A single control point.
Definition: ControlPoint.h:339
ControlMeasure * getMeasure(ControlPoint *point)
Definition: ControlCubeGraphNode.cpp:180
QString getSerialNumber() const
Definition: ControlCubeGraphNode.cpp:147
ControlMeasure * operator[](ControlPoint *point)
Definition: ControlCubeGraphNode.cpp:205
bool isConnected(ControlCubeGraphNode *other) const
Definition: ControlCubeGraphNode.cpp:175
Definition: BoxcarCachingAlgorithm.h:29
a control measurement
Definition: ControlMeasure.h:171
void removeMeasure(ControlMeasure *measure)
Definition: ControlCubeGraphNode.cpp:99
void addConnection(ControlCubeGraphNode *, ControlPoint *)
Definition: ControlCubeGraphNode.cpp:109
virtual ~ControlCubeGraphNode()
Destroy a SerialNumber object.
Definition: ControlCubeGraphNode.cpp:50
ControlCubeGraphNode(QString sn)
Create an empty SerialNumber object.
Definition: ControlCubeGraphNode.cpp:20
Definition: ControlCubeGraphNode.h:28