Removed C++17 nested namespace definitions. Should build on trusty again.
This commit is contained in:
@@ -27,7 +27,9 @@
|
|||||||
#include "glbarcode/Factory.h"
|
#include "glbarcode/Factory.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::barcode
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace barcode
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -525,4 +527,5 @@ namespace glabels::barcode
|
|||||||
mStyleList.append( style );
|
mStyleList.append( style );
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::barcode
|
} // namespace barcode
|
||||||
|
} //namespace glabels
|
||||||
|
|||||||
@@ -30,7 +30,9 @@
|
|||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::barcode
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace barcode
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -90,6 +92,7 @@ namespace glabels::barcode
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // barcode_Backends_h
|
#endif // barcode_Backends_h
|
||||||
|
|||||||
@@ -34,7 +34,9 @@ namespace
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::barcode
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace barcode
|
||||||
{
|
{
|
||||||
namespace GnuBarcode
|
namespace GnuBarcode
|
||||||
{
|
{
|
||||||
@@ -902,5 +904,6 @@ namespace glabels::barcode
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#endif // HAVE_GNU_BARCODE
|
#endif // HAVE_GNU_BARCODE
|
||||||
|
|||||||
@@ -26,7 +26,9 @@
|
|||||||
#include "glbarcode/Barcode1dBase.h"
|
#include "glbarcode/Barcode1dBase.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::barcode
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace barcode
|
||||||
{
|
{
|
||||||
namespace GnuBarcode
|
namespace GnuBarcode
|
||||||
{
|
{
|
||||||
@@ -414,6 +416,7 @@ namespace glabels::barcode
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // HAVE_GNU_BARCODE
|
#endif // HAVE_GNU_BARCODE
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#include <qrencode.h>
|
#include <qrencode.h>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::barcode
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace barcode
|
||||||
{
|
{
|
||||||
namespace QrEncode
|
namespace QrEncode
|
||||||
{
|
{
|
||||||
@@ -85,5 +87,7 @@ namespace glabels::barcode
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // HAVE_QRENCODE
|
#endif // HAVE_QRENCODE
|
||||||
|
|||||||
@@ -26,7 +26,9 @@
|
|||||||
#include "glbarcode/Barcode2dBase.h"
|
#include "glbarcode/Barcode2dBase.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::barcode
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace barcode
|
||||||
{
|
{
|
||||||
namespace QrEncode
|
namespace QrEncode
|
||||||
{
|
{
|
||||||
@@ -50,6 +52,7 @@ namespace glabels::barcode
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // HAVE_QRENCODE
|
#endif // HAVE_QRENCODE
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
#include "Style.h"
|
#include "Style.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::barcode
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace barcode
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -201,4 +203,5 @@ namespace glabels::barcode
|
|||||||
return mId != other.mId;
|
return mId != other.mId;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::barcode
|
} // namespace barcode
|
||||||
|
} // namespace glabels
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::barcode
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace barcode
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -110,6 +112,7 @@ namespace glabels::barcode
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // barcode_Style_h
|
#endif // barcode_Style_h
|
||||||
|
|||||||
@@ -34,7 +34,9 @@ namespace
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::barcode
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace barcode
|
||||||
{
|
{
|
||||||
namespace Zint
|
namespace Zint
|
||||||
{
|
{
|
||||||
@@ -1201,5 +1203,7 @@ namespace glabels::barcode
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#endif // HAVE_GNU_BARCODE
|
|
||||||
|
#endif // HAVE_ZINT
|
||||||
|
|||||||
@@ -26,7 +26,9 @@
|
|||||||
#include "glbarcode/Barcode1dBase.h"
|
#include "glbarcode/Barcode1dBase.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::barcode
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace barcode
|
||||||
{
|
{
|
||||||
namespace Zint
|
namespace Zint
|
||||||
{
|
{
|
||||||
@@ -925,6 +927,7 @@ namespace glabels::barcode
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // HAVE_ZINT
|
#endif // HAVE_ZINT
|
||||||
|
|||||||
@@ -31,7 +31,9 @@
|
|||||||
#include "TextSemicolonKeys.h"
|
#include "TextSemicolonKeys.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -216,4 +218,5 @@ namespace glabels::merge
|
|||||||
mNameList << name;
|
mNameList << name;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::merge
|
} // namespace merge
|
||||||
|
} // namespace glabels
|
||||||
|
|||||||
@@ -27,7 +27,9 @@
|
|||||||
#include <QMap>
|
#include <QMap>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
// Forward references
|
// Forward references
|
||||||
@@ -102,6 +104,7 @@ namespace glabels::merge
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // merge_Factory_h
|
#endif // merge_Factory_h
|
||||||
|
|||||||
@@ -23,7 +23,9 @@
|
|||||||
#include "Record.h"
|
#include "Record.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -207,4 +209,5 @@ namespace glabels::merge
|
|||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::merge
|
} // namespace merge
|
||||||
|
} // namespace glabels
|
||||||
|
|||||||
@@ -28,7 +28,9 @@
|
|||||||
#include <QList>
|
#include <QList>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
// Forward references
|
// Forward references
|
||||||
@@ -115,6 +117,7 @@ namespace glabels::merge
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // merge_Merge_h
|
#endif // merge_Merge_h
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
#include "None.h"
|
#include "None.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -119,4 +121,5 @@ namespace glabels::merge
|
|||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::merge
|
} // namespace merge
|
||||||
|
} // namespace glabels
|
||||||
|
|||||||
@@ -24,7 +24,9 @@
|
|||||||
#include "Merge.h"
|
#include "Merge.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -70,6 +72,7 @@ namespace glabels::merge
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // merge_None_h
|
#endif // merge_None_h
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
#include "Record.h"
|
#include "Record.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -67,4 +69,5 @@ namespace glabels::merge
|
|||||||
mSelected = value;
|
mSelected = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::merge
|
} // namespace merge
|
||||||
|
} // namespace glabels
|
||||||
|
|||||||
@@ -26,7 +26,9 @@
|
|||||||
#include <QMap>
|
#include <QMap>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -66,6 +68,7 @@ namespace glabels::merge
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // merge_Record_h
|
#endif // merge_Record_h
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#include <QtDebug>
|
#include <QtDebug>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -413,4 +415,5 @@ namespace glabels::merge
|
|||||||
return fields;
|
return fields;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::merge
|
} // namespace merge
|
||||||
|
} // namespace glabels
|
||||||
|
|||||||
@@ -26,7 +26,9 @@
|
|||||||
#include <QFile>
|
#include <QFile>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -76,6 +78,7 @@ namespace glabels::merge
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // merge_Text_h
|
#endif // merge_Text_h
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
#include "TextColon.h"
|
#include "TextColon.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
static const QString ID = "Text/Colon";
|
static const QString ID = "Text/Colon";
|
||||||
@@ -78,4 +80,5 @@ namespace glabels::merge
|
|||||||
return new TextColon();
|
return new TextColon();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::merge
|
} // namespace merge
|
||||||
|
} // namespace glabels
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#include "Text.h"
|
#include "Text.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -60,6 +62,7 @@ namespace glabels::merge
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // merge_TextColon_h
|
#endif // merge_TextColon_h
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
#include "TextColonKeys.h"
|
#include "TextColonKeys.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
static const QString ID = "Text/Colon/Line1Keys";
|
static const QString ID = "Text/Colon/Line1Keys";
|
||||||
@@ -78,4 +80,5 @@ namespace glabels::merge
|
|||||||
return new TextColonKeys();
|
return new TextColonKeys();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::merge
|
} // namespace merge
|
||||||
|
} // namespace glabels
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#include "Text.h"
|
#include "Text.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -60,6 +62,7 @@ namespace glabels::merge
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // merge_TextColonKeys_h
|
#endif // merge_TextColonKeys_h
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
#include "TextCsv.h"
|
#include "TextCsv.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
static const QString ID = "Text/Comma";
|
static const QString ID = "Text/Comma";
|
||||||
@@ -78,4 +80,5 @@ namespace glabels::merge
|
|||||||
return new TextCsv();
|
return new TextCsv();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::merge
|
} // namespace merge
|
||||||
|
} // namespace glabels
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#include "Text.h"
|
#include "Text.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -60,6 +62,7 @@ namespace glabels::merge
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // merge_TextCsv_h
|
#endif // merge_TextCsv_h
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
#include "TextCsvKeys.h"
|
#include "TextCsvKeys.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
static const QString ID = "Text/Comma/Line1Keys";
|
static const QString ID = "Text/Comma/Line1Keys";
|
||||||
@@ -78,4 +80,5 @@ namespace glabels::merge
|
|||||||
return new TextCsvKeys();
|
return new TextCsvKeys();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::merge
|
} // namespace merge
|
||||||
|
} // namespace glabels
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#include "Text.h"
|
#include "Text.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -60,6 +62,7 @@ namespace glabels::merge
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // merge_TextCsvKeys_h
|
#endif // merge_TextCsvKeys_h
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
#include "TextSemicolon.h"
|
#include "TextSemicolon.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
static const QString ID = "Text/Semicolon";
|
static const QString ID = "Text/Semicolon";
|
||||||
@@ -78,4 +80,5 @@ namespace glabels::merge
|
|||||||
return new TextSemicolon();
|
return new TextSemicolon();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::merge
|
} // namespace merge
|
||||||
|
} // namespace glabels
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#include "Text.h"
|
#include "Text.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -60,6 +62,7 @@ namespace glabels::merge
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // merge_TextSemicolon_h
|
#endif // merge_TextSemicolon_h
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
#include "TextSemicolonKeys.h"
|
#include "TextSemicolonKeys.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
static const QString ID = "Text/Semicolon/Keys";
|
static const QString ID = "Text/Semicolon/Keys";
|
||||||
@@ -78,4 +80,5 @@ namespace glabels::merge
|
|||||||
return new TextSemicolonKeys();
|
return new TextSemicolonKeys();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::merge
|
} // namespace merge
|
||||||
|
} // namespace glabels
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#include "Text.h"
|
#include "Text.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -60,6 +62,7 @@ namespace glabels::merge
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // merge_TextSemicolonKeys_h
|
#endif // merge_TextSemicolonKeys_h
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
#include "TextTsv.h"
|
#include "TextTsv.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
static const QString ID = "Text/Tab";
|
static const QString ID = "Text/Tab";
|
||||||
@@ -78,4 +80,5 @@ namespace glabels::merge
|
|||||||
return new TextTsv();
|
return new TextTsv();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::merge
|
} // namespace merge
|
||||||
|
} // namespace glabels
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#include "Text.h"
|
#include "Text.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -60,6 +62,7 @@ namespace glabels::merge
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // merge_TextTsv_h
|
#endif // merge_TextTsv_h
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
#include "TextTsvKeys.h"
|
#include "TextTsvKeys.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
static const QString ID = "Text/Tab/Line1Keys";
|
static const QString ID = "Text/Tab/Line1Keys";
|
||||||
@@ -78,4 +80,5 @@ namespace glabels::merge
|
|||||||
return new TextTsvKeys();
|
return new TextTsvKeys();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::merge
|
} // namespace merge
|
||||||
|
} // namespace glabels
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#include "Text.h"
|
#include "Text.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::merge
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace merge
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -60,6 +62,7 @@ namespace glabels::merge
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // merge_TextTsvKeys_h
|
#endif // merge_TextTsvKeys_h
|
||||||
|
|||||||
+5
-2
@@ -21,7 +21,9 @@
|
|||||||
#include "Category.h"
|
#include "Category.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
Category::Category( const QString &id, const QString &name )
|
Category::Category( const QString &id, const QString &name )
|
||||||
@@ -42,4 +44,5 @@ namespace glabels::model
|
|||||||
return mName;
|
return mName;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -25,7 +25,9 @@
|
|||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
class Category
|
class Category
|
||||||
@@ -45,6 +47,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_Category_h
|
#endif // model_Category_h
|
||||||
|
|||||||
+5
-2
@@ -23,7 +23,9 @@
|
|||||||
#include "merge/Record.h"
|
#include "merge/Record.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -199,4 +201,5 @@ namespace glabels::model
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -30,7 +30,9 @@
|
|||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -107,6 +109,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_ColorNode_h
|
#endif // model_ColorNode_h
|
||||||
|
|||||||
+4
-1
@@ -22,7 +22,9 @@
|
|||||||
#define model_Config_h
|
#define model_Config_h
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
namespace Config
|
namespace Config
|
||||||
@@ -32,6 +34,7 @@ namespace glabels::model
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_Config_h
|
#endif // model_Config_h
|
||||||
|
|||||||
+5
-1
@@ -22,7 +22,9 @@
|
|||||||
#define model_Constants_h
|
#define model_Constants_h
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
const double PTS_PER_PT = 1.0;
|
const double PTS_PER_PT = 1.0;
|
||||||
@@ -33,5 +35,7 @@ namespace glabels::model
|
|||||||
|
|
||||||
const Distance EPSILON( 0.5, Units::PT );
|
const Distance EPSILON( 0.5, Units::PT );
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_Constants_h
|
#endif // model_Constants_h
|
||||||
|
|||||||
+5
-2
@@ -23,7 +23,9 @@
|
|||||||
#include "ModelImageObject.h"
|
#include "ModelImageObject.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
DataCache::DataCache()
|
DataCache::DataCache()
|
||||||
@@ -107,4 +109,5 @@ namespace glabels::model
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -25,7 +25,9 @@
|
|||||||
#include "Model.h"
|
#include "Model.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
class DataCache
|
class DataCache
|
||||||
@@ -53,6 +55,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_DataCache_h
|
#endif // model_DataCache_h
|
||||||
|
|||||||
+5
-2
@@ -34,7 +34,9 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -686,4 +688,5 @@ namespace glabels::model
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -33,7 +33,9 @@
|
|||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
class Db
|
class Db
|
||||||
@@ -136,6 +138,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_Db_h
|
#endif // model_Db_h
|
||||||
|
|||||||
+5
-2
@@ -24,7 +24,9 @@
|
|||||||
#include <QtDebug>
|
#include <QtDebug>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
Distance::Distance( double d, Units::Enum unitsEnum )
|
Distance::Distance( double d, Units::Enum unitsEnum )
|
||||||
@@ -204,4 +206,5 @@ namespace glabels::model
|
|||||||
return QString::number( inUnits(units) ) + units.toIdString();
|
return QString::number( inUnits(units) ) + units.toIdString();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+8
-2
@@ -29,7 +29,9 @@
|
|||||||
#include <QtMath>
|
#include <QtMath>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
class Distance
|
class Distance
|
||||||
@@ -95,6 +97,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -103,7 +106,9 @@ namespace glabels::model
|
|||||||
|
|
||||||
#include "Constants.h"
|
#include "Constants.h"
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
inline Distance::Distance() : mDPts(0)
|
inline Distance::Distance() : mDPts(0)
|
||||||
@@ -297,6 +302,7 @@ namespace glabels::model
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_Distance_h
|
#endif // model_Distance_h
|
||||||
|
|||||||
+5
-2
@@ -25,7 +25,9 @@
|
|||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
QString FileUtil::addExtension( const QString& rawFilename, const QString& extension )
|
QString FileUtil::addExtension( const QString& rawFilename, const QString& extension )
|
||||||
@@ -84,4 +86,5 @@ namespace glabels::model
|
|||||||
return QDir("/");
|
return QDir("/");
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -26,7 +26,9 @@
|
|||||||
#include <QDir>
|
#include <QDir>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
namespace FileUtil
|
namespace FileUtil
|
||||||
@@ -41,6 +43,7 @@ namespace glabels::model
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_FileUtil_h
|
#endif // model_FileUtil_h
|
||||||
|
|||||||
+5
-2
@@ -25,7 +25,9 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
Frame::Frame( const QString& id )
|
Frame::Frame( const QString& id )
|
||||||
@@ -135,4 +137,5 @@ namespace glabels::model
|
|||||||
mMarkups << markup;
|
mMarkups << markup;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -33,7 +33,9 @@
|
|||||||
#include <QVector>
|
#include <QVector>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
// Forward references
|
// Forward references
|
||||||
@@ -83,6 +85,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_Frame_h
|
#endif // model_Frame_h
|
||||||
|
|||||||
+5
-2
@@ -26,7 +26,9 @@
|
|||||||
#include <QtDebug>
|
#include <QtDebug>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
FrameCd::FrameCd( const Distance& r1,
|
FrameCd::FrameCd( const Distance& r1,
|
||||||
@@ -215,4 +217,5 @@ namespace glabels::model
|
|||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -25,7 +25,9 @@
|
|||||||
#include "Frame.h"
|
#include "Frame.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
class FrameCd : public Frame
|
class FrameCd : public Frame
|
||||||
@@ -72,6 +74,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_FrameCd_h
|
#endif // model_FrameCd_h
|
||||||
|
|||||||
@@ -24,7 +24,9 @@
|
|||||||
#include "StrUtil.h"
|
#include "StrUtil.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
FrameEllipse::FrameEllipse( const Distance& w,
|
FrameEllipse::FrameEllipse( const Distance& w,
|
||||||
@@ -37,6 +39,7 @@ namespace glabels::model
|
|||||||
mClipPath.addEllipse( -mWaste.pt(), -mWaste.pt(), (mW+2*mWaste).pt(), (mH+2*mWaste).pt() );
|
mClipPath.addEllipse( -mWaste.pt(), -mWaste.pt(), (mW+2*mWaste).pt(), (mH+2*mWaste).pt() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
FrameEllipse::FrameEllipse( const FrameEllipse& other )
|
FrameEllipse::FrameEllipse( const FrameEllipse& other )
|
||||||
: Frame(other), mW(other.mW), mH(other.mH), mWaste(other.mWaste), mPath(other.mPath)
|
: Frame(other), mW(other.mW), mH(other.mH), mWaste(other.mWaste), mPath(other.mPath)
|
||||||
{
|
{
|
||||||
@@ -127,4 +130,5 @@ namespace glabels::model
|
|||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#include "Frame.h"
|
#include "Frame.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
class FrameEllipse : public Frame
|
class FrameEllipse : public Frame
|
||||||
@@ -66,6 +68,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_FrameEllipse_h
|
#endif // model_FrameEllipse_h
|
||||||
|
|||||||
+5
-2
@@ -24,7 +24,9 @@
|
|||||||
#include "StrUtil.h"
|
#include "StrUtil.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
FrameRect::FrameRect( const Distance& w,
|
FrameRect::FrameRect( const Distance& w,
|
||||||
@@ -149,4 +151,5 @@ namespace glabels::model
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -25,7 +25,9 @@
|
|||||||
#include "Frame.h"
|
#include "Frame.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
class FrameRect : public Frame
|
class FrameRect : public Frame
|
||||||
@@ -73,6 +75,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_FrameRect_h
|
#endif // model_FrameRect_h
|
||||||
|
|||||||
@@ -24,7 +24,9 @@
|
|||||||
#include "StrUtil.h"
|
#include "StrUtil.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
FrameRound::FrameRound( const Distance& r,
|
FrameRound::FrameRound( const Distance& r,
|
||||||
@@ -131,4 +133,5 @@ namespace glabels::model
|
|||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -25,7 +25,9 @@
|
|||||||
#include "Frame.h"
|
#include "Frame.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
class FrameRound : public Frame
|
class FrameRound : public Frame
|
||||||
@@ -65,6 +67,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_FrameRound_h
|
#endif // model_FrameRound_h
|
||||||
|
|||||||
+5
-2
@@ -26,7 +26,9 @@
|
|||||||
#include <QtDebug>
|
#include <QtDebug>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -585,4 +587,5 @@ namespace glabels::model
|
|||||||
return pathAt( scale, mOwner->w(), mOwner->h() );
|
return pathAt( scale, mOwner->w(), mOwner->h() );
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -28,7 +28,9 @@
|
|||||||
#include <QPainterPath>
|
#include <QPainterPath>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
// Forward References
|
// Forward References
|
||||||
@@ -331,6 +333,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_Handles_h
|
#endif // model_Handles_h
|
||||||
|
|||||||
+5
-2
@@ -25,7 +25,9 @@
|
|||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
Layout::Layout( int nx,
|
Layout::Layout( int nx,
|
||||||
@@ -101,4 +103,5 @@ namespace glabels::model
|
|||||||
return other;
|
return other;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -25,7 +25,9 @@
|
|||||||
#include "Distance.h"
|
#include "Distance.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
class Layout
|
class Layout
|
||||||
@@ -66,6 +68,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_Layout_h
|
#endif // model_Layout_h
|
||||||
|
|||||||
+5
-2
@@ -21,7 +21,9 @@
|
|||||||
#include "Markup.h"
|
#include "Markup.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
const QPainterPath& Markup::path() const
|
const QPainterPath& Markup::path() const
|
||||||
@@ -209,4 +211,5 @@ namespace glabels::model
|
|||||||
return mR;
|
return mR;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -27,7 +27,9 @@
|
|||||||
#include <QPainterPath>
|
#include <QPainterPath>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
class Markup
|
class Markup
|
||||||
@@ -151,6 +153,7 @@ namespace glabels::model
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_Markup_h
|
#endif // model_Markup_h
|
||||||
|
|||||||
+5
-2
@@ -37,7 +37,9 @@
|
|||||||
#include <QtDebug>
|
#include <QtDebug>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -1441,4 +1443,5 @@ namespace glabels::model
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -33,7 +33,9 @@
|
|||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
// Forward References
|
// Forward References
|
||||||
@@ -234,6 +236,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_Model_h
|
#endif // model_Model_h
|
||||||
|
|||||||
@@ -35,7 +35,9 @@
|
|||||||
#include <QtDebug>
|
#include <QtDebug>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -528,4 +530,5 @@ namespace glabels::model
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -29,7 +29,9 @@
|
|||||||
#include "glbarcode/Barcode.h"
|
#include "glbarcode/Barcode.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -161,6 +163,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_ModelBarcodeObject_h
|
#endif // model_ModelBarcodeObject_h
|
||||||
|
|||||||
@@ -24,7 +24,9 @@
|
|||||||
#include <QPen>
|
#include <QPen>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -191,4 +193,5 @@ namespace glabels::model
|
|||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#include "ModelShapeObject.h"
|
#include "ModelShapeObject.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -77,6 +79,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_ModelBoxObject_h
|
#endif // model_ModelBoxObject_h
|
||||||
|
|||||||
@@ -24,7 +24,9 @@
|
|||||||
#include <QPen>
|
#include <QPen>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -191,4 +193,5 @@ namespace glabels::model
|
|||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#include "ModelShapeObject.h"
|
#include "ModelShapeObject.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -77,6 +79,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_ModelEllipseObject_h
|
#endif // model_ModelEllipseObject_h
|
||||||
|
|||||||
@@ -29,7 +29,9 @@
|
|||||||
#include <QtDebug>
|
#include <QtDebug>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -563,4 +565,5 @@ namespace glabels::model
|
|||||||
return shadow;
|
return shadow;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -27,7 +27,9 @@
|
|||||||
#include <QSvgRenderer>
|
#include <QSvgRenderer>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -156,6 +158,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_ModelImageObject_h
|
#endif // model_ModelImageObject_h
|
||||||
|
|||||||
@@ -24,7 +24,9 @@
|
|||||||
#include <QPen>
|
#include <QPen>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -240,4 +242,5 @@ namespace glabels::model
|
|||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#include "ModelObject.h"
|
#include "ModelObject.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -110,6 +112,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_ModelLineObject_h
|
#endif // model_ModelLineObject_h
|
||||||
|
|||||||
@@ -29,7 +29,9 @@
|
|||||||
#include <QtDebug>
|
#include <QtDebug>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -1211,4 +1213,5 @@ namespace glabels::model
|
|||||||
// empty
|
// empty
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -37,7 +37,9 @@
|
|||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
// Forward References
|
// Forward References
|
||||||
@@ -431,6 +433,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_ModelObject_h
|
#endif // model_ModelObject_h
|
||||||
|
|||||||
@@ -24,7 +24,9 @@
|
|||||||
#include <QPen>
|
#include <QPen>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -204,4 +206,5 @@ namespace glabels::model
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#include "ModelObject.h"
|
#include "ModelObject.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -105,6 +107,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_ModelShapeObject_h
|
#endif // model_ModelShapeObject_h
|
||||||
|
|||||||
@@ -30,7 +30,9 @@
|
|||||||
#include <QtDebug>
|
#include <QtDebug>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -717,4 +719,5 @@ namespace glabels::model
|
|||||||
qDeleteAll( layouts );
|
qDeleteAll( layouts );
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -28,7 +28,9 @@
|
|||||||
#include <QTextLayout>
|
#include <QTextLayout>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -204,6 +206,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_ModelTextObject_h
|
#endif // model_ModelTextObject_h
|
||||||
|
|||||||
+5
-2
@@ -25,7 +25,9 @@
|
|||||||
#include <QColor>
|
#include <QColor>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -132,4 +134,5 @@ namespace glabels::model
|
|||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -26,7 +26,9 @@
|
|||||||
#include <QPainterPath>
|
#include <QPainterPath>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
// Forward references
|
// Forward references
|
||||||
@@ -74,6 +76,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_Outline_h
|
#endif // model_Outline_h
|
||||||
|
|||||||
@@ -29,7 +29,9 @@
|
|||||||
#include <QtDebug>
|
#include <QtDebug>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -426,4 +428,5 @@ namespace glabels::model
|
|||||||
painter->restore();
|
painter->restore();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -33,7 +33,9 @@
|
|||||||
#include <QVector>
|
#include <QVector>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
// Forward references
|
// Forward references
|
||||||
@@ -124,6 +126,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_PageRenderer_h
|
#endif // model_PageRenderer_h
|
||||||
|
|||||||
+5
-2
@@ -21,7 +21,9 @@
|
|||||||
#include "Paper.h"
|
#include "Paper.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
Paper::Paper( const QString& id,
|
Paper::Paper( const QString& id,
|
||||||
@@ -76,4 +78,5 @@ namespace glabels::model
|
|||||||
return mPwgSize.startsWith( "na_" );
|
return mPwgSize.startsWith( "na_" );
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -27,7 +27,9 @@
|
|||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
class Paper
|
class Paper
|
||||||
@@ -63,6 +65,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_Paper_h
|
#endif // model_Paper_h
|
||||||
|
|||||||
+5
-2
@@ -21,7 +21,9 @@
|
|||||||
#include "Point.h"
|
#include "Point.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
Point::Point() : mX(Distance(0)), mY(Distance(0))
|
Point::Point() : mX(Distance(0)), mY(Distance(0))
|
||||||
@@ -61,4 +63,5 @@ namespace glabels::model
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -25,7 +25,9 @@
|
|||||||
#include "Distance.h"
|
#include "Distance.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
class Point
|
class Point
|
||||||
@@ -47,6 +49,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_Point_h
|
#endif // model_Point_h
|
||||||
|
|||||||
+5
-2
@@ -22,7 +22,9 @@
|
|||||||
|
|
||||||
#include <QRegularExpression>
|
#include <QRegularExpression>
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -146,4 +148,5 @@ namespace glabels::model
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -27,7 +27,9 @@
|
|||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -79,6 +81,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_RawText_h
|
#endif // model_RawText_h
|
||||||
|
|||||||
+5
-2
@@ -21,7 +21,9 @@
|
|||||||
#include "Region.h"
|
#include "Region.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -131,4 +133,5 @@ namespace glabels::model
|
|||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -27,7 +27,9 @@
|
|||||||
#include <QRectF>
|
#include <QRectF>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -96,6 +98,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_Region_h
|
#endif // model_Region_h
|
||||||
|
|||||||
+5
-2
@@ -25,7 +25,9 @@
|
|||||||
#include <QtDebug>
|
#include <QtDebug>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -258,4 +260,5 @@ namespace glabels::model
|
|||||||
emit mInstance->changed();
|
emit mInstance->changed();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -28,7 +28,9 @@
|
|||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -92,6 +94,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_Settings_h
|
#endif // model_Settings_h
|
||||||
|
|||||||
+5
-2
@@ -21,7 +21,9 @@
|
|||||||
#include "Size.h"
|
#include "Size.h"
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -91,4 +93,5 @@ namespace glabels::model
|
|||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace glabels::model
|
}
|
||||||
|
}
|
||||||
|
|||||||
+4
-1
@@ -27,7 +27,9 @@
|
|||||||
#include <QSizeF>
|
#include <QSizeF>
|
||||||
|
|
||||||
|
|
||||||
namespace glabels::model
|
namespace glabels
|
||||||
|
{
|
||||||
|
namespace model
|
||||||
{
|
{
|
||||||
|
|
||||||
///
|
///
|
||||||
@@ -79,6 +81,7 @@ namespace glabels::model
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // model_Size_h
|
#endif // model_Size_h
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user