3 #ifndef _APIUiCommandManager_H_
4 #define _APIUiCommandManager_H_
10 namespace AnyCAD{
namespace API
30 long GetUiCommandCount ()
const;
45 long GetToolBarCount ()
const;
61 bool LoadFromFile (
const Path& fileName) ;
73 void SetLocalString (
const String& str,
const String& local) ;
77 #endif //_APIUiCommandManager_H_
std::string String
Definition: APIString.h:10
Manage the command ui.
Definition: APIUiCommandManager.h:21
平台基类
Definition: APIObject.h:17
TODO:
Definition: APIPath.h:16
the base command ui description.
Definition: APIUiCommand.h:19
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33