#include "gif_slave.h"#include "thumbnailtool.h"#include <qimage.h>#include <qobject.h>#include <qfile.h>#include <qpixmap.h>Include dependency graph for gif_slave.cpp:

Go to the source code of this file.
Defines | |
| #define | SUCCESS (0) |
| #define | FAILURE (1) |
| #define | READ_BINARY "r" |
| #define | WRITE_BINARY "w" |
| #define | readword(buffer) ((buffer)[0]+256*(buffer)[1]) |
| #define | readflag(buffer) ((buffer)?true:false) |
| #define | hex(c) ('a'<=(c)&&(c)<='z'?(c)-'a'+10:'A'<=(c)&&(c)<='Z'?(c)-'A'+10:(c)-'0') |
Functions | |
| PHUNK_VIEW_INTERFACE ("Gif", GifSlave) | |
| void | dump (long int, unsigned char *, size_t) |
| void | skipdata (FILE *src) |
| void | transdata (FILE *src, FILE *dest) |
| void | transblock (FILE *src, FILE *dest) |
| void | dumpcomment (FILE *src, QCString &str) |
| int | giftrans (FILE *src, FILE *dest, QString &str, bool full) |
| void | get_gif_info (const char *original_filename, QString &str, bool full=false) |
Variables | |
| static long int | pos |
| static char | skipcomment |
| static char | verbose |
| char * | global_comment |
| static bool | debug = false |
| static bool | output = false |
|
|
Definition at line 71 of file gif_slave.cpp. Referenced by giftrans(). |
|
|
Definition at line 83 of file gif_slave.cpp. Referenced by ASCIIHexEncoder::fillBuf(), getToken(), Gfx8BitFont::Gfx8BitFont(), KVNCConnDlg::KVNCConnDlg(), and KVNCConnDlg::save(). |
|
|
Definition at line 73 of file gif_slave.cpp. Referenced by get_gif_info(). |
|
|
Definition at line 82 of file gif_slave.cpp. Referenced by giftrans(). |
|
|
Definition at line 81 of file gif_slave.cpp. Referenced by giftrans(). |
|
|
Definition at line 70 of file gif_slave.cpp. Referenced by giftrans(). |
|
|
Definition at line 74 of file gif_slave.cpp. |
|
||||||||||||||||
|
Definition at line 88 of file gif_slave.cpp. Referenced by dumpcomment(), skipdata(), transblock(), and transdata(). |
|
||||||||||||
|
Definition at line 145 of file gif_slave.cpp. References dump(), QCString::resize(), and size. Referenced by giftrans(). |
|
||||||||||||||||
|
Definition at line 253 of file gif_slave.cpp. References FALSE, giftrans(), infile, NULL, READ_BINARY, and TRUE. Referenced by GifSlave::fullImageInfo(), and GifSlave::iconViewName(). |
|
||||||||||||||||||||
|
Definition at line 161 of file gif_slave.cpp. References dumpcomment(), FAILURE, readflag, readword, size, skipdata(), SUCCESS, tr, transblock(), and transdata(). Referenced by get_gif_info(). |
|
||||||||||||
|
|
|
|
Definition at line 91 of file gif_slave.cpp. Referenced by giftrans(). |
|
||||||||||||
|
Definition at line 127 of file gif_slave.cpp. Referenced by giftrans(). |
|
||||||||||||
|
Definition at line 111 of file gif_slave.cpp. Referenced by giftrans(). |
|
|
Definition at line 85 of file gif_slave.cpp. |
|
|
Definition at line 79 of file gif_slave.cpp. |
|
|
|
|
Definition at line 78 of file gif_slave.cpp. |
|
|
Definition at line 78 of file gif_slave.cpp. Referenced by main(), and FileTransfer::sendFile(). |
1.4.2