|
| | CXFA_FFNumericEdit (CXFA_Node *pNode) |
| | ~CXFA_FFNumericEdit () override |
| bool | LoadWidget () override |
| void | UpdateWidgetProperty () override |
| void | OnProcessEvent (pdfium::CFWL_Event *pEvent) override |
| | ~CXFA_FFTextEdit () override |
| void | PreFinalize () |
| void | Trace (cppgc::Visitor *visitor) const override |
| bool | LoadWidget () override |
| void | UpdateWidgetProperty () override |
| bool | AcceptsFocusOnButtonDown (Mask< XFA_FWL_KeyFlag > dwFlags, const CFX_PointF &point, CFWL_MessageMouse::MouseCommand command) override |
| bool | OnLButtonDown (Mask< XFA_FWL_KeyFlag > dwFlags, const CFX_PointF &point) override |
| bool | OnRButtonDown (Mask< XFA_FWL_KeyFlag > dwFlags, const CFX_PointF &point) override |
| bool | OnRButtonUp (Mask< XFA_FWL_KeyFlag > dwFlags, const CFX_PointF &point) override |
| bool | OnSetFocus (CXFA_FFWidget *pOldWidget) override |
| bool | OnKillFocus (CXFA_FFWidget *pNewWidget) override |
| void | OnProcessMessage (CFWL_Message *pMessage) override |
| void | OnProcessEvent (pdfium::CFWL_Event *pEvent) override |
| void | OnDrawWidget (CFGAS_GEGraphics *pGraphics, const CFX_Matrix &matrix) override |
| void | OnTextWillChange (pdfium::CFWL_Widget *pWidget, pdfium::CFWL_EventTextWillChange *change) |
| void | OnTextFull (CFWL_Widget *pWidget) |
| bool | CanUndo () override |
| bool | CanRedo () override |
| bool | CanCopy () override |
| bool | CanCut () override |
| bool | CanPaste () override |
| bool | CanSelectAll () override |
| bool | Undo () override |
| bool | Redo () override |
| std::optional< WideString > | Copy () override |
| std::optional< WideString > | Cut () override |
| bool | Paste (const WideString &wsPaste) override |
| void | SelectAll () override |
| void | Delete () override |
| void | DeSelect () override |
| WideString | GetText () override |
| FormFieldType | GetFormFieldType () override |
| | ~CXFA_FFField () override |
| virtual CXFA_FFDropDown * | AsDropDown () |
| void | Trace (cppgc::Visitor *visitor) const override |
| CXFA_FFField * | AsField () override |
| CFX_RectF | GetBBox (FocusOption focus) override |
| void | RenderWidget (CFGAS_GEGraphics *pGS, const CFX_Matrix &matrix, HighlightOption highlight) override |
| bool | IsLoaded () override |
| bool | PerformLayout () override |
| bool | OnMouseEnter () override |
| bool | OnMouseExit () override |
| bool | OnLButtonUp (Mask< XFA_FWL_KeyFlag > dwFlags, const CFX_PointF &point) override |
| bool | OnLButtonDblClk (Mask< XFA_FWL_KeyFlag > dwFlags, const CFX_PointF &point) override |
| bool | OnMouseMove (Mask< XFA_FWL_KeyFlag > dwFlags, const CFX_PointF &point) override |
| bool | OnMouseWheel (Mask< XFA_FWL_KeyFlag > dwFlags, const CFX_PointF &point, const CFX_Vector &delta) override |
| bool | OnRButtonDblClk (Mask< XFA_FWL_KeyFlag > dwFlags, const CFX_PointF &point) override |
| bool | OnKeyDown (XFA_FWL_VKEYCODE dwKeyCode, Mask< XFA_FWL_KeyFlag > dwFlags) override |
| bool | OnChar (uint32_t dwChar, Mask< XFA_FWL_KeyFlag > dwFlags) override |
| FWL_WidgetHit | HitTest (const CFX_PointF &point) override |
| void | UpdateFWL () |
| uint32_t | UpdateUIProperty () |
| | ~CXFA_FFWidget () override |
| void | Trace (cppgc::Visitor *visitor) const override |
| CFX_Matrix | GetRotateMatrix () override |
| void | DisplayCaret (bool bVisible, const CFX_RectF *pRtAnchor) override |
| void | GetBorderColorAndThickness (FX_ARGB *cr, float *fWidth) override |
| virtual bool | CanDelete () |
| virtual bool | CanDeSelect () |
| CXFA_Node * | GetNode () const |
| CXFA_ContentLayoutItem * | GetLayoutItem () const |
| void | SetLayoutItem (CXFA_ContentLayoutItem *pItem) |
| CXFA_FFPageView * | GetPageView () const |
| void | SetPageView (CXFA_FFPageView *pPageView) |
| CXFA_FFDocView * | GetDocView () const |
| void | SetDocView (CXFA_FFDocView *pDocView) |
| CXFA_FFWidget * | GetNextFFWidget () const |
| const CFX_RectF & | GetWidgetRect () const |
| const CFX_RectF & | RecacheWidgetRect () const |
| void | ModifyStatus (Mask< XFA_WidgetStatus > dwAdded, Mask< XFA_WidgetStatus > dwRemoved) |
| CXFA_FFDoc * | GetDoc () |
| CXFA_FFApp * | GetApp () |
| CXFA_FFApp::CallbackIface * | GetAppProvider () |
| CFWL_App * | GetFWLApp () const |
| void | InvalidateRect () |
| bool | IsFocused () const |
| CFX_PointF | Rotate2Normal (const CFX_PointF &point) |
| bool | IsLayoutRectEmpty () |
| CXFA_LayoutItem * | GetParent () |
| bool | IsAncestorOf (CXFA_FFWidget *pWidget) |
| bool | HasEventUnderHandler (XFA_EVENTTYPE eEventType, CXFA_FFWidgetHandler *pHandler) |
| bool | ProcessEventUnderHandler (CXFA_EventParam *params, CXFA_FFWidgetHandler *pHandler) |
| virtual | ~IFWL_WidgetDelegate ()=default |
|
| enum | ShapeOption { kSquareShape = 0
, kRoundShape
} |
| enum | FocusOption { kDoNotDrawFocus = 0
, kDrawFocus
} |
| enum | HighlightOption { kNoHighlight = 0
, kHighlight
} |
| static CXFA_FFWidget * | FromLayoutItem (CXFA_LayoutItem *pLayoutItem) |
| | CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED |
| | CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED |
| | CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED |
| | CXFA_FFTextEdit (CXFA_Node *pNode) |
| uint32_t | GetAlignment () |
| | CXFA_FFField (CXFA_Node *pNode) |
| bool | PtInActiveRect (const CFX_PointF &point) override |
| virtual void | SetFWLRect () |
| CFWL_Widget * | GetNormalWidget () |
| const CFWL_Widget * | GetNormalWidget () const |
| void | SetNormalWidget (CFWL_Widget *widget) |
| CFX_PointF | FWLToClient (const CFX_PointF &point) |
| void | LayoutCaption () |
| void | RenderCaption (CFGAS_GEGraphics *pGS, const CFX_Matrix &pMatrix) |
| int32_t | CalculateOverride () |
| int32_t | CalculateNode (CXFA_Node *pNode) |
| bool | ProcessCommittedData () |
| void | DrawHighlight (CFGAS_GEGraphics *pGS, const CFX_Matrix &pMatrix, HighlightOption highlight, ShapeOption shape) |
| void | SendMessageToFWLWidget (CFWL_Message *pMessage) |
| void | CapPlacement () |
| void | CapTopBottomPlacement (const CXFA_Margin *margin, const CFX_RectF &rtWidget, XFA_AttributeValue iCapPlacement) |
| void | CapLeftRightPlacement (const CXFA_Margin *margin, const CFX_RectF &rtWidget, XFA_AttributeValue iCapPlacement) |
| void | SetEditScrollOffset () |
| | CXFA_FFWidget (CXFA_Node *pNode) |
| void | DrawBorder (CFGAS_GEGraphics *pGS, CXFA_Box *box, const CFX_RectF &rtBorder, const CFX_Matrix &matrix) |
| void | DrawBorderWithFlag (CFGAS_GEGraphics *pGS, CXFA_Box *box, const CFX_RectF &rtBorder, const CFX_Matrix &matrix, bool forceRound) |
| CFX_RectF | GetRectWithoutRotate () |
| bool | HasVisibleStatus () const |
| void | EventKillFocus () |
| bool | IsButtonDown () |
| void | SetButtonDown (bool bSet) |
| cppgc::Member< IFWL_WidgetDelegate > | m_pOldDelegate |
| CFX_RectF | m_UIRect |
| CFX_RectF | m_CaptionRect |
| cppgc::Member< CXFA_ContentLayoutItem > | m_pLayoutItem |
| cppgc::Member< CXFA_FFDocView > | m_pDocView |
| cppgc::Member< CXFA_FFPageView > | m_pPageView |
| cppgc::Member< CXFA_Node > const | m_pNode |
| CFX_RectF | m_WidgetRect |
Definition at line 17 of file cxfa_ffnumericedit.h.