PCL
Real Time Preview Notification Functions

Functions

virtual void pcl::ProcessInterface::RealTimePreviewGenerationFinished ()
 
virtual void pcl::ProcessInterface::RealTimePreviewGenerationStarted ()
 
virtual void pcl::ProcessInterface::RealTimePreviewLUTUpdated (int colorModel)
 
virtual void pcl::ProcessInterface::RealTimePreviewOwnerChanged (ProcessInterface &iface)
 

Detailed Description

The PixInsight core application calls real time preview notification functions to keep interfaces informed about changes and events involving the PixInsight real time previewing system.

For a process interface to receive real time preview notifications, the corresponding ProcessInterface subclass must reimplement ProcessInterface::WantsRealTimePreviewNotifications() to return true.

Function Documentation

◆ RealTimePreviewGenerationFinished()

virtual void pcl::ProcessInterface::RealTimePreviewGenerationFinished ( )
inlinevirtual

Notification sent when a new real-time rendition has finished being generated.

See also
Real Time Preview Notification Functions

Definition at line 2333 of file ProcessInterface.h.

◆ RealTimePreviewGenerationStarted()

virtual void pcl::ProcessInterface::RealTimePreviewGenerationStarted ( )
inlinevirtual

Notification sent when a new real-time rendition has started being generated.

See also
Real Time Preview Notification Functions

Definition at line 2322 of file ProcessInterface.h.

◆ RealTimePreviewLUTUpdated()

virtual void pcl::ProcessInterface::RealTimePreviewLUTUpdated ( int  colorModel)
inlinevirtual

Notification sent when a real time preview LUT structure has been generated.

Parameters
colorModelIdentifies the LUT structure that has been recalculated and is now available.
See also
Real Time Preview Notification Functions
Deprecated:
This function has been deprecated and should not be used. The real-time previewing system no longer depends on look up table (LUT) structures.

Definition at line 2311 of file ProcessInterface.h.

◆ RealTimePreviewOwnerChanged()

virtual void pcl::ProcessInterface::RealTimePreviewOwnerChanged ( ProcessInterface iface)
inlinevirtual

Notification sent when the owner of the real time previewing system has been changed.

Parameters
ifaceReference to a process interface that is now the owner of the real-time previewing system.
See also
Real Time Preview Notification Functions

Definition at line 2293 of file ProcessInterface.h.