GME  13
AttrEnableButton.h
Go to the documentation of this file.
00001 #if !defined(AFX_ATTRENABLEBUTTON_H__5FEE3D23_E89B_11D3_AEF1_444553540000__INCLUDED_)
00002 #define AFX_ATTRENABLEBUTTON_H__5FEE3D23_E89B_11D3_AEF1_444553540000__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // AttrEnableButton.h : header file
00008 //
00009 
00011 // CAttrEnableButton window
00012 
00013 class CGuiMetaAttribute;
00014 
00015 class CAttrEnableButton : public CButton
00016 {
00017 // Construction
00018 public:
00019         CAttrEnableButton(CGuiMetaAttribute *metaAttr);
00020 
00021 // Attributes
00022 public:
00023         bool on;
00024         CGuiMetaAttribute *guiMetaAttr;
00025 // Operations
00026 public:
00027 
00028 // Overrides
00029         // ClassWizard generated virtual function overrides
00030         //{{AFX_VIRTUAL(CAttrEnableButton)
00031         //}}AFX_VIRTUAL
00032 
00033 // Implementation
00034 public:
00035         virtual ~CAttrEnableButton();
00036 
00037         // Generated message map functions
00038 protected:
00039         //{{AFX_MSG(CAttrEnableButton)
00040         afx_msg void OnClicked();
00041         //}}AFX_MSG
00042 
00043         DECLARE_MESSAGE_MAP()
00044 };
00045 
00047 
00048 //{{AFX_INSERT_LOCATION}}
00049 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00050 
00051 #endif // !defined(AFX_ATTRENABLEBUTTON_H__5FEE3D23_E89B_11D3_AEF1_444553540000__INCLUDED_)