Kstars
printingwizard.h
49 * \brief Class representing Printing Wizard for KStars printed documents (currently only finder charts).
User interface for "Configure basic finder chart settings" step of the Printing Wizard.
Definition pwizchartconfig.h:18
User interface for "Configure chart contents" step of the Printing Wizard.
Definition pwizchartcontents.h:20
User interface for "Browse captured FOV images" step of Printing Wizard.
Definition pwizfovbrowse.h:20
User interface for "Configure common FOV export options" step of the Printing Wizard.
Definition pwizfovconfig.h:19
User interface for "Manual FOV capture" step of the Printing Wizard.
Definition pwizfovmanual.h:20
User interface for "Star hopper FOV snapshot capture" step of the Printing Wizard.
Definition pwizfovsh.h:21
User interface for "Select FOV capture method" step of the Printing Wizard.
Definition pwizfovtypeselection.h:19
User interface for "Select observed object" step of the Printing Wizard.
Definition pwizobjectselection.h:21
User interface for last "Print and export finder chart" step of the Printing Wizard.
Definition pwizprint.h:22
User interface for the first step of the Printing Wizard.
Definition printingwizard.h:38
Class representing Printing Wizard for KStars printed documents (currently only finder charts).
Definition printingwizard.h:53
SkyObject * getShBeginObject()
Get object at which star hopping will begin.
Definition printingwizard.h:139
void setSkyObject(SkyObject *obj)
Set SkyObject for which FinderChart is created.
Definition printingwizard.h:145
void setShBeginObject(SkyObject *obj)
Set SkyObject at which star hopper will begin.
Definition printingwizard.h:151
SimpleFovExporter * getFovExporter()
Get pointer to the SimpleFovExporter class instance.
Definition printingwizard.h:133
void beginFovCapture()
Hide Printing Wizard and put SkyMap in FOV capture mode.
Definition printingwizard.cpp:120
SkyObject * getSkyObject()
Get selected SkyObject, for which FinderChart is created.
Definition printingwizard.h:115
void beginPointing()
Set SkyMap to pointing mode and hide Printing Wizard.
Definition printingwizard.cpp:76
void pointingDone(SkyObject *obj)
Quit object pointing mode and set the pointed object.
Definition printingwizard.cpp:103
void beginShFovCapture()
Capture FOV snapshots using star hopper-based method.
Definition printingwizard.cpp:196
SimpleFovExporter class is used for FOV representation exporting.
Definition simplefovexporter.h:31
Provides all necessary information about an object in the sky: its coordinates, name(s),...
Definition skyobject.h:42
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.