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

The method OnDisplay is called every time the display list need to be repainted. Put all the functionality needed in this method.
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: