kstars
kstarsdata.h
Go to the documentation of this file.
GeoLocation * locationNamed(const QString &city, const QString &province=QString(), const QString &country=QString())
Definition: kstarsdata.cpp:364
const QMap< QString, TimeZoneRule > & getRulebook() const
Return map for daylight saving rules.
Definition: kstarsdata.h:247
void setLocationFromOptions()
Set the GeoLocation according to the values stored in the configuration file.
Definition: kstarsdata.cpp:396
bool executeScript(const QString &name, SkyMap *map)
Execute a script.
Definition: kstarsdata.cpp:892
Backends for exporting a sky image, either raster or vector, with a legend.
Definition: imageexporter.h:34
void setFullTimeUpdate()
The Sky is updated more frequently than the moon, which is updated more frequently than the planets...
Definition: kstarsdata.cpp:313
void setTimeDirection(float scale)
Sets the direction of time and stores it in bool TimeRunForwards.
Definition: kstarsdata.cpp:359
This class provides the information needed to determine whether Daylight Savings Time (DST; a...
Definition: timezonerule.h:58
void progressText(const QString &text)
Signal that specifies the text that should be drawn in the KStarsSplash window.
const char * name() const
bool isTimeRunningForward() const
Returns true if time is running forward else false.
Definition: kstarsdata.h:126
void changeDateTime(const KStarsDateTime &newDate)
Change the current simulation date/time to the KStarsDateTime argument.
Definition: kstarsdata.cpp:327
Contains all relevant information for specifying a location on Earth: City Name, State/Province name...
Definition: geolocation.h:39
void updateTime(GeoLocation *geo, const bool automaticDSTchange=true)
Update the Simulation Clock.
Definition: kstarsdata.cpp:234
const QList< FOV * > getAvailableFOVs() const
Definition: kstarsdata.h:299
SkyMapComposite is the root object in the object hierarchy of the sky map.
Definition: skymapcomposite.h:73
Extension of QDateTime for KStars KStarsDateTime can represent the date/time as a Julian Day...
Definition: kstarsdatetime.h:46
This class stores all of the adjustable colors in KStars, in a QMap object keyed by the names of the ...
Definition: colorscheme.h:37
QByteArray toLocal8Bit() const
void syncFOV()
Synchronize list of visible FOVs and list of selected FOVs in Options.
Definition: kstarsdata.cpp:1486
There are several time-dependent values used in position calculations, that are not specific to an ob...
Definition: ksnumbers.h:54
Definition: catalogdb.h:43
Definition: detaildialog.h:49
GeoLocation * nearestLocation(double longitude, double latitude)
nearestLocation Return nearest location to the given logntidue and latitude coordiantes ...
Definition: kstarsdata.cpp:377
void setSnapNextFocus(bool b=true)
Disable or re-enable the slewing animation for the next Focus change.
Definition: kstarsdata.h:268
void setNextDSTChange(const KStarsDateTime &dt)
Set the NextDSTChange member.
Definition: kstarsdata.h:117
Provides all necessary information about an object in the sky: its coordinates, name(s), type, magnitude, and QStringLists of URLs for images and webpages regarding the object.
Definition: skyobject.h:43
a dms subclass that caches its sine and cosine values every time the angle is changed.
Definition: cachingdms.h:29
void setLocation(const GeoLocation &l)
Set the GeoLocation according to the argument.
Definition: kstarsdata.cpp:403
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Dec 6 2019 04:13:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Dec 6 2019 04:13:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.