3 #ifndef _APIOptionList_H_
4 #define _APIOptionList_H_
10 namespace AnyCAD{
namespace API
33 void SetName (
const String& strName) ;
39 void AddItem (
int idx,
const String& uiName) ;
45 String GetItem (
int idx)
const;
50 int GetCount ()
const;
59 #endif //_APIOptionList_H_
the option ui.
Definition: APIOptionList.h:19
std::string String
Definition: APIString.h:10
平台基类
Definition: APIObject.h:17
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33