NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::UIStyler::Attachment Class Reference

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

Inheritance diagram for NXOpen::UIStyler::Attachment:
NXOpen::TransientObject

List of all members.

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 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 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 SetTopOffset (int offsetTop)
 Sets the top offset
Created in NX5.0.0.
virtual ~Attachment ()
 Free resources associated with the instance.

Detailed Description

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



Member Enumeration Documentation

Represents alignment option for Styler Item.

Enumerator:
AttachTypeDialog 

Dialog type.

AttachTypeDefault 

Default type.

AttachTypeNone 

None type.

AttachTypeNoChange 

No change type.

AttachTypeItem 

Item type.


Constructor & Destructor Documentation

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


Member Function Documentation

Sets the attach type left
Created in NX5.0.0.



License requirements : None

Parameters:
attachTypeLeftattach type left

Sets the attach type right
Created in NX5.0.0.



License requirements : None

Parameters:
attachTypeRightattach type right

Sets the attach type top
Created in NX5.0.0.



License requirements : None

Parameters:
attachTypeTopattach_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

Parameters:
isCentercenter
void NXOpen::UIStyler::Attachment::SetLeftDialogItem ( const NXString leftItemIdentifire)

Sets the left dialog item
Created in NX5.0.0.



License requirements : None

Parameters:
leftItemIdentifireLeft item identifier
NOTE: The full Unicode character set is not supported for this parameter.

Sets the left offset
Created in NX5.0.0.



License requirements : None

Parameters:
offsetLeftoffset left
void NXOpen::UIStyler::Attachment::SetRightDialogItem ( const NXString rightItemIdentifire)

Sets the right dialog item
Created in NX5.0.0.



License requirements : None

Parameters:
rightItemIdentifireRight item identifier
NOTE: The full Unicode character set is not supported for this parameter.

Sets the right offset
Created in NX5.0.0.



License requirements : None

Parameters:
offsetRightoffset right
void NXOpen::UIStyler::Attachment::SetTopDialogItem ( const NXString topItemIdentifire)

Sets the top dialog item
Created in NX5.0.0.



License requirements : None

Parameters:
topItemIdentifireTop item identifier
NOTE: The full Unicode character set is not supported for this parameter.

Sets the top offset
Created in NX5.0.0.



License requirements : None

Parameters:
offsetTopoffset top

The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.