Initial parsing of glabels files.

This commit is contained in:
Jim Evins
2014-09-25 22:56:24 -04:00
parent b318efd68e
commit 3d9875545c
15 changed files with 671 additions and 139 deletions
+3
View File
@@ -23,6 +23,7 @@
#include <QString>
#include <QColor>
#include <stdint.h>
namespace glabels
@@ -42,6 +43,8 @@ namespace glabels
ColorNode( bool fieldFlag, const QColor& color, const QString& key );
ColorNode( bool fieldFlag, uint32_t rgba, const QString& key );
ColorNode( const QColor& color );
ColorNode( const QString& key );