附件对象
更多...
#include <UIStyler_Attachment.hxx>
附件对象
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()
Sets the attach type left
Created in NX5.0.0.
License requirements : None
- 参数
-
| attachTypeLeft | attach type left |
◆ SetAttachTypeRight()
Sets the attach type right
Created in NX5.0.0.
License requirements : None
- 参数
-
| attachTypeRight | attach type right |
◆ SetAttachTypeTop()
Sets the attach type top
Created in NX5.0.0.
License requirements : None
- 参数
-
| attachTypeTop | attach_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
- 参数
-
◆ SetLeftDialogItem() [1/2]
| void NXOpen::UIStyler::Attachment::SetLeftDialogItem |
( |
const char * | leftItemIdentifire | ) |
|
Sets the left dialog item
Created in NX5.0.0.
License requirements : None
- 参数
-
| leftItemIdentifire | Left 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
- 参数
-
| leftItemIdentifire | Left item identifier |
◆ SetLeftOffset()
| void NXOpen::UIStyler::Attachment::SetLeftOffset |
( |
int | offsetLeft | ) |
|
Sets the left offset
Created in NX5.0.0.
License requirements : None
- 参数
-
◆ SetRightDialogItem() [1/2]
| void NXOpen::UIStyler::Attachment::SetRightDialogItem |
( |
const char * | rightItemIdentifire | ) |
|
Sets the right dialog item
Created in NX5.0.0.
License requirements : None
- 参数
-
| rightItemIdentifire | Right 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
- 参数
-
| rightItemIdentifire | Right item identifier |
◆ SetRightOffset()
| void NXOpen::UIStyler::Attachment::SetRightOffset |
( |
int | offsetRight | ) |
|
Sets the right offset
Created in NX5.0.0.
License requirements : None
- 参数
-
◆ SetTopDialogItem() [1/2]
| void NXOpen::UIStyler::Attachment::SetTopDialogItem |
( |
const char * | topItemIdentifire | ) |
|
Sets the top dialog item
Created in NX5.0.0.
License requirements : None
- 参数
-
| topItemIdentifire | Top 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
- 参数
-
| topItemIdentifire | Top item identifier |
◆ SetTopOffset()
| void NXOpen::UIStyler::Attachment::SetTopOffset |
( |
int | offsetTop | ) |
|
Sets the top offset
Created in NX5.0.0.
License requirements : None
- 参数
-