3 #ifndef _APICommandManager_H_ 
    4 #define _APICommandManager_H_ 
    8 namespace AnyCAD{ 
namespace API
 
   28       bool RegisterCommand (
const Command& command) ;
 
   41       int GetCommandStatus (
const String& command, 
const View& view) ;
 
   45 #endif //_APICommandManager_H_ 
std::string String
Definition: APIString.h:10
Present the view. 
Definition: APIView.h:24
命令的基类。 
Definition: APICommand.h:19
命令管理器 
Definition: APICommandManager.h:19
#define DECLARE_APIOBJECT(className)
Definition: APIObjectDef.h:10