mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 00:19:51 -04:00
First attempt at "Copy"
This commit is contained in:
parent
1889644208
commit
249d33ee14
5 changed files with 985 additions and 28 deletions
|
@ -87,9 +87,16 @@ public:
|
|||
bool hasErrors();
|
||||
|
||||
bool save_to_file(QString filename);
|
||||
QString copy_to_clipboard();
|
||||
private:
|
||||
void encode();
|
||||
int module_set(int y_coords, int x_coords);
|
||||
int module_set(int y_coord, int x_coord);
|
||||
void to_upper(unsigned char source[]);
|
||||
int ustrlen(unsigned char data[]);
|
||||
int ctoi(char source);
|
||||
int is_stackable(int symbology);
|
||||
int is_extendable(int symbology);
|
||||
int roundup(float input);
|
||||
|
||||
private:
|
||||
int m_symbol;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue