Library | File

Class pfcDisplayListener

# include <pfcDisplay.h>

class pfcDisplayListener
 : public virtual pfcActionListener
{
    xaideclare(pfcDisplayListener)
    ...
};



Description

The Listener that is responsible for drawing the Displaylists on screen

This is the user display function that gets called when you create a display list.
Manual References:
Graphics: Display Lists and Graphics



Method Summary

voidOnDisplay (pfcDisplay_ptr Display)
This method is called when a pfcDisplayList2D and pfcDisplayList3D needs to be repainted by Creo Parametric



Method Detail

voidOnDisplay (pfcDisplay_ptr Display)

This method is called when a pfcDisplayList2D and pfcDisplayList3D needs to be repainted by Creo Parametric

This method must be supplied by the developer.
Manual References:
Graphics: Display Lists and Graphics
Parameters:
Display
The current display object, used to call graphics related methods.
Returns: