PCL
pcl::ImageMode Namespace Reference

GUI operation modes. More...

Functions

bool IsValidMainViewMode (value_type m)
 
bool IsValidPreviewMode (value_type m)
 

Detailed Description

ImageMode::Invalid Represents an invalid or unsupported mode.
ImageMode::Readout Default mode, click to get real-time readouts.
ImageMode::ZoomIn Click to zoom in the current view.
ImageMode::ZoomOut Click to zoom out the current view.
ImageMode::Pan Click and drag to pan the current view.
ImageMode::Center Click to center the view at the mouse position.
ImageMode::NewPreview Click and drag to define a new preview.
ImageMode::EditPreview Click and drag to change an existing preview.
ImageMode::DynamicOperation Module-defined dynamic operation.
ImageMode::Default Identifies the default GUI operation mode in the PixInsight core application (ImageMode::Readout).

Function Documentation

◆ IsValidMainViewMode()

bool pcl::ImageMode::IsValidMainViewMode ( value_type  m)
inline

Returns true iff the specified mode is a valid GUI mode when the active view is a main view.

Definition at line 135 of file ImageWindow.h.

References IsValidPreviewMode().

◆ IsValidPreviewMode()

bool pcl::ImageMode::IsValidPreviewMode ( value_type  m)
inline

Returns true iff the specified mode is a valid GUI mode when the active view is a preview.

Definition at line 126 of file ImageWindow.h.

Referenced by IsValidMainViewMode().