Kstars
imageexporter.h
48 * @note This method calls an SVG backend instead if the file extension is svg. Otherwise, it draws raster.
77 * @param size a pointer to a QSize containing the size of images. If a null pointer is supplied, the SkyMap size is used.
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
bool exportImage(QString url)
Exports an image with the defined settings.
Definition: imageexporter.cpp:188
void setLegendProperties(Legend::LEGEND_TYPE type, Legend::LEGEND_ORIENTATION orientation, Legend::LEGEND_POSITION position, int alpha=160, bool include=true)
Set the legend properties.
Definition: imageexporter.cpp:241
Backends for exporting a sky image, either raster or vector, with a legend.
Definition: imageexporter.h:23
void setRasterOutputSize(const QSize *size)
Set the size of output raster images.
Definition: imageexporter.cpp:263
This is the main window for KStars. In addition to the GUI elements, the class contains the program c...
Definition: kstars.h:90
QObject * parent() const const
Legend class is used for painting legends on class inheriting QPaintDevice. Its methods enable changi...
Definition: legend.h:32
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Nov 30 2023 04:05:11 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Nov 30 2023 04:05:11 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.