3 #ifndef _APIViewEditorManager_H_ 
    4 #define _APIViewEditorManager_H_ 
   10 namespace AnyCAD{ 
namespace API
 
   34       bool ExecuteCommand (
const String& commandName, 
const String& parameters) ;
 
   46       void LoadPlaceEditor (
const ElementId& typeId, 
const String& createMethod) ;
 
   51       long ActiveEditorByName (
const String& commandName) ;
 
   55 #endif //_APIViewEditorManager_H_ 
std::string String
Definition: APIString.h:10
The id. 
Definition: APIElementId.h:16
The view editor base class. 
Definition: APIDocViewEditor.h:22
The editor manager. 
Definition: APIViewEditorManager.h:23
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33
编辑器管理类 
Definition: APIEditorManager.h:22