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

Represents a RealScale for UI Styler More...

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

Classes

class  _RealScaleDragAdapter
 
class  _RealScaleValueChangedAdapter
 

Public Member Functions

delegate
NXOpen.UIStyler.DialogState 
ValueChanged (NXOpen.UIStyler.StylerEvent eventobject)
  More...
 
delegate
NXOpen.UIStyler.DialogState 
Drag (NXOpen.UIStyler.StylerEvent eventobject)
 Called when a dialog user moves the slider to a new position. More...
 
unsafe void AddValueChangedHandler (NXOpen.UIStyler.RealScale.ValueChanged valuechangedevent, bool isDialogLaunchingEvent)
 Called when a dialog user moves the slider up and down the scale. More...
 
unsafe void AddDragHandler (NXOpen.UIStyler.RealScale.Drag dragevent, bool isDialogLaunchingEvent)
 Registers dtag callback. More...
 
unsafe void SetLimits (double minimumValue, double maximumValue)
 Sets limits More...
 
unsafe void SetLabels (string minimumLabel, string maximumLabel)
 Sets labels More...
 
unsafe void SetDecimalPrecision (int digits)
 Sets decimal precision 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 double ItemValue [get, set]
 Returns or sets the item value More...
 
unsafe bool Sensitivity [get, set]
 Returns or sets the sensitivity More...
 
unsafe bool Visibility [get, set]
 Returns or sets the visibility 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 RealScale for UI Styler

Created in NX5.0.0

Member Function Documentation

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

Registers dtag callback.

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

Created in NX5.0.0

License requirements: None.

Parameters
drageventCallback for add drag event
isDialogLaunchingEventTRUE if dialog is going to launch, FALSE if not
unsafe void NXOpen.UIStyler.RealScale.AddValueChangedHandler ( NXOpen.UIStyler.RealScale.ValueChanged  valuechangedevent,
bool  isDialogLaunchingEvent 
)

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

For example, if a user moves the slider from 0.0 to 10.0, 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
valuechangedeventCallback for value changed event
isDialogLaunchingEventTRUE if dialog is going to launch, FALSE if not
delegate NXOpen.UIStyler.DialogState NXOpen.UIStyler.RealScale.Drag ( 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
unsafe void NXOpen.UIStyler.RealScale.SetDecimalPrecision ( int  digits)

Sets decimal precision

Created in NX5.0.0

License requirements: None.

Parameters
digitsThe number significant digits
unsafe void NXOpen.UIStyler.RealScale.SetLabels ( string  minimumLabel,
string  maximumLabel 
)

Sets labels

Created in NX5.0.0

License requirements: None.

Parameters
minimumLabelString minimum label
maximumLabelString maximum label
unsafe void NXOpen.UIStyler.RealScale.SetLimits ( double  minimumValue,
double  maximumValue 
)

Sets limits

Created in NX5.0.0

License requirements: None.

Parameters
minimumValueReal minimum value
maximumValueReal maximum value
delegate NXOpen.UIStyler.DialogState NXOpen.UIStyler.RealScale.ValueChanged ( NXOpen.UIStyler.StylerEvent  eventobject)

Created in NX5.0.0

License requirements: None.

Parameters
eventobjectEvent object

Property Documentation

unsafe double NXOpen.UIStyler.RealScale.ItemValue
getset

Returns or sets the item value

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.UIStyler.RealScale.Sensitivity
getset

Returns or sets the sensitivity

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.UIStyler.RealScale.Visibility
getset

Returns or sets the visibility

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.