|
NX Open C++ 参考指南 2406 v1.1
|
组块 更多...
#include <BlockStyler_Group.hxx>
Public 成员函数 | |
| int | Column () |
| bool | Localize () |
| NXOpen::BlockStyler::PropertyList * | Members () |
| void | SetColumn (int numColumn) |
| void | SetLocalize (bool localize) |
| Public 成员函数 继承自 NXOpen::BlockStyler::UIBlock | |
| bool | Enable () |
| bool | Expanded () |
| void | Focus () |
| NXOpen::BlockStyler::PropertyList * | GetProperties () |
| bool | Group () |
| NXString | Label () |
| NXString | Name () |
| void | SetEnable (bool enable) |
| void | SetExpanded (bool expanded) |
| void | SetGroup (bool group) |
| void | SetLabel (const char *label) |
| void | SetLabel (const NXString &label) |
| void | SetShow (bool show) |
| bool | Show () |
| void | TestFocusChange () |
| NXString | Type () |
| Public 成员函数 继承自 NXOpen::TaggedObject | |
| tag_t | Tag () const |
友元 | |
| class | _GroupBuilder |
组块
表示一个组块
创建于NX8.5.0.
| int NXOpen::BlockStyler::Group::Column | ( | ) |
获取 列数
创建于NX8.5.0.
许可要求:无
| bool NXOpen::BlockStyler::Group::Localize | ( | ) |
获取 是否本地化
创建于NX8.5.0.
许可要求:无
| NXOpen::BlockStyler::PropertyList * NXOpen::BlockStyler::Group::Members | ( | ) |
获取 成员列表
创建于NX8.5.0.
许可要求:无
| void NXOpen::BlockStyler::Group::SetColumn | ( | int | numColumn | ) |
设置 列数
创建于NX8.5.0.
许可要求:无
| numColumn | 列数 |
| void NXOpen::BlockStyler::Group::SetLocalize | ( | bool | localize | ) |
设置 是否本地化
创建于NX8.5.0.
许可要求:无
| localize | 本地化 |