mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-09 04:51:58 +00:00
add mode method for composite types
cleanup the code
This commit is contained in:
@@ -29,7 +29,7 @@ class QZint
|
||||
private:
|
||||
|
||||
public:
|
||||
enum BorderType{NO_BORDER=0, BIND=1, BOX=2};
|
||||
enum BorderType{NO_BORDER=0, BIND=2, BOX=4};
|
||||
enum AspectRatioMode{IgnoreAspectRatio=0, KeepAspectRatio=1, CenterBarCode=2};
|
||||
|
||||
public:
|
||||
@@ -69,6 +69,9 @@ public:
|
||||
int securityLevel();
|
||||
void setSecurityLevel(int securityLevel);
|
||||
|
||||
int mode();
|
||||
void setMode(int securityLevel);
|
||||
|
||||
int msiExtraSymbology();
|
||||
void setMsiExtraSymbology(int msiSymbologyNumber);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user