kstars
observinglist.h
Go to the documentation of this file.
94 inline bool contains( const SkyObject *o ) { return m_ObservingList.contains( const_cast<SkyObject*>(o) ); }
158 QString getTime( const SkyObject *o ) { return TimeHash.value( o->name(), QTime( 30,0,0 ) ).toString( "h:mm:ss AP" ); }
160 QTime scheduledTime( SkyObject *o ) { return TimeHash.value( o->name(), o->transitTime( dt, geo ) ); }
void slotSaveAllImages()
Downloads the images of all the objects in the session list Note: This downloads the SDSS image...
Definition: observinglist.cpp:1129
void setSaveImagesButton()
decides on whether to enable the SaveImages button or not
Definition: observinglist.cpp:1210
void slotSaveSessionAs(bool nativeSave=true)
save the current observing session plan to disk, specify filename.
Definition: observinglist.cpp:812
A class that implements methods to find sun rise, sun set, twilight begin / end times, moon rise and moon set times.
Definition: ksalmanac.h:42
void slotSaveSession(bool nativeSave=true)
save the current session
Definition: observinglist.cpp:879
QTime transitTime(const KStarsDateTime &dt, const GeoLocation *geo)
The same iteration technique described in riseSetTime() is used here.
Definition: skyobject.cpp:241
void slotToggleSize()
toggle between the large and small window states
Definition: observinglist.cpp:949
double findAltitude(SkyPoint *p, double hour=0)
Return the altitude of the given SkyObject for the given hour.
Definition: observinglist.cpp:939
Definition: thumbimage.h:24
Definition: observinglist.h:40
bool eventFilter(QObject *obj, QEvent *event)
This is the declaration of the event filter function which is installed on the KImageFilePreview and ...
Definition: observinglist.cpp:1221
void saveImage(KUrl url, QString filename)
saves the image syncronously from a given URL into a given file url the url from which the image has ...
Definition: observinglist.cpp:1153
Contains all relevant information for specifying a location on Earth: City Name, State/Province name...
Definition: geolocation.h:39
void setDefaultImage()
set the default image in the image preview.
Definition: observinglist.cpp:1354
void selectObject(const SkyObject *o)
make a selection in the session view
Definition: observinglist.cpp:1341
void slotDeleteAllImages()
Removes all the save DSS/SDSS images from the disk.
Definition: observinglist.cpp:1186
void slotNewSelection()
Tasks needed when changing the selected object Save the user log of the previous selected object...
Definition: observinglist.cpp:455
Extension of KDateTime for KStars KStarsDateTime can represent the date/time as a Julian Day...
Definition: kstarsdatetime.h:45
void slotSetTime()
Takes the time from the QTimeEdit box and sets it as the time parameter in the tableview of the Sessi...
Definition: observinglist.cpp:1054
void slotGetImage(bool _dss=false)
Downloads the corresponding DSS or SDSS image from the web and displays it.
Definition: observinglist.cpp:1061
void slotAddObject(SkyObject *o=NULL, bool session=false, bool update=false)
add a new object to list o pointer to the object to add to the list session flag toggle adding the ob...
Definition: observinglist.cpp:226
void saveThumbImage()
saves a thumbnail image for the details dialog from the downloaded image
Definition: observinglist.cpp:1306
void slotChangeTab(int index)
toggle the setEnabled flags according to current view set the m_currentItem to NULL and clear selecti...
Definition: observinglist.cpp:1001
void slotRemoveObject(SkyObject *o=NULL, bool session=false, bool update=false)
Remove skyobject from the observing list.
Definition: observinglist.cpp:334
SkyObject * findObjectByName(QString name)
return the object with the name as the passed QString from the Session List, return null otherwise ...
Definition: observinglist.cpp:1334
void slotUpdate()
Updates the tableviews for the new geolocation and date.
Definition: observinglist.cpp:1035
void slotOALExport()
Export a target list to the oal compliant format.
Definition: observinglist.cpp:1314
void saveCurrentList()
If the current list has unsaved changes, ask the user about saving it.
Definition: observinglist.cpp:799
void plot(SkyObject *o)
Plot the SkyObject's Altitude vs Time in the AVTPlotWidget.
Definition: observinglist.cpp:910
void slotDetails()
Show the details window for the selected object.
Definition: observinglist.cpp:642
void setCurrentImage(const SkyObject *o, bool temp=false)
Sets the image parameters for the current object o The passed object for setting the parameters temp ...
Definition: observinglist.cpp:1096
void slotRemoveSelectedObjects()
Remove skyobjects which are highlighted in the observing list tool from the observing list...
Definition: observinglist.cpp:393
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:46
void slotLocation()
Opens the Location dialog to set the GeoLocation for the sessionlist.
Definition: observinglist.cpp:1026
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.