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

the option ui set. 更多...

#include <APIOptionListSet.h>

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

Public 成员函数

void Add (const OptionList &pOption)
 
OptionList Find (const String &name) const
 
OptionListIterator NewIterator () const
 
void Remove (const String &name)
 
- Public 成员函数 继承自 AnyCAD::API::Object
String GetObjectClassId () const
 
StringList ListParentClassIds () const
 

详细描述

the option ui set.

TODO:

成员函数说明

void AnyCAD::API::OptionListSet::Add ( const OptionList pOption)

Adds pOption.

参数
pOptionThe option to add.
OptionList AnyCAD::API::OptionListSet::Find ( const String name) const

Searches for the first match for the given constant a string&

参数
nameThe name.
返回
An AOptionListPtr.
OptionListIterator AnyCAD::API::OptionListSet::NewIterator ( ) const

Create iterator.

void AnyCAD::API::OptionListSet::Remove ( const String name)

Removes the given name.

参数
nameThe name to remove.

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