D:/_sources/u2c_12/ControlPanel/I2cBridgeDevicesBar.h
Go to the documentation of this file.00001 // Copyright (C)2006 Diolan ( http://www.diolan.com ) 00002 // 00003 // This program is free software; you can redistribute it and/or 00004 // modify it under the terms of the GNU General Public License 00005 // as published by the Free Software Foundation 00006 // 00007 // This program is distributed in the hope that it will be useful, 00008 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00009 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00010 // GNU General Public License for more details. 00011 00012 #pragma once 00013 00014 00015 class CI2cBridgeDevicesBar : public CDialogBar 00016 { 00017 DECLARE_DYNAMIC(CI2cBridgeDevicesBar) 00018 00019 public: 00020 CI2cBridgeDevicesBar(); 00021 virtual ~CI2cBridgeDevicesBar(); 00022 void EnableControls(bool bEnable); 00023 00024 protected: 00025 afx_msg void OnUpdateButtons (CCmdUI* pCmdUI); 00026 DECLARE_MESSAGE_MAP() 00027 private: 00028 bool m_bEnableControls; 00029 }; 00030 00031
2006-2012