common_ch_control_base.h

Go to the documentation of this file.
00001 
00002 // Name:        common_ch_control_base.h
00003 // Purpose:     
00004 // Author:      NDA
00005 // Modified by: 
00006 // Created:     11/01/2007 15:09:38
00007 // RCS-ID:      
00008 // Copyright:   CAEN S.p.A All rights reserved.
00009 // Licence:     
00011 
00012 #ifndef _COMMON_CH_CONTROL_BASE_H_
00013 #define _COMMON_CH_CONTROL_BASE_H_
00014 
00015 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
00016 #pragma interface "common_ch_control_base.h"
00017 #endif
00018 
00036 class CommonChControlBase: public wxPanel
00037 {    
00038     DECLARE_DYNAMIC_CLASS( CommonChControlBase )
00039 public:
00041     CommonChControlBase( );
00042     CommonChControlBase( wxWindow* parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style);
00043 
00044         virtual void SetMediumLabel( double value);
00045         virtual void SetOverloadBackground( const wxColor& color);
00046         virtual void SetEnable( bool enable);
00047 };
00048 
00049 #endif
00050     // _COMMON_CH_CONTROL_BASE_H_

Generated on Mon Mar 19 17:14:07 2007 for CAENScope by  doxygen 1.4.6-NO