3 #ifndef _APIUiToolBar_H_
4 #define _APIUiToolBar_H_
10 namespace AnyCAD{
namespace API
33 void SetId (
const String& val) ;
43 void SetUiName (
const String& val) ;
48 int GetIconSize ()
const;
53 void SetIconSize (
int val) ;
58 String GetOrientation ()
const;
63 void SetOrientation (
const String& val) ;
68 String GetDockArea ()
const;
73 void SetDockArea (
const String& val) ;
78 void SetShowText (
bool show) ;
83 bool IsShowText ()
const;
87 #endif //_APIUiToolBar_H_
std::string String
Definition: APIString.h:10
平台基类
Definition: APIObject.h:17
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33