NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
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

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. More...
 
void SetAttachTypeRight (NXOpen::UIStyler::Attachment::AttachType attachTypeRight)
 Sets the attach type right
Created in NX5.0.0. More...
 
void SetAttachTypeTop (NXOpen::UIStyler::Attachment::AttachType attachTypeTop)
 Sets the attach type top
Created in NX5.0.0. More...
 
void SetCenter (bool isCenter)
 Sets whether the dialog item is at the center
Created in NX5.0.0. More...
 
void SetLeftDialogItem (const NXString &leftItemIdentifire)
 Sets the left dialog item
Created in NX5.0.0. More...
 
void SetLeftDialogItem (const char *leftItemIdentifire)
 Sets the left dialog item
Created in NX5.0.0. More...
 
void SetLeftOffset (int offsetLeft)
 Sets the left offset
Created in NX5.0.0. More...
 
void SetRightDialogItem (const NXString &rightItemIdentifire)
 Sets the right dialog item
Created in NX5.0.0. More...
 
void SetRightDialogItem (const char *rightItemIdentifire)
 Sets the right dialog item
Created in NX5.0.0. More...
 
void SetRightOffset (int offsetRight)
 Sets the right offset
Created in NX5.0.0. More...
 
void SetTopDialogItem (const NXString &topItemIdentifire)
 Sets the top dialog item
Created in NX5.0.0. More...
 
void SetTopDialogItem (const char *topItemIdentifire)
 Sets the top dialog item
Created in NX5.0.0. More...
 
void SetTopOffset (int offsetTop)
 Sets the top offset
Created in NX5.0.0. More...
 
virtual ~Attachment ()
 Free resources associated with the instance. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

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

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

Member Function Documentation

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

Sets the attach type left
Created in NX5.0.0.



License requirements : None

Parameters
attachTypeLeftattach 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

Parameters
attachTypeRightattach 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

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
void NXOpen::UIStyler::Attachment::SetLeftDialogItem ( const char *  leftItemIdentifire)

Sets the left dialog item
Created in NX5.0.0.



License requirements : None

Parameters
leftItemIdentifireLeft item identifier
void NXOpen::UIStyler::Attachment::SetLeftOffset ( int  offsetLeft)

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
void NXOpen::UIStyler::Attachment::SetRightDialogItem ( const char *  rightItemIdentifire)

Sets the right dialog item
Created in NX5.0.0.



License requirements : None

Parameters
rightItemIdentifireRight item identifier
void NXOpen::UIStyler::Attachment::SetRightOffset ( int  offsetRight)

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
void NXOpen::UIStyler::Attachment::SetTopDialogItem ( const char *  topItemIdentifire)

Sets the top dialog item
Created in NX5.0.0.



License requirements : None

Parameters
topItemIdentifireTop item identifier
void NXOpen::UIStyler::Attachment::SetTopOffset ( int  offsetTop)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.