NX Open C++ Reference Guide
|
Represents an Attachment for UI Styler
Created in NX5.0.0.
More...
Public Types | |
enum | AttachType { AttachTypeDialog, AttachTypeDefault, AttachTypeNone, AttachTypeNoChange, AttachTypeItem } |
Represents alignment option for Styler Item. More... | |
Public Member Functions | |
void | SetAttachTypeLeft (NXOpen::UIStyler::Attachment::AttachType attachTypeLeft) |
Sets the attach type left Created in NX5.0.0. | |
void | SetAttachTypeRight (NXOpen::UIStyler::Attachment::AttachType attachTypeRight) |
Sets the attach type right Created in NX5.0.0. | |
void | SetAttachTypeTop (NXOpen::UIStyler::Attachment::AttachType attachTypeTop) |
Sets the attach type top Created in NX5.0.0. | |
void | SetCenter (bool isCenter) |
Sets whether the dialog item is at the center Created in NX5.0.0. | |
void | SetLeftDialogItem (const NXString &leftItemIdentifire) |
Sets the left dialog item Created in NX5.0.0. | |
void | SetLeftDialogItem (const char *leftItemIdentifire) |
Sets the left dialog item Created in NX5.0.0. | |
void | SetLeftOffset (int offsetLeft) |
Sets the left offset Created in NX5.0.0. | |
void | SetRightDialogItem (const NXString &rightItemIdentifire) |
Sets the right dialog item Created in NX5.0.0. | |
void | SetRightDialogItem (const char *rightItemIdentifire) |
Sets the right dialog item Created in NX5.0.0. | |
void | SetRightOffset (int offsetRight) |
Sets the right offset Created in NX5.0.0. | |
void | SetTopDialogItem (const NXString &topItemIdentifire) |
Sets the top dialog item Created in NX5.0.0. | |
void | SetTopDialogItem (const char *topItemIdentifire) |
Sets the top dialog item Created in NX5.0.0. | |
void | SetTopOffset (int offsetTop) |
Sets the top offset Created in NX5.0.0. | |
virtual | ~Attachment () |
Free resources associated with the instance. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents an Attachment for UI Styler
Created in NX5.0.0.
|
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
void NXOpen::UIStyler::Attachment::SetAttachTypeLeft | ( | NXOpen::UIStyler::Attachment::AttachType | attachTypeLeft | ) |
Sets the attach type left
Created in NX5.0.0.
License requirements : None
attachTypeLeft | attach type left |
void NXOpen::UIStyler::Attachment::SetAttachTypeRight | ( | NXOpen::UIStyler::Attachment::AttachType | attachTypeRight | ) |
Sets the attach type right
Created in NX5.0.0.
License requirements : None
attachTypeRight | attach type right |
void NXOpen::UIStyler::Attachment::SetAttachTypeTop | ( | NXOpen::UIStyler::Attachment::AttachType | attachTypeTop | ) |
Sets the attach type top
Created in NX5.0.0.
License requirements : None
attachTypeTop | attach_type_top |
void NXOpen::UIStyler::Attachment::SetCenter | ( | bool | isCenter | ) |
Sets whether the dialog item is at the center
Created in NX5.0.0.
License requirements : None
isCenter | center |
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 NOTE: The full Unicode character set is not supported for this parameter. |
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 NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::UIStyler::Attachment::SetLeftOffset | ( | int | offsetLeft | ) |
Sets the left offset
Created in NX5.0.0.
License requirements : None
offsetLeft | offset left |
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 NOTE: The full Unicode character set is not supported for this parameter. |
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 NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::UIStyler::Attachment::SetRightOffset | ( | int | offsetRight | ) |
Sets the right offset
Created in NX5.0.0.
License requirements : None
offsetRight | offset right |
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 NOTE: The full Unicode character set is not supported for this parameter. |
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 NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::UIStyler::Attachment::SetTopOffset | ( | int | offsetTop | ) |
Sets the top offset
Created in NX5.0.0.
License requirements : None
offsetTop | offset top |