MCPcopy Create free account
hub / github.com/dillo-browser/dillo / StackingContextMgr

Method StackingContextMgr

dw/stackingcontextmgr.cc:31–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29namespace core {
30
31StackingContextMgr::StackingContextMgr (Widget *widget)
32{
33 DBG_OBJ_CREATE ("dw::core::StackingContextMgr");
34
35 this->widget = widget;
36
37 childSCWidgets = new Vector<Widget> (1, false);
38 DBG_OBJ_SET_NUM ("childSCWidgets.size", childSCWidgets->size());
39
40 numZIndices = 0;
41 zIndices = NULL;
42 DBG_OBJ_SET_NUM ("numZIndices", numZIndices);
43}
44
45StackingContextMgr::~StackingContextMgr ()
46{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected