Hauptseite | Liste aller Namensbereiche | Klassenhierarchie | Alphabetische Liste | Datenstrukturen | Auflistung der Dateien | Datenstruktur-Elemente | Datei-Elemente

Sun.h

gehe zur Dokumentation dieser Datei
00001 /*
00002 Autor: $Author: kunkel $ State: $State: Exp $
00003 Datum: $Date: 2005/05/30 12:35:25 $
00004 Version: $Revision: 1.1 $
00005 */
00006 
00011 #ifndef SUN_H
00012 #define SUN_H
00013 
00014 #include "config.h"
00015 #include "Object.h"
00016 #include "Configuration.h"
00017 
00021 class Sun:public Object {
00022 private:
00023 
00024 public:
00028     Sun() {
00029         setTexture("default");
00030         setName(getType());
00031     }
00035     virtual ~Sun() {}
00036 
00037     virtual char * getType();
00038     virtual void draw();
00039 
00044     virtual int getDrawPriority() {
00045         return 1000;
00046     }
00047 };
00048 
00049 #endif

Erzeugt am Mon May 30 14:31:15 2005 für Sunsystembuildingandsimulation von doxygen 1.3.6