kstars
kstars.h
Go to the documentation of this file.
109 explicit KStars( bool doSplash, bool startClockRunning = true, const QString &startDateString = QString() );
122 static KStars *createInstance( bool doSplash, bool clockrunning = true, const QString &startDateString = QString() );
311 Q_SCRIPTABLE Q_NOREPLY void setGeoLocation( const QString &city, const QString &province, const QString &country );
330 Q_SCRIPTABLE Q_NOREPLY void exportImage( const QString &filename, int width = -1, int height = -1, bool includeLegend = false );
344 Q_SCRIPTABLE QString getDSSURL( double RA_J2000, double Dec_J2000, float width = 15, float height = 15 );
Q_SCRIPTABLE QString getDSSURL(const QString &objectName)
DBUS interface function.
Definition: kstarsdcop.cpp:441
void addColorMenuItem(const QString &name, const QString &actionName)
Add an item to the color-scheme action manu.
Definition: kstarsactions.cpp:1154
Q_SCRIPTABLE Q_NOREPLY void setTracking(bool track)
DBUS interface function.
Definition: kstarsdcop.cpp:184
What's up tonight dialog is a window which lists all skyobjects that will be visible during the next ...
Definition: wutdialog.h:44
Q_SCRIPTABLE Q_NOREPLY void setGeoLocation(const QString &city, const QString &province, const QString &country)
DBUS interface function.
Definition: kstarsdcop.cpp:196
Definition: execute.h:35
Q_SCRIPTABLE Q_NOREPLY void drawLine(int x1, int y1, int x2, int y2, int speed)
DBUS interface function.
Definition: kstarsdcop.cpp:192
Q_SCRIPTABLE Q_NOREPLY void changeViewOption(const QString &option, const QString &value)
DBUS interface function.
Definition: kstarsdcop.cpp:278
Backends for exporting a sky image, either raster or vector, with a legend.
Definition: imageexporter.h:35
Definition: opsguides.h:24
User interface for "Equipment Type and Parameters" page in WI settings dialog.
Definition: wiequipsettings.h:34
Definition: observeradd.h:29
void removeColorMenuItem(const QString &actionName)
Remove an item from the color-scheme action manu.
Definition: kstarsactions.cpp:1168
Q_SCRIPTABLE Q_NOREPLY void setColor(const QString &colorName, const QString &value)
DBUS interface function.
Definition: kstarsdcop.cpp:398
Q_SCRIPTABLE Q_NOREPLY void setRaDec(double ra, double dec)
DBUS interface function.
Definition: kstarsdcop.cpp:64
Q_SCRIPTABLE Q_NOREPLY void lookTowards(const QString &direction)
DBUS interface function.
Definition: kstarsdcop.cpp:73
void slotSetZoom()
action slot: Allow user to specify a field-of-view angle for the display window in degrees...
Definition: kstarsactions.cpp:992
This composite widget consists of a TimeSpinBox (a QSpinBox), coupled with a TimeUnitBox (a second pa...
Definition: timestepbox.h:34
Q_SCRIPTABLE Q_NOREPLY void popupMessage(int x, int y, const QString &message)
DBUS interface function.
Definition: kstarsdcop.cpp:188
void applyConfig(bool doApplyFocus=true)
Apply config options throughout the program.
Definition: kstars.cpp:165
void slotShowPositionBar(SkyPoint *)
Display position in the status bar.
Definition: kstarsactions.cpp:1208
Astrocalc is the base class for the KStars astronomical calculator.
Definition: astrocalc.h:37
Contains all relevant information for specifying a location on Earth: City Name, State/Province name...
Definition: geolocation.h:39
Definition: drivermanager.h:54
void slotGeoLocator()
action slot: open dialog for selecting a new geographic location
Definition: kstarsactions.cpp:461
User interface for "Light Pollution Settings" page in WI settings dialog This class deals with light ...
Definition: wilpsettings.h:33
void updateTime(const bool automaticDSTchange=true)
Update time-dependent data and (possibly) repaint the sky map.
Definition: kstars.cpp:334
Definition: opsxplanet.h:24
Definition: opsindi.h:18
Q_SCRIPTABLE Q_NOREPLY void exportImage(const QString &filename, int width=-1, int height=-1, bool includeLegend=false)
DBUS interface function.
Definition: kstarsdcop.cpp:429
Definition: opsekos.h:18
void slotTrack()
action slot: Toggle whether kstars is tracking current position
Definition: kstarsactions.cpp:892
Q_SCRIPTABLE Q_NOREPLY void waitForKey(const QString &k)
DBUS interface function.
Definition: kstarsdcop.cpp:173
Q_SCRIPTABLE Q_NOREPLY void setLocalTime(int yr, int mth, int day, int hr, int min, int sec)
DBUS interface function.
Definition: kstarsdcop.cpp:163
Class representing Printing Wizard for KStars printed documents (currently only finder charts)...
Definition: printingwizard.h:66
Definition: ekosmanager.h:30
The Colors page allows the user to adjust all of the colors used to display the night sky...
Definition: opscolors.h:40
Q_SCRIPTABLE Q_NOREPLY void setAltAz(double alt, double az)
DBUS interface function.
Definition: kstarsdcop.cpp:69
Definition: equipmentwriter.h:31
Q_SCRIPTABLE Q_NOREPLY void waitFor(double t)
DBUS interface function.
Definition: kstarsdcop.cpp:167
Q_SCRIPTABLE Q_NOREPLY void removeLabel(const QString &name)
DBUS interface function.
Definition: kstarsdcop.cpp:123
Q_SCRIPTABLE QString getObservingSessionPlanObjectNames()
DBUS interface function.
Definition: kstarsdcop.cpp:513
Q_SCRIPTABLE Q_NOREPLY void printImage(bool usePrintDialog, bool useChartColors)
DBUS interface function.
Definition: kstarsdcop.cpp:528
void slotSetTimeToNow()
action slot: sync kstars clock to system time
Definition: kstarsactions.cpp:600
Q_SCRIPTABLE Q_NOREPLY void addTrail(const QString &name)
DBUS interface function.
Definition: kstarsdcop.cpp:131
Q_SCRIPTABLE QString getObservingWishListObjectNames()
DBUS interface function.
Definition: kstarsdcop.cpp:505
Q_SCRIPTABLE Q_NOREPLY void addLabel(const QString &name)
DBUS interface function.
Definition: kstarsdcop.cpp:115
void slotApplyConfigChanges()
Apply new settings and redraw skymap.
Definition: kstarsactions.cpp:548
This class deals with the observing conditions of the night sky.
Definition: obsconditions.h:31
void clearCachedFindDialog()
Delete FindDialog because ObjNames list has changed in KStarsData due to reloading star data...
Definition: kstars.cpp:152
void showWI(ObsConditions *obs)
Q_SCRIPTABLE QString getObjectDataXML(const QString &objectName)
DBUS interface function.
Definition: kstarsdcop.cpp:456
Q_SCRIPTABLE Q_NOREPLY void loadColorScheme(const QString &name)
DBUS interface function.
Definition: kstarsdcop.cpp:406
static KStars * createInstance(bool doSplash, bool clockrunning=true, const QString &startDateString=QString())
Create an instance of this class.
Definition: kstars.cpp:129
Definition: skycalendar.h:37
Q_SCRIPTABLE Q_NOREPLY void setApproxFOV(double FOV_Degrees)
DBUS interface function.
Definition: kstarsdcop.cpp:521
Definition: guimanager.h:46
A GUI tool for building behavioral DBus scripts for KStars.
Definition: scriptbuilder.h:86
void slotClearAllTrails()
Remove all trails which may have been added to solar system bodies.
Definition: kstarsactions.cpp:1121
Q_SCRIPTABLE Q_NOREPLY void removeTrail(const QString &name)
DBUS interface function.
Definition: kstarsdcop.cpp:139
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.