Plasma Engine  2.0
Loading...
Searching...
No Matches
plWindowXR Class Reference

XR Window base implementation. Optionally wraps a companion window. More...

#include <XRWindow.h>

Inheritance diagram for plWindowXR:

Public Member Functions

 plWindowXR (plXRInterface *pVrInterface, plUniquePtr< plWindowBase > pCompanionWindow)
 
virtual plSizeU32 GetClientAreaSize () const override
 
virtual plWindowHandle GetNativeWindowHandle () const override
 
virtual bool IsVisible () const override
 Whether the window can potentially be seen by the user. Windows that are minimized or hidden are not visible.
 
virtual bool IsFullscreenWindow (bool bOnlyProperFullscreenMode) const override
 Whether the window is a fullscreen window or should be one - some platforms may enforce this via the GALSwapchain)
 
virtual void ProcessWindowMessages () override
 
virtual void AddReference () override
 
virtual void RemoveReference () override
 
const plWindowBaseGetCompanionWindow () const
 Returns the companion window if present.
 

Detailed Description

XR Window base implementation. Optionally wraps a companion window.

Member Function Documentation

◆ AddReference()

virtual void plWindowXR::AddReference ( )
inlineoverridevirtual

Implements plWindowBase.

◆ GetClientAreaSize()

plSizeU32 plWindowXR::GetClientAreaSize ( ) const
overridevirtual

Implements plWindowBase.

◆ GetNativeWindowHandle()

plWindowHandle plWindowXR::GetNativeWindowHandle ( ) const
overridevirtual

Implements plWindowBase.

◆ IsFullscreenWindow()

bool plWindowXR::IsFullscreenWindow ( bool bOnlyProperFullscreenMode) const
overridevirtual

Whether the window is a fullscreen window or should be one - some platforms may enforce this via the GALSwapchain)

If bOnlyProperFullscreenMode, the caller accepts borderless windows that cover the entire screen as "fullscreen".

Implements plWindowBase.

◆ IsVisible()

virtual bool plWindowXR::IsVisible ( ) const
inlineoverridevirtual

Whether the window can potentially be seen by the user. Windows that are minimized or hidden are not visible.

Implements plWindowBase.

◆ ProcessWindowMessages()

void plWindowXR::ProcessWindowMessages ( )
overridevirtual

Implements plWindowBase.

◆ RemoveReference()

virtual void plWindowXR::RemoveReference ( )
inlineoverridevirtual

Implements plWindowBase.


The documentation for this class was generated from the following files: