PCL
|
Functions | |
virtual void | pcl::ProcessInterface::GlobalCMDisabled () |
virtual void | pcl::ProcessInterface::GlobalCMEnabled () |
virtual void | pcl::ProcessInterface::GlobalCMUpdated () |
virtual void | pcl::ProcessInterface::GlobalFiltersUpdated () |
virtual void | pcl::ProcessInterface::GlobalPreferencesUpdated () |
virtual void | pcl::ProcessInterface::GlobalRGBWSUpdated () |
virtual void | pcl::ProcessInterface::ReadoutOptionsUpdated () |
The PixInsight core application calls global notification functions to keep interfaces informed about changes and events occurring in the global core application context.
For a process interface to receive global notifications, the corresponding ProcessInterface subclass must reimplement ProcessInterface::WantsGlobalNotifications() to return true.
|
inlinevirtual |
Notification sent when color management (CM) has been globally disabled.
Definition at line 2389 of file ProcessInterface.h.
|
inlinevirtual |
Notification sent when color management (CM) has been globally enabled.
Definition at line 2379 of file ProcessInterface.h.
|
inlinevirtual |
Notification sent when global color management (CM) data or working parameters have been modified. This includes selecting a new default ICC profile, or changing some global color management parameters, such as default profile mismatching policies or rendering intents.
Definition at line 2402 of file ProcessInterface.h.
|
inlinevirtual |
Notification sent when the global filters and/or white references databases have been created or modified for the running instance of the PixInsight core application.
Definition at line 2437 of file ProcessInterface.h.
|
inlinevirtual |
Notification sent when one or more global preferences settings have been modified.
Definition at line 2423 of file ProcessInterface.h.
|
inlinevirtual |
Notification sent when the parameters of the global RGB working space (RGBWS) have been modified.
Definition at line 2369 of file ProcessInterface.h.
|
inlinevirtual |
Notification sent when global readout options have been modified.
Definition at line 2412 of file ProcessInterface.h.