TFunctionGUI.h

Go to the documentation of this file.
00001 
00013 #ifndef __TFUNCTIONGUI___
00014 #define __TFUNCTIONGUI___
00015 #pragma once
00016 
00017 #include <QDialog>
00018 #include <QPushButton>
00019 #include <QGridLayout>
00020 
00021 #include ".\Transferfunction.h"
00022 #include "globals.h"
00023 
00024 
00030 class TFunctionGUI : public QDialog
00031 {
00032         Q_OBJECT
00033 
00034         public:
00035                 TFunctionGUI(QWidget *parent = 0);
00036 
00037         private:
00038                 QGridLayout             *pLayout;
00039                 QPushButton             *pSaveBtn;  
00040                 QPushButton             *pResetBtn;  
00042         private slots:
00043                 int calculateColors(); 
00044                 int resetTransferFunction(); 
00045 };
00046 
00047 #endif

Generated on Wed Dec 7 14:42:11 2005 for VisUE by  doxygen 1.4.5