PCL
Image Transparency Notification Functions

Functions

virtual void pcl::ProcessInterface::TransparencyHidden (const View &view)
 
virtual void pcl::ProcessInterface::TransparencyModeUpdated (const View &view)
 

Detailed Description

The PixInsight core application calls transparency notification functions to keep interfaces informed about changes in transparency rendering modes of image windows.

For a process interface to receive transparency notifications, the corresponding ProcessInterface subclass must reimplement ProcessInterface::WantsTransparencyNotifications() to return true.

Function Documentation

◆ TransparencyHidden()

virtual void pcl::ProcessInterface::TransparencyHidden ( const View view)
inlinevirtual

Notification sent when transparency rendering has been disabled for an image window.

Parameters
viewReference to the main view of an image window for which transparency rendering has been disabled.
See also
Image Transparency Notification Functions

Definition at line 2022 of file ProcessInterface.h.

◆ TransparencyModeUpdated()

virtual void pcl::ProcessInterface::TransparencyModeUpdated ( const View view)
inlinevirtual

Notification sent when the current transparency rendering mode has been updated for an image window.

Parameters
viewReference to the main view of an image window whose transparency rendering mode has been updated.
See also
Image Transparency Notification Functions

Definition at line 2037 of file ProcessInterface.h.