|
NX Open C++ 参考指南 2406 v1.1
|
绘图区域控件 更多...
#include <BlockStyler_DrawingArea.hxx>
Public 成员函数 | |
| int | Height () |
| NXString | Image () |
| void | SetHeight (int height) |
| void | SetImage (const char *imageString) |
| void | SetImage (const NXString &imageString) |
| void | SetWidth (int width) |
| int | Width () |
| 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 | _DrawingAreaBuilder |
绘图区域控件
表示绘图区域块
创建于NX8.5.0.
| int NXOpen::BlockStyler::DrawingArea::Height | ( | ) |
获取高度
创建于NX8.5.0.
许可要求:无
| NXString NXOpen::BlockStyler::DrawingArea::Image | ( | ) |
获取图像
创建于NX8.5.0.
许可要求:无
| void NXOpen::BlockStyler::DrawingArea::SetHeight | ( | int | height | ) |
设置高度
创建于NX8.5.0.
许可要求:无
| height | height |
| void NXOpen::BlockStyler::DrawingArea::SetImage | ( | const char * | imageString | ) |
设置图像
创建于NX8.5.0.
许可要求:无
| imageString | image string |
| void NXOpen::BlockStyler::DrawingArea::SetImage | ( | const NXString & | imageString | ) |
设置图像
创建于NX8.5.0.
许可要求:无
| imageString | image string |
| void NXOpen::BlockStyler::DrawingArea::SetWidth | ( | int | width | ) |
设置宽度
创建于NX8.5.0.
许可要求:无
| width | width |
| int NXOpen::BlockStyler::DrawingArea::Width | ( | ) |
获取宽度
创建于NX8.5.0.
许可要求:无