| Create(const String &strName, uint nWidth, uint nHeight, uint nColourDepth, bool bFullScreen)=0 | Keos::IRenderWindow | [pure virtual] |
| Destroy(void)=0 | Keos::IRenderWindow | [pure virtual] |
| GetAverageFPS() const | Keos::IRenderTarget | [inline, virtual] |
| GetBestFPS() const | Keos::IRenderTarget | [inline, virtual] |
| GetBestFrameTime() const | Keos::IRenderTarget | [inline, virtual] |
| GetColourDepth(void) const | Keos::IRenderTarget | [inline, virtual] |
| GetHeight(void) const | Keos::IRenderTarget | [inline, virtual] |
| GetLastFPS() const | Keos::IRenderTarget | [inline, virtual] |
| GetLastFrameTime() const | Keos::IRenderTarget | [inline, virtual] |
| GetMetrics(uint &nWidth, uint &nHeight, uint &nColourDepth, int &nLeft, int &nTop) | Keos::IRenderWindow | [virtual] |
| Keos::IRenderTarget::GetMetrics(uint &nWidth, uint &nHeight, uint &nColourDepth) | Keos::IRenderTarget | [virtual] |
| GetName(void) const | Keos::IRenderTarget | [inline, virtual] |
| GetStatistics(float &lastFPS, float &avgFPS, float &bestFPS, float &worstFPS) const | Keos::IRenderTarget | [inline, virtual] |
| GetTriangleCount(void) const | Keos::IRenderTarget | [inline, virtual] |
| GetWidth(void) const | Keos::IRenderTarget | [inline, virtual] |
| GetWorstFPS() const | Keos::IRenderTarget | [inline, virtual] |
| GetWorstFrameTime() const | Keos::IRenderTarget | [inline, virtual] |
| Init(void) | Keos::IRenderTarget | [virtual] |
| IRenderTarget() | Keos::IRenderTarget | |
| IRenderWindow() | Keos::IRenderWindow | |
| IsActive() const | Keos::IRenderTarget | [inline, virtual] |
| IsAutoUpdated(void) const | Keos::IRenderTarget | [inline, virtual] |
| IsClosed(void) const =0 | Keos::IRenderWindow | [pure virtual] |
| IsFullScreen(void) const | Keos::IRenderWindow | [inline, virtual] |
| m_bActive | Keos::IRenderTarget | [protected] |
| m_bAutoUpdate | Keos::IRenderTarget | [protected] |
| m_bIsDepthBuffered | Keos::IRenderTarget | [protected] |
| m_bIsFullScreen | Keos::IRenderWindow | [protected] |
| m_nColourDepth | Keos::IRenderTarget | [protected] |
| m_nFrameCount | Keos::IRenderTarget | [protected] |
| m_nHeight | Keos::IRenderTarget | [protected] |
| m_nLastSecond | Keos::IRenderTarget | [protected] |
| m_nLastTime | Keos::IRenderTarget | [protected] |
| m_nLeft | Keos::IRenderWindow | [protected] |
| m_nTop | Keos::IRenderWindow | [protected] |
| m_nWidth | Keos::IRenderTarget | [protected] |
| m_pRenderApp | Keos::IRenderTarget | [protected] |
| m_pTimer | Keos::IRenderTarget | [protected] |
| m_Stats | Keos::IRenderTarget | [protected] |
| m_strName | Keos::IRenderTarget | [protected] |
| Reposition(int nLeft, int nTop)=0 | Keos::IRenderWindow | [pure virtual] |
| ResetStatistics(void) | Keos::IRenderTarget | [virtual] |
| Resize(uint nWidth, uint nHeight)=0 | Keos::IRenderWindow | [pure virtual] |
| SetActive(bool bState) | Keos::IRenderTarget | [inline, virtual] |
| SetAutoUpdated(bool bAutoUpdate) | Keos::IRenderTarget | [inline, virtual] |
| SetRenderApp(IRenderApp *pRenderApp) | Keos::IRenderTarget | [inline] |
| SF_ALL enum value | Keos::IRenderTarget | |
| SF_AVG_FPS enum value | Keos::IRenderTarget | |
| SF_BEST_FPS enum value | Keos::IRenderTarget | |
| SF_FPS enum value | Keos::IRenderTarget | |
| SF_NONE enum value | Keos::IRenderTarget | |
| SF_TRIANGLE_COUNT enum value | Keos::IRenderTarget | |
| SF_WORST_FPS enum value | Keos::IRenderTarget | |
| StatFlags enum name | Keos::IRenderTarget | |
| SwapBuffers(bool bWaitForVSync=true)=0 | Keos::IRenderWindow | [pure virtual] |
| Update(void) | Keos::IRenderTarget | [virtual] |
| UpdateStats(void) | Keos::IRenderTarget | [protected] |
| ~IRenderTarget() | Keos::IRenderTarget | [virtual] |