文件名称:verticaltree
- 所属分类:
- TreeView控件
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 18.73kb
- 下载次数:
- 1次
- 提 供 者:
- gao***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
While studying electronic engineering and computer science, I participated in a compiler workshop where we had to write our own programming language. To view and analyse the syntax tree for a given program, I wrote a custom drawn tree component those days. The original component was written in Java and I thought it might be useful to have it as a CTreeCtrl derivate. In contrast to some other custom drawn tree controls at CodeProject, this one does not has its own data structure for representing the tree. This means that you do not have to write different code for inserting the tree items when you want to switch from CTreeCtrl. Because this control inherits from CTreeCtrl, it is very easy to activate the stock-functionality which draws the tree in the traditional way.-While studying an electronic engineering d computer science. I participated in a workshop where we compiler h ad to write our own programming language. To vie w and analyze the syntax tree for a given program , I wrote a custom drawn tree component those da ys. The original component was written in Java an d I thought it might be useful to have it as a CTre eCtrl derivate. In contrast to some other custom drawn tree controls at CodeProject. this one does not has its own data structure for r epresenting the tree. This means that you do not have to write different code for inserting the t ree items when you want to switch from CTreeCtrl . Because this control inherits from CTreeCtrl , it is very easy to activate the stock-functio nality which draws the tree in the traditional w ay.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 35738614verticaltree.zip 列表 src/CustomVerticalTree.cpp src/CustomVerticalTree.h src/ReadMe.txt src/res/ src/resource.h src/res/VerticalTree.ico src/res/VerticalTree.rc2 src/StdAfx.cpp src/StdAfx.h src/VerticalTree.clw src/VerticalTree.cpp src/VerticalTree.dsp src/VerticalTree.dsw src/VerticalTree.h src/VerticalTree.rc src/VerticalTreeDlg.cpp src/VerticalTreeDlg.h