Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cxfa_contentlayoutitem.h>
Public Attributes | |
CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED | |
CFX_PointF | m_sPos |
CFX_SizeF | m_sSize |
Public Attributes inherited from CXFA_LayoutItem | |
CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED | |
Additional Inherited Members | |
Protected Types inherited from CXFA_LayoutItem | |
enum | ItemType { kViewItem , kContentItem } |
Protected Member Functions inherited from CXFA_LayoutItem | |
CXFA_LayoutItem (CXFA_Node *pNode, ItemType type) | |
Protected Member Functions inherited from fxjs::GCedTreeNode< T > | |
GCedTreeNode ()=default | |
GCedTreeNode (const GCedTreeNode &that)=delete | |
GCedTreeNode & | operator= (const GCedTreeNode &that)=delete |
Definition at line 18 of file cxfa_contentlayoutitem.h.
|
overridedefault |
|
inline |
Definition at line 38 of file cxfa_contentlayoutitem.h.
Referenced by CXFA_FFWidget::EventKillFocus(), CXFA_FFWidget::ModifyStatus(), CXFA_FFWidget::OnKillFocus(), and CXFA_FFWidget::SetButtonDown().
CFX_RectF CXFA_ContentLayoutItem::GetAbsoluteRect | ( | ) | const |
Definition at line 68 of file cxfa_contentlayoutitem.cpp.
References CXFA_LayoutItem::AsContentLayoutItem(), CXFA_Object::GetElementType(), CXFA_LayoutItem::GetFormNode(), and Pt.
Referenced by CXFA_FFField::CapPlacement(), CPDFXFA_Widget::GetRect(), CXFA_FFText::PerformLayout(), and CXFA_FFWidget::RecacheWidgetRect().
|
inline |
Definition at line 25 of file cxfa_contentlayoutitem.h.
Referenced by GetFFWidget(), and CXFA_FFField::SetEditScrollOffset().
CXFA_ContentLayoutItem * CXFA_ContentLayoutItem::GetFirst | ( | ) |
Definition at line 31 of file cxfa_contentlayoutitem.cpp.
References GetPrev().
Referenced by CXFA_FFField::CapPlacement(), and CXFA_FFText::PerformLayout().
size_t CXFA_ContentLayoutItem::GetIndex | ( | ) | const |
Definition at line 103 of file cxfa_contentlayoutitem.cpp.
References GetPrev().
CXFA_ContentLayoutItem * CXFA_ContentLayoutItem::GetLast | ( | ) |
Definition at line 39 of file cxfa_contentlayoutitem.cpp.
References GetNext().
|
inline |
Definition at line 30 of file cxfa_contentlayoutitem.h.
Referenced by CXFA_FFField::CapPlacement(), GetLast(), CXFA_FFWidget::GetNextFFWidget(), CXFA_FWLTheme::GetUIMargin(), CXFA_FFText::PerformLayout(), and CXFA_FFText::RenderWidget().
|
inline |
Definition at line 29 of file cxfa_contentlayoutitem.h.
Referenced by CXFA_FFField::CapPlacement(), GetFirst(), GetIndex(), CXFA_FWLTheme::GetUIMargin(), CXFA_FFText::PerformLayout(), and CXFA_FFText::RenderWidget().
CFX_RectF CXFA_ContentLayoutItem::GetRelativeRect | ( | ) | const |
Definition at line 64 of file cxfa_contentlayoutitem.cpp.
void CXFA_ContentLayoutItem::InsertAfter | ( | CXFA_ContentLayoutItem * | pNext | ) |
Definition at line 47 of file cxfa_contentlayoutitem.cpp.
|
inline |
Definition at line 37 of file cxfa_contentlayoutitem.h.
Referenced by CXFA_FFWidget::ModifyStatus(), CXFA_FFWidget::OnSetFocus(), CXFA_FFWidget::RecacheWidgetRect(), and CXFA_FFWidget::SetButtonDown().
|
inline |
Definition at line 41 of file cxfa_contentlayoutitem.h.
Referenced by CXFA_FFWidget::EventKillFocus(), CXFA_FFWidget::GetWidgetRect(), CXFA_FFWidget::HasVisibleStatus(), CXFA_FFWidgetHandler::HitTest(), CXFA_FFWidget::IsButtonDown(), CXFA_FFWidget::IsFocused(), and CXFA_FFDocView::SetFocus().
|
overridevirtual |
Reimplemented from fxjs::GCedTreeNode< T >.
Definition at line 24 of file cxfa_contentlayoutitem.cpp.
CXFA_ContentLayoutItem::CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED |
Definition at line 20 of file cxfa_contentlayoutitem.h.
CFX_PointF CXFA_ContentLayoutItem::m_sPos |
Definition at line 45 of file cxfa_contentlayoutitem.h.
CFX_SizeF CXFA_ContentLayoutItem::m_sSize |
Definition at line 46 of file cxfa_contentlayoutitem.h.