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

kstars

telescopeprop.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           telescopeprop.cpp  -  description
00003                              -------------------
00004     begin                : Wed June 8th 2005
00005     copyright            : (C) 2005 by Jasem Mutlaq
00006     email                : mutlaqja@ikarustech.com
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 TELESCOPEPROP_H
00019 #define TELESCOPEPROP_H
00020 
00021 class KStars;
00022 class INDIDriver;
00023 
00024 #include "telescopepropui.h"
00025 
00026 class telescopeProp : public scopeProp
00027 {
00028   Q_OBJECT
00029 
00030 public:
00031   telescopeProp(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00032   ~telescopeProp();
00033   /*$PUBLIC_FUNCTIONS$*/
00034 
00035 public slots:
00036   void newScope();
00037   void saveScope();
00038   void updateScopeDetails(int index);
00039   void removeScope();
00040   /*$PUBLIC_SLOTS$*/
00041 
00042 protected:
00043   /*$PROTECTED_FUNCTIONS$*/
00044 
00045 protected slots:
00046   /*$PROTECTED_SLOTS$*/
00047 
00048  private:
00049   int findDeviceIndex(int listIndex);
00050 
00051   bool newScopePending;
00052   KStars *ksw;
00053   INDIDriver *indi_driver;
00054 
00055 };
00056 
00057 #endif
00058 

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