KTNEF Library
#include "lzfu.h"
#include <QtCore/QIODevice>
#include <sys/types.h>
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
int | lzfu_decompress (QIODevice *input, QIODevice *output) |
Detailed Description
This file is part of the API for handling TNEF data and provides the LZFU decompression functionality.
Definition in file lzfu.cpp.
Macro Definition Documentation
#define LZFU_INITDICT |
Value:
"{\\rtf1\\ansi\\mac\\deff0\\deftab720{\\fonttbl;}" \
"{\\f0\\fnil \\froman \\fswiss \\fmodern \\fscrip" \
"t \\fdecor MS Sans SerifSymbolArialTimes Ne" \
"w RomanCourier{\\colortbl\\red0\\green0\\blue0" \
"\r\n\\par \\pard\\plain\\f0\\fs20\\b\\i\\u\\tab" \
"\\tx"
Function Documentation
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Thu Jan 9 2014 18:04:13 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Thu Jan 9 2014 18:04:13 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.