NX Open C++ Reference Guide
Classes | Enumerations
NXOpen::UIStyler Namespace Reference

Provides classes and interfaces for User Interface Styler. More...

Classes

class  Attachment
 Represents an Attachment for UI Styler
Created in NX5.0.0. More...
 
class  BitMap
 Represents a Bit Map for UI Styler. More...
 
class  ButtonLayout
 Represents a Button Layout for UI Styler. More...
 
class  CollapsibleGroup
 Represents a Collapsible Group for UI Styler
Created in NX5.0.0. More...
 
class  ColorTool
 Represents a ColorTool for UI Styler. More...
 
class  Dialog
 Represents a DialogItem for UI Styler. More...
 
class  DialogItem
 Represents a DialogItem for UI Styler. More...
 
class  FileOperationData
 Represents a FileOperationData for UI Styler
Created in NX5.0.0. More...
 
class  GroupBox
 Represents a GroupBox for UI Styler. More...
 
class  IntegerItem
 Represents a Integer for UI Styler. More...
 
class  IntegerScale
 Represents a IntegerScale for UI Styler
Created in NX5.0.0. More...
 
class  LabelItem
 Represents a Label for UI Styler. More...
 
class  MultiSelectList
 Represents a MultiSelectList for UI Styler
Created in NX5.0.0. More...
 
class  MultiTextBox
 Represents a MultiTextBox for UI Styler. More...
 
class  OptionMenu
 Represents a OptionMenu for UI Styler. More...
 
class  OptionToggle
 Represents a OptionToggle for UI Styler
Created in NX5.0.0. More...
 
class  PageSwitchData
 Represents a PageSwitchData for UI Styler
Created in NX5.0.0. More...
 
class  PropertyPage
 Represents a PropertyPage for UI Styler
Created in NX5.0.0. More...
 
class  PushButton
 Represents a PushButton for UI Styler
Created in NX5.0.0. More...
 
class  RadioBox
 Represents a RadioBox for UI Styler
Created in NX5.0.0. More...
 
class  RealItem
 Represents a Real for UI Styler
Created in NX5.0.0. More...
 
class  RealScale
 Represents a RealScale for UI Styler
Created in NX5.0.0. More...
 
class  RowColumn
 Represents a RowColumn for UI Styler
Created in NX5.0.0. More...
 
class  ScrolledWindow
 Represents a ScrolledWindow for UI Styler
Created in NX5.0.0. More...
 
class  SelectionBox
 Represents a SelectionBox for UI Styler
Created in NX5.0.0. More...
 
class  Separator
 Represents a Separator for UI Styler
Created in NX5.0.0. More...
 
class  SingleSelectList
 Represents a SingleSelectList for UI Styler
Created in NX5.0.0. More...
 
class  StringItem
 Represents a StringItem for UI Styler. More...
 
class  Styler
 Represents a Uistyler for UI Styler
To obtain an instance of this class, refer to NXOpen::UI

Created in NX5.0.0. More...
 
class  StylerEvent
 Represents a StylerEvent
Created in NX5.0.0. More...
 
class  StylerItem
 Represents a Styler Item
Created in NX5.0.0. More...
 
class  TabControl
 Represents a Tab Control for UI Styler. More...
 
class  Toggle
 Represents a Toggle for UI Styler. More...
 
class  ToolPalette
 Represents a ToolPalette for UI Styler
Created in NX5.0.0. More...
 
class  WideString
 Represents a WideString for UI Styler
Created in NX5.0.0. More...
 

Enumerations

enum  DialogIndex { DialogIndexNoSubIndex = -1 }
 Represents indexes. More...
 
enum  DialogResponse {
  DialogResponsePickResponse = 1, DialogResponseOk, DialogResponseCancel, DialogResponseBack,
  DialogResponseApply, DialogResponseHelp, DialogResponseObjectSelected, DialogResponseObjectSelectedByName,
  DialogResponseCbTerminate
}
 Represents dialog response. More...
 
enum  DialogState { DialogStateContinueDialog, DialogStateExitDialog }
 Represents the dialog state. More...
 

Detailed Description

Provides classes and interfaces for User Interface Styler.

Enumeration Type Documentation

Represents indexes.

Enumerator
DialogIndexNoSubIndex 

All sub items are selected.

Represents dialog response.

Enumerator
DialogResponsePickResponse 

User response was a selection of objects.

DialogResponseOk 

OK button was selected.

DialogResponseCancel 

Cancel button was selected.

DialogResponseBack 

Back button was selected.

DialogResponseApply 

Apply button was selected.

DialogResponseHelp 

Help button was selected.

DialogResponseObjectSelected 

Object was selected.

DialogResponseObjectSelectedByName 

Object was selected by name.

DialogResponseCbTerminate 

Callback routine has terminated.

Represents the dialog state.

Enumerator
DialogStateContinueDialog 

Continue the dialog.

DialogStateExitDialog 

Exit from the dialog.

Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.