NXOpen .NET Reference  12.0.0
Classes | Public Member Functions | Properties | List of all members
NXOpen.UIStyler.IntegerScale Class Reference

Represents a IntegerScale for UI Styler More...

Inheritance diagram for NXOpen.UIStyler.IntegerScale:
NXOpen.UIStyler.StylerItem

Classes

class  _IntegerScaleDragAdapter
 
class  _IntegerScaleValueChangedAdapter
 

Public Member Functions

delegate
NXOpen.UIStyler.DialogState 
ValueChanged (NXOpen.UIStyler.StylerEvent eventobject)
 Called when a dialog user moves the slider to a new position. More...
 
delegate
NXOpen.UIStyler.DialogState 
Drag (NXOpen.UIStyler.StylerEvent eventobject)
 Called when a dialog user moves the slider up and down the scale. More...
 
unsafe void AddValueChangedHandler (NXOpen.UIStyler.IntegerScale.ValueChanged valuechangedevent, bool isDialogLaunchingEvent)
 Registers value change callback. More...
 
unsafe void AddDragHandler (NXOpen.UIStyler.IntegerScale.Drag dragevent, bool isDialogLaunchingEvent)
 Registers drag callback. More...
 
unsafe void SetLimits (int minimumValue, int maximumValue)
 Specifies the scale's maximum and minimum value. More...
 
unsafe void SetLabels (string minimumLabel, string maximumLabel)
 Specifies the text for the minimum and maximum label. More...
 
- Public Member Functions inherited from NXOpen.UIStyler.StylerItem
unsafe
NXOpen.UIStyler.StylerItem.ItemType 
GetItemType ()
 Gets the dialog item type. More...
 
unsafe NXOpen.UIStyler.Attachment InitializeAttachment ()
 Returns initialized dialog item attachment information More...
 
unsafe void SetAttachment (NXOpen.UIStyler.Attachment attachment)
 Specifies the updated dialog item attachment information More...
 
unsafe bool IsEqualTo (NXOpen.UIStyler.StylerItem itemToCompare)
 Equates two styler items More...
 

Properties

unsafe int ItemValue [get, set]
 Returns or sets More...
 
unsafe bool Sensitivity [get, set]
 Returns or sets the sensitivity of the dialog item. More...
 
unsafe bool Visibility [get, set]
 Returns or sets the visibility of the dialog item. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.UIStyler.StylerItem
enum  ItemType {
  InvalidType = -1, ActionButton, Dialog, RadioBox,
  Real, ScaleReal, Bitmap, RowColumn,
  ButtonLayout, ScrolledWindow, ColorTool, SelectionBox,
  Separator, SingleSelectionList, String, BeginGroup,
  Integer, ScaleInteger, MultiList, Label,
  MultiLineText, TabControl, OptionMenu, Toggle,
  OptionToggle, ToolPalette, WideString, PropertyPage,
  CollapsibleGroup
}
 Describes kind of action to be taken from callbac. More...
 
- Protected Member Functions inherited from NXOpen.UIStyler.StylerItem
override void FreeResource ()
 Free resources associated with the instance. More...
 

Detailed Description

Represents a IntegerScale for UI Styler

Created in NX5.0.0

Member Function Documentation

unsafe void NXOpen.UIStyler.IntegerScale.AddDragHandler ( NXOpen.UIStyler.IntegerScale.Drag  dragevent,
bool  isDialogLaunchingEvent 
)

Registers drag callback.

This method should be called before calling UIStyler.Dialog.Show or UIStyler.Dialog.RegisterWithUiMenu

Created in NX5.0.0

License requirements: None.

Parameters
dragevent
isDialogLaunchingEvent
unsafe void NXOpen.UIStyler.IntegerScale.AddValueChangedHandler ( NXOpen.UIStyler.IntegerScale.ValueChanged  valuechangedevent,
bool  isDialogLaunchingEvent 
)

Registers value change callback.

This method should be called before calling UIStyler.Dialog.Show or UIStyler.Dialog.RegisterWithUiMenu

Created in NX5.0.0

License requirements: None.

Parameters
valuechangedeventValue changed event
isDialogLaunchingEventTrue if launch any dialog else False
delegate NXOpen.UIStyler.DialogState NXOpen.UIStyler.IntegerScale.Drag ( NXOpen.UIStyler.StylerEvent  eventobject)

Called when a dialog user moves the slider up and down the scale.

For example, if a user moves the slider from 0 to 100, the dialog calls the drag callback 100 times, one for each value that the slider moves across. Do not terminate the dialog with a drag callback. The dialog should always return UF_UI_CB_CONTINUE_DIALOG.

Created in NX5.0.0

License requirements: None.

Parameters
eventobjectEvent object
unsafe void NXOpen.UIStyler.IntegerScale.SetLabels ( string  minimumLabel,
string  maximumLabel 
)

Specifies the text for the minimum and maximum label.

By default, the system uses the maximum/minimum value as a text label.

Created in NX5.0.0

License requirements: None.

Parameters
minimumLabelminimum limit for label
maximumLabelmaximum limit for label
unsafe void NXOpen.UIStyler.IntegerScale.SetLimits ( int  minimumValue,
int  maximumValue 
)

Specifies the scale's maximum and minimum value.

Created in NX5.0.0

License requirements: None.

Parameters
minimumValueto set minimum
maximumValueto set maximum
delegate NXOpen.UIStyler.DialogState NXOpen.UIStyler.IntegerScale.ValueChanged ( NXOpen.UIStyler.StylerEvent  eventobject)

Called when a dialog user moves the slider to a new position.

Do not terminate the dialog with a value-changed callback. The dialog should always return UF_UI_CB_CONTINUE_DIALOG.

Created in NX5.0.0

License requirements: None.

Parameters
eventobjectEvent object

Property Documentation

unsafe int NXOpen.UIStyler.IntegerScale.ItemValue
getset

Returns or sets

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.UIStyler.IntegerScale.Sensitivity
getset

Returns or sets the sensitivity of the dialog item.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.UIStyler.IntegerScale.Visibility
getset

Returns or sets the visibility of the dialog item.

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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