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

kstars

opsguides.cpp

Go to the documentation of this file.
00001 /***************************************************************************
00002                           opsguides.cpp  -  K Desktop Planetarium
00003                              -------------------
00004     begin                : Sun 6 Feb 2005
00005     copyright            : (C) 2005 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 #include <qbuttongroup.h>
00018 #include <qcheckbox.h>
00019 #include "opsguides.h"
00020 
00021 OpsGuides::OpsGuides( QWidget* parent, const char* name, WFlags fl )
00022     : OpsGuidesUI( parent, name, fl )
00023 {
00024     connect( kcfg_ShowCNames, SIGNAL( clicked() ), 
00025                      this, SLOT( slotToggleConstellOptions() ) );
00026     connect( kcfg_ShowMilkyWay, SIGNAL( clicked() ), 
00027                      this, SLOT( slotToggleMilkyWayOptions() ) );
00028 }
00029 
00030 OpsGuides::~OpsGuides()
00031 {}
00032 
00033 void OpsGuides::slotToggleConstellOptions() {
00034     ConstellOptions->setEnabled( kcfg_ShowCNames->isChecked() );
00035 }
00036 
00037 void OpsGuides::slotToggleMilkyWayOptions() {
00038     kcfg_FillMilkyWay->setEnabled( kcfg_ShowMilkyWay->isChecked() );
00039 }
00040 
00041 #include "opsguides.moc"

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