Represents a StylerEvent
Created in NX5.0.0.
More...
List of all members.
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.
|
NXOpen::UIStyler::StylerItem * | GetStylerItem () |
| Gets the dialog item.
|
virtual | ~StylerEvent () |
| Free resources associated with the instance.
|
Detailed Description
Represents a StylerEvent
Created in NX5.0.0.
Member Enumeration Documentation
Describes indicator value.
- Enumerator:
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:
MiscellaneousOkIndex |
Ok index.
|
MiscellaneousApplyIndex |
Apply index.
|
MiscellaneousBackIndex |
Back index.
|
MiscellaneousCancelIndex |
Cancel index.
|
Describes callback reason.
- Enumerator:
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
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
Gets the reason for the event.
- Returns:
- Reason
Created in NX5.0.0.
License requirements : None
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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.