📄 csymbols.xml
字号:
<?xml version="1.0" encoding="GB2312" ?><class name="CSymbols"> <explain>保存全局变量,全局函数,类
上述对象指针同时保存在CIdentifiers的对象中,并由该对象删除
CSymbols类的对象不能删除这些对象指针
</explain> <function name="CSymbols"> <prototype index="1">CSymbols();</prototype> <desc>构造函数
</desc> <explain>构造函数
</explain> </function> <function name="~CSymbols"> <prototype index="1">virtual ~CSymbols();</prototype> <desc>析构函数
</desc> <explain>析构函数
</explain> </function> <function name="QueryGlobalItem"> <prototype index="1">GLOBALSYMBAL* QueryGlobalItem(CPage* ipPage);</prototype> <desc>查询用于保存全局函数或变量的对象,
全局函数或变量按...</desc> <explain>查询用于保存全局函数或变量的对象,
全局函数或变量按所在的代码页保存
</explain> </function> <function name="AddVariable"> <prototype index="1">void AddVariable(CVariable* ipVar,CPage* ipPage);</prototype> <desc>加入变量
</desc> <explain>加入变量
</explain> </function> <function name="AddFunction"> <prototype index="1">void AddFunction(CExFunction* ipFunc,CPage* ipPage);</prototype> <desc>加入函数
</desc> <explain>加入函数
</explain> </function> <function name="AddType"> <prototype index="1">void AddType(CType* ipType,CPage* ipPage=NULL);</prototype> <desc>加入类
</desc> <explain>加入类
</explain> </function> <function name="OutputSymbols"> <prototype index="1">void OutputSymbols(LPCTSTR iDocDir);</prototype> <desc>输出信息到代码文档
</desc> <explain>输出信息到代码文档
</explain> </function></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -