AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
the base command ui description. 更多...
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) |
![]() | |
String^ | GetObjectClassId () |
StringList^ | ListParentClassIds () |
the base command ui description.
TODO:
bool AnyCAD::Platform::UiCommand::GetCheckable | ( | ) |
Test if the command can be checked.
String ^ AnyCAD::Platform::UiCommand::GetIcon | ( | ) |
Get the icon resource id.
String ^ AnyCAD::Platform::UiCommand::GetId | ( | ) |
Get the command id.
String ^ AnyCAD::Platform::UiCommand::GetMenuBar | ( | ) |
Get the MenuBar id.
String ^ AnyCAD::Platform::UiCommand::GetParameters | ( | ) |
Get the command parameters.
String ^ AnyCAD::Platform::UiCommand::GetRunMode | ( | ) |
Get the run mode.
String ^ AnyCAD::Platform::UiCommand::GetShortCut | ( | ) |
Get the ShortCut key.
String ^ AnyCAD::Platform::UiCommand::GetToolBar | ( | ) |
Get the ToolBar id.
String ^ AnyCAD::Platform::UiCommand::GetTooltip | ( | ) |
Get the tooltip text.
String ^ AnyCAD::Platform::UiCommand::GetUiName | ( | ) |
Get the command ui text.
void AnyCAD::Platform::UiCommand::SetCheckable | ( | bool | val | ) |
Set the command can be checked.
val | true or false. |
void AnyCAD::Platform::UiCommand::SetIcon | ( | String^ | val | ) |
Set the icon resource id.
val | the res id. |
void AnyCAD::Platform::UiCommand::SetId | ( | String^ | val | ) |
Set the command id.
val | the id. |
void AnyCAD::Platform::UiCommand::SetMenuBar | ( | String^ | val | ) |
Set the MenuBar id.
val | the id. |
void AnyCAD::Platform::UiCommand::SetParameters | ( | String^ | val | ) |
Set the parameters.
val | the parameters. |
void AnyCAD::Platform::UiCommand::SetRunMode | ( | String^ | val | ) |
Set the run mode. blocking or default
val | the model. |
void AnyCAD::Platform::UiCommand::SetShortCut | ( | String^ | val | ) |
Set the ShortCut key.
val | the key. |
void AnyCAD::Platform::UiCommand::SetToolBar | ( | String^ | val | ) |
Set the ToolBar id.
val | the id. |
void AnyCAD::Platform::UiCommand::SetTooltip | ( | String^ | val | ) |
Set the tooltip text.
val | the tooltip. |
void AnyCAD::Platform::UiCommand::SetUiName | ( | String^ | val | ) |
Set the command ui text.
val | the name. |