cpages.xml

来自「这是一个能够自动生成文档的程序」· XML 代码 · 共 74 行

XML
74
字号
<?xml version="1.0" encoding="GB2312" ?><class name="CPages">	<explain>管理代码文件集合
</explain>	<function name="CPages">		<prototype index="1">CPages();</prototype>		<desc>构造函数
</desc>		<explain>构造函数
</explain>	</function>	<function name="~CPages">		<prototype index="1">virtual ~CPages();</prototype>		<desc>析构函数
</desc>		<explain>析构函数
</explain>	</function>	<function name="AddUserDir">		<prototype index="1">BOOL AddUserDir(LPCTSTR iDir);</prototype>		<desc>加入工程的一个目录
</desc>		<explain>加入工程的一个目录
</explain>	</function>	<function name="AddLibDir">		<prototype index="1">BOOL AddLibDir(LPCTSTR iDir);</prototype>		<desc>加入开发环境或语言类库的目录
</desc>		<explain>加入开发环境或语言类库的目录
</explain>	</function>	<function name="DeleteUserDir">		<prototype index="1">void DeleteUserDir(LPCTSTR iDir);</prototype>		<desc>删除工程的一个目录
</desc>		<explain>删除工程的一个目录
</explain>	</function>	<function name="DeleteLibDir">		<prototype index="1">void DeleteLibDir(LPCTSTR iDir);</prototype>		<desc>删除开发环境或语言类库的目录
</desc>		<explain>删除开发环境或语言类库的目录
</explain>	</function>	<function name="GetFirstUserDirPosition">		<prototype index="1">POSITION GetFirstUserDirPosition();</prototype>		<desc>取得工程的第一个目录的POSITION
</desc>		<explain>取得工程的第一个目录的POSITION
</explain>	</function>	<function name="GetNextuserDir">		<prototype index="1">CString* GetNextuserDir(POSITION&amp; ioPos);</prototype>		<desc>取得工程的下一个目录字符串
</desc>		<explain>取得工程的下一个目录字符串
</explain>	</function>	<function name="FindCodePage">		<prototype index="1">BOOL FindCodePage(CString&amp; oPathName,LPCTSTR iFileName,BOOL iBeginOfUserDir=TRUE);</prototype>		<desc>在工程目录及库目录中查找文件
</desc>		<explain>在工程目录及库目录中查找文件
</explain>	</function>	<function name="IsUserDirEmpty">		<prototype index="1">BOOL IsUserDirEmpty();</prototype>		<desc>判断工程目录列表是否为空
</desc>		<explain>判断工程目录列表是否为空
</explain>	</function>	<function name="Search">		<prototype index="1">CPage* Search(LPCTSTR iPageName);</prototype>		<desc>根据文件路径查询代码页对象(不是磁盘文件,是指已解析...</desc>		<explain>根据文件路径查询代码页对象(不是磁盘文件,是指已解析的代码页对象)
</explain>	</function>	<function name="AddPage">		<prototype index="1">CPage* AddPage(LPCTSTR iPathName);</prototype>		<desc>加入一个代码页对象
</desc>		<explain>加入一个代码页对象
</explain>	</function>	<function name="ClearContent">		<prototype index="1">void ClearContent();</prototype>		<desc>清除所有数据
</desc>		<explain>清除所有数据
</explain>	</function>	<function name="FindFile">		<prototype index="1">BOOL FindFile(CString&amp; oPathName,const CString&amp; iDirectory,const CString&amp; iFileName);</prototype>		<desc>查找磁盘文件
</desc>		<explain>查找磁盘文件
</explain>	</function></class>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?