AnyCAD C++ API  2018
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义 
Public 成员函数 | 所有成员列表
AnyCAD::API::UiToolBar类 参考

The ToolBar description. 更多...

#include <APIUiToolBar.h>

类 AnyCAD::API::UiToolBar 继承关系图:
AnyCAD::API::Object

Public 成员函数

String GetId () const
 
void SetId (const String &val)
 
String GetUiName () const
 
void SetUiName (const String &val)
 
int GetIconSize () const
 
void SetIconSize (int val)
 
String GetOrientation () const
 
void SetOrientation (const String &val)
 
String GetDockArea () const
 
void SetDockArea (const String &val)
 
void SetShowText (bool show)
 
bool IsShowText () const
 
- Public 成员函数 继承自 AnyCAD::API::Object
String GetObjectClassId () const
 
StringList ListParentClassIds () const
 

详细描述

The ToolBar description.

TODO:

成员函数说明

String AnyCAD::API::UiToolBar::GetDockArea ( ) const

Get the dock area.

返回
the position.
int AnyCAD::API::UiToolBar::GetIconSize ( ) const

Get the icon size.

返回
the size.
String AnyCAD::API::UiToolBar::GetId ( ) const

Get the ToolBar id.

返回
the id.
String AnyCAD::API::UiToolBar::GetOrientation ( ) const

Get the orientation.

返回
the orientation.
String AnyCAD::API::UiToolBar::GetUiName ( ) const

Get the ToolBar name.

返回
the name.
bool AnyCAD::API::UiToolBar::IsShowText ( ) const

Test if show text under the icon.

返回
true if show text.
void AnyCAD::API::UiToolBar::SetDockArea ( const String val)

Set the dock area.

参数
valthe position.
void AnyCAD::API::UiToolBar::SetIconSize ( int  val)

Set the icon size.

参数
valthe size.
void AnyCAD::API::UiToolBar::SetId ( const String val)

Set the ToolBar id.

参数
valthe id.
void AnyCAD::API::UiToolBar::SetOrientation ( const String val)

Set the orientation.

参数
valthe orientation.
void AnyCAD::API::UiToolBar::SetShowText ( bool  show)

Show text under the icon.

参数
showshow the text.
void AnyCAD::API::UiToolBar::SetUiName ( const String val)

Set the ToolBar name.

参数
valthe name.

该类的文档由以下文件生成: