Style reconciliation.

This commit is contained in:
Jim Evins
2013-12-28 11:32:28 -05:00
parent f1de981804
commit a46bc43a4d
33 changed files with 1525 additions and 289 deletions
+17 -1
View File
@@ -27,9 +27,15 @@
namespace glabels
{
class BarcodeStyle
///
/// Barcode Style Type
///
struct BarcodeStyle
{
/////////////////////////////////
// Life Cycle
/////////////////////////////////
public:
BarcodeStyle ();
@@ -44,6 +50,9 @@ namespace glabels
int preferedN );
/////////////////////////////////
// Properties
/////////////////////////////////
const QString& id() const;
const QString& name() const;
@@ -63,9 +72,16 @@ namespace glabels
int preferedN() const;
/////////////////////////////////
// Methods
/////////////////////////////////
public:
QString exampleDigits( int n ) const;
/////////////////////////////////
// Private Data
/////////////////////////////////
private:
QString mId;
QString mName;