The nested class IWindow::EventMask represents types of events that you can selectively choose to be received by the event handlers attached to a window. The IWindow class defines objects of this class which you can use on the IWindow::startHandling and IWindow::stopHandling functions.
IBitFlag bitwiseAnd(const IBitFlag& rhs) const
IBitFlag bitwiseOr(const IBitFlag& rhs) const
bool comparisonAnd(const IBitFlag& rhs) const
IBitFlag()
IBitFlag(const IBitFlag& bitFlag)
IBitFlag( unsigned long count,
const unsigned long bitIndex [ ] )
IBitFlag negate() const
IBitFlag& setValue(const IBitFlag& bitFlag)