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

kstars

jmoontool.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           jmoontool.h  -  Display overhead view of the solar system
00003                              -------------------
00004     begin                : Sun May 25 2003
00005     copyright            : (C) 2003 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 JMOONTOOL_H
00018 #define JMOONTOOL_H
00019 
00020 #include <kdialogbase.h>
00021 #include "kstarsplotwidget.h"
00022 
00023 class KStars;
00024 
00030 class JMoonTool : public KDialogBase
00031 {
00032 Q_OBJECT
00033 public:
00034     JMoonTool(QWidget *parent = 0, const char *name = 0);
00035     ~JMoonTool();
00036 
00037 protected:
00038     virtual void keyPressEvent( QKeyEvent *e );
00039 
00040 private:
00041     void initPlotObjects();
00042     KStarsPlotWidget *pw;
00043     KStars *ksw;
00044     QString colJp, colIo, colEu, colGn, colCa;
00045 };
00046 
00047 #endif

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