• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

kstars

opscatalog.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           opscatalog.h  -  K Desktop Planetarium
00003                              -------------------
00004     begin                : Sun Feb 29 2004
00005     copyright            : (C) 2004 by Jason Harris
00006     email                : jharris@30doradus.org
00007  ***************************************************************************/
00008 /***************************************************************************
00009  *                                                                         *
00010  *   This program is free software; you can redistribute it and/or modify  *
00011  *   it under the terms of the GNU General Public License as published by  *
00012  *   the Free Software Foundation; either version 2 of the License, or     *
00013  *   (at your option) any later version.                                   *
00014  *                                                                         *
00015  ***************************************************************************/
00016 
00017 #ifndef OPSCATALOG_H
00018 #define OPSCATALOG_H
00019 
00020 #include "opscatalogui.h"
00021 
00035 class QWidget;
00036 class KStars;
00037 class QCheckListItem;
00038 
00039 class OpsCatalog : public OpsCatalogUI
00040 {
00041     Q_OBJECT
00042 
00043 public:
00044     OpsCatalog( QWidget *parent=0, const char *name=0, WFlags fl = 0 );
00045     ~OpsCatalog();
00046 
00047 private slots:
00048     void updateDisplay();
00049     void selectCatalog();
00050     void slotAddCatalog();
00051     void slotLoadCatalog();
00052     void slotRemoveCatalog();
00053     void slotSetDrawStarMagnitude(double newValue);
00054     void slotSetDrawStarZoomOutMagnitude(double newValue);
00055     void slotStarWidgets(bool on);
00056     
00057 private:
00058     void insertCatalog( const QString & filename );
00059 
00060     QCheckListItem *showMessier, *showMessImages, *showNGC, *showIC;
00061     KStars *ksw;
00062 };
00063 
00064 #endif  //OPSCATALOG_H
00065 

kstars

Skip menu "kstars"
  • Main Page
  • Modules
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • keduca
  • kstars
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal