Library | File

Class wfcExternalSelectionHighlight

# include <wfcSelect.h>

class wfcExternalSelectionHighlight
 : public virtual pfcApplicationCallback
{
    xaideclare(wfcExternalSelectionHighlight)
    ...
};



Description

Notification methods for external application media (like a tree) react on selections made while calling or while in pfcBaseSession::Select(pfcSelectionOptions_ptr, optional pfcSelections_ptr).
Manual References:
External Data: Selecting the Node from the External Application Tree



Method Summary

voidAction (wfcWSelection_ptr Selection, xbool HighLight)
Action method to be called when selection is made
voidEndNotify ()
Method to be called when applications is about to exit from pfcBaseSession::Select(pfcSelectionOptions_ptr, optional pfcSelections_ptr)
voidStartNotify ()
Method to be called when applications is entering in pfcBaseSession::Select(pfcSelectionOptions_ptr, optional pfcSelections_ptr)



Method Detail

voidStartNotify ()

Method to be called when applications is entering in pfcBaseSession::Select(pfcSelectionOptions_ptr, optional pfcSelections_ptr)
Manual References:
Technical Summary of Changes for Creo 4.0 F000: External Objects, External Data: Selecting the Node from the External Application Tree, External Data: Selecting the Node from the External Application Tree
Returns:



voidAction (wfcWSelection_ptr Selection, xbool HighLight)

Action method to be called when selection is made
Manual References:
Models: Custom Checks, Asynchronous Mode: Full Asynchronous Mode, Simplified Representations: Overview, Action Listeners, Action Listeners: Creo Object TOOLKIT C++ Action Listeners, Action Listeners: Action Sources, Action Listeners: Action Sources, Action Listeners: Types of Action Listeners, Action Listeners: Session Level Action Listeners, Action Listeners: UI Command Action Listeners, Action Listeners: Model Level Action listeners, Action Listeners: Solid Level Action Listeners, Action Listeners: Feature Level Action Listeners, Overview of Creo Object TOOLKIT C++: Categories of Creo Object TOOLKIT C++ Classes, Overview of Creo Object TOOLKIT C++: Action Listener Classes, Overview of Creo Object TOOLKIT C++: Action Listener Classes, Overview of Creo Object TOOLKIT C++: Action Listener Classes, Overview of Creo Object TOOLKIT C++: Action Listener Classes, Technical Summary of Changes for Creo 4.0 F000: Action listeners, Technical Summary of Changes for Creo 4.0 F000: External Objects, Technical Summary of Changes for Creo 4.0 F000: Visit Methods, Technical Summary of Changes for Creo 4.0 F000: Action listeners, External Data: Selecting the Node from the External Application Tree, External Data: Selecting the Node from the External Application Tree
Parameters:
Selection
Selection
HighLight
Whether to highlight selection
Returns:



voidEndNotify ()

Method to be called when applications is about to exit from pfcBaseSession::Select(pfcSelectionOptions_ptr, optional pfcSelections_ptr)
Manual References:
Technical Summary of Changes for Creo 4.0 F000: External Objects, External Data: Selecting the Node from the External Application Tree, External Data: Selecting the Node from the External Application Tree
Returns: