Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "fxjs/gc/gced_tree_node.h"
#include "fxjs/gc/heap.h"
#include "v8/include/cppgc/member.h"
#include "v8/include/cppgc/prefinalizer.h"
#include "v8/include/cppgc/visitor.h"
Go to the source code of this file.
Classes | |
class | CXFA_LayoutItem |
Functions | |
CXFA_ViewLayoutItem * | ToViewLayoutItem (CXFA_LayoutItem *item) |
CXFA_ContentLayoutItem * | ToContentLayoutItem (CXFA_LayoutItem *item) |
void | XFA_ReleaseLayoutItem (CXFA_LayoutItem *pLayoutItem) |
|
inline |
Definition at line 56 of file cxfa_layoutitem.h.
References CXFA_LayoutItem::AsContentLayoutItem().
Referenced by CXFA_FFWidget::FromLayoutItem(), CXFA_FFDocView::GetWidgetForNode(), CXFA_FFWidget::OnKillFocus(), and CXFA_FFWidget::OnSetFocus().
|
inline |
Definition at line 52 of file cxfa_layoutitem.h.
References CXFA_LayoutItem::AsViewLayoutItem().
Referenced by XFA_ReleaseLayoutItem().
void XFA_ReleaseLayoutItem | ( | CXFA_LayoutItem * | pLayoutItem | ) |
Definition at line 18 of file cxfa_layoutitem.cpp.
References CXFA_LayoutProcessor::FromDocument(), CXFA_Object::GetDocument(), CXFA_Object::GetElementType(), CXFA_LayoutItem::GetFormNode(), CXFA_Document::GetNotify(), CXFA_FFDoc::kPostRemoved, CXFA_FFNotify::OnLayoutItemRemoving(), CXFA_FFNotify::OnPageViewEvent(), ToViewLayoutItem(), and XFA_ReleaseLayoutItem().
Referenced by CXFA_ViewLayoutProcessor::PreFinalize(), and XFA_ReleaseLayoutItem().