Initial implementation of barcode object.

This commit is contained in:
Jim Evins
2017-04-29 19:12:20 -04:00
parent 02630aec19
commit cf000a5d5c
17 changed files with 647 additions and 56 deletions
+8 -1
View File
@@ -31,7 +31,7 @@ namespace glabels
///
/// Barcode Style Type
///
struct BarcodeStyle
class BarcodeStyle
{
/////////////////////////////////
@@ -83,6 +83,13 @@ namespace glabels
QString exampleDigits( int n ) const;
/////////////////////////////////
// Operators
/////////////////////////////////
public:
bool operator!=( const BarcodeStyle& other ) const;
/////////////////////////////////
// Private Data
/////////////////////////////////