Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
dw::core::DrawingContext Class Reference

Set at the top when drawing. More...

#include <types.hh>

Public Member Functions

 DrawingContext (Rectangle *toplevelArea)
 
RectanglegetToplevelArea ()
 
- Public Member Functions inherited from dw::core::StackingProcessingContext
 StackingProcessingContext ()
 
 ~StackingProcessingContext ()
 
bool hasWidgetBeenProcessedAsInterruption (Widget *widget)
 
void addWidgetProcessedAsInterruption (Widget *widget)
 

Private Attributes

Rectangle toplevelArea
 

Detailed Description

Set at the top when drawing.

See Interrupted drawing for details.

Definition at line 294 of file types.hh.

Constructor & Destructor Documentation

◆ DrawingContext()

dw::core::DrawingContext::DrawingContext ( Rectangle toplevelArea)
inline

Definition at line 300 of file types.hh.

References toplevelArea.

Member Function Documentation

◆ getToplevelArea()

Rectangle * dw::core::DrawingContext::getToplevelArea ( )
inline

Definition at line 304 of file types.hh.

References toplevelArea.

Referenced by dw::core::Widget::drawInterruption().

Member Data Documentation

◆ toplevelArea

Rectangle dw::core::DrawingContext::toplevelArea
private

Definition at line 297 of file types.hh.

Referenced by DrawingContext(), and getToplevelArea().


The documentation for this class was generated from the following file: