OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ogre::OSXCarbonWindow Class Reference

#include <OgreOSXCarbonWindow.h>

+ Inheritance diagram for Ogre::OSXCarbonWindow:
+ Collaboration diagram for Ogre::OSXCarbonWindow:

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

 OSXCarbonWindow ()
 
virtual ~OSXCarbonWindow ()
 
virtual void _beginUpdate ()
 Method for manual management of rendering : fires 'preRenderTargetUpdate' and initialises statistics etc. 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 ViewportaddViewport (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 void copyContentsToMemory (const PixelBox &dst, FrameBuffer buffer)
 Overridden - see RenderTarget. More...
 
virtual void create (const String &name, unsigned int width, unsigned int height, bool fullScreen, const NameValuePairList *miscParams)
 Overridden - see RenderWindow. More...
 
virtual void destroy (void)
 Overridden - see RenderWindow. More...
 
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 unsigned int getColourDepth (void) const
 
void getCustomAttribute (const String &name, void *pData)
 Gets a custom (maybe platform-specific) attribute. More...
 
virtual uint getFSAA () const
 Indicates whether multisampling is performed on rendering and at what level. More...
 
virtual const StringgetFSAAHint () const
 Gets the FSAA hint (. More...
 
virtual unsigned int 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 StringgetName (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 FrameStatsgetStatistics (void) const
 
virtual size_t getTriangleCount (void) const
 Gets the number of triangles rendered in the last update() call. More...
 
virtual ViewportgetViewport (unsigned short index)
 Retrieves a pointer to the viewport with the given index. More...
 
virtual unsigned int 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 isActive (void) const
 Overridden - see RenderWindow. 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
 Overridden - see RenderWindow. 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 isPrimary (void) const
 Indicates whether the window is the primary window. More...
 
virtual bool isVisible (void) const
 Overridden - see RenderWindow. 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 ZOrder. More...
 
virtual void reposition (int left, int top)
 Overridden - see RenderWindow. More...
 
bool requiresTextureFlipping (void) const
 
virtual void resetStatistics (void)
 Resets saved frame-rate statistices. More...
 
virtual void resize (unsigned int width, unsigned int height)
 Overridden - see RenderWindow. 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...
 
virtual void setFullscreen (bool fullScreen, unsigned int width, unsigned int height)
 Overridden - see RenderWindow. More...
 
virtual void setPriority (uchar priority)
 Sets the priority of this render target in relation to the others. More...
 
virtual void setVisible (bool visible)
 Overridden - see RenderWindow. More...
 
PixelFormat suggestPixelFormat () const
 Override since windows don't usually have alpha. More...
 
virtual void swapBuffers (bool waitForVSync)
 Overridden - see RenderWindow. More...
 
virtual void update (bool swapBuffers=true)
 Tells the target to update it's contents. More...
 
void windowHasResized (void)
 
virtual void windowMovedOrResized ()
 Overridden - see RenderTarget. More...
 
void windowResized (void)
 
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...
 
void createCGLFullscreen (unsigned int width, unsigned int height, unsigned int depth, unsigned int fsaa, CGLContextObj sharedContext)
 Switch to full screen mode using CGL. More...
 
void destroyCGLFullscreen (void)
 Kill full screen mode, and return to default windowed mode. 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...
 
void swapCGLBuffers (void)
 Update the full screen context. More...
 
virtual void updateImpl ()
 Internal implementation of update() More...
 
void updateStats (void)
 

Protected Attributes

bool mAutoDeactivatedOnFocusChange
 
bool mAutoUpdate
 
CGLContextObj mCGLContextObj
 
unsigned int mColourDepth
 
OSXContextmContext
 
size_t mFrameCount
 
uint mFSAA
 
String mFSAAHint
 
unsigned int mHeight
 
bool mHwGamma
 
bool mIsDepthBuffered
 
bool mIsFullScreen
 
bool mIsPrimary
 
unsigned long mLastSecond
 
unsigned long mLastTime
 
int mLeft
 
RenderTargetListenerList mListeners
 
String mName
 The name of this target. More...
 
CFDictionaryRef mOriginalDisplayMode
 
uchar mPriority
 The priority of the render target. More...
 
FrameStats mStats
 
TimermTimer
 
int mTop
 
ViewportList mViewportList
 List of viewports, map on Z-order. More...
 
unsigned int mWidth
 

Private Member Functions

void createAGLContext (size_t fsaa_samples, int depth)
 
void createNewWindow (unsigned int width, unsigned int height, String title)
 
void createWindowFromExternal (HIViewRef viewRef)
 

Private Attributes

bool mActive
 
AGLContext mAGLContext
 
AGLPixelFormat mAGLPixelFormat
 
OSXCarbonContextmCarbonContext
 
OSXCGLContextmCGLContext
 
bool mClosed
 
bool mCreated
 
EventHandlerRef mEventHandlerRef
 
bool mHasResized
 
bool mIsExternal
 
HIViewRef mView
 
bool mVisible
 
WindowRef mWindow
 
String mWindowTitle
 

Detailed Description

Definition at line 42 of file OgreOSXCarbonWindow.h.

Member Typedef Documentation

Definition at line 475 of file OgreRenderTarget.h.

typedef map<int, Viewport*>::type Ogre::RenderTarget::ViewportList
protectedinherited

Definition at line 471 of file OgreRenderTarget.h.

Member Enumeration Documentation

Enumerator
FB_FRONT 
FB_BACK 
FB_AUTO 

Definition at line 90 of file OgreRenderTarget.h.

Enumerator
SF_NONE 
SF_FPS 
SF_AVG_FPS 
SF_BEST_FPS 
SF_WORST_FPS 
SF_TRIANGLE_COUNT 
SF_ALL 

Definition at line 67 of file OgreRenderTarget.h.

Constructor & Destructor Documentation

Ogre::OSXCarbonWindow::OSXCarbonWindow ( )
virtual Ogre::OSXCarbonWindow::~OSXCarbonWindow ( )
virtual

Member Function Documentation

virtual void Ogre::RenderTarget::_beginUpdate ( )
virtualinherited

Method for manual management of rendering : fires 'preRenderTargetUpdate' and initialises statistics etc.

Remarks
  • _beginUpdate resets statistics and fires 'preRenderTargetUpdate'.
  • _updateViewport renders the given viewport (even if it is not autoupdated), fires preViewportUpdate and postViewportUpdate and manages statistics.
  • _updateAutoUpdatedViewports renders only viewports that are auto updated, fires preViewportUpdate and postViewportUpdate and manages statistics.
  • _endUpdate() ends statistics calculation and fires postRenderTargetUpdate.
you can use it like this for example :
    renderTarget->_beginUpdate();
    renderTarget->_updateViewport(1); // which is not auto updated
    renderTarget->_updateViewport(2); // which is not auto updated
    renderTarget->_updateAutoUpdatedViewports();
    renderTarget->_endUpdate();
    renderTarget->swapBuffers(true);
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, and Ogre::EAGLWindow.

virtual void Ogre::RenderTarget::_endUpdate ( )
virtualinherited

Method for manual management of rendering - finishes statistics calculation and fires 'postRenderTargetUpdate'.

Remarks
You should call it after a _beginUpdate
See also
_beginUpdate for more details.

Reimplemented in Ogre::D3D9RenderWindow.

virtual Impl* Ogre::RenderTarget::_getImpl ( )
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.

virtual void Ogre::RenderTarget::_notifyCameraRemoved ( const Camera cam)
virtualinherited

Utility method to notify a render target that a camera has been removed, incase it was referring to it as a viewer.

void Ogre::RenderWindow::_setPrimary ( )
inlineprotectedinherited

Indicates that this is the primary window.

Only to be called by Ogre::Root

Definition at line 182 of file OgreRenderWindow.h.

virtual void Ogre::RenderTarget::_updateAutoUpdatedViewports ( bool  updateStatistics = true)
virtualinherited

Method for manual management of rendering - renders only viewports that are auto updated.

Remarks
This also fires preViewportUpdate and postViewportUpdate, and manages statistics. You should call it between _beginUpdate() and _endUpdate(). See _beginUpdate for more details.
Parameters
updateStatisticsWhether you want to update statistics or not.
See also
_beginUpdate()
virtual void Ogre::RenderTarget::_updateViewport ( int  zorder,
bool  updateStatistics = true 
)
virtualinherited

Method for manual management of rendering - renders the given viewport (even if it is not autoupdated)

Remarks
This also fires preViewportUpdate and postViewportUpdate, and manages statistics. You should call it between _beginUpdate() and _endUpdate().
See also
_beginUpdate for more details.
Parameters
zorderThe zorder of the viewport to update.
updateStatisticsWhether you want to update statistics or not.
virtual void Ogre::RenderTarget::_updateViewport ( Viewport viewport,
bool  updateStatistics = true 
)
virtualinherited

Method for manual management of rendering - renders the given viewport (even if it is not autoupdated)

Remarks
This also fires preViewportUpdate and postViewportUpdate, and manages statistics if needed. You should call it between _beginUpdate() and _endUpdate().
See also
_beginUpdate for more details.
Parameters
viewportThe viewport you want to update, it must be bound to the rendertarget.
updateStatisticsWhether you want to update statistics or not.

Reimplemented in Ogre::D3D9RenderWindow.

virtual void Ogre::RenderTarget::addListener ( RenderTargetListener listener)
virtualinherited

Add a listener to this RenderTarget which will be called back before & after rendering.

Remarks
If you want notifications before and after a target is updated by the system, use this method to register your own custom RenderTargetListener class. This is useful for potentially adding your own manual rendering commands before and after the 'normal' system rendering.
NB this should not be used for frame-based scene updates, use Root::addFrameListener for that.
virtual Viewport* Ogre::RenderTarget::addViewport ( Camera cam,
int  ZOrder = 0,
float  left = 0.0f,
float  top = 0.0f,
float  width = 1.0f,
float  height = 1.0f 
)
virtualinherited

Adds a viewport to the rendering target.

Remarks
A viewport is the rectangle into which rendering output is sent. This method adds a viewport to the render target, rendering from the supplied camera. The rest of the parameters are only required if you wish to add more than one viewport to a single rendering target. Note that size information passed to this method is passed as a parametric, i.e. it is relative rather than absolute. This is to allow viewports to automatically resize along with the target.
Parameters
camThe camera from which the viewport contents will be rendered (mandatory)
ZOrderThe relative order of the viewport with others on the target (allows overlapping viewports i.e. picture-in-picture). Higher ZOrders are on top of lower ones. The actual number is irrelevant, only the relative ZOrder matters (you can leave gaps in the numbering)
leftThe relative position of the left of the viewport on the target, as a value between 0 and 1.
topThe relative position of the top of the viewport on the target, as a value between 0 and 1.
widthThe relative width of the viewport on the target, as a value between 0 and 1.
heightThe relative height of the viewport on the target, as a value between 0 and 1.
virtual void Ogre::OSXWindow::copyContentsToMemory ( const PixelBox dst,
FrameBuffer  buffer 
)
virtualinherited

Overridden - see RenderTarget.

Implements Ogre::RenderTarget.

virtual void Ogre::OSXCarbonWindow::create ( const String name,
unsigned int  width,
unsigned int  height,
bool  fullScreen,
const NameValuePairList miscParams 
)
virtual

Overridden - see RenderWindow.

Implements Ogre::OSXWindow.

void Ogre::OSXCarbonWindow::createAGLContext ( size_t  fsaa_samples,
int  depth 
)
private
void Ogre::OSXWindow::createCGLFullscreen ( unsigned int  width,
unsigned int  height,
unsigned int  depth,
unsigned int  fsaa,
CGLContextObj  sharedContext 
)
protectedinherited

Switch to full screen mode using CGL.

void Ogre::OSXCarbonWindow::createNewWindow ( unsigned int  width,
unsigned int  height,
String  title 
)
private
void Ogre::OSXCarbonWindow::createWindowFromExternal ( HIViewRef  viewRef)
private
virtual void Ogre::OSXCarbonWindow::destroy ( void  )
virtual

Overridden - see RenderWindow.

Implements Ogre::OSXWindow.

void Ogre::OSXWindow::destroyCGLFullscreen ( void  )
protectedinherited

Kill full screen mode, and return to default windowed mode.

virtual void Ogre::RenderTarget::firePostUpdate ( void  )
protectedvirtualinherited

internal method for firing events

virtual void Ogre::RenderTarget::firePreUpdate ( void  )
protectedvirtualinherited

internal method for firing events

virtual void Ogre::RenderTarget::fireViewportAdded ( Viewport vp)
protectedvirtualinherited

internal method for firing events

virtual void Ogre::RenderTarget::fireViewportPostUpdate ( Viewport vp)
protectedvirtualinherited

internal method for firing events

virtual void Ogre::RenderTarget::fireViewportPreUpdate ( Viewport vp)
protectedvirtualinherited

internal method for firing events

virtual void Ogre::RenderTarget::fireViewportRemoved ( Viewport vp)
protectedvirtualinherited

internal method for firing events

virtual float Ogre::RenderTarget::getAverageFPS ( ) const
virtualinherited

Individual stats access - gets the average frames per second (FPS) since call to Root::startRendering.

virtual size_t Ogre::RenderTarget::getBatchCount ( void  ) const
virtualinherited

Gets the number of batches rendered in the last update() call.

virtual float Ogre::RenderTarget::getBestFPS ( ) const
virtualinherited

Individual stats access - gets the best frames per second (FPS) since call to Root::startRendering.

virtual float Ogre::RenderTarget::getBestFrameTime ( ) const
virtualinherited

Individual stats access - gets the best frame time.

virtual unsigned int Ogre::RenderTarget::getColourDepth ( void  ) const
virtualinherited
void Ogre::OSXCarbonWindow::getCustomAttribute ( const String name,
void *  pData 
)
virtual

Gets a custom (maybe platform-specific) attribute.

Remarks
This is a nasty way of satisfying any API's need to see platform-specific details. It horrid, but D3D needs this kind of info. At least it's abstracted.
Parameters
nameThe name of the attribute.
pDataPointer to memory of the right kind of structure to receive the info.

Reimplemented from Ogre::RenderTarget.

virtual uint Ogre::RenderTarget::getFSAA ( ) const
inlinevirtualinherited

Indicates whether multisampling is performed on rendering and at what level.

Definition at line 357 of file OgreRenderTarget.h.

virtual const String& Ogre::RenderTarget::getFSAAHint ( ) const
inlinevirtualinherited

Gets the FSAA hint (.

See also
Root::createRenderWindow)

Definition at line 361 of file OgreRenderTarget.h.

virtual unsigned int Ogre::RenderTarget::getHeight ( void  ) const
virtualinherited
virtual float Ogre::RenderTarget::getLastFPS ( ) const
virtualinherited

Individual stats access - gets the number of frames per second (FPS) based on the last frame rendered.

virtual void Ogre::RenderTarget::getMetrics ( unsigned int &  width,
unsigned int &  height,
unsigned int &  colourDepth 
)
virtualinherited

Retrieve information about the render target.

virtual void Ogre::RenderWindow::getMetrics ( unsigned int &  width,
unsigned int &  height,
unsigned int &  colourDepth,
int &  left,
int &  top 
)
virtualinherited

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

virtual const String& Ogre::RenderTarget::getName ( void  ) const
virtualinherited

Retrieve target's name.

virtual unsigned short Ogre::RenderTarget::getNumViewports ( void  ) const
virtualinherited

Returns the number of viewports attached to this target.

virtual uchar Ogre::RenderTarget::getPriority ( ) const
inlinevirtualinherited

Gets the priority of a render target.

Definition at line 281 of file OgreRenderTarget.h.

virtual void Ogre::RenderTarget::getStatistics ( float &  lastFPS,
float &  avgFPS,
float &  bestFPS,
float &  worstFPS 
) const
virtualinherited

Retieves details of current rendering performance.

Remarks
If the user application wishes to do it's own performance display, or use performance for some other means, this method allows it to retrieve the statistics.
Parameters
lastFPSPointer to a float to receive the number of frames per second (FPS) based on the last frame rendered.
avgFPSPointer 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).
bestFPSPointer to a float to receive the best FPS rating that has been achieved since rendering began.
worstFPSPointer to a float to receive the worst FPS rating seen so far.
virtual const FrameStats& Ogre::RenderTarget::getStatistics ( void  ) const
virtualinherited
virtual size_t Ogre::RenderTarget::getTriangleCount ( void  ) const
virtualinherited

Gets the number of triangles rendered in the last update() call.

virtual Viewport* Ogre::RenderTarget::getViewport ( unsigned short  index)
virtualinherited

Retrieves a pointer to the viewport with the given index.

virtual unsigned int Ogre::RenderTarget::getWidth ( void  ) const
virtualinherited
virtual float Ogre::RenderTarget::getWorstFPS ( ) const
virtualinherited

Individual stats access - gets the worst frames per second (FPS) since call to Root::startRendering.

virtual float Ogre::RenderTarget::getWorstFrameTime ( ) const
virtualinherited

Individual stats access - gets the worst frame time.

virtual bool Ogre::OSXCarbonWindow::isActive ( void  ) const
virtual

Overridden - see RenderWindow.

Implements Ogre::OSXWindow.

virtual bool Ogre::RenderTarget::isAutoUpdated ( void  ) const
virtualinherited

Gets whether this target is automatically updated if Ogre's rendering loop or Root::_updateAllRenderTargets is being used.

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

Overridden - see RenderWindow.

Implements Ogre::OSXWindow.

bool Ogre::RenderWindow::isDeactivatedOnFocusChange ( ) const
inherited

Returns true if the window will automatically de-activate itself when it loses focus.

virtual bool Ogre::RenderWindow::isFullScreen ( void  ) const
virtualinherited

Returns true if window is running in fullscreen mode.

Reimplemented in Ogre::SDLWindow.

virtual bool Ogre::RenderTarget::isHardwareGammaEnabled ( ) const
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 353 of file OgreRenderTarget.h.

virtual bool Ogre::RenderWindow::isPrimary ( void  ) const
virtualinherited

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.

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

Overridden - see RenderWindow.

Reimplemented from Ogre::RenderWindow.

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

Definition at line 95 of file OgreMemoryAllocatedObject.h.

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

Definition at line 101 of file OgreMemoryAllocatedObject.h.

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

Definition at line 107 of file OgreMemoryAllocatedObject.h.

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

Definition at line 112 of file OgreMemoryAllocatedObject.h.

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

Definition at line 118 of file OgreMemoryAllocatedObject.h.

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

Definition at line 67 of file OgreMemoryAllocatedObject.h.

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

Definition at line 72 of file OgreMemoryAllocatedObject.h.

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

placement operator new

Definition at line 78 of file OgreMemoryAllocatedObject.h.

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

Definition at line 85 of file OgreMemoryAllocatedObject.h.

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

Definition at line 90 of file OgreMemoryAllocatedObject.h.

virtual void Ogre::RenderTarget::removeAllListeners ( void  )
virtualinherited

Removes all listeners from this instance.

virtual void Ogre::RenderTarget::removeAllViewports ( void  )
virtualinherited

Removes all viewports on this target.

virtual void Ogre::RenderTarget::removeListener ( RenderTargetListener listener)
virtualinherited

Removes a RenderTargetListener previously registered using addListener.

virtual void Ogre::RenderTarget::removeViewport ( int  ZOrder)
virtualinherited

Removes a viewport at a given ZOrder.

virtual void Ogre::OSXCarbonWindow::reposition ( int  left,
int  top 
)
virtual

Overridden - see RenderWindow.

Implements Ogre::OSXWindow.

bool Ogre::OSXCarbonWindow::requiresTextureFlipping ( void  ) const
inlinevirtual

Implements Ogre::RenderTarget.

Definition at line 71 of file OgreOSXCarbonWindow.h.

virtual void Ogre::RenderTarget::resetStatistics ( void  )
virtualinherited

Resets saved frame-rate statistices.

virtual void Ogre::OSXCarbonWindow::resize ( unsigned int  width,
unsigned int  height 
)
virtual

Overridden - see RenderWindow.

Implements Ogre::OSXWindow.

virtual void Ogre::RenderTarget::setActive ( bool  state)
virtualinherited

Used to set the active state of the render target.

Reimplemented in Ogre::Win32Window.

virtual void Ogre::RenderTarget::setAutoUpdated ( bool  autoupdate)
virtualinherited

Sets whether this target should be automatically updated if Ogre's rendering loop or Root::_updateAllRenderTargets is being used.

Remarks
By default, if you use Ogre's own rendering loop (Root::startRendering) or call Root::_updateAllRenderTargets, all render targets are updated automatically. This method allows you to control that behaviour, if for example you have a render target which you only want to update periodically.
Parameters
autoupdateIf 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)
inherited

Indicates whether the window will automatically deactivate itself when it loses focus.

Parameters
deactivatea 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.
Note
'true' is the default behavior.
virtual void Ogre::OSXCarbonWindow::setFullscreen ( bool  fullScreen,
unsigned int  width,
unsigned int  height 
)
virtual

Overridden - see RenderWindow.

Reimplemented from Ogre::RenderWindow.

virtual void Ogre::RenderTarget::setPriority ( uchar  priority)
inlinevirtualinherited

Sets the priority of this render target in relation to the others.

Remarks
This can be used in order to schedule render target updates. Lower priorities will be rendered first. Note that the priority must be set at the time the render target is attached to the render system, changes afterwards will not affect the ordering.

Definition at line 279 of file OgreRenderTarget.h.

virtual void Ogre::OSXCarbonWindow::setVisible ( bool  visible)
virtual

Overridden - see RenderWindow.

Reimplemented from Ogre::RenderWindow.

PixelFormat Ogre::RenderWindow::suggestPixelFormat ( ) const
inlinevirtualinherited

Override since windows don't usually have alpha.

Reimplemented from Ogre::RenderTarget.

Definition at line 160 of file OgreRenderWindow.h.

References Ogre::PF_BYTE_RGB.

virtual void Ogre::OSXCarbonWindow::swapBuffers ( bool  waitForVSync)
virtual

Overridden - see RenderWindow.

Implements Ogre::OSXWindow.

void Ogre::OSXWindow::swapCGLBuffers ( void  )
protectedinherited

Update the full screen context.

virtual void Ogre::RenderTarget::update ( bool  swapBuffers = true)
virtualinherited

Tells the target to update it's contents.

Remarks
If OGRE is not running in an automatic rendering loop (started using Root::startRendering), the user of the library is responsible for asking each render target to refresh. This is the method used to do this. It automatically re-renders the contents of the target using whatever cameras have been pointed at it (using Camera::setRenderTarget).
This allows OGRE to be used in multi-windowed utilities and for contents to be refreshed only when required, rather than constantly as with the automatic rendering loop.
Parameters
swapBuffersFor 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::D3D10RenderWindow, Ogre::D3D11RenderWindow, and Ogre::D3D9MultiRenderTarget.

virtual void Ogre::RenderTarget::updateImpl ( )
protectedvirtualinherited

Internal implementation of update()

void Ogre::RenderTarget::updateStats ( void  )
protectedinherited
void Ogre::OSXCarbonWindow::windowHasResized ( void  )
virtual void Ogre::OSXCarbonWindow::windowMovedOrResized ( )
virtual

Overridden - see RenderTarget.

Reimplemented from Ogre::OSXWindow.

void Ogre::OSXCarbonWindow::windowResized ( void  )
void Ogre::RenderTarget::writeContentsToFile ( const String filename)
inherited

Writes the current contents of the render target to the named file.

virtual String Ogre::RenderTarget::writeContentsToTimestampedFile ( const String filenamePrefix,
const String filenameSuffix 
)
virtualinherited

Writes the current contents of the render target to the (PREFIX)(time-stamp)(SUFFIX) file.

Returns
the name of the file used.

Member Data Documentation

bool Ogre::OSXCarbonWindow::mActive
private

Definition at line 92 of file OgreOSXCarbonWindow.h.

AGLContext Ogre::OSXCarbonWindow::mAGLContext
private

Definition at line 86 of file OgreOSXCarbonWindow.h.

AGLPixelFormat Ogre::OSXCarbonWindow::mAGLPixelFormat
private

Definition at line 87 of file OgreOSXCarbonWindow.h.

bool Ogre::RenderWindow::mAutoDeactivatedOnFocusChange
protectedinherited

Definition at line 175 of file OgreRenderWindow.h.

bool Ogre::RenderTarget::mAutoUpdate
protectedinherited

Definition at line 462 of file OgreRenderTarget.h.

OSXCarbonContext* Ogre::OSXCarbonWindow::mCarbonContext
private

Definition at line 90 of file OgreOSXCarbonWindow.h.

OSXCGLContext* Ogre::OSXCarbonWindow::mCGLContext
private

Definition at line 89 of file OgreOSXCarbonWindow.h.

CGLContextObj Ogre::OSXWindow::mCGLContextObj
protectedinherited

Definition at line 68 of file OgreOSXWindow.h.

bool Ogre::OSXCarbonWindow::mClosed
private

Definition at line 93 of file OgreOSXCarbonWindow.h.

unsigned int Ogre::RenderTarget::mColourDepth
protectedinherited

Definition at line 450 of file OgreRenderTarget.h.

OSXContext* Ogre::OSXWindow::mContext
protectedinherited

Definition at line 64 of file OgreOSXWindow.h.

bool Ogre::OSXCarbonWindow::mCreated
private

Definition at line 94 of file OgreOSXCarbonWindow.h.

EventHandlerRef Ogre::OSXCarbonWindow::mEventHandlerRef
private

Definition at line 84 of file OgreOSXCarbonWindow.h.

size_t Ogre::RenderTarget::mFrameCount
protectedinherited

Definition at line 459 of file OgreRenderTarget.h.

uint Ogre::RenderTarget::mFSAA
protectedinherited

Definition at line 466 of file OgreRenderTarget.h.

String Ogre::RenderTarget::mFSAAHint
protectedinherited

Definition at line 467 of file OgreRenderTarget.h.

bool Ogre::OSXCarbonWindow::mHasResized
private

Definition at line 95 of file OgreOSXCarbonWindow.h.

unsigned int Ogre::RenderTarget::mHeight
protectedinherited

Definition at line 449 of file OgreRenderTarget.h.

bool Ogre::RenderTarget::mHwGamma
protectedinherited

Definition at line 464 of file OgreRenderTarget.h.

bool Ogre::RenderTarget::mIsDepthBuffered
protectedinherited

Definition at line 451 of file OgreRenderTarget.h.

bool Ogre::OSXCarbonWindow::mIsExternal
private

Definition at line 96 of file OgreOSXCarbonWindow.h.

bool Ogre::RenderWindow::mIsFullScreen
protectedinherited

Definition at line 173 of file OgreRenderWindow.h.

bool Ogre::RenderWindow::mIsPrimary
protectedinherited

Definition at line 174 of file OgreRenderWindow.h.

unsigned long Ogre::RenderTarget::mLastSecond
protectedinherited

Definition at line 457 of file OgreRenderTarget.h.

unsigned long Ogre::RenderTarget::mLastTime
protectedinherited

Definition at line 458 of file OgreRenderTarget.h.

int Ogre::RenderWindow::mLeft
protectedinherited

Definition at line 176 of file OgreRenderWindow.h.

RenderTargetListenerList Ogre::RenderTarget::mListeners
protectedinherited

Definition at line 476 of file OgreRenderTarget.h.

String Ogre::RenderTarget::mName
protectedinherited

The name of this target.

Definition at line 444 of file OgreRenderTarget.h.

CFDictionaryRef Ogre::OSXWindow::mOriginalDisplayMode
protectedinherited

Definition at line 72 of file OgreOSXWindow.h.

uchar Ogre::RenderTarget::mPriority
protectedinherited

The priority of the render target.

Definition at line 446 of file OgreRenderTarget.h.

FrameStats Ogre::RenderTarget::mStats
protectedinherited

Definition at line 454 of file OgreRenderTarget.h.

Timer* Ogre::RenderTarget::mTimer
protectedinherited

Definition at line 456 of file OgreRenderTarget.h.

int Ogre::RenderWindow::mTop
protectedinherited

Definition at line 177 of file OgreRenderWindow.h.

HIViewRef Ogre::OSXCarbonWindow::mView
private

Definition at line 85 of file OgreOSXCarbonWindow.h.

ViewportList Ogre::RenderTarget::mViewportList
protectedinherited

List of viewports, map on Z-order.

Definition at line 473 of file OgreRenderTarget.h.

bool Ogre::OSXCarbonWindow::mVisible
private

Definition at line 97 of file OgreOSXCarbonWindow.h.

unsigned int Ogre::RenderTarget::mWidth
protectedinherited

Definition at line 448 of file OgreRenderTarget.h.

WindowRef Ogre::OSXCarbonWindow::mWindow
private

Definition at line 83 of file OgreOSXCarbonWindow.h.

String Ogre::OSXCarbonWindow::mWindowTitle
private

Definition at line 88 of file OgreOSXCarbonWindow.h.


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