KImgIO
#include "eps.h"
#include <unistd.h>
#include <stdio.h>
#include <QtGui/QImage>
#include <QtCore/QFile>
#include <QtGui/QPainter>
#include <QtGui/QPrinter>
#include <QtCore/QTextStream>
#include <QtCore/QTemporaryFile>
#include <kapplication.h>
#include <kdebug.h>
Go to the source code of this file.
Macros | |
#define | BBOX "%%BoundingBox:" |
#define | BBOX_LEN strlen(BBOX) |
#define | BUFLEN 200 |
Functions | |
static bool | bbox (QIODevice *io, int *x1, int *y1, int *x2, int *y2) |
static bool | seekToCodeStart (QIODevice *io, quint32 &ps_offset, quint32 &ps_size) |
Macro Definition Documentation
#define BUFLEN 200 |
Function Documentation
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 17:48:15 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 17:48:15 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.