3 #ifndef _APIEditorManager_H_
4 #define _APIEditorManager_H_
10 namespace AnyCAD{
namespace API
31 bool GetExitWithESC ()
const;
36 void SetExitWithESC (
bool bEnabled) ;
41 String GetCurEditorId ()
const;
46 void SetDefaultEditorId (
const String& eidtorId) ;
51 String GetDefaultEditorId ()
const;
55 #endif //_APIEditorManager_H_
std::string String
Definition: APIString.h:10
平台基类
Definition: APIObject.h:17
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33
编辑器管理类
Definition: APIEditorManager.h:22