NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
NXOpen::BlockStyler::DrawingArea类 参考

绘图区域控件 更多...

#include <BlockStyler_DrawingArea.hxx>

类 NXOpen::BlockStyler::DrawingArea 继承关系图:
NXOpen::BlockStyler::UIBlock NXOpen::TaggedObject

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::PropertyListGetProperties ()
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.

成员函数说明

◆ Height()

int NXOpen::BlockStyler::DrawingArea::Height ( )

获取高度
创建于NX8.5.0.

许可要求:无

◆ Image()

NXString NXOpen::BlockStyler::DrawingArea::Image ( )

获取图像
创建于NX8.5.0.

许可要求:无

◆ SetHeight()

void NXOpen::BlockStyler::DrawingArea::SetHeight ( int height)

设置高度
创建于NX8.5.0.

许可要求:无

参数
heightheight

◆ SetImage() [1/2]

void NXOpen::BlockStyler::DrawingArea::SetImage ( const char * imageString)

设置图像
创建于NX8.5.0.

许可要求:无

参数
imageStringimage string

◆ SetImage() [2/2]

void NXOpen::BlockStyler::DrawingArea::SetImage ( const NXString & imageString)

设置图像
创建于NX8.5.0.

许可要求:无

参数
imageStringimage string

◆ SetWidth()

void NXOpen::BlockStyler::DrawingArea::SetWidth ( int width)

设置宽度
创建于NX8.5.0.

许可要求:无

参数
widthwidth

◆ Width()

int NXOpen::BlockStyler::DrawingArea::Width ( )

获取宽度
创建于NX8.5.0.

许可要求:无