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

Represents a StylerEvent
Created in NX5.0.0. More...

Inheritance diagram for NXOpen::UIStyler::StylerEvent:
NXOpen::TransientObject

Public Types

enum  Indicator {
  IndicatorNoValue = -1, IndicatorStringValue, IndicatorStringPointerValue, IndicatorIntegerValue,
  IndicatorIntegerPointerValue, IndicatorRealValue, IndicatorRealPointerValue, IndicatorSelectionValue,
  IndicatorOptionToggleValue
}
 Describes indicator value. More...
 
enum  Miscellaneous {
  MiscellaneousNoSubIndex = -1, MiscellaneousOkIndex, MiscellaneousApplyIndex, MiscellaneousBackIndex,
  MiscellaneousCancelIndex
}
 Describes event index. More...
 
enum  Reason {
  ReasonNoReason = -1, ReasonActivateReason, ReasonValueChangedReason, ReasonDragReason,
  ReasonDoubleClickReason, ReasonOkReason, ReasonApplyReason, ReasonBackReason,
  ReasonCancelReason, ReasonConstructReason, ReasonDestructReason, ReasonFileopReason,
  ReasonSwitchReason, ReasonFileOperationReason, ReasonExitFileOperationReason
}
 Describes callback reason. More...
 

Public Member Functions

NXOpen::UIStyler::StylerEvent::Reason GetReason ()
 Gets the reason for the event. More...
 
NXOpen::UIStyler::StylerItemGetStylerItem ()
 Gets the dialog item. More...
 
virtual ~StylerEvent ()
 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 StylerEvent
Created in NX5.0.0.


Member Enumeration Documentation

Describes indicator value.

Enumerator
IndicatorNoValue 

No value.

IndicatorStringValue 

String value.

IndicatorStringPointerValue 

String pointer value.

IndicatorIntegerValue 

Integer value.

IndicatorIntegerPointerValue 

Integer pointer value.

IndicatorRealValue 

Real value.

IndicatorRealPointerValue 

Real pointer value.

IndicatorSelectionValue 

Selection value.

IndicatorOptionToggleValue 

Option toggle value.

Describes event index.

Enumerator
MiscellaneousNoSubIndex 

No sub index.

MiscellaneousOkIndex 

Ok index.

MiscellaneousApplyIndex 

Apply index.

MiscellaneousBackIndex 

Back index.

MiscellaneousCancelIndex 

Cancel index.

Describes callback reason.

Enumerator
ReasonNoReason 

No reason.

ReasonActivateReason 

Activate reason.

ReasonValueChangedReason 

Value changed reason.

ReasonDragReason 

Drag reason.

ReasonDoubleClickReason 

Double click reason.

ReasonOkReason 

Ok reason.

ReasonApplyReason 

Apply reason.

ReasonBackReason 

BAck reason.

ReasonCancelReason 

Cancel reason.

ReasonConstructReason 

Construct reason.

ReasonDestructReason 

Destruct reason.

ReasonFileopReason 

File operation reason.

ReasonSwitchReason 

Switch reason.

ReasonFileOperationReason 

File operation reason.

ReasonExitFileOperationReason 

Exit file operation reason.

Constructor & Destructor Documentation

virtual NXOpen::UIStyler::StylerEvent::~StylerEvent ( )
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::StylerEvent::Reason NXOpen::UIStyler::StylerEvent::GetReason ( )

Gets the reason for the event.

Returns
Reason
Created in NX5.0.0.

License requirements : None
NXOpen::UIStyler::StylerItem* NXOpen::UIStyler::StylerEvent::GetStylerItem ( )

Gets the dialog 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.