test_configwidget.h

00001 //--------------------------------------------------
00010 //--------------------------------------------------
00011 
00012 #ifndef TEST_CONFIGWIDGET_H_
00013 #define TEST_CONFIGWIDGET_H_
00014 
00015 #include <QLabel>
00016 #include "../../gui/config_widget.h"
00017 
00018 namespace imedgine
00019 {
00020 
00021 //--------------------------------------------------
00032 //--------------------------------------------------
00033 
00034   class TestConfigWidget: public ConfigWidget
00035   {
00036   public:
00037 
00038     //--------------------------------------------------
00041 
00042     TestConfigWidget();
00043 
00044 
00045     //--------------------------------------------------
00048 
00049     virtual ~TestConfigWidget();
00050     
00051     //--------------------------------------------------
00055 
00056     void applyConfiguration();
00057     
00058     //--------------------------------------------------
00060     
00061     bool showConfiguration();
00062      
00063   protected:
00064 
00065   //--------------------------------------------------
00068 
00069     TestConfigWidget(TestConfigWidget const& src);
00070 
00071   private:
00072   //--------------------------------------------------
00075 
00076     TestConfigWidget& operator = (TestConfigWidget const& src);
00077     
00078     QLabel *test_label_;
00079 
00080   }; // class TestConfigWidget
00081   
00082 } // namespace imedgine
00083   
00084 #endif // TEST_CONFIGWIDGET_H_
00085 

Generated on Sun Aug 13 18:19:37 2006 for iMEDgine by  doxygen 1.4.6