iCAx开思工具箱

标题: CATLISTP是什么,他的用法呢 [打印本页]

作者: yuanhui_hust    时间: 2011-7-20 15:27
标题: CATLISTP是什么,他的用法呢
...
CATFrmLayout * pLayout = CATFrmLayout::GetCurrentLayout();
if ( NULL != pLayout )
{
   CATLISTP(CATFrmWindow) WindowList ;这句的意思不是很明白
   WindowList = pLayout ->GetWindowList();
   for ( int = i ; i <= WindowList.Size() ; i++ )
   {
        CATFrmWindow * pCurrentWind = WindowList ;
        if ( NULL != pCurrentWind )
        {
           CATFrmEditor * pEditor = pCurrentWind->GetEditor();
           if ( NULL != pEditor )
           {
               CATDocument * pDocument = pEditor ->GetDocument();
               if ( pDocument == pOurDocument)
               {
                  // pCurrentWind is a window for our document
               }
...
作者: 小驴2012    时间: 2014-3-28 10:04
请问楼主知道了吗?能不能解释一下 ,最近我也看到了这个,资料好难找到啊,谢谢啊
作者: linlily0925    时间: 2014-3-28 11:34
就是返回一个列表,列表里边的每个特征的类型是CATFrmWindow类型




欢迎光临 iCAx开思工具箱 (https://t.icax.org/) Powered by Discuz! X3.3