7#include "xfa/fxfa/cxfa_fwladapterwidgetmgr.h"
9#include "core/fxcrt/fx_coordinates.h"
10#include "xfa/fxfa/cxfa_ffdoc.h"
11#include "xfa/fxfa/cxfa_fffield.h"
13CXFA_FWLAdapterWidgetMgr::CXFA_FWLAdapterWidgetMgr() =
default;
17void CXFA_FWLAdapterWidgetMgr::
Trace(cppgc::Visitor* visitor)
const {}
23 auto* pFFWidget =
static_cast<CXFA_FFWidget*>(pWidget->GetAdapterIface());
27 pFFWidget->InvalidateRect();
35 auto* pFFWidget =
static_cast<CXFA_FFWidget*>(pWidget->GetAdapterIface());
37 pFFWidget->GetRotateMatrix().TransformRect(rtAnchor);
38 pFFWidget->GetDoc()->GetPopupPos(pFFWidget, fMinHeight, fMaxHeight,
39 rtRotateAnchor, pPopupRect);