1 #ifndef ControlCubeGraphNode_h
2 #define ControlCubeGraphNode_h
28 template<
typename A,
typename B >
class QHash;
29 template<
typename T >
class QList;
82 QString getSerialNumber()
const;
83 int getMeasureCount()
const;
96 QString connectionsToString()
const;
104 QString *serialNumber;
Serial Number with added functionality for Control Networks.
QHash< ControlCubeGraphNode *, QList< ControlPoint * > > * connections
Stores a list of ControlPoints which establish a conection to the ControlCubeGraphNode that the list ...
QHash< ControlPoint *, ControlMeasure * > * measures
ControlMeasures hashed by ControlPoint.
bool contains(ControlPoint *point) const
void addMeasure(ControlMeasure *measure)
Adds a measure.
virtual ~ControlCubeGraphNode()
Destroy a SerialNumber object.
ControlCubeGraphNode(QString sn)
Create an empty SerialNumber object.