XX CMake Package
Loading...
Searching...
No Matches
XXGraphVertex.h
Go to the documentation of this file.
1#ifndef XXDiscreteMathsVertexH
2#define XXDiscreteMathsVertexH
3
4#include "XXMathExportDef.h"
5
6#include <QString>
7
8#include "XXGraph.h"
9
10namespace XX
11{
14
16 {
17 public:
18 Vertex(const QString& name = QString());
19
20 public:
21 const QString& getName() const;
22
23 protected:
24 QString name;
25 };
26} // namespace XX
27
28#endif // NOT XXDiscreteMathsVertexH
#define XXMATH_DECLSPEC
Definition XXMathExportDef.h:17
QString name
Definition XXGraphVertex.h:24
Vertex(const QString &name=QString())
const QString & getName() const
Definition XXPopulatedAbstract.h:11