Skip to main content

Meta_Window

Module: Metanodes / Definitions

A Window represents an actual application window displaying some viewports.

#include <meta_view.hpp>

Public Types

TypeName
enumIDX { Idx_ViewportLayout, Idx_MessageBoxRegion, Idx_GUIEnabled, Idx_GUIEnabledExcludeNode, Idx_Zoom, Idx_NormalRect, Idx_FrameMode, Idx_Maximized, Idx_Minimized, Idx_Stereo3DModeOverride }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_ViewportLayoutlink - The viewport layout that this window displays
Idx_MessageBoxRegionvec4i - The rect within the window in which to display message boxes. Use zeros to specify full window size
Idx_GUIEnabledbool - Controls the visibility of the GUI in this window
Idx_GUIEnabledExcludeNodelink - Internal
Idx_Zoomvec2f - Zoom factor to apply to the window to enlarge or shrink in X and Y axis
Idx_NormalRectvec4i - The "normal" window rect, that is unminimized and unmaximized
Idx_FrameModeint - The current frame mode, 0 being windowed, 1+ being maximized on each desktop screen. nScreens+1 is full screen over all displays
Idx_Maximizedbool - Whether the frame is maximized
Idx_Minimizedbool - Whether the frame is minimized
Idx_Stereo3DModeOverrideint - Forces a specific stereo mode override for this window

Property index.