OGRE  2.2.4
Object-Oriented Graphics Rendering Engine
Ogre::Win32Window Class Reference

#include <OgreWin32Window.h>

+ Inheritance diagram for Ogre::Win32Window:

Public Member Functions

 Win32Window (const String &title, uint32 width, uint32 height, bool fullscreenMode, PixelFormatGpu depthStencilFormat, const NameValuePairList *miscParams, Win32GLSupport &glsupport)
 
virtual ~Win32Window ()
 
virtual void _initialize (TextureGpuManager *textureGpuManager)
 
void _setPrimary (void)
 Indicates that this is the primary window. More...
 
virtual void _setVisible (bool visible)
 Internal method to notify the window it has been obscured or minimized. More...
 
virtual void destroy (void)
 
bool getBorderless (void) const
 
void getCustomAttribute (IdString name, void *pData)
 
TextureGpugetDepthBuffer (void) const
 
uint32 getFrequencyDenominator (void) const
 
uint32 getFrequencyNumerator (void) const
 
HDC getHDC () const
 
uint32 getHeight (void) const
 
virtual void getMetrics (uint32 &width, uint32 &height, int32 &left, int32 &top) const
 Overloaded version of getMetrics from RenderTarget, including extra details specific to windowing systems. More...
 
PixelFormatGpu getPixelFormat (void) const
 
uint32 getRequestedHeightPt (void) const
 
uint32 getRequestedWidthPt (void) const
 
SampleDescription getSampleDescription (void) const
 
TextureGpugetStencilBuffer (void) const
 
TextureGpugetTexture (void) const
 WARNING: Attempting to change the TextureGpu (e.g. More...
 
const StringgetTitle (void) const
 
virtual float getViewPointToPixelScale () const
 Many windowing systems that support HiDPI displays use special points to specify size of the windows and controls, so that windows and controls with hardcoded sizes does not become too small on HiDPI displays. More...
 
bool getVSync (void) const
 
uint32 getVSyncInterval (void) const
 
uint32 getWidth (void) const
 
HWND getWindowHandle () const
 
bool isClosed (void) const
 Indicates whether the window has been closed by the user. More...
 
bool isFocused (void) const
 
bool isFullscreen (void) const
 Returns true if we are currently in fullscreen mode. More...
 
virtual bool isHidden (void) const
 Indicates whether the window was set to hidden (not displayed) More...
 
bool isMultisample (void) const
 
bool isPrimary (void) const
 
virtual bool isVisible (void) const
 
void operator delete (void *ptr)
 
void operator delete (void *ptr, void *)
 
void operator delete (void *ptr, const char *, int, const char *)
 
void operator delete[] (void *ptr)
 
void operator delete[] (void *ptr, const char *, int, const char *)
 
void * operator new (size_t sz, const char *file, int line, const char *func)
 operator new, with debug line info More...
 
void * operator new (size_t sz)
 
void * operator new (size_t sz, void *ptr)
 placement operator new More...
 
void * operator new[] (size_t sz, const char *file, int line, const char *func)
 array operator new, with debug line info More...
 
void * operator new[] (size_t sz)
 
virtual void reposition (int32 left, int32 top)
 
virtual void requestFullscreenSwitch (bool goFullscreen, bool borderless, uint32 monitorIdx, uint32 width, uint32 height, uint32 frequencyNumerator, uint32 frequencyDenominator)
 Requests to toggle between fullscreen and windowed mode. More...
 
virtual void requestResolution (uint32 width, uint32 height)
 Requests a change in resolution. More...
 
virtual void setBorderless (bool borderless)
 
virtual void setFocused (bool focused)
 
virtual void setFsaa (const String &fsaa)
 Set the FSAA mode to be used if hardware support it. More...
 
virtual void setHidden (bool hidden)
 Hide (or show) the window. More...
 
virtual void setTitle (const String &title)
 
virtual void setVSync (bool vSync, uint32 vSyncInterval)
 
virtual void swapBuffers (void)
 
bool wantsToGoFullscreen (void) const
 Returns true if we are in windowed mode right now, but want to go fullscreen. More...
 
bool wantsToGoWindowed (void) const
 Returns true if we are in fullscreen mode right now, but want to go windowed mode. More...
 
virtual void windowMovedOrResized (void)
 Notify that the window has been resized. More...
 

Constructor & Destructor Documentation

◆ Win32Window()

Ogre::Win32Window::Win32Window ( const String title,
uint32  width,
uint32  height,
bool  fullscreenMode,
PixelFormatGpu  depthStencilFormat,
const NameValuePairList miscParams,
Win32GLSupport glsupport 
)

◆ ~Win32Window()

virtual Ogre::Win32Window::~Win32Window ( )
virtual

Member Function Documentation

◆ _initialize()

virtual void Ogre::Win32Window::_initialize ( TextureGpuManager textureGpuManager)
virtual

Implements Ogre::Window.

◆ _setPrimary()

void Ogre::Window::_setPrimary ( void  )
inherited

Indicates that this is the primary window.

Only to be called by Ogre::Root

◆ _setVisible()

virtual void Ogre::Win32Window::_setVisible ( bool  visible)
virtual

Internal method to notify the window it has been obscured or minimized.

Implements Ogre::Window.

◆ destroy()

virtual void Ogre::Win32Window::destroy ( void  )
virtual

Implements Ogre::Window.

◆ getBorderless()

bool Ogre::Window::getBorderless ( void  ) const
inherited

◆ getCustomAttribute()

void Ogre::Win32Window::getCustomAttribute ( IdString  name,
void *  pData 
)
virtual

Reimplemented from Ogre::Window.

◆ getDepthBuffer()

TextureGpu* Ogre::Window::getDepthBuffer ( void  ) const
inherited

◆ getFrequencyDenominator()

uint32 Ogre::Window::getFrequencyDenominator ( void  ) const
inherited

◆ getFrequencyNumerator()

uint32 Ogre::Window::getFrequencyNumerator ( void  ) const
inherited

◆ getHDC()

HDC Ogre::Win32Window::getHDC ( ) const
inline

◆ getHeight()

uint32 Ogre::Window::getHeight ( void  ) const
inherited

◆ getMetrics()

virtual void Ogre::Window::getMetrics ( uint32 width,
uint32 height,
int32 left,
int32 top 
) const
virtualinherited

Overloaded version of getMetrics from RenderTarget, including extra details specific to windowing systems.

Result is in pixels.

◆ getPixelFormat()

PixelFormatGpu Ogre::Window::getPixelFormat ( void  ) const
inherited

◆ getRequestedHeightPt()

uint32 Ogre::Window::getRequestedHeightPt ( void  ) const
inherited

◆ getRequestedWidthPt()

uint32 Ogre::Window::getRequestedWidthPt ( void  ) const
inherited

◆ getSampleDescription()

SampleDescription Ogre::Window::getSampleDescription ( void  ) const
inherited

◆ getStencilBuffer()

TextureGpu* Ogre::Window::getStencilBuffer ( void  ) const
inherited

◆ getTexture()

TextureGpu* Ogre::Window::getTexture ( void  ) const
inherited

WARNING: Attempting to change the TextureGpu (e.g.

setResolution, setPixelFormat) is undefined behavior

◆ getTitle()

const String& Ogre::Window::getTitle ( void  ) const
inherited

◆ getViewPointToPixelScale()

virtual float Ogre::Window::getViewPointToPixelScale ( ) const
inlinevirtualinherited

Many windowing systems that support HiDPI displays use special points to specify size of the windows and controls, so that windows and controls with hardcoded sizes does not become too small on HiDPI displays.

Such points have constant density ~ 100 points per inch (probably 96 on Windows and 72 on Mac), that is independent of pixel density of real display, and are used through the all windowing system.

Sometimes, such view points are choosen bigger for output devices that are viewed from larger distances, like 30" TV comparing to 30" monitor, therefore maintaining constant points angular density rather than constant linear density.

In any case, all such windowing system provides the way to convert such view points to pixels, be it DisplayProperties::LogicalDpi on WinRT or backingScaleFactor on MacOSX. We use pixels consistently through the Ogre, but window/view management functions takes view points for convenience, as does the rest of windowing system. Such parameters are named using xxxxPt pattern, and should not be mixed with pixels without being converted using getViewPointToPixelScale() function.

Sometimes such scale factor can change on-the-fly, for example if window is dragged to monitor with different DPI. In such situation, window size in view points is usually preserved by windowing system, and Ogre should adjust pixel size of RenderWindow.

Reimplemented in Ogre::MetalWindow.

◆ getVSync()

bool Ogre::Window::getVSync ( void  ) const
inherited

◆ getVSyncInterval()

uint32 Ogre::Window::getVSyncInterval ( void  ) const
inherited

◆ getWidth()

uint32 Ogre::Window::getWidth ( void  ) const
inherited

◆ getWindowHandle()

HWND Ogre::Win32Window::getWindowHandle ( ) const
inline

◆ isClosed()

bool Ogre::Win32Window::isClosed ( void  ) const
virtual

Indicates whether the window has been closed by the user.

Implements Ogre::Window.

◆ isFocused()

bool Ogre::Window::isFocused ( void  ) const
inherited

◆ isFullscreen()

bool Ogre::Window::isFullscreen ( void  ) const
inherited

Returns true if we are currently in fullscreen mode.

◆ isHidden()

virtual bool Ogre::Win32Window::isHidden ( void  ) const
virtual

Indicates whether the window was set to hidden (not displayed)

Implements Ogre::Window.

◆ isMultisample()

bool Ogre::Window::isMultisample ( void  ) const
inherited

◆ isPrimary()

bool Ogre::Window::isPrimary ( void  ) const
inherited

◆ isVisible()

virtual bool Ogre::Win32Window::isVisible ( void  ) const
virtual

Implements Ogre::Window.

◆ operator delete() [1/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr)
inlineinherited

◆ operator delete() [2/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
void *   
)
inlineinherited

◆ operator delete() [3/3]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

◆ operator delete[]() [1/2]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr)
inlineinherited

◆ operator delete[]() [2/2]

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

◆ operator new() [1/3]

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

operator new, with debug line info

◆ operator new() [2/3]

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz)
inlineinherited

◆ operator new() [3/3]

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
void *  ptr 
)
inlineinherited

placement operator new

◆ operator new[]() [1/2]

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

array operator new, with debug line info

◆ operator new[]() [2/2]

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz)
inlineinherited

◆ reposition()

virtual void Ogre::Win32Window::reposition ( int32  left,
int32  top 
)
virtual

Implements Ogre::Window.

◆ requestFullscreenSwitch()

virtual void Ogre::Win32Window::requestFullscreenSwitch ( bool  goFullscreen,
bool  borderless,
uint32  monitorIdx,
uint32  widthPt,
uint32  heightPt,
uint32  frequencyNumerator,
uint32  frequencyDenominator 
)
virtual

Requests to toggle between fullscreen and windowed mode.

Remarks
Use wantsToGoFullscreen & wantsToGoWindowed to know what you've requested. Same remarks as requestResolution apply: If we request to go fullscreen, wantsToGoFullscreen will return true. But if get word from OS saying we stay in windowed mode, wantsToGoFullscreen will start returning false.
Parameters
goFullscreenTrue to go fullscreen, false to go windowed mode.
borderlessWhether to be borderless. Only useful if goFullscreen == false;
monitorIdx
widthNew width. Leave 0 if you don't care.
heightNew height. Leave 0 if you don't care.
frequencyNumeratorNew frequency (fullscreen only). Leave 0 if you don't care.
frequencyDenominatorNew frequency (fullscreen only). Leave 0 if you don't care.

Reimplemented from Ogre::Window.

◆ requestResolution()

virtual void Ogre::Win32Window::requestResolution ( uint32  widthPt,
uint32  heightPt 
)
virtual

Requests a change in resolution.

Change is not immediate. Use getRequestedWidthPt & getRequestedHeightPt if you need to know what you've requested, but beware you may not get that resolution, and once we get word from the OS, getRequested{Width/Height}Pt will change again so that getWidth == getRequestedWidthPt * getViewPointToPixelScale.

Reimplemented from Ogre::Window.

◆ setBorderless()

virtual void Ogre::Window::setBorderless ( bool  borderless)
virtualinherited

◆ setFocused()

virtual void Ogre::Win32Window::setFocused ( bool  focused)
virtual

Reimplemented from Ogre::Window.

◆ setFsaa()

virtual void Ogre::Window::setFsaa ( const String fsaa)
inlinevirtualinherited

Set the FSAA mode to be used if hardware support it.

This option will be ignored if the hardware does not support it or setting can not be changed on the fly on per-target level.

Parameters
fsaaRequesed FSAA mode (
See also
Root::createRenderWindow)

Reimplemented in Ogre::D3D11WindowSwapChainBased.

◆ setHidden()

virtual void Ogre::Win32Window::setHidden ( bool  hidden)
virtual

Hide (or show) the window.

If called with hidden=true, this will make the window completely invisible to the user.

Remarks
Setting a window to hidden is useful to create a dummy primary RenderWindow hidden from the user so that you can create and recreate your actual RenderWindows without having to recreate all your resources.

Implements Ogre::Window.

◆ setTitle()

virtual void Ogre::Window::setTitle ( const String title)
virtualinherited

◆ setVSync()

virtual void Ogre::Win32Window::setVSync ( bool  vSync,
uint32  vSyncInterval 
)
virtual

Reimplemented from Ogre::Window.

◆ swapBuffers()

virtual void Ogre::Win32Window::swapBuffers ( void  )
virtual

Implements Ogre::Window.

◆ wantsToGoFullscreen()

bool Ogre::Window::wantsToGoFullscreen ( void  ) const
inherited

Returns true if we are in windowed mode right now, but want to go fullscreen.

◆ wantsToGoWindowed()

bool Ogre::Window::wantsToGoWindowed ( void  ) const
inherited

Returns true if we are in fullscreen mode right now, but want to go windowed mode.

◆ windowMovedOrResized()

virtual void Ogre::Win32Window::windowMovedOrResized ( void  )
virtual

Notify that the window has been resized.

Remarks
You don't need to call this unless you created the window externally.

Reimplemented from Ogre::Window.


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