📄 cscope.xml
字号:
<?xml version="1.0" encoding="GB2312" ?><class name="CScope"> <explain>管理当前域及当前可见的域
但函数内的局部域除外
</explain> <function name="CScope"> <prototype index="1">CScope();</prototype> <desc>构造函数
</desc> <explain>构造函数
</explain> </function> <function name="~CScope"> <prototype index="1">virtual ~CScope();</prototype> <desc>析构函数
</desc> <explain>析构函数
</explain> </function> <function name="EnterScope"> <prototype index="1">void EnterScope(LPCTSTR iScope="");</prototype> <desc>进入一个域
</desc> <explain>进入一个域
</explain> </function> <function name="ExitScope"> <prototype index="1">void ExitScope();</prototype> <desc>离开一个域
</desc> <explain>离开一个域
</explain> </function> <function name="GetCurrScope"> <prototype index="1">LPCTSTR GetCurrScope();</prototype> <desc>取得当前域
</desc> <explain>取得当前域
</explain> </function> <function name="Init"> <prototype index="1">void Init();</prototype> <desc>初始化
</desc> <explain>初始化
</explain> </function></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -