KImgIO
eps.cpp File Reference
#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.
Defines | |
| #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) |
Define Documentation
| #define BUFLEN 200 |
QImageIO Routines to read/write EPS images.
copyright (c) 1998 Dirk Schoenberger <dirk.schoenberger@freenet.de>
This library is distributed under the conditions of the GNU LGPL.
Function Documentation
| static bool bbox | ( | QIODevice * | io, | |
| int * | x1, | |||
| int * | y1, | |||
| int * | x2, | |||
| int * | y2 | |||
| ) | [static] |
KDE 4.3 API Reference