• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

C++技巧之三

发布: 2007-7-01 20:40 | 作者: admin | 来源: | 查看: 12次 | 进入软件测试论坛讨论

领测软件测试网

代码清单1 window_update_scope的节略本

/* ///////////////////////////////////////////////////////////// * * ... * * Extract from winstl_window_update_scope.h
*摘录自 winstl_window_update_scope.h * * www:        http://www.synesis.com.au/winstl *             http://www.winstl.org/ * * Copyright (C) 2002, Synesis Software Pty Ltd.
*版权所有 (C) 2002, Synesis Software Pty Ltd.公司 * (Licensed under the Synesis Software Standard Source License: *  )* (由Synesis Software Standard Source License授权许可: *  ) * * ... * * ////////////////////////////////////////////////////////// */ ...  namespace winstl{     class window_update_scope    {
// Construction
// 构造    public:        // Takes a HWND and changes it´s current update-status,)        // which is set back to the original state in the        // destructor.
// 取得HWND 句柄并改变其当前更新状态,在析构器中设置其回到初始状态。        ws_explicit_k window_update_scope(HWND hwnd)            : m_bIsLocked(hwnd != NULL && ::LockWindowUpdate(hwnd))        {}         ~window_update_scope() winstl_throw_0()        {            if(m_bIsLocked)            {                // Lock was successful, so undo here
// 锁定成功,因此此处反向操作                ::LockWindowUpdate(NULL);            }        } 
// Members 
//成员变量    protected:        ws_bool_t   m_bIsLocked; 
// Not to be implemented 
//不被实现    private:        window_update_scope(window_update_scope const &rhs);        window_update_scope const            &operator =(window_update_scope const &rhs);    }; } // namespace winstl //名称空间winstl

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/


关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网