kig
exporter.cc
Go to the documentation of this file.
119 i18n( "The file \"%1\" could not be opened. Please check if the file permissions are set correctly." ,
135 KMessageBox::error( &w, i18n( "Sorry, something went wrong while saving to image \"%1\"", filename ) );
void setWholeWinOverlay()
this is called by some drawing functions that modify the 'entire' screen, i.e.
Definition: kigpainter.cpp:494
void fill(const QColor &color)
This file dialog is pretty like KFileDialog, but allow us to make an option widget popup to the user...
Definition: kigfiledialog.h:27
const T & at(int i) const
Guess what this one does ;) It exports to the XFig file format, as documented in the file FORMAT3...
Definition: xfigexporter.h:28
ExporterAction(const KigPart *doc, KigWidget *w, KActionCollection *parent, KigExporter *exp)
Definition: exporter.cc:44
void setImageSize(const QSize &size)
Definition: imageexporteroptions.cc:81
ScreenInfo is a simple utility class that maps a region of the document onto a region of the screen...
Definition: screeninfo.h:31
size
const ScreenInfo & screenInfo() const
the part of the document we're currently showing i.e.
Definition: kig_view.cpp:272
bool save(const QString &fileName, const char *format, int quality) const
Definition: exporter.h:43
void addMenuAction(const KigPart *doc, KigWidget *w, KActionCollection *coll)
Definition: exporter.cc:155
bool isEmpty() const
bool isEmpty() const
Definition: imageexporteroptions.h:28
virtual bool open(QFlags< QIODevice::OpenModeFlag > mode)
const std::vector< ObjectHolder * > objects() const
Get a hold of the objects of this KigDocument.
Definition: kig_document.cc:46
void setOptionCaption(const QString &caption)
Set the caption of the option dialog.
Definition: kigfiledialog.cc:75
Definition: exporter.h:32
QString exportToStatement() const
Returns a statement like i18n( "Export to image" )
Definition: exporter.cc:70
void setOptionsWidget(QWidget *w)
Use this to set the widget containing the options of eg an export filter.
Definition: kigfiledialog.cc:37
const CoordinateSystem & coordinateSystem() const
Definition: kig_document.cc:40
QRect rect() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.