Hauptseite   Klassenhierarchie   Übersicht   Auflistung der Dateien   Elementübersicht   Datei-Elemente  

kovarianzformimpl.h

gehe zur Dokumentation dieser Datei
00001 
00013 #ifndef KOVARIANZFORMIMPL_H
00014 #define KOVARIANZFORMIMPL_H
00015 #include "kovarianzform.h"
00016 
00017 #include <qstring.h>
00018 #include <qtable.h>
00025 class KovarianzFormImpl : public KovarianzForm
00026 { 
00027     Q_OBJECT
00028 
00029 public:
00030     KovarianzFormImpl( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00031     ~KovarianzFormImpl();
00032      void fuelle(double **covar, int ma);
00033 public slots:
00034     void OK_slot();
00035 
00036    
00037 
00038 };
00039 
00040 #endif // KOVARIANZFORMIMPL_H

Erzeugt am Mon Jan 21 11:39:46 2002 für Positron von doxygen1.2.12 geschrieben von Dimitri van Heesch, © 1997-2001