15 static unsigned char temp_char;
17 void setInputFile(QStringList input) { inf = input; }
19 void setOutputFile(QString output) { of = output; }
21 void setTotalSize(int64_t totalsizeInput) { totalsize = totalsizeInput; }
32 QList<double> entropit;
37 void huffmanWrite(
unsigned char c, ofstream &outfile);
40 void progressChanged(QString info);
41 void progressCounted(
int progress);
42 void setEnabled(
bool enable);