![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfwl_combobox.h>
Public Member Functions | |
| ~CFWL_ComboBox () override | |
| void | Trace (cppgc::Visitor *visitor) const override |
| FWL_Type | GetClassID () const override |
| void | ModifyStyleExts (uint32_t dwStyleExtsAdded, uint32_t dwStyleExtsRemoved) override |
| void | SetStates (uint32_t dwStates) override |
| void | RemoveStates (uint32_t dwStates) override |
| void | Update () override |
| FWL_WidgetHit | HitTest (const CFX_PointF &point) override |
| void | DrawWidget (CFGAS_GEGraphics *pGraphics, const CFX_Matrix &matrix) override |
| void | OnProcessMessage (CFWL_Message *pMessage) override |
| void | OnProcessEvent (CFWL_Event *pEvent) override |
| void | OnDrawWidget (CFGAS_GEGraphics *pGraphics, const CFX_Matrix &matrix) override |
| WideString | GetTextByIndex (int32_t iIndex) const |
| int32_t | GetCurSel () const |
| void | SetCurSel (int32_t iSel) |
| void | AddString (const WideString &wsText) |
| void | RemoveAt (int32_t iIndex) |
| void | RemoveAll () |
| void | SetEditText (const WideString &wsText) |
| WideString | GetEditText () const |
| bool | EditCanUndo () const |
| bool | EditCanRedo () const |
| bool | EditUndo () |
| bool | EditRedo () |
| bool | EditCanCopy () const |
| bool | EditCanCut () const |
| bool | EditCanSelectAll () const |
| std::optional< WideString > | EditCopy () const |
| std::optional< WideString > | EditCut () |
| bool | EditPaste (const WideString &wsPaste) |
| void | EditSelectAll () |
| void | EditDelete () |
| void | EditDeSelect () |
| CFX_RectF | GetBBox () const |
| void | EditModifyStyleExts (uint32_t dwStyleExtsAdded, uint32_t dwStyleExtsRemoved) |
| void | ShowDropDownList () |
| void | HideDropDownList () |
| CFWL_ComboEdit * | GetComboEdit () const |
| void | ProcessSelChanged (bool bLButtonUp) |
| int32_t | GetCurrentSelection () const |
| Public Member Functions inherited from pdfium::CFWL_Widget | |
| ~CFWL_Widget () override | |
| virtual void | PreFinalize () |
| void | Trace (cppgc::Visitor *visitor) const override |
| virtual bool | IsForm () const |
| virtual CFX_RectF | GetAutosizedWidgetRect () |
| virtual CFX_RectF | GetWidgetRect () |
| virtual CFX_RectF | GetClientRect () |
| void | OnProcessMessage (CFWL_Message *pMessage) override |
| void | OnProcessEvent (CFWL_Event *pEvent) override |
| void | InflateWidgetRect (CFX_RectF &rect) |
| void | SetWidgetRect (const CFX_RectF &rect) |
| bool | IsVisible () const |
| bool | IsOverLapper () const |
| bool | IsPopup () const |
| bool | IsChild () const |
| CFWL_WidgetMgr * | GetWidgetMgr () const |
| CFWL_Widget * | GetOuter () const |
| CFWL_Widget * | GetOutmost () const |
| void | ModifyStyles (uint32_t dwStylesAdded, uint32_t dwStylesRemoved) |
| uint32_t | GetStyleExts () const |
| uint32_t | GetStates () const |
| CFX_PointF | TransformTo (CFWL_Widget *pWidget, const CFX_PointF &point) |
| CFX_Matrix | GetMatrix () const |
| IFWL_ThemeProvider * | GetThemeProvider () const |
| void | SetDelegate (IFWL_WidgetDelegate *delegate) |
| IFWL_WidgetDelegate * | GetDelegate () |
| const IFWL_WidgetDelegate * | GetDelegate () const |
| CFWL_App * | GetFWLApp () const |
| uint64_t | GetEventKey () const |
| void | SetEventKey (uint64_t key) |
| AdapterIface * | GetAdapterIface () const |
| void | SetAdapterIface (AdapterIface *pItem) |
| void | RepaintRect (const CFX_RectF &pRect) |
| Public Member Functions inherited from pdfium::IFWL_WidgetDelegate | |
| virtual | ~IFWL_WidgetDelegate ()=default |
Public Attributes | |
| CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED | |
| Public Attributes inherited from pdfium::CFWL_Widget | |
| CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED | |
Additional Inherited Members | |
| Protected Member Functions inherited from pdfium::CFWL_Widget | |
| CFWL_Widget (CFWL_App *app, const Properties &properties, CFWL_Widget *pOuter) | |
| bool | IsEnabled () const |
| bool | IsLocked () const |
| bool | HasBorder () const |
| CFX_RectF | GetEdgeRect () const |
| float | GetCXBorderSize () const |
| float | GetCYBorderSize () const |
| CFX_RectF | GetRelativeRect () const |
| CFX_SizeF | CalcTextSize (const WideString &wsText, bool bMultiLine) |
| void | CalcTextRect (const WideString &wsText, const FDE_TextStyle &dwTTOStyles, FDE_TextAlignment iTTOAlign, CFX_RectF *pRect) |
| void | SetGrab (bool bSet) |
| void | UnregisterEventTarget () |
| void | DispatchEvent (CFWL_Event *pEvent) |
| void | DrawBorder (CFGAS_GEGraphics *pGraphics, CFWL_ThemePart::Part iPartBorder, const CFX_Matrix &pMatrix) |
| Protected Attributes inherited from pdfium::CFWL_Widget | |
| Properties | m_Properties |
| CFX_RectF | m_WidgetRect |
Definition at line 34 of file cfwl_combobox.h.
|
overridedefault |
| void pdfium::CFWL_ComboBox::AddString | ( | const WideString & | wsText | ) |
Definition at line 56 of file cfwl_combobox.cpp.
|
overridevirtual |
Implements pdfium::CFWL_Widget.
Definition at line 106 of file cfwl_combobox.cpp.
|
inline |
Definition at line 70 of file cfwl_combobox.h.
|
inline |
Definition at line 71 of file cfwl_combobox.h.
|
inline |
Definition at line 67 of file cfwl_combobox.h.
|
inline |
Definition at line 76 of file cfwl_combobox.h.
|
inline |
Definition at line 66 of file cfwl_combobox.h.
|
inline |
Definition at line 77 of file cfwl_combobox.h.
|
inline |
Definition at line 78 of file cfwl_combobox.h.
|
inline |
Definition at line 81 of file cfwl_combobox.h.
|
inline |
Definition at line 82 of file cfwl_combobox.h.
| void pdfium::CFWL_ComboBox::EditModifyStyleExts | ( | uint32_t | dwStyleExtsAdded, |
| uint32_t | dwStyleExtsRemoved ) |
Definition at line 196 of file cfwl_combobox.cpp.
|
inline |
Definition at line 79 of file cfwl_combobox.h.
|
inline |
Definition at line 69 of file cfwl_combobox.h.
|
inline |
Definition at line 80 of file cfwl_combobox.h.
|
inline |
Definition at line 68 of file cfwl_combobox.h.
| CFX_RectF pdfium::CFWL_ComboBox::GetBBox | ( | ) | const |
Definition at line 185 of file cfwl_combobox.cpp.
|
overridevirtual |
Implements pdfium::CFWL_Widget.
Definition at line 52 of file cfwl_combobox.cpp.
|
inline |
Definition at line 90 of file cfwl_combobox.h.
|
inline |
Definition at line 93 of file cfwl_combobox.h.
|
inline |
Definition at line 56 of file cfwl_combobox.h.
| WideString pdfium::CFWL_ComboBox::GetEditText | ( | ) | const |
Definition at line 175 of file cfwl_combobox.cpp.
| WideString pdfium::CFWL_ComboBox::GetTextByIndex | ( | int32_t | iIndex | ) | const |
Definition at line 131 of file cfwl_combobox.cpp.
Definition at line 237 of file cfwl_combobox.cpp.
|
overridevirtual |
Reimplemented from pdfium::CFWL_Widget.
Definition at line 91 of file cfwl_combobox.cpp.
|
overridevirtual |
Reimplemented from pdfium::CFWL_Widget.
Definition at line 68 of file cfwl_combobox.cpp.
|
overridevirtual |
Implements pdfium::IFWL_WidgetDelegate.
Definition at line 444 of file cfwl_combobox.cpp.
|
overridevirtual |
Implements pdfium::IFWL_WidgetDelegate.
Definition at line 431 of file cfwl_combobox.cpp.
|
overridevirtual |
Implements pdfium::IFWL_WidgetDelegate.
Definition at line 378 of file cfwl_combobox.cpp.
| void pdfium::CFWL_ComboBox::ProcessSelChanged | ( | bool | bLButtonUp | ) |
Definition at line 359 of file cfwl_combobox.cpp.
Definition at line 64 of file cfwl_combobox.cpp.
| void pdfium::CFWL_ComboBox::RemoveAt | ( | int32_t | iIndex | ) |
Definition at line 60 of file cfwl_combobox.cpp.
|
overridevirtual |
Reimplemented from pdfium::CFWL_Widget.
Definition at line 159 of file cfwl_combobox.cpp.
| void pdfium::CFWL_ComboBox::SetCurSel | ( | int32_t | iSel | ) |
Definition at line 136 of file cfwl_combobox.cpp.
| void pdfium::CFWL_ComboBox::SetEditText | ( | const WideString & | wsText | ) |
Definition at line 167 of file cfwl_combobox.cpp.
|
overridevirtual |
Reimplemented from pdfium::CFWL_Widget.
Definition at line 151 of file cfwl_combobox.cpp.
Definition at line 202 of file cfwl_combobox.cpp.
|
override |
Definition at line 46 of file cfwl_combobox.cpp.
|
overridevirtual |
Implements pdfium::CFWL_Widget.
Definition at line 82 of file cfwl_combobox.cpp.
Definition at line 36 of file cfwl_combobox.h.