mcViewGroupEnum Enumeration
|
|
Standard values for the IMcBasicView.ViewerGroup property.
Namespace:
MediaCy.IQL.Display.Viewer
Assembly:
MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcViewGroupEnum
Members
| Member name | Value | Description |
---|
| vgNoViewerGroup | 0 | Not part of any viewer group |
| vgMDIImageWindow | 1 | A standard MDI Image Window |
| vgSmallPreviewWindow | 2 | A small preview window |
| vgLargePreviewWindow | 4 | A large preview window |
| vgImageMcDisplay | 8 | A McDisplay operator that is an immediate child of an McImage |
| vgGraphOverlayMcDisplay | 16 | A McDisplay operator that is an immediate child of an McGraphOverlay |
| vgLocalZoomWindow | 32 | A window displaying a Local Zoom'ed portion of its parent image |
| vgColorCompositeWindow | 64 | A window displaying a color composite preview (Or'ed with vgMDIImageWindow) |
| vgRunNoTools | 4096 | |
| vgReservedMask | -268435456 | |
| vgKeepExistingViewsFlag | -2147483648 | A flag used internally during assignment to theMcViews.ViewerGroupsToTrack property to indicate that current
views in the collection should not be removed before synchronizing with
views sharing the assigned groups. |
RemarksNote that these are bit fields, so that an IMcBasicMcView instance may
be part of more than one group.
See Also