Initial parsing of glabels files.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user