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>
Include dependency graph for eps.cpp:
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.