21 #include <QGenericMatrix> |
21 #include <QGenericMatrix> |
22 #include <QModelIndex> |
22 #include <QModelIndex> |
23 #include "basics.h" |
23 #include "basics.h" |
24 #include "colors.h" |
24 #include "colors.h" |
25 #include "types/matrix.h" |
25 #include "types/matrix.h" |
|
26 #include "types/vertex.h" |
26 |
27 |
27 // Converts a given value into a string that can be retrieved with text(). |
28 // Converts a given value into a string that can be retrieved with text(). |
28 // Used as the argument type to the formatting functions, hence its name. |
29 // Used as the argument type to the formatting functions, hence its name. |
29 class StringFormatArg |
30 class StringFormatArg |
30 { |
31 { |