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

kstars

indifitsconf.h

Go to the documentation of this file.
00001 /*  INDI Options (subclass)
00002     Copyright (C) 2005 Jasem Mutlaq
00003 
00004     This application is free software; you can redistribute it and/or
00005     modify it under the terms of the GNU General Public
00006     License as published by the Free Software Foundation; either
00007     version 2 of the License, or (at your option) any later version.
00008  */
00009 
00010 #ifndef INDIFITSCONF_H
00011 #define INDIFITSCONF_H
00012 
00013 #include "indiconf.h"
00014 
00015 class INDIFITSConf : public INDIConf
00016 {
00017   Q_OBJECT
00018 
00019 public:
00020   INDIFITSConf(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00021   ~INDIFITSConf();
00022   /*$PUBLIC_FUNCTIONS$*/
00023 
00024    void loadOptions();
00025    void saveOptions();
00026 
00027 public slots:
00028   void comboUpdate(int newIndex);
00029   void saveFITSDirectory();
00030 
00031  private:
00032  int lastIndex;
00033  QStringList filterList;
00034 
00035 
00036 };
00037 
00038 #endif
00039 

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