找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
查看: 150|回复: 0

[每日一码] 关闭包括当前文档在内的所有文档

[复制链接]

1

主题

0

回帖

43

积分

管理员

积分
43
发表于 2024-3-14 20:12:38 | 显示全部楼层 |阅读模式
  1. // Close the other documents
  2. AcApDocumentIterator *Iter
  3.                     = acDocManager->newAcApDocumentIterator();
  4. while(!Iter->done())
  5. {
  6.     if (Iter->document()!=acDocManager->curDocument())
  7.     {
  8.         acDocManager->closeDocument(Iter->document());
  9.     }
  10.     Iter->step();
  11. }
  12. delete Iter;
  13. // Now close the current document
  14. ::acDocManagerPtr()->appContextCloseDocument(acDocManager->curDocument());
复制代码
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|膜结构网

GMT+8, 2025-1-11 00:21 , Processed in 0.186127 second(s), 22 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表