Created initial XmlLabelCreator.

This commit is contained in:
Jim Evins
2015-09-05 17:06:56 -04:00
parent 54bfcca5a9
commit 68cb85ce36
13 changed files with 554 additions and 104 deletions
+3 -1
View File
@@ -75,7 +75,7 @@ namespace glabels
//
const QColor& color( void ) const;
void setColor( const QColor& color );
//
// Key Property
@@ -89,6 +89,8 @@ namespace glabels
// Methods
/////////////////////////////////
public:
uint32_t rgba( void ) const;
#if TODO
QColor expand( MergeRecord? record );
#endif