3 #ifndef _APIDocViewManager_H_
4 #define _APIDocViewManager_H_
8 namespace AnyCAD{
namespace API
53 bool SaveDocument (
const Document& doc,
const Path& fileName) ;
58 void SetCurrentDocumentType (
const String& docType) ;
63 String GetCurrentDocumentType ()
const;
79 #endif //_APIDocViewManager_H_
std::string String
Definition: APIString.h:10
std::vector< String > StringList
Definition: APIString.h:12
文档类。
Definition: APIDocument.h:25
TODO:
Definition: APIPath.h:16
三维视图
Definition: APIView3d.h:24
std::set< ElementId > ElementIdSet
Definition: APIElementId.h:53
#define DECLARE_APIOBJECT(className)
Definition: APIObjectDef.h:10
文档视图管理器
Definition: APIDocViewManager.h:19