NX Open C++ Reference Guide
|
Represents a StylerEvent
Created in NX5.0.0.
More...
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. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents a StylerEvent
Created in NX5.0.0.
Describes indicator 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 callback reason.
|
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
NXOpen::UIStyler::StylerEvent::Reason NXOpen::UIStyler::StylerEvent::GetReason | ( | ) |
Gets the reason for the event.
NXOpen::UIStyler::StylerItem* NXOpen::UIStyler::StylerEvent::GetStylerItem | ( | ) |
Gets the dialog item.