NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::UIStyler::Dialog Class Reference

Represents a DialogItem for UI Styler. More...

Inheritance diagram for NXOpen::UIStyler::Dialog:
NXOpen::TransientObject

Public Types

enum  ItemType {
  ItemTypePushButton, ItemTypeDialogItem, ItemTypeRadioBox, ItemTypeRealItem,
  ItemTypeRealScale, ItemTypeBitmap, ItemTypeRowColumn, ItemTypeButtonLayout,
  ItemTypeScrolledWindow, ItemTypeColorTool, ItemTypeSelectionBox, ItemTypeSeparator,
  ItemTypeSingleSelectList, ItemTypeStringItem, ItemTypeGroupBox, ItemTypeIntegerItem,
  ItemTypeIntegerScale, ItemTypeMultiSelectList, ItemTypeLabelItem, ItemTypeMultiTextBox,
  ItemTypeTabControl, ItemTypeOptionMenu, ItemTypeToggle, ItemTypeOptionToggle,
  ItemTypeToolPalette, ItemTypeWideString, ItemTypePropertyPage, ItemTypeCollapsibleGroup
}
 Represents dialog item type. More...
 

Public Member Functions

NXOpen::UIStyler::BitMapGetBitmap (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::BitMapGetBitmap (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::ButtonLayoutGetButtonLayout (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::ButtonLayoutGetButtonLayout (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::CollapsibleGroupGetCollapsibleGroup (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::CollapsibleGroupGetCollapsibleGroup (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::ColorToolGetColorTool (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::ColorToolGetColorTool (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::DialogItemGetDialogIndex (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::DialogItemGetDialogIndex (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::StylerItemGetDialogItemUsingSelectionHandle (NXOpen::SelectionHandle *select)
 Gets the dialog item for a selection handle. More...
 
NXOpen::UIStyler::GroupBoxGetGroupBox (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::GroupBoxGetGroupBox (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::IntegerItemGetIntegerItem (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::IntegerItemGetIntegerItem (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::IntegerScaleGetIntegerScale (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::IntegerScaleGetIntegerScale (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::LabelItemGetLabelItem (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::LabelItemGetLabelItem (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::MultiSelectListGetMultiSelectList (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::MultiSelectListGetMultiSelectList (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::MultiTextBoxGetMultiTextBox (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::MultiTextBoxGetMultiTextBox (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::OptionMenuGetOptionMenu (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::OptionMenuGetOptionMenu (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::OptionToggleGetOptionToggle (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::OptionToggleGetOptionToggle (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::PropertyPageGetPropertyPage (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::PropertyPageGetPropertyPage (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::PushButtonGetPushButton (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::PushButtonGetPushButton (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::RadioBoxGetRadioBox (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::RadioBoxGetRadioBox (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::RealItemGetRealItem (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::RealItemGetRealItem (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::RealScaleGetRealScale (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::RealScaleGetRealScale (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::RowColumnGetRowColumn (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::RowColumnGetRowColumn (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::ScrolledWindowGetScrolledWindow (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::ScrolledWindowGetScrolledWindow (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::SelectionBoxGetSelectionBox (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::SelectionBoxGetSelectionBox (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::SeparatorGetSeparator (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::SeparatorGetSeparator (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::SingleSelectListGetSingleSelectList (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::SingleSelectListGetSingleSelectList (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::StringItemGetStringItem (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::StringItemGetStringItem (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::StylerItemGetStylerItem (const NXString &itemIdentifier, NXOpen::UIStyler::Dialog::ItemType type)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::StylerItemGetStylerItem (const char *itemIdentifier, NXOpen::UIStyler::Dialog::ItemType type)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::TabControlGetTabControl (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::TabControlGetTabControl (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::ToggleGetToggle (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::ToggleGetToggle (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::ToolPaletteGetToolPalette (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::ToolPaletteGetToolPalette (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::WideStringGetWideString (const NXString &itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
NXOpen::UIStyler::WideStringGetWideString (const char *itemIdentifier)
 Gets the dialog item with specified item identifier. More...
 
void RegisterWithUiMenu (bool isTopDialog)
 Registers the dialog with a menu item. More...
 
NXOpen::UIStyler::DialogResponse Show ()
 Displays an NX (UIStyler generated) "bottom" dialog. More...
 
virtual ~Dialog ()
 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 a DialogItem for UI Styler.


Created in NX5.0.0.

Member Enumeration Documentation

Represents dialog item type.

Enumerator
ItemTypePushButton 

push button

ItemTypeDialogItem 

dialog item

ItemTypeRadioBox 

radio box

ItemTypeRealItem 

real item

ItemTypeRealScale 

real scale

ItemTypeBitmap 

bitmap

ItemTypeRowColumn 

row column

ItemTypeButtonLayout 

button layout

ItemTypeScrolledWindow 

scrolled window

ItemTypeColorTool 

color tool

ItemTypeSelectionBox 

selection box

ItemTypeSeparator 

separator

ItemTypeSingleSelectList 

single select list

ItemTypeStringItem 

string item

ItemTypeGroupBox 

group box

ItemTypeIntegerItem 

integer item

ItemTypeIntegerScale 

integer scale

ItemTypeMultiSelectList 

multi select list

ItemTypeLabelItem 

label item

ItemTypeMultiTextBox 

multi text box

ItemTypeTabControl 

tab control

ItemTypeOptionMenu 

option menu

ItemTypeToggle 

toggle

ItemTypeOptionToggle 

option toggle

ItemTypeToolPalette 

tool palette

ItemTypeWideString 

wide string

ItemTypePropertyPage 

property page

ItemTypeCollapsibleGroup 

collapsible group

Constructor & Destructor Documentation

virtual NXOpen::UIStyler::Dialog::~Dialog ( )
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

NXOpen::UIStyler::BitMap* NXOpen::UIStyler::Dialog::GetBitmap ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::BitMap* NXOpen::UIStyler::Dialog::GetBitmap ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::ButtonLayout* NXOpen::UIStyler::Dialog::GetButtonLayout ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::ButtonLayout* NXOpen::UIStyler::Dialog::GetButtonLayout ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::CollapsibleGroup* NXOpen::UIStyler::Dialog::GetCollapsibleGroup ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::CollapsibleGroup* NXOpen::UIStyler::Dialog::GetCollapsibleGroup ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::ColorTool* NXOpen::UIStyler::Dialog::GetColorTool ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::ColorTool* NXOpen::UIStyler::Dialog::GetColorTool ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::DialogItem* NXOpen::UIStyler::Dialog::GetDialogIndex ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::DialogItem* NXOpen::UIStyler::Dialog::GetDialogIndex ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::StylerItem* NXOpen::UIStyler::Dialog::GetDialogItemUsingSelectionHandle ( NXOpen::SelectionHandle select)

Gets the dialog item for a selection handle.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
selectSelection handle
NXOpen::UIStyler::GroupBox* NXOpen::UIStyler::Dialog::GetGroupBox ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::GroupBox* NXOpen::UIStyler::Dialog::GetGroupBox ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::IntegerItem* NXOpen::UIStyler::Dialog::GetIntegerItem ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::IntegerItem* NXOpen::UIStyler::Dialog::GetIntegerItem ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::IntegerScale* NXOpen::UIStyler::Dialog::GetIntegerScale ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::IntegerScale* NXOpen::UIStyler::Dialog::GetIntegerScale ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::LabelItem* NXOpen::UIStyler::Dialog::GetLabelItem ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::LabelItem* NXOpen::UIStyler::Dialog::GetLabelItem ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::MultiSelectList* NXOpen::UIStyler::Dialog::GetMultiSelectList ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::MultiSelectList* NXOpen::UIStyler::Dialog::GetMultiSelectList ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::MultiTextBox* NXOpen::UIStyler::Dialog::GetMultiTextBox ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::MultiTextBox* NXOpen::UIStyler::Dialog::GetMultiTextBox ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::OptionMenu* NXOpen::UIStyler::Dialog::GetOptionMenu ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::OptionMenu* NXOpen::UIStyler::Dialog::GetOptionMenu ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::OptionToggle* NXOpen::UIStyler::Dialog::GetOptionToggle ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::OptionToggle* NXOpen::UIStyler::Dialog::GetOptionToggle ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::PropertyPage* NXOpen::UIStyler::Dialog::GetPropertyPage ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::PropertyPage* NXOpen::UIStyler::Dialog::GetPropertyPage ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::PushButton* NXOpen::UIStyler::Dialog::GetPushButton ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::PushButton* NXOpen::UIStyler::Dialog::GetPushButton ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::RadioBox* NXOpen::UIStyler::Dialog::GetRadioBox ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::RadioBox* NXOpen::UIStyler::Dialog::GetRadioBox ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::RealItem* NXOpen::UIStyler::Dialog::GetRealItem ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::RealItem* NXOpen::UIStyler::Dialog::GetRealItem ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::RealScale* NXOpen::UIStyler::Dialog::GetRealScale ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::RealScale* NXOpen::UIStyler::Dialog::GetRealScale ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::RowColumn* NXOpen::UIStyler::Dialog::GetRowColumn ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::RowColumn* NXOpen::UIStyler::Dialog::GetRowColumn ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::ScrolledWindow* NXOpen::UIStyler::Dialog::GetScrolledWindow ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::ScrolledWindow* NXOpen::UIStyler::Dialog::GetScrolledWindow ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::SelectionBox* NXOpen::UIStyler::Dialog::GetSelectionBox ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::SelectionBox* NXOpen::UIStyler::Dialog::GetSelectionBox ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::Separator* NXOpen::UIStyler::Dialog::GetSeparator ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::Separator* NXOpen::UIStyler::Dialog::GetSeparator ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::SingleSelectList* NXOpen::UIStyler::Dialog::GetSingleSelectList ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::SingleSelectList* NXOpen::UIStyler::Dialog::GetSingleSelectList ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::StringItem* NXOpen::UIStyler::Dialog::GetStringItem ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::StringItem* NXOpen::UIStyler::Dialog::GetStringItem ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::StylerItem* NXOpen::UIStyler::Dialog::GetStylerItem ( const NXString itemIdentifier,
NXOpen::UIStyler::Dialog::ItemType  type 
)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
typetype
NXOpen::UIStyler::StylerItem* NXOpen::UIStyler::Dialog::GetStylerItem ( const char *  itemIdentifier,
NXOpen::UIStyler::Dialog::ItemType  type 
)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
typetype
NXOpen::UIStyler::TabControl* NXOpen::UIStyler::Dialog::GetTabControl ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::TabControl* NXOpen::UIStyler::Dialog::GetTabControl ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::Toggle* NXOpen::UIStyler::Dialog::GetToggle ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::Toggle* NXOpen::UIStyler::Dialog::GetToggle ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::ToolPalette* NXOpen::UIStyler::Dialog::GetToolPalette ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::ToolPalette* NXOpen::UIStyler::Dialog::GetToolPalette ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::WideString* NXOpen::UIStyler::Dialog::GetWideString ( const NXString itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
NXOpen::UIStyler::WideString* NXOpen::UIStyler::Dialog::GetWideString ( const char *  itemIdentifier)

Gets the dialog item with specified item identifier.

Returns

Created in NX5.0.0.

License requirements : None
Parameters
itemIdentifierDialog name
void NXOpen::UIStyler::Dialog::RegisterWithUiMenu ( bool  isTopDialog)

Registers the dialog with a menu item.


Created in NX5.0.0.

License requirements : None

Parameters
isTopDialogis top dialog
NXOpen::UIStyler::DialogResponse NXOpen::UIStyler::Dialog::Show ( )

Displays an NX (UIStyler generated) "bottom" dialog.

This dialog is displayed to NX. Show Method can only be called once for the dialog object.Once show method is called UIStyler::Dialog::GetStylerItem will create any item

Returns

Created in NX5.0.0.

License requirements : None

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