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

附件对象 更多...

#include <UIStyler_Attachment.hxx>

类 NXOpen::UIStyler::Attachment 继承关系图:
NXOpen::TransientObject

Public 类型

enum  AttachType {
  AttachTypeDialog , AttachTypeDefault , AttachTypeNone , AttachTypeNoChange ,
  AttachTypeItem
}

Public 成员函数

void SetAttachTypeLeft (NXOpen::UIStyler::Attachment::AttachType attachTypeLeft)
void SetAttachTypeRight (NXOpen::UIStyler::Attachment::AttachType attachTypeRight)
void SetAttachTypeTop (NXOpen::UIStyler::Attachment::AttachType attachTypeTop)
void SetCenter (bool isCenter)
void SetLeftDialogItem (const char *leftItemIdentifire)
void SetLeftDialogItem (const NXString &leftItemIdentifire)
void SetLeftOffset (int offsetLeft)
void SetRightDialogItem (const char *rightItemIdentifire)
void SetRightDialogItem (const NXString &rightItemIdentifire)
void SetRightOffset (int offsetRight)
void SetTopDialogItem (const char *topItemIdentifire)
void SetTopDialogItem (const NXString &topItemIdentifire)
void SetTopOffset (int offsetTop)
virtual ~Attachment ()
Public 成员函数 继承自 NXOpen::TransientObject
void * GetHandle ()

详细描述

附件对象

Represents an Attachment for UI Styler
Created in NX5.0.0.

成员枚举类型说明

◆ AttachType

Represents alignment option for Styler Item

枚举值
AttachTypeDialog 

Dialog type

AttachTypeDefault 

Default type

AttachTypeNone 

None type

AttachTypeNoChange 

No change type

AttachTypeItem 

Item type

构造及析构函数说明

◆ ~Attachment()

virtual NXOpen::UIStyler::Attachment::~Attachment ( )
virtual

Free resources associated with the instance. After this method is called, it is illegal to use the object. In .NET or Java, this method is automatically called when the object is deleted by the garbage collector.
Created in NX5.0.0.

License requirements : None

成员函数说明

◆ SetAttachTypeLeft()

void NXOpen::UIStyler::Attachment::SetAttachTypeLeft ( NXOpen::UIStyler::Attachment::AttachType attachTypeLeft)

Sets the attach type left
Created in NX5.0.0.

License requirements : None

参数
attachTypeLeftattach type left

◆ SetAttachTypeRight()

void NXOpen::UIStyler::Attachment::SetAttachTypeRight ( NXOpen::UIStyler::Attachment::AttachType attachTypeRight)

Sets the attach type right
Created in NX5.0.0.

License requirements : None

参数
attachTypeRightattach type right

◆ SetAttachTypeTop()

void NXOpen::UIStyler::Attachment::SetAttachTypeTop ( NXOpen::UIStyler::Attachment::AttachType attachTypeTop)

Sets the attach type top
Created in NX5.0.0.

License requirements : None

参数
attachTypeTopattach_type_top

◆ SetCenter()

void NXOpen::UIStyler::Attachment::SetCenter ( bool isCenter)

Sets whether the dialog item is at the center
Created in NX5.0.0.

License requirements : None

参数
isCentercenter

◆ SetLeftDialogItem() [1/2]

void NXOpen::UIStyler::Attachment::SetLeftDialogItem ( const char * leftItemIdentifire)

Sets the left dialog item
Created in NX5.0.0.

License requirements : None

参数
leftItemIdentifireLeft item identifier

◆ SetLeftDialogItem() [2/2]

void NXOpen::UIStyler::Attachment::SetLeftDialogItem ( const NXString & leftItemIdentifire)

Sets the left dialog item
Created in NX5.0.0.

License requirements : None

参数
leftItemIdentifireLeft item identifier

◆ SetLeftOffset()

void NXOpen::UIStyler::Attachment::SetLeftOffset ( int offsetLeft)

Sets the left offset
Created in NX5.0.0.

License requirements : None

参数
offsetLeftoffset left

◆ SetRightDialogItem() [1/2]

void NXOpen::UIStyler::Attachment::SetRightDialogItem ( const char * rightItemIdentifire)

Sets the right dialog item
Created in NX5.0.0.

License requirements : None

参数
rightItemIdentifireRight item identifier

◆ SetRightDialogItem() [2/2]

void NXOpen::UIStyler::Attachment::SetRightDialogItem ( const NXString & rightItemIdentifire)

Sets the right dialog item
Created in NX5.0.0.

License requirements : None

参数
rightItemIdentifireRight item identifier

◆ SetRightOffset()

void NXOpen::UIStyler::Attachment::SetRightOffset ( int offsetRight)

Sets the right offset
Created in NX5.0.0.

License requirements : None

参数
offsetRightoffset right

◆ SetTopDialogItem() [1/2]

void NXOpen::UIStyler::Attachment::SetTopDialogItem ( const char * topItemIdentifire)

Sets the top dialog item
Created in NX5.0.0.

License requirements : None

参数
topItemIdentifireTop item identifier

◆ SetTopDialogItem() [2/2]

void NXOpen::UIStyler::Attachment::SetTopDialogItem ( const NXString & topItemIdentifire)

Sets the top dialog item
Created in NX5.0.0.

License requirements : None

参数
topItemIdentifireTop item identifier

◆ SetTopOffset()

void NXOpen::UIStyler::Attachment::SetTopOffset ( int offsetTop)

Sets the top offset
Created in NX5.0.0.

License requirements : None

参数
offsetTopoffset top