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

the option ui. 更多...

#include <APIOptionList.h>

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

Public 成员函数

String GetName () const
 
void SetName (const String &strName)
 
void AddItem (int idx, const String &uiName)
 
String GetItem (int idx) const
 
int GetCount () const
 
OptionList Clone () const
 
- Public 成员函数 继承自 AnyCAD::API::Object
String GetObjectClassId () const
 
StringList ListParentClassIds () const
 

详细描述

the option ui.

TODO:

成员函数说明

void AnyCAD::API::OptionList::AddItem ( int  idx,
const String uiName 
)

Adds an item to 'uiName'.

参数
idxThe index.
uiNameThe name.
OptionList AnyCAD::API::OptionList::Clone ( ) const

Makes a deep copy of this object.

返回
A copy of this object.
int AnyCAD::API::OptionList::GetCount ( ) const

Gets the count.

返回
The count.
String AnyCAD::API::OptionList::GetItem ( int  idx) const

Gets an item.

参数
idxThe index.
返回
The item.
String AnyCAD::API::OptionList::GetName ( ) const

Gets the name.

返回
The name.
void AnyCAD::API::OptionList::SetName ( const String strName)

Sets a name.

参数
strNameThe name.

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