随笔分类 -  Understand

代码分析工具Understand
Qt Creator Theme FlatDark 配色
摘要:1.预处理指令,宏定义 颜色 #FF6AAD 2.普通代码 颜色 #D6CF9A 3.头文件 #D69545 4.系统限定符(namespace, class, public, typedef等) #45C6D6 5.注释 #A8ABB0 6.类名,命名空间名 #FF8080 7.数字 #8A602 阅读全文

posted @ 2017-05-25 14:47 defe_feath 阅读(545) 评论(0) 推荐(0)

Understand中的Graphical Views使用
摘要:Graphical Views 用于浏览代码结构. 下面以dso为例 1.Butterfly 显示include关系.例: 2.Declaration 文件中的类.例: 3.UML Class Diagram 显示类成员变量及方法,例: 4. 阅读全文

posted @ 2017-05-25 13:10 defe_feath 阅读(292) 评论(0) 推荐(0)