17 #ifndef _WINDOWMANAGER_HH_
18 #define _WINDOWMANAGER_HH_
61 public:
int CreateWindow(
const std::string &_ogreHandle,
68 public:
void SetCamera(
int _windowId,
CameraPtr _camera);
74 public:
void Resize(uint32_t _id,
int _width,
int _height);
78 public:
void Moved(uint32_t _id);
83 public:
float GetAvgFPS(uint32_t _id);
88 public: uint32_t GetTriangleCount(uint32_t _id);
93 public: Ogre::RenderWindow *GetWindow(uint32_t _id);
96 private: std::vector<Ogre::RenderWindow *> windows;
99 private:
static uint32_t windowCounter;
Class to mangage render windows.
Definition: WindowManager.hh:46
boost::shared_ptr< Camera > CameraPtr
Definition: RenderTypes.hh:87
#define GZ_RENDERING_VISIBLE
Definition: system.hh:241