#include <BCWindowEvent.h>

Public Member Functions | |
| BCWindowEvent (BIWindowEvent::ENUM_WINDOW, bool bGain=false, const WebCore::IntRect &rect=WebCore::IntRect(), const BAL::BTWidget *widget=NULL) | |
| virtual BIEvent * | clone () const |
| BIWindowEvent clone. | |
| virtual const WebCore::IntRect & | getRectangle () const |
| get the window rectangle | |
| virtual const BAL::BTWidget * | widget () const |
| get widget associated | |
| virtual BIWindowEvent::ENUM_WINDOW | type () const |
| return window type | |
| virtual bool | gain () const |
| test if the window is exposed | |
Protected Attributes | |
| BIWindowEvent::ENUM_WINDOW | m_aWindowType |
| bool | m_bGain |
| WebCore::IntRect | m_rect |
| const BAL::BTWidget * | m_widget |
| BC::BCWindowEvent::BCWindowEvent | ( | BIWindowEvent::ENUM_WINDOW | , | |
| bool | bGain = false, |
|||
| const WebCore::IntRect & | rect = WebCore::IntRect(), |
|||
| const BAL::BTWidget * | widget = NULL | |||
| ) |
| BAL::BIEvent * BCWindowEvent::clone | ( | ) | const [virtual] |
| const WebCore::IntRect & BCWindowEvent::getRectangle | ( | ) | const [virtual] |
| virtual const BAL::BTWidget* BC::BCWindowEvent::widget | ( | ) | const [inline, virtual] |
| BAL::BIWindowEvent::ENUM_WINDOW BCWindowEvent::type | ( | ) | const [virtual] |
| bool BCWindowEvent::gain | ( | ) | const [virtual] |
BIWindowEvent::ENUM_WINDOW BC::BCWindowEvent::m_aWindowType [protected] |
bool BC::BCWindowEvent::m_bGain [protected] |
WebCore::IntRect BC::BCWindowEvent::m_rect [protected] |
const BAL::BTWidget* BC::BCWindowEvent::m_widget [protected] |