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

Arguments for selection change event. 更多...

#include <APISelectionChangeArgs.h>

Public 成员函数

Document GetDocument () const
 
View GetView () const
 
ElementIdSet GetIds () const
 
bool IsHighlightMode () const
 
bool HasInput () const
 
InputEvent GetInputEvent () const
 

详细描述

Arguments for selection change event.

TODO:

成员函数说明

Document AnyCAD::API::SelectionChangeArgs::GetDocument ( ) const

Get the document.

返回
document
ElementIdSet AnyCAD::API::SelectionChangeArgs::GetIds ( ) const

Get the selected element ids.

返回
the ids.
InputEvent AnyCAD::API::SelectionChangeArgs::GetInputEvent ( ) const

Get the input event.

返回
the InputeEvent.
View AnyCAD::API::SelectionChangeArgs::GetView ( ) const

Get the view.

返回
the view
bool AnyCAD::API::SelectionChangeArgs::HasInput ( ) const

Test if has valid input data.

返回
true if valid.
bool AnyCAD::API::SelectionChangeArgs::IsHighlightMode ( ) const

Is highlight mode.

返回
true if highlight mode.

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