NX Open C++ Reference Guide
|
Represents a Styler Item
Created in NX5.0.0.
More...
Public Types | |
enum | ItemType { ItemTypeInvalidType = -1, ItemTypeActionButton, ItemTypeDialog, ItemTypeRadioBox, ItemTypeReal, ItemTypeScaleReal, ItemTypeBitmap, ItemTypeRowColumn, ItemTypeButtonLayout, ItemTypeScrolledWindow, ItemTypeColorTool, ItemTypeSelectionBox, ItemTypeSeparator, ItemTypeSingleSelectionList, ItemTypeString, ItemTypeBeginGroup, ItemTypeInteger, ItemTypeScaleInteger, ItemTypeMultiList, ItemTypeLabel, ItemTypeMultiLineText, ItemTypeTabControl, ItemTypeOptionMenu, ItemTypeToggle, ItemTypeOptionToggle, ItemTypeToolPalette, ItemTypeWideString, ItemTypePropertyPage, ItemTypeCollapsibleGroup } |
Describes kind of action to be taken from callbac. More... | |
Public Member Functions | |
NXOpen::UIStyler::StylerItem::ItemType | GetItemType () |
Gets the dialog item type. | |
NXOpen::UIStyler::Attachment * | InitializeAttachment () |
Returns initialized dialog item attachment information. | |
bool | IsEqualTo (NXOpen::UIStyler::StylerItem *itemToCompare) |
Equates two styler items. | |
void | SetAttachment (NXOpen::UIStyler::Attachment *attachment) |
Specifies the updated dialog item attachment information Created in NX5.0.0. | |
virtual | ~StylerItem () |
Free resources associated with the instance. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents a Styler Item
Created in NX5.0.0.
Describes kind of action to be taken from callbac.
ItemTypeActionButton |
Action Button item. |
ItemTypeDialog |
Dialog item. |
ItemTypeRadioBox |
Radio Box item. |
ItemTypeReal |
Real item. |
ItemTypeScaleReal |
Real Scale item. |
ItemTypeBitmap |
Bitmap item. |
ItemTypeRowColumn |
Row Column item. |
ItemTypeButtonLayout |
Button Layout item. |
ItemTypeScrolledWindow |
Scrolled Window item. |
ItemTypeColorTool |
Color Item. |
ItemTypeSelectionBox |
Section Box item. |
ItemTypeSeparator |
Separator item. |
ItemTypeSingleSelectionList |
Single Selection List item. |
ItemTypeString |
String item. |
ItemTypeBeginGroup |
Begin Group item. |
ItemTypeInteger |
Integer item. |
ItemTypeScaleInteger |
Scale item. |
ItemTypeMultiList |
Multi List item. |
ItemTypeLabel |
Label item. |
ItemTypeMultiLineText |
Multi-line text item. |
ItemTypeTabControl |
Tab Control item. |
ItemTypeOptionMenu |
Option Menu item. |
ItemTypeToggle |
Toggle item. |
ItemTypeOptionToggle |
Option Toggle item. |
ItemTypeToolPalette |
Tool Palette item. |
ItemTypeWideString |
Wide String item. |
ItemTypePropertyPage |
Property Page item. |
ItemTypeCollapsibleGroup |
Callapsible Group item. |
|
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
NXOpen::UIStyler::StylerItem::ItemType NXOpen::UIStyler::StylerItem::GetItemType | ( | ) |
Gets the dialog item type.
User can write programs to query this attribute and determine the type of a dialog item in order to determine what further actions should be taken.
NXOpen::UIStyler::Attachment* NXOpen::UIStyler::StylerItem::InitializeAttachment | ( | ) |
Returns initialized dialog item attachment information.
bool NXOpen::UIStyler::StylerItem::IsEqualTo | ( | NXOpen::UIStyler::StylerItem * | itemToCompare | ) |
Equates two styler items.
itemToCompare | styler item to compare |
void NXOpen::UIStyler::StylerItem::SetAttachment | ( | NXOpen::UIStyler::Attachment * | attachment | ) |
Specifies the updated dialog item attachment information
Created in NX5.0.0.
License requirements : None
attachment | attachment object |