Initial implementation of barcode object.
This commit is contained in:
@@ -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
|
||||
/////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user