#include <BIWindowEvent.h>

Public Types | |
| enum | ENUM_WINDOW { EXPOSE, ACTIVE, QUIT, REDRAW, RESIZE } |
Public Member Functions | |
| virtual | ~BIWindowEvent () |
| BIWindowEvent destructor. | |
| virtual BIEvent * | clone () const =0 |
| BIWindowEvent clone. | |
| virtual BIWindowEvent::ENUM_WINDOW | type () const =0 |
| return window type | |
| virtual bool | gain () const =0 |
| test if the window is exposed | |
| virtual const WebCore::IntRect & | getRectangle () const =0 |
| get the window rectangle | |
| virtual const BTWidget * | widget () const =0 |
| get widget associated | |
| virtual BIWindowEvent * | queryIsWindowEvent () |
| test if the event is a windowEvent | |
| virtual BAL::BIWindowEvent::~BIWindowEvent | ( | ) | [inline, virtual] |
BIWindowEvent destructor.
| virtual BIEvent* BAL::BIWindowEvent::clone | ( | ) | const [pure virtual] |
| virtual BIWindowEvent::ENUM_WINDOW BAL::BIWindowEvent::type | ( | ) | const [pure virtual] |
| virtual bool BAL::BIWindowEvent::gain | ( | ) | const [pure virtual] |
| virtual const WebCore::IntRect& BAL::BIWindowEvent::getRectangle | ( | ) | const [pure virtual] |
| virtual const BTWidget* BAL::BIWindowEvent::widget | ( | ) | const [pure virtual] |
| virtual BIWindowEvent* BAL::BIWindowEvent::queryIsWindowEvent | ( | ) | [inline, virtual] |