文件名称:ResizableCtrl_src
介绍说明--下载内容来自于网络,使用问题请自行百度
During the code development phase I detected some variables and actions that are general for all the resizable controls and for this reason I decided to move them in a general interface, IResizeControl, from which all the resizable controls are to inherit. Technically, IResizeControl is not an interface because it doesn t have any pure virtual functions, but I still consider it an interface because it doesn t make any sense to declare IResizeControl objects. In fact, I am preventing the creation of IResizeControl objects by declaring the IResizeControl s constructor and destructor as protected. The IResizeControl class
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Debug/
ResizeButton.cpp
ResizeButton.h
ResizeControl.cpp
ResizeControl.h
ResizeEdit.cpp
ResizeEdit.h
ResizeListBox.cpp
ResizeListBox.h
ResizeButton.cpp
ResizeButton.h
ResizeControl.cpp
ResizeControl.h
ResizeEdit.cpp
ResizeEdit.h
ResizeListBox.cpp
ResizeListBox.h
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.