kstars
DetailDialog Class Reference
window showing detailed information for a selected object. More...
#include <detaildialog.h>

Public Slots | |
void | addToObservingList () |
void | centerMap () |
void | centerTelescope () |
void | editLinkDialog () |
void | removeLinkDialog () |
void | saveLogData () |
void | showThumbnail () |
void | unselectImagesList () |
void | unselectInfoList () |
void | updateLists () |
void | updateThumbnail () |
void | viewADVData () |
void | viewLink () |
Public Member Functions | |
DetailDialog (SkyObject *o, const KStarsDateTime &ut, GeoLocation *geo, QWidget *parent=0, const char *name=0) | |
QPixmap * | thumbnail () |
~DetailDialog () |
Detailed Description
window showing detailed information for a selected object.The window is split into four Tabs: General, Links, Advanced and Log. The General Tab displays some type-specific data about the object, as well as its present coordinates and Rise/Set/Transit times for the current date. The Type-specific data are:
- Stars: common name, genetive name, Spectral type, magnitude, distance
- Solar System: name, object type (planet/comet/asteroid), Distance, magnitude (TBD), angular size (TBD)
- Deep Sky: Common name, other names, object type, magnitude, angular size
- Version:
- 1.0
Definition at line 105 of file detaildialog.h.
Constructor & Destructor Documentation
DetailDialog::DetailDialog | ( | SkyObject * | o, | |
const KStarsDateTime & | ut, | |||
GeoLocation * | geo, | |||
QWidget * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
DetailDialog::~DetailDialog | ( | ) | [inline] |
Member Function Documentation
void DetailDialog::addToObservingList | ( | ) | [slot] |
void DetailDialog::centerMap | ( | ) | [slot] |
void DetailDialog::centerTelescope | ( | ) | [slot] |
void DetailDialog::editLinkDialog | ( | ) | [slot] |
Open a dialog to edit a URL in either the Images or Info lists, and update the user's *url.dat file.
Definition at line 545 of file detaildialog.cpp.
void DetailDialog::removeLinkDialog | ( | ) | [slot] |
remove a URL entry from either the Images or Info lists, and update the user's *url.dat file.
Definition at line 638 of file detaildialog.cpp.
void DetailDialog::saveLogData | ( | ) | [slot] |
Save the User's text in the Log Tab to the userlog.dat file.
Definition at line 885 of file detaildialog.cpp.
void DetailDialog::showThumbnail | ( | ) | [slot] |
QPixmap* DetailDialog::thumbnail | ( | ) | [inline] |
Definition at line 116 of file detaildialog.h.
void DetailDialog::unselectImagesList | ( | ) | [slot] |
Unselect the currently selected item in the Images list.
- Note:
- used when an item is selected in the Info list
Definition at line 501 of file detaildialog.cpp.
void DetailDialog::unselectInfoList | ( | ) | [slot] |
Unselect the currently selected item in the Info list.
- Note:
- used when an item is selected in the Images list
Definition at line 496 of file detaildialog.cpp.
void DetailDialog::updateLists | ( | ) | [slot] |
Rebuild the Image and Info URL lists for this object.
- Note:
- used when an item is added to either list.
Definition at line 520 of file detaildialog.cpp.
void DetailDialog::updateThumbnail | ( | ) | [slot] |
void DetailDialog::viewADVData | ( | ) | [slot] |
Open the web browser to the selected online astronomy database, with a query to the object of this Detail Dialog.
Definition at line 820 of file detaildialog.cpp.
void DetailDialog::viewLink | ( | ) | [slot] |
View the selected image or info URL in the web browser.
Definition at line 506 of file detaildialog.cpp.
The documentation for this class was generated from the following files: