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.
◆ RealTimePreviewGenerationFinished()
virtual void pcl::ProcessInterface::RealTimePreviewGenerationFinished |
( |
| ) |
|
|
inlinevirtual |
◆ RealTimePreviewGenerationStarted()
virtual void pcl::ProcessInterface::RealTimePreviewGenerationStarted |
( |
| ) |
|
|
inlinevirtual |
◆ RealTimePreviewLUTUpdated()
virtual void pcl::ProcessInterface::RealTimePreviewLUTUpdated |
( |
int |
colorModel | ) |
|
|
inlinevirtual |
Notification sent when a real time preview LUT structure has been generated.
- Parameters
-
colorModel | Identifies 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 |