FB::PluginWindow Class Reference
PluginWindow is the base class for all PluginWindow objects. More...
#include "PluginWindow.h"
Inheritance diagram for FB::PluginWindow:

Collaboration diagram for FB::PluginWindow:

Public Member Functions | |
| virtual void | InvalidateWindow () const =0 |
| Invalidate window. This should tell the OS to send a REFRESH event. | |
| virtual FB::Rect | getWindowPosition () const =0 |
| Gets the position rect of the window. | |
| virtual uint32_t | getWindowWidth () const =0 |
| Gets the width of the window. | |
| virtual uint32_t | getWindowHeight () const =0 |
| Gets the height of the window. | |
| virtual FB::Rect | getWindowClipping () const =0 |
| Gets the clipping rect of the window. | |
Detailed Description
PluginWindow is the base class for all PluginWindow objects.
A PluginWindow object is platform specific and contains everything you need to perform drawing operations as well as being the source of system events such as MouseEvent or KeyEvent.
Definition at line 33 of file PluginWindow.h.
The documentation for this class was generated from the following file:
Generated on Mon Oct 17 2011 16:24:41 for FireBreath by
1.7.2
Labels:
