[Kstars-devel] branches/kstars/summer/kstars/kstars/tools
Prakash Mohan
prak902000 at gmail.com
Tue Jul 28 23:10:30 CEST 2009
SVN commit 1003811 by prakash:
Adding some documentation to the OL
CCMAIL: kstars-devel at kde.org
M +10 -1 observinglist.h
--- branches/kstars/summer/kstars/kstars/tools/observinglist.h #1003810:1003811
@@ -147,8 +147,14 @@
*/
void setSaveImages();
+ /**@short This is the declaration of the event filter function
+ * which is installed on the KImageFilePreview and the TabeView
+ */
bool eventFilter( QObject *obj, QEvent *event );
+ /**@short saves a thumbnail image for the details dialog
+ * from the downloaded image
+ */
void saveThumbImage();
QString getTime( SkyObject *o ) { return TimeHash.value( o->name(), QTime( 30,0,0 ) ).toString( "h:mm:ss AP" ); }
@@ -160,7 +166,10 @@
GeoLocation* geoLocation() { return geo; }
KStarsDateTime dateTime() { return dt; }
-
+
+ /**@short return the object with the name as the passed
+ * QString from the Session List, return null otherwise
+ */
SkyObject* findObjectByName( QString name );
public slots:
More information about the Kstars-devel
mailing list