Manages the target rendering window. More...
#include <OgreRenderWindow.h>
Public Types | |
enum | FrameBuffer { FB_FRONT, FB_BACK, FB_AUTO } |
enum | StatFlags { SF_NONE = 0, SF_FPS = 1, SF_AVG_FPS = 2, SF_BEST_FPS = 4, SF_WORST_FPS = 8, SF_TRIANGLE_COUNT = 16, SF_ALL = 0xFFFF } |
Public Member Functions | |
RenderWindow () | |
Default constructor. More... | |
virtual void | _beginUpdate () |
Method for manual management of rendering : fires 'preRenderTargetUpdate' and initialises statistics etc. More... | |
virtual void | _detachDepthBuffer () |
Detaches DepthBuffer without notifying it from the detach. More... | |
virtual void | _endUpdate () |
Method for manual management of rendering - finishes statistics calculation and fires 'postRenderTargetUpdate'. More... | |
virtual Impl * | _getImpl () |
Get rendersystem specific interface for this RenderTarget. More... | |
virtual void | _notifyCameraRemoved (const Camera *cam) |
Utility method to notify a render target that a camera has been removed, incase it was referring to it as a viewer. More... | |
virtual void | _updateAutoUpdatedViewports (bool updateStatistics=true) |
Method for manual management of rendering - renders only viewports that are auto updated. More... | |
virtual void | _updateViewport (int zorder, bool updateStatistics=true) |
Method for manual management of rendering - renders the given viewport (even if it is not autoupdated) More... | |
virtual void | _updateViewport (Viewport *viewport, bool updateStatistics=true) |
Method for manual management of rendering - renders the given viewport (even if it is not autoupdated) More... | |
virtual void | addListener (RenderTargetListener *listener) |
Add a listener to this RenderTarget which will be called back before & after rendering. More... | |
virtual Viewport * | addViewport (Camera *cam, int ZOrder=0, float left=0.0f, float top=0.0f, float width=1.0f, float height=1.0f) |
Adds a viewport to the rendering target. More... | |
virtual bool | attachDepthBuffer (DepthBuffer *depthBuffer) |
virtual void | copyContentsToMemory (const PixelBox &dst, FrameBuffer buffer=FB_AUTO)=0 |
Copies the current contents of the render target to a pixelbox. More... | |
virtual void | create (const String &name, unsigned int width, unsigned int height, bool fullScreen, const NameValuePairList *miscParams)=0 |
Creates & displays the new window. More... | |
virtual void | destroy (void)=0 |
Destroys the window. More... | |
virtual void | detachDepthBuffer () |
virtual float | getAverageFPS () const |
Individual stats access - gets the average frames per second (FPS) since call to Root::startRendering. More... | |
virtual size_t | getBatchCount (void) const |
Gets the number of batches rendered in the last update() call. More... | |
virtual float | getBestFPS () const |
Individual stats access - gets the best frames per second (FPS) since call to Root::startRendering. More... | |
virtual float | getBestFrameTime () const |
Individual stats access - gets the best frame time. More... | |
virtual uint32 | getColourDepth (void) const |
virtual void | getCustomAttribute (const String &name, void *pData) |
Gets a custom (maybe platform-specific) attribute. More... | |
DepthBuffer * | getDepthBuffer () const |
uint16 | getDepthBufferPool () const |
virtual uint | getFSAA () const |
Indicates whether multisampling is performed on rendering and at what level. More... | |
virtual const String & | getFSAAHint () const |
Gets the FSAA hint (. More... | |
virtual uint32 | getHeight (void) const |
virtual float | getLastFPS () const |
Individual stats access - gets the number of frames per second (FPS) based on the last frame rendered. More... | |
virtual void | getMetrics (unsigned int &width, unsigned int &height, unsigned int &colourDepth) |
Retrieve information about the render target. More... | |
virtual void | getMetrics (unsigned int &width, unsigned int &height, unsigned int &colourDepth, int &left, int &top) |
Overloaded version of getMetrics from RenderTarget, including extra details specific to windowing systems. More... | |
virtual const String & | getName (void) const |
Retrieve target's name. More... | |
virtual unsigned short | getNumViewports (void) const |
Returns the number of viewports attached to this target. More... | |
virtual uchar | getPriority () const |
Gets the priority of a render target. More... | |
virtual void | getStatistics (float &lastFPS, float &avgFPS, float &bestFPS, float &worstFPS) const |
Retieves details of current rendering performance. More... | |
virtual const FrameStats & | getStatistics (void) const |
virtual size_t | getTriangleCount (void) const |
Gets the number of triangles rendered in the last update() call. More... | |
virtual Viewport * | getViewport (unsigned short index) |
Retrieves a pointer to the viewport with the given index. More... | |
virtual Viewport * | getViewportByZOrder (int ZOrder) |
Retrieves a pointer to the viewport with the given Z-order. More... | |
virtual unsigned int | getVSyncInterval () const |
Returns the vertical sync interval. More... | |
virtual uint32 | getWidth (void) const |
virtual float | getWorstFPS () const |
Individual stats access - gets the worst frames per second (FPS) since call to Root::startRendering. More... | |
virtual float | getWorstFrameTime () const |
Individual stats access - gets the worst frame time. More... | |
virtual bool | hasViewportWithZOrder (int ZOrder) |
Returns true if and only if a viewport exists at the given Z-order. More... | |
virtual bool | isActive (void) const |
Overridden from RenderTarget, flags invisible windows as inactive. More... | |
virtual bool | isAutoUpdated (void) const |
Gets whether this target is automatically updated if Ogre's rendering loop or Root::_updateAllRenderTargets is being used. More... | |
virtual bool | isClosed (void) const =0 |
Indicates whether the window has been closed by the user. More... | |
bool | isDeactivatedOnFocusChange () const |
Returns true if the window will automatically de-activate itself when it loses focus. More... | |
virtual bool | isFullScreen (void) const |
Returns true if window is running in fullscreen mode. More... | |
virtual bool | isHardwareGammaEnabled () const |
Indicates whether on rendering, linear colour space is converted to sRGB gamma colour space. More... | |
virtual bool | isHidden (void) const |
Indicates whether the window was set to hidden (not displayed) More... | |
virtual bool | isPrimary (void) const |
Indicates whether the window is the primary window. More... | |
virtual bool | isVisible (void) const |
Indicates whether the window is visible (not minimized or obscured) More... | |
virtual bool | isVSyncEnabled () const |
Indicates whether vertical sync is activated for the window. More... | |
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 | removeAllListeners (void) |
Removes all listeners from this instance. More... | |
virtual void | removeAllViewports (void) |
Removes all viewports on this target. More... | |
virtual void | removeListener (RenderTargetListener *listener) |
Removes a RenderTargetListener previously registered using addListener. More... | |
virtual void | removeViewport (int ZOrder) |
Removes a viewport at a given Z-order. More... | |
virtual void | reposition (int left, int top)=0 |
Reposition the window. More... | |
virtual bool | requiresTextureFlipping () const =0 |
virtual void | resetStatistics (void) |
Resets saved frame-rate statistices. More... | |
virtual void | resize (unsigned int width, unsigned int height)=0 |
Alter the size of the window. More... | |
virtual void | setActive (bool state) |
Used to set the active state of the render target. More... | |
virtual void | setAutoUpdated (bool autoupdate) |
Sets whether this target should be automatically updated if Ogre's rendering loop or Root::_updateAllRenderTargets is being used. More... | |
void | setDeactivateOnFocusChange (bool deactivate) |
Indicates whether the window will automatically deactivate itself when it loses focus. More... | |
void | setDepthBufferPool (uint16 poolId) |
Sets the pool ID this RenderTarget should query from. More... | |
virtual void | setFullscreen (bool fullScreen, unsigned int width, unsigned int height) |
Alter fullscreen mode options. More... | |
virtual void | setHidden (bool hidden) |
Hide (or show) the window. More... | |
virtual void | setPriority (uchar priority) |
Sets the priority of this render target in relation to the others. More... | |
virtual void | setVisible (bool visible) |
Set the visibility state. More... | |
virtual void | setVSyncEnabled (bool vsync) |
Enable or disable vertical sync for the RenderWindow. More... | |
virtual void | setVSyncInterval (unsigned int interval) |
Set the vertical sync interval. More... | |
PixelFormat | suggestPixelFormat () const |
Override since windows don't usually have alpha. More... | |
virtual void | swapBuffers () |
Swaps the frame buffers to display the next frame. More... | |
virtual void | update (bool swapBuffers=true) |
Tells the target to update it's contents. More... | |
virtual void | windowMovedOrResized () |
Notify that the window has been resized. More... | |
void | writeContentsToFile (const String &filename) |
Writes the current contents of the render target to the named file. More... | |
virtual String | writeContentsToTimestampedFile (const String &filenamePrefix, const String &filenameSuffix) |
Writes the current contents of the render target to the (PREFIX)(time-stamp)(SUFFIX) file. More... | |
Protected Types | |
typedef vector < RenderTargetListener * > ::type | RenderTargetListenerList |
typedef map< int, Viewport * > ::type | ViewportList |
Protected Member Functions | |
void | _setPrimary () |
Indicates that this is the primary window. More... | |
virtual void | firePostUpdate (void) |
internal method for firing events More... | |
virtual void | firePreUpdate (void) |
internal method for firing events More... | |
virtual void | fireViewportAdded (Viewport *vp) |
internal method for firing events More... | |
virtual void | fireViewportPostUpdate (Viewport *vp) |
internal method for firing events More... | |
virtual void | fireViewportPreUpdate (Viewport *vp) |
internal method for firing events More... | |
virtual void | fireViewportRemoved (Viewport *vp) |
internal method for firing events More... | |
virtual void | updateImpl () |
Internal implementation of update() More... | |
void | updateStats (void) |
Protected Attributes | |
bool | mActive |
bool | mAutoDeactivatedOnFocusChange |
bool | mAutoUpdate |
uint32 | mColourDepth |
DepthBuffer * | mDepthBuffer |
uint16 | mDepthBufferPoolId |
size_t | mFrameCount |
uint | mFSAA |
String | mFSAAHint |
uint32 | mHeight |
bool | mHwGamma |
bool | mIsFullScreen |
bool | mIsPrimary |
unsigned long | mLastSecond |
unsigned long | mLastTime |
int | mLeft |
RenderTargetListenerList | mListeners |
String | mName |
The name of this target. More... | |
uchar | mPriority |
The priority of the render target. More... | |
FrameStats | mStats |
Timer * | mTimer |
int | mTop |
ViewportList | mViewportList |
List of viewports, map on Z-order. More... | |
uint32 | mWidth |
Friends | |
class | Root |
Manages the target rendering window.
Definition at line 62 of file OgreRenderWindow.h.
|
protectedinherited |
Definition at line 497 of file OgreRenderTarget.h.
|
protectedinherited |
Definition at line 493 of file OgreRenderTarget.h.
|
inherited |
Enumerator | |
---|---|
FB_FRONT | |
FB_BACK | |
FB_AUTO |
Definition at line 91 of file OgreRenderTarget.h.
|
inherited |
Enumerator | |
---|---|
SF_NONE | |
SF_FPS | |
SF_AVG_FPS | |
SF_BEST_FPS | |
SF_WORST_FPS | |
SF_TRIANGLE_COUNT | |
SF_ALL |
Definition at line 68 of file OgreRenderTarget.h.
Ogre::RenderWindow::RenderWindow | ( | ) |
Default constructor.
|
virtualinherited |
Method for manual management of rendering : fires 'preRenderTargetUpdate' and initialises statistics etc.
renderTarget->_beginUpdate(); renderTarget->_updateViewport(1); // which is not auto updated renderTarget->_updateViewport(2); // which is not auto updated renderTarget->_updateAutoUpdatedViewports(); renderTarget->_endUpdate(); renderTarget->swapBuffers();Please note that in that case, the zorder may not work as you expect, since you are responsible for calling _updateViewport in the correct order.
Reimplemented in Ogre::D3D9RenderWindow, Ogre::EAGLWindow, and Ogre::EAGL2Window.
|
virtualinherited |
Detaches DepthBuffer without notifying it from the detach.
Useful when called from the DepthBuffer while it iterates through attached RenderTargets (
Reimplemented in Ogre::GLFBORenderTexture, Ogre::GL3PlusFBORenderTexture, Ogre::GL3PlusFBOMultiRenderTarget, Ogre::GLESFBOMultiRenderTarget, Ogre::GLES2FBOMultiRenderTarget, and Ogre::GLFBOMultiRenderTarget.
|
virtualinherited |
Method for manual management of rendering - finishes statistics calculation and fires 'postRenderTargetUpdate'.
Reimplemented in Ogre::D3D9RenderWindow.
|
virtualinherited |
Get rendersystem specific interface for this RenderTarget.
This is used by the RenderSystem to (un)bind this target, and to get specific information like surfaces and framebuffer objects.
|
virtualinherited |
Utility method to notify a render target that a camera has been removed, incase it was referring to it as a viewer.
|
inlineprotected |
Indicates that this is the primary window.
Only to be called by Ogre::Root
Definition at line 206 of file OgreRenderWindow.h.
|
virtualinherited |
Method for manual management of rendering - renders only viewports that are auto updated.
updateStatistics | Whether you want to update statistics or not. |
|
virtualinherited |
Method for manual management of rendering - renders the given viewport (even if it is not autoupdated)
zorder | The zorder of the viewport to update. |
updateStatistics | Whether you want to update statistics or not. |
|
virtualinherited |
Method for manual management of rendering - renders the given viewport (even if it is not autoupdated)
viewport | The viewport you want to update, it must be bound to the rendertarget. |
updateStatistics | Whether you want to update statistics or not. |
Reimplemented in Ogre::D3D9RenderWindow.
|
virtualinherited |
Add a listener to this RenderTarget which will be called back before & after rendering.
|
virtualinherited |
Adds a viewport to the rendering target.
cam | The camera from which the viewport contents will be rendered (mandatory) |
ZOrder | The relative order of the viewport with others on the target (allows overlapping viewports i.e. picture-in-picture). Higher Z-orders are on top of lower ones. The actual number is irrelevant, only the relative Z-order matters (you can leave gaps in the numbering) |
left | The relative position of the left of the viewport on the target, as a value between 0 and 1. |
top | The relative position of the top of the viewport on the target, as a value between 0 and 1. |
width | The relative width of the viewport on the target, as a value between 0 and 1. |
height | The relative height of the viewport on the target, as a value between 0 and 1. |
|
virtualinherited |
|
pure virtualinherited |
Copies the current contents of the render target to a pixelbox.
Implemented in Ogre::MultiRenderTarget, Ogre::EAGLWindow, Ogre::EAGL2Window, Ogre::GLXWindow, Ogre::GLXWindow, Ogre::EGLWindow, Ogre::EGLWindow, Ogre::GTKWindow, Ogre::GTKWindow, Ogre::D3D9RenderWindow, Ogre::SDLWindow, Ogre::SDLWindow, Ogre::NaClWindow, Ogre::D3D11RenderWindowBase, Ogre::OSXWindow, Ogre::Win32Window, Ogre::Win32Window, and Ogre::RenderTexture.
|
pure virtual |
Creates & displays the new window.
width | The width of the window in pixels. |
height | The height of the window in pixels. |
fullScreen | If true, the window fills the screen, with no title bar or border. |
miscParams | A variable number of pointers to platform-specific arguments. The actual requirements must be defined by the implementing subclasses. |
Implemented in Ogre::EAGLWindow, Ogre::EAGL2Window, Ogre::NaClWindow, Ogre::X11EGLWindow, Ogre::X11EGLWindow, Ogre::AndroidEGLWindow, Ogre::AndroidEGLWindow, Ogre::SDLWindow, Ogre::SDLWindow, Ogre::Win32EGLWindow, Ogre::Win32EGLWindow, Ogre::OSXCarbonWindow, Ogre::OSXWindow, Ogre::D3D9RenderWindow, Ogre::GLXWindow, Ogre::GLXWindow, Ogre::Win32Window, and Ogre::Win32Window.
|
pure virtual |
Destroys the window.
Implemented in Ogre::D3D11RenderWindowImageSource, Ogre::D3D11RenderWindowCoreWindow, Ogre::D3D11RenderWindowHwnd, Ogre::D3D11RenderWindowSwapChainBased, Ogre::EAGLWindow, Ogre::EAGL2Window, Ogre::EGLWindow, Ogre::EGLWindow, Ogre::GTKWindow, Ogre::GTKWindow, Ogre::NaClWindow, Ogre::SDLWindow, Ogre::SDLWindow, Ogre::D3D11RenderWindowBase, Ogre::GLXWindow, Ogre::GLXWindow, Ogre::OSXCarbonWindow, Ogre::OSXWindow, Ogre::D3D9RenderWindow, Ogre::Win32Window, and Ogre::Win32Window.
|
virtualinherited |
|
protectedvirtualinherited |
internal method for firing events
|
protectedvirtualinherited |
internal method for firing events
|
protectedvirtualinherited |
internal method for firing events
|
protectedvirtualinherited |
internal method for firing events
|
protectedvirtualinherited |
internal method for firing events
|
protectedvirtualinherited |
internal method for firing events
|
virtualinherited |
Individual stats access - gets the average frames per second (FPS) since call to Root::startRendering.
|
virtualinherited |
Gets the number of batches rendered in the last update() call.
|
virtualinherited |
Individual stats access - gets the best frames per second (FPS) since call to Root::startRendering.
|
virtualinherited |
Individual stats access - gets the best frame time.
|
virtualinherited |
|
virtualinherited |
Gets a custom (maybe platform-specific) attribute.
name | The name of the attribute. |
pData | Pointer to memory of the right kind of structure to receive the info. |
Reimplemented in Ogre::D3D9RenderTexture, Ogre::D3D11RenderTexture, Ogre::D3D11RenderWindowImageSource, Ogre::D3D11RenderWindowHwnd, Ogre::GLCopyingRenderTexture, Ogre::EAGLWindow, Ogre::GLESCopyingRenderTexture, Ogre::EAGL2Window, Ogre::GLES2CopyingRenderTexture, Ogre::GLXWindow, Ogre::GLXWindow, Ogre::EGLWindow, Ogre::EGLWindow, Ogre::GTKWindow, Ogre::GTKWindow, Ogre::OSXCarbonWindow, Ogre::SDLWindow, Ogre::SDLWindow, Ogre::Win32Window, Ogre::Win32Window, Ogre::D3D9RenderWindow, Ogre::X11EGLWindow, Ogre::X11EGLWindow, Ogre::NaClWindow, Ogre::D3D11RenderWindowBase, Ogre::GLFBORenderTexture, Ogre::D3D9MultiRenderTarget, Ogre::GLESPBRenderTexture, Ogre::GL3PlusFBOMultiRenderTarget, Ogre::GL3PlusFBORenderTexture, Ogre::GLESFBOMultiRenderTarget, Ogre::GLES2FBOMultiRenderTarget, Ogre::GLPBRenderTexture, Ogre::D3D11MultiRenderTarget, and Ogre::GLFBOMultiRenderTarget.
|
inherited |
|
inherited |
|
inlinevirtualinherited |
Indicates whether multisampling is performed on rendering and at what level.
Definition at line 378 of file OgreRenderTarget.h.
|
inlinevirtualinherited |
Gets the FSAA hint (.
Definition at line 382 of file OgreRenderTarget.h.
|
virtualinherited |
|
virtualinherited |
Individual stats access - gets the number of frames per second (FPS) based on the last frame rendered.
|
virtualinherited |
Retrieve information about the render target.
|
virtual |
Overloaded version of getMetrics from RenderTarget, including extra details specific to windowing systems.
|
virtualinherited |
Retrieve target's name.
|
virtualinherited |
Returns the number of viewports attached to this target.
|
inlinevirtualinherited |
Gets the priority of a render target.
Definition at line 302 of file OgreRenderTarget.h.
|
virtualinherited |
Retieves details of current rendering performance.
lastFPS | Pointer to a float to receive the number of frames per second (FPS) based on the last frame rendered. |
avgFPS | Pointer to a float to receive the FPS rating based on an average of all the frames rendered since rendering began (the call to Root::startRendering). |
bestFPS | Pointer to a float to receive the best FPS rating that has been achieved since rendering began. |
worstFPS | Pointer to a float to receive the worst FPS rating seen so far. |
|
virtualinherited |
|
virtualinherited |
Gets the number of triangles rendered in the last update() call.
|
virtualinherited |
Retrieves a pointer to the viewport with the given index.
|
virtualinherited |
Retrieves a pointer to the viewport with the given Z-order.
|
inlinevirtual |
Returns the vertical sync interval.
Reimplemented in Ogre::GLXWindow, Ogre::GLXWindow, Ogre::D3D9RenderWindow, Ogre::Win32Window, and Ogre::Win32Window.
Definition at line 154 of file OgreRenderWindow.h.
|
virtualinherited |
|
virtualinherited |
Individual stats access - gets the worst frames per second (FPS) since call to Root::startRendering.
|
virtualinherited |
Individual stats access - gets the worst frame time.
|
virtualinherited |
Returns true if and only if a viewport exists at the given Z-order.
|
inlinevirtual |
Overridden from RenderTarget, flags invisible windows as inactive.
Reimplemented from Ogre::RenderTarget.
Reimplemented in Ogre::GTKWindow, Ogre::GTKWindow, Ogre::SDLWindow, Ogre::SDLWindow, Ogre::OSXCarbonWindow, Ogre::OSXWindow, Ogre::D3D9RenderWindow, Ogre::Win32Window, and Ogre::Win32Window.
Definition at line 159 of file OgreRenderWindow.h.
|
virtualinherited |
Gets whether this target is automatically updated if Ogre's rendering loop or Root::_updateAllRenderTargets is being used.
|
pure virtual |
Indicates whether the window has been closed by the user.
Implemented in Ogre::EAGLWindow, Ogre::EAGL2Window, Ogre::EGLWindow, Ogre::EGLWindow, Ogre::GTKWindow, Ogre::GTKWindow, Ogre::NaClWindow, Ogre::SDLWindow, Ogre::SDLWindow, Ogre::D3D11RenderWindowBase, Ogre::GLXWindow, Ogre::OSXCarbonWindow, Ogre::GLXWindow, Ogre::OSXWindow, Ogre::Win32Window, Ogre::Win32Window, and Ogre::D3D9RenderWindow.
bool Ogre::RenderWindow::isDeactivatedOnFocusChange | ( | ) | const |
Returns true if the window will automatically de-activate itself when it loses focus.
|
virtual |
Returns true if window is running in fullscreen mode.
Reimplemented in Ogre::SDLWindow, and Ogre::SDLWindow.
|
inlinevirtualinherited |
Indicates whether on rendering, linear colour space is converted to sRGB gamma colour space.
This is the exact opposite conversion of what is indicated by Texture::isHardwareGammaEnabled, and can only be enabled on creation of the render target. For render windows, it's enabled through the 'gamma' creation misc parameter. For textures, it is enabled through the hwGamma parameter to the create call.
Definition at line 374 of file OgreRenderTarget.h.
|
inlinevirtual |
Indicates whether the window was set to hidden (not displayed)
Reimplemented in Ogre::GLXWindow, Ogre::GLXWindow, Ogre::D3D11RenderWindowBase, Ogre::OSXCarbonWindow, Ogre::OSXWindow, Ogre::D3D9RenderWindow, Ogre::Win32Window, and Ogre::Win32Window.
Definition at line 124 of file OgreRenderWindow.h.
|
virtual |
Indicates whether the window is the primary window.
The primary window is special in that it is destroyed when ogre is shut down, and cannot be destroyed directly. This is the case because it holds the context for vertex, index buffers and textures.
Reimplemented from Ogre::RenderTarget.
|
inlinevirtual |
Indicates whether the window is visible (not minimized or obscured)
Reimplemented in Ogre::D3D11RenderWindowImageSource, Ogre::D3D11RenderWindowCoreWindow, Ogre::D3D11RenderWindowHwnd, Ogre::EAGLWindow, Ogre::EAGL2Window, Ogre::EGLWindow, Ogre::EGLWindow, Ogre::OSXCarbonWindow, Ogre::GLXWindow, Ogre::GLXWindow, Ogre::D3D9RenderWindow, Ogre::Win32Window, and Ogre::Win32Window.
Definition at line 115 of file OgreRenderWindow.h.
|
inlinevirtual |
Indicates whether vertical sync is activated for the window.
Reimplemented in Ogre::SDLWindow, Ogre::SDLWindow, Ogre::GLXWindow, Ogre::GLXWindow, Ogre::OSXCarbonWindow, Ogre::D3D9RenderWindow, Ogre::Win32Window, and Ogre::Win32Window.
Definition at line 144 of file OgreRenderWindow.h.
|
inlineinherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
inlineinherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
virtualinherited |
Removes all listeners from this instance.
|
virtualinherited |
Removes all viewports on this target.
|
virtualinherited |
Removes a RenderTargetListener previously registered using addListener.
|
virtualinherited |
Removes a viewport at a given Z-order.
|
pure virtual |
Reposition the window.
Implemented in Ogre::D3D11RenderWindowHwnd, Ogre::GLXWindow, Ogre::GLXWindow, Ogre::EAGLWindow, Ogre::EAGL2Window, Ogre::GTKWindow, Ogre::GTKWindow, Ogre::OSXCarbonWindow, Ogre::EGLWindow, Ogre::EGLWindow, Ogre::SDLWindow, Ogre::SDLWindow, Ogre::D3D9RenderWindow, Ogre::AndroidEGLWindow, Ogre::OSXWindow, Ogre::D3D11RenderWindowBase, Ogre::Win32Window, Ogre::Win32Window, Ogre::X11EGLWindow, Ogre::X11EGLWindow, Ogre::NaClWindow, Ogre::AndroidEGLWindow, Ogre::Win32EGLWindow, and Ogre::Win32EGLWindow.
|
pure virtualinherited |
Implemented in Ogre::D3D9RenderTexture, Ogre::D3D11RenderTexture, Ogre::EAGLWindow, Ogre::EAGL2Window, Ogre::GLXWindow, Ogre::GLXWindow, Ogre::EGLWindow, Ogre::EGLWindow, Ogre::SDLWindow, Ogre::SDLWindow, Ogre::OSXCarbonWindow, Ogre::GTKWindow, Ogre::GTKWindow, Ogre::D3D9RenderWindow, Ogre::NaClWindow, Ogre::D3D11RenderWindowBase, Ogre::Win32Window, Ogre::Win32Window, Ogre::GLESRenderTexture, Ogre::GL3PlusRenderTexture, Ogre::GLES2RenderTexture, Ogre::GLRenderTexture, Ogre::D3D9MultiRenderTarget, Ogre::GL3PlusFBOMultiRenderTarget, Ogre::GLESFBOMultiRenderTarget, Ogre::GLES2FBOMultiRenderTarget, Ogre::D3D11MultiRenderTarget, and Ogre::GLFBOMultiRenderTarget.
|
virtualinherited |
Resets saved frame-rate statistices.
|
pure virtual |
Alter the size of the window.
Implemented in Ogre::D3D11RenderWindowImageSource, Ogre::D3D11RenderWindowHwnd, Ogre::GLXWindow, Ogre::GLXWindow, Ogre::EAGLWindow, Ogre::EAGL2Window, Ogre::GTKWindow, Ogre::GTKWindow, Ogre::OSXCarbonWindow, Ogre::EGLWindow, Ogre::EGLWindow, Ogre::SDLWindow, Ogre::SDLWindow, Ogre::D3D9RenderWindow, Ogre::AndroidEGLWindow, Ogre::OSXWindow, Ogre::D3D11RenderWindowBase, Ogre::Win32Window, Ogre::Win32Window, Ogre::X11EGLWindow, Ogre::X11EGLWindow, Ogre::NaClWindow, Ogre::AndroidEGLWindow, Ogre::Win32EGLWindow, and Ogre::Win32EGLWindow.
|
virtualinherited |
Used to set the active state of the render target.
Reimplemented in Ogre::D3D11RenderWindowHwnd, Ogre::Win32Window, and Ogre::Win32Window.
|
virtualinherited |
Sets whether this target should be automatically updated if Ogre's rendering loop or Root::_updateAllRenderTargets is being used.
autoupdate | If true, the render target is updated during the automatic render loop or when Root::_updateAllRenderTargets is called. If false, the target is only updated when its update() method is called explicitly. |
void Ogre::RenderWindow::setDeactivateOnFocusChange | ( | bool | deactivate | ) |
Indicates whether the window will automatically deactivate itself when it loses focus.
deactivate | a value of 'true' will cause the window to deactivate itself when it loses focus. 'false' will allow it to continue to render even when window focus is lost. |
|
inherited |
Sets the pool ID this RenderTarget should query from.
Default value is POOL_DEFAULT. Set to POOL_NO_DEPTH to avoid using a DepthBuffer (or manually controlling it)
|
inlinevirtual |
Alter fullscreen mode options.
fullScreen | Whether to use fullscreen mode or not. |
width | The new width to use |
height | The new height to use |
Reimplemented in Ogre::D3D11RenderWindowHwnd, Ogre::EAGLWindow, Ogre::EAGL2Window, Ogre::EGLWindow, Ogre::EGLWindow, Ogre::OSXCarbonWindow, Ogre::GTKWindow, Ogre::GTKWindow, Ogre::X11EGLWindow, Ogre::X11EGLWindow, Ogre::GLXWindow, Ogre::GLXWindow, Ogre::D3D9RenderWindow, Ogre::Win32Window, and Ogre::Win32Window.
Definition at line 92 of file OgreRenderWindow.h.
|
inlinevirtual |
Hide (or show) the window.
If called with hidden=true, this will make the window completely invisible to the user.
Reimplemented in Ogre::D3D11RenderWindowHwnd, Ogre::GLXWindow, Ogre::GLXWindow, Ogre::OSXCarbonWindow, Ogre::OSXWindow, Ogre::D3D9RenderWindow, Ogre::Win32Window, and Ogre::Win32Window.
Definition at line 134 of file OgreRenderWindow.h.
|
inlinevirtualinherited |
Sets the priority of this render target in relation to the others.
Definition at line 300 of file OgreRenderTarget.h.
|
inlinevirtual |
Set the visibility state.
Reimplemented in Ogre::EAGLWindow, Ogre::EAGL2Window, Ogre::EGLWindow, Ogre::EGLWindow, Ogre::OSXCarbonWindow, Ogre::GLXWindow, and Ogre::GLXWindow.
Definition at line 119 of file OgreRenderWindow.h.
|
inlinevirtual |
Enable or disable vertical sync for the RenderWindow.
Reimplemented in Ogre::SDLWindow, Ogre::SDLWindow, Ogre::GLXWindow, Ogre::GLXWindow, Ogre::OSXCarbonWindow, Ogre::D3D9RenderWindow, Ogre::Win32Window, and Ogre::Win32Window.
Definition at line 139 of file OgreRenderWindow.h.
|
inlinevirtual |
Set the vertical sync interval.
This indicates the number of vertical retraces to wait for before swapping buffers. A value of 1 is the default.
Reimplemented in Ogre::GLXWindow, Ogre::GLXWindow, Ogre::D3D9RenderWindow, Ogre::Win32Window, and Ogre::Win32Window.
Definition at line 149 of file OgreRenderWindow.h.
|
inlinevirtual |
Override since windows don't usually have alpha.
Reimplemented from Ogre::RenderTarget.
Reimplemented in Ogre::EAGL2Window.
Definition at line 184 of file OgreRenderWindow.h.
References Ogre::PF_BYTE_RGB.
|
inlinevirtualinherited |
Swaps the frame buffers to display the next frame.
Reimplemented in Ogre::D3D9RenderTexture, Ogre::D3D11RenderWindowImageSource, Ogre::D3D11RenderWindowSwapChainBased, Ogre::EAGLWindow, Ogre::EAGL2Window, Ogre::GLXWindow, Ogre::GLXWindow, Ogre::EGLWindow, Ogre::EGLWindow, Ogre::GTKWindow, Ogre::GTKWindow, Ogre::OSXCarbonWindow, Ogre::NaClWindow, Ogre::SDLWindow, Ogre::SDLWindow, Ogre::D3D9RenderWindow, Ogre::OSXWindow, Ogre::Win32Window, Ogre::Win32Window, Ogre::GLFBORenderTexture, and Ogre::GL3PlusFBORenderTexture.
Definition at line 167 of file OgreRenderTarget.h.
|
virtualinherited |
Tells the target to update it's contents.
swapBuffers | For targets that support double-buffering, if set to true, the target will immediately swap it's buffers after update. Otherwise, the buffers are not swapped, and you have to call swapBuffers yourself sometime later. You might want to do this on some rendersystems which pause for queued rendering commands to complete before accepting swap buffers calls - so you could do other CPU tasks whilst the queued commands complete. Or, you might do this if you want custom control over your windows, such as for externally created windows. |
Reimplemented in Ogre::D3D9RenderTexture, Ogre::D3D11RenderWindowImageSource, and Ogre::D3D9MultiRenderTarget.
|
protectedvirtualinherited |
Internal implementation of update()
|
protectedinherited |
|
inlinevirtual |
Notify that the window has been resized.
Reimplemented in Ogre::D3D11RenderWindowCoreWindow, Ogre::D3D11RenderWindowHwnd, Ogre::GLXWindow, Ogre::GLXWindow, Ogre::EAGLWindow, Ogre::EAGL2Window, Ogre::OSXCarbonWindow, Ogre::D3D9RenderWindow, Ogre::Win32Window, Ogre::Win32Window, Ogre::EGLWindow, Ogre::EGLWindow, Ogre::OSXWindow, Ogre::AndroidEGLWindow, Ogre::X11EGLWindow, Ogre::X11EGLWindow, Ogre::NaClWindow, Ogre::AndroidEGLWindow, Ogre::Win32EGLWindow, and Ogre::Win32EGLWindow.
Definition at line 107 of file OgreRenderWindow.h.
|
inherited |
Writes the current contents of the render target to the named file.
|
virtualinherited |
Writes the current contents of the render target to the (PREFIX)(time-stamp)(SUFFIX) file.
|
friend |
Definition at line 208 of file OgreRenderWindow.h.
|
protectedinherited |
Definition at line 483 of file OgreRenderTarget.h.
|
protected |
Definition at line 199 of file OgreRenderWindow.h.
|
protectedinherited |
Definition at line 484 of file OgreRenderTarget.h.
|
protectedinherited |
Definition at line 471 of file OgreRenderTarget.h.
|
protectedinherited |
Definition at line 473 of file OgreRenderTarget.h.
|
protectedinherited |
Definition at line 472 of file OgreRenderTarget.h.
|
protectedinherited |
Definition at line 481 of file OgreRenderTarget.h.
|
protectedinherited |
Definition at line 488 of file OgreRenderTarget.h.
|
protectedinherited |
Definition at line 489 of file OgreRenderTarget.h.
|
protectedinherited |
Definition at line 470 of file OgreRenderTarget.h.
|
protectedinherited |
Definition at line 486 of file OgreRenderTarget.h.
|
protected |
Definition at line 197 of file OgreRenderWindow.h.
|
protected |
Definition at line 198 of file OgreRenderWindow.h.
|
protectedinherited |
Definition at line 479 of file OgreRenderTarget.h.
|
protectedinherited |
Definition at line 480 of file OgreRenderTarget.h.
|
protected |
Definition at line 200 of file OgreRenderWindow.h.
|
protectedinherited |
Definition at line 498 of file OgreRenderTarget.h.
|
protectedinherited |
The name of this target.
Definition at line 465 of file OgreRenderTarget.h.
|
protectedinherited |
The priority of the render target.
Definition at line 467 of file OgreRenderTarget.h.
|
protectedinherited |
Definition at line 476 of file OgreRenderTarget.h.
|
protectedinherited |
Definition at line 478 of file OgreRenderTarget.h.
|
protected |
Definition at line 201 of file OgreRenderWindow.h.
|
protectedinherited |
List of viewports, map on Z-order.
Definition at line 495 of file OgreRenderTarget.h.
|
protectedinherited |
Definition at line 469 of file OgreRenderTarget.h.