FB::PluginWindowWin Class Reference
Windows specific implementation of PluginWindow. More...
#include "PluginWindowWin.h"
Inheritance diagram for FB::PluginWindowWin:

Collaboration diagram for FB::PluginWindowWin:

Public Member Functions | |
| HWND | getHWND () |
| Gets the HWND of the plugin window. | |
| void | setBrowserHWND (HWND hWnd) |
| Called by the browser to store the HWND of the browser window. | |
| HWND | getBrowserHWND () |
| Gets the browser window HWND. | |
| virtual FB::Rect | getWindowPosition () const |
| Gets the position rect of the window. | |
| virtual FB::Rect | getWindowClipping () const |
| Gets the clipping rect of the window. | |
| virtual uint32_t | getWindowWidth () const |
| Gets the width of the window. | |
| virtual uint32_t | getWindowHeight () const |
| Gets the height of the window. | |
| virtual void | InvalidateWindow () const |
| Invalidate window. This should tell the OS to send a REFRESH event. | |
Detailed Description
Windows specific implementation of PluginWindow.
Definition at line 34 of file PluginWindowWin.h.
The documentation for this class was generated from the following files:
Generated on Mon Oct 17 2011 16:24:41 for FireBreath by
1.7.2
Labels:
Page:
class FB PluginWindowWin Members
Page:
class FB PluginWindowWin getWindowWidth
Page:
class FB PluginWindowWin getWindowHeight
Page:
class FB PluginWindowWin getWindowPosition
Page:
class FB PluginWindowWin setBrowserHWND
Page:
class FB PluginWindowWin getWindowClipping
Page:
class FB PluginWindowWin InvalidateWindow
Page:
class FB PluginWindowWin getHWND
Page:
class FB PluginWindowWin getBrowserHWND
