• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdelibs-4.14.38 API Reference
  • KDE Home
  • Contact Us
 

KImgIO

  • kimgio
eps.h
Go to the documentation of this file.
1
7#ifndef _EPS_H
8#define _EPS_H
9
10
11#include <QtGui/QImageIOPlugin>
12
13class EPSHandler : public QImageIOHandler
14{
15public:
16 EPSHandler();
17
18 bool canRead() const;
19 bool read(QImage *image);
20 bool write(const QImage &image);
21
22 QByteArray name() const;
23
24 static bool canRead(QIODevice *device);
25};
26
27#endif
28
EPSHandler
QImageIO Routines to read/write EPS images.
Definition: eps.h:14
EPSHandler::name
QByteArray name() const
Definition: eps.cpp:291
EPSHandler::canRead
bool canRead() const
Definition: eps.cpp:134
EPSHandler::read
bool read(QImage *image)
Definition: eps.cpp:143
EPSHandler::write
bool write(const QImage &image)
Definition: eps.cpp:243
EPSHandler::EPSHandler
EPSHandler()
Definition: eps.cpp:130
QImageIOHandler
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

KDE's Doxygen guidelines are available online.

KImgIO

Skip menu "KImgIO"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs-4.14.38 API Reference

Skip menu "kdelibs-4.14.38 API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal