Skip to end of metadata
Go to start of metadata

FB::PluginWindow Class Reference

PluginWindow is the base class for all PluginWindow objects. More...

#include "PluginWindow.h"

Inheritance diagram for FB::PluginWindow:
Inheritance graph
Collaboration diagram for FB::PluginWindow:
Collaboration graph

List of all members.

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:
Labels: