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

kstars

customcatalog.cpp

Go to the documentation of this file.
00001 /***************************************************************************
00002                           customcatalog.cpp  -  description
00003                              -------------------
00004     begin                : Fri May 3 2005
00005     copyright            : (C) 2005 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 #include <qstring.h>
00019 
00020 #include "customcatalog.h"
00021 
00022 CustomCatalog::CustomCatalog() : m_Name( i18n("Custom") ), m_Prefix( "CC" ), 
00023         m_Color( "#FF0000" ), m_Epoch( 2000.0 ), m_ObjList() {
00024 }
00025 
00026 CustomCatalog::CustomCatalog( QString nm, QString px, QString co, float ep, 
00027         QPtrList<SkyObject> ol ) : m_Name(nm), m_Prefix(px), m_Color(co), 
00028         m_Epoch(ep), m_ObjList( ol ) {
00029 
00030 }
00031 
00032 CustomCatalog::~CustomCatalog() {
00033 }
00034 

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