AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
编辑器管理类 更多...
Public 成员函数 | |
bool | GetExitWithESC () |
void | SetExitWithESC (bool bEnabled) |
String^ | GetCurEditorId () |
void | SetDefaultEditorId (String^ eidtorId) |
String^ | GetDefaultEditorId () |
![]() | |
String^ | GetObjectClassId () |
StringList^ | ListParentClassIds () |
编辑器管理类
用于管理编辑器
String ^ AnyCAD::Platform::EditorManager::GetCurEditorId | ( | ) |
获取当前的编辑器ID。
String ^ AnyCAD::Platform::EditorManager::GetDefaultEditorId | ( | ) |
获取默认的编辑器ID。
bool AnyCAD::Platform::EditorManager::GetExitWithESC | ( | ) |
判断是否启用按ESC键退出当前编辑器。
void AnyCAD::Platform::EditorManager::SetDefaultEditorId | ( | String^ | eidtorId | ) |
设置默认的编辑器ID。当退出当前的Editor后,启用该ID的Editor。
eidtorId | Editor的ID |
void AnyCAD::Platform::EditorManager::SetExitWithESC | ( | bool | bEnabled | ) |
设置是否启用按ESC键退出当前编辑器。
bEnabled | 设置true则启用。 |