Dillo v3.1.1-99-gf3103cc4
|
Base class for dw::core::DrawingContext and dw::core::GettingWidgetAtPointContext. More...
#include <types.hh>
Public Member Functions | |
StackingProcessingContext () | |
~StackingProcessingContext () | |
bool | hasWidgetBeenProcessedAsInterruption (Widget *widget) |
void | addWidgetProcessedAsInterruption (Widget *widget) |
Private Attributes | |
lout::container::typed::HashSet< lout::object::TypedPointer< Widget > > * | widgetsProcessedAsInterruption |
Base class for dw::core::DrawingContext and dw::core::GettingWidgetAtPointContext.
Not to be confused with the stacking context as defined by CSS.
|
inline |
Definition at line 268 of file types.hh.
References widgetsProcessedAsInterruption.
|
inline |
Definition at line 274 of file types.hh.
References widgetsProcessedAsInterruption.
|
inline |
Definition at line 282 of file types.hh.
References widgetsProcessedAsInterruption.
Referenced by dw::core::Widget::drawInterruption(), and dw::core::Widget::getWidgetAtPointInterrupted().
|
inline |
Definition at line 277 of file types.hh.
References widgetsProcessedAsInterruption.
Referenced by dw::oof::OOFPositionedMgr::draw(), dw::oof::OOFFloatsMgr::drawFloats(), dw::oof::OOFFloatsMgr::getFloatWidgetAtPoint(), and dw::oof::OOFPositionedMgr::getWidgetAtPoint().
|
private |
Definition at line 265 of file types.hh.
Referenced by addWidgetProcessedAsInterruption(), hasWidgetBeenProcessedAsInterruption(), StackingProcessingContext(), and ~StackingProcessingContext().