AnyCAD SDK PRO  2020
The Professional Graphics SDK for .Net and C++ Developers
Public 成员函数 | 所有成员列表
AnyCAD::Platform::UiCommand类 参考

the base command ui description. 更多...

类 AnyCAD::Platform::UiCommand 继承关系图:
AnyCAD::Platform::Object

Public 成员函数

String^ GetId ()
 
void SetId (String^ val)
 
String^ GetUiName ()
 
void SetUiName (String^ val)
 
String^ GetParameters ()
 
void SetParameters (String^ val)
 
String^ GetIcon ()
 
void SetIcon (String^ val)
 
String^ GetTooltip ()
 
void SetTooltip (String^ val)
 
String^ GetMenuBar ()
 
void SetMenuBar (String^ val)
 
String^ GetToolBar ()
 
void SetToolBar (String^ val)
 
String^ GetShortCut ()
 
void SetShortCut (String^ val)
 
bool GetCheckable ()
 
void SetCheckable (bool val)
 
String^ GetRunMode ()
 
void SetRunMode (String^ val)
 
- Public 成员函数 继承自 AnyCAD::Platform::Object
String^ GetObjectClassId ()
 
StringList^ ListParentClassIds ()
 

详细描述

the base command ui description.

TODO:

成员函数说明

bool AnyCAD::Platform::UiCommand::GetCheckable ( )

Test if the command can be checked.

返回
true or false.
String ^ AnyCAD::Platform::UiCommand::GetIcon ( )

Get the icon resource id.

返回
res id.
String ^ AnyCAD::Platform::UiCommand::GetId ( )

Get the command id.

返回
the id.
String ^ AnyCAD::Platform::UiCommand::GetMenuBar ( )

Get the MenuBar id.

返回
the id.
String ^ AnyCAD::Platform::UiCommand::GetParameters ( )

Get the command parameters.

返回
the parameters.
String ^ AnyCAD::Platform::UiCommand::GetRunMode ( )

Get the run mode.

返回
the mode.
String ^ AnyCAD::Platform::UiCommand::GetShortCut ( )

Get the ShortCut key.

返回
the key.
String ^ AnyCAD::Platform::UiCommand::GetToolBar ( )

Get the ToolBar id.

返回
the id.
String ^ AnyCAD::Platform::UiCommand::GetTooltip ( )

Get the tooltip text.

返回
the tooltip.
String ^ AnyCAD::Platform::UiCommand::GetUiName ( )

Get the command ui text.

返回
the name.
void AnyCAD::Platform::UiCommand::SetCheckable ( bool  val)

Set the command can be checked.

参数
valtrue or false.
void AnyCAD::Platform::UiCommand::SetIcon ( String^  val)

Set the icon resource id.

参数
valthe res id.
void AnyCAD::Platform::UiCommand::SetId ( String^  val)

Set the command id.

参数
valthe id.
void AnyCAD::Platform::UiCommand::SetMenuBar ( String^  val)

Set the MenuBar id.

参数
valthe id.
void AnyCAD::Platform::UiCommand::SetParameters ( String^  val)

Set the parameters.

参数
valthe parameters.
void AnyCAD::Platform::UiCommand::SetRunMode ( String^  val)

Set the run mode. blocking or default

参数
valthe model.
void AnyCAD::Platform::UiCommand::SetShortCut ( String^  val)

Set the ShortCut key.

参数
valthe key.
void AnyCAD::Platform::UiCommand::SetToolBar ( String^  val)

Set the ToolBar id.

参数
valthe id.
void AnyCAD::Platform::UiCommand::SetTooltip ( String^  val)

Set the tooltip text.

参数
valthe tooltip.
void AnyCAD::Platform::UiCommand::SetUiName ( String^  val)

Set the command ui text.

参数
valthe name.

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