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

kstars

kswizard.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           kswizard.h  -  description
00003                              -------------------
00004     begin                : Wed 28 Jan 2004
00005     copyright            : (C) 2004 by Jason Harris
00006     email                : kstars@30doradus.org
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef KSWIZARD_H
00019 #define KSWIZARD_H
00020 
00021 #include <qmemarray.h>
00022 #include "kswizardui.h"
00023 
00024 class GeoLocation;
00025 
00036 class KStars;
00037 class GeoLocation;
00038 
00039 class KSWizard : public KSWizardUI
00040 {
00041 Q_OBJECT
00042 public:
00048     KSWizard( QWidget *parent=0, const char *name=0 );
00049 
00051     ~KSWizard();
00052 
00056     GeoLocation* geo() const { return Geo; }
00057 
00058 private slots:
00064     void slotChangeCity();
00065 
00071     void slotFilterCities();
00072 
00073 //Uncomment if we ever need the telescope page...
00074 //  void slotTelescopeSetup();
00075 
00076 private:
00081     void initGeoPage();
00082     
00083     KStars *ksw;
00084     QMemArray<int> GeoID;
00085     GeoLocation *Geo;
00086     QPtrList<GeoLocation> filteredCityList;
00087 };
00088 
00089 #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