First attempt at "Copy"

This commit is contained in:
hooper114 2009-07-07 08:41:14 +00:00
parent 1889644208
commit 249d33ee14
5 changed files with 985 additions and 28 deletions

View file

@ -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;