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
◆ BBOX
◆ BBOX_LEN
◆ BUFLEN
#define BUFLEN 200 |
QImageIO Routines to read/write EPS images.
copyright (c) 1998 Dirk Schoenberger dirk..nosp@m.scho.nosp@m.enber.nosp@m.ger@.nosp@m.freen.nosp@m.et.d.nosp@m.e
This library is distributed under the conditions of the GNU LGPL.
Function Documentation
◆ bbox()
|
static |
◆ seekToCodeStart()
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.