kstars
infoboxwidget.cpp
Go to the documentation of this file.
51 InfoBoxWidget::InfoBoxWidget(bool shade, const QPoint& pos, int anchor, const QStringList& str, QWidget* parent) :
91 STString = STString.sprintf( "%02d:%02d:%02d ", data->lst()->hour(), data->lst()->minute(), data->lst()->second() );
virtual void mouseMoveEvent(QMouseEvent *event)
Definition: infoboxwidget.cpp:197
QColor colorNamed(const QString &name) const
Retrieve a color by name.
Definition: colorscheme.cpp:97
virtual void paintEvent(QPaintEvent *event)
Definition: infoboxwidget.cpp:166
Definition: infoboxwidget.h:55
virtual void mousePressEvent(QMouseEvent *event)
Definition: infoboxwidget.cpp:226
Contains all relevant information for specifying a location on Earth: City Name, State/Province name...
Definition: geolocation.h:39
Definition: infoboxwidget.h:56
i18nc("string from libindi, used in the config dialog","100x")
This class stores all of the adjustable colors in KStars, in a QMap object keyed by the names of the ...
Definition: colorscheme.h:38
virtual void mouseDoubleClickEvent(QMouseEvent *event)
Definition: infoboxwidget.cpp:235
Small optianally transparent box for display of text messages.
Definition: infoboxwidget.h:48
virtual void mouseReleaseEvent(QMouseEvent *event)
Definition: infoboxwidget.cpp:241
InfoBoxWidget(bool shade, const QPoint &pos, int anchor=0, const QStringList &str=QStringList(), QWidget *parent=0)
Create one infobox.
Definition: infoboxwidget.cpp:51
void slotObjectChanged(SkyObject *obj)
Set information about object.
Definition: infoboxwidget.cpp: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:46
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.