mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-01 07:38:26 -04:00
add mode method for composite types
cleanup the code
This commit is contained in:
parent
557d4d22cf
commit
a8ba981dbe
2 changed files with 41 additions and 24 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue