Kstars
observation.h
31 Observation(QString id, QString observer, QString site, QString session, QString target, KStarsDateTime begin,
32 double faintestStar, double seeing, QString scope, QString eyepiece, QString lens, QString filter,
35 setObservation(id, observer, site, session, target, begin, faintestStar, seeing, scope, eyepiece, lens, filter,
38 Observation(QString id, Observer *observer, Session *session, SkyObject *target, KStarsDateTime begin,
39 double faintestStar, double seeing, Scope *scope, Eyepiece *eyepiece, Lens *lens, Filter *filter,
Extension of QDateTime for KStars KStarsDateTime can represent the date/time as a Julian Day,...
Definition kstarsdatetime.h:36
Provides all necessary information about an object in the sky: its coordinates, name(s),...
Definition skyobject.h:42
Open Astronomy Log (OAL) is a free and open XML schema definition for all kinds of astronomical obser...
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.