![]() |
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_listbox.h>
Classes | |
| class | Item |
Public Member Functions | |
| ~CFWL_ListBox () override | |
| void | Trace (cppgc::Visitor *visitor) const override |
| FWL_Type | GetClassID () const 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 |
| int32_t | CountItems (const CFWL_Widget *pWidget) const |
| Item * | GetItem (const CFWL_Widget *pWidget, int32_t nIndex) const |
| int32_t | GetItemIndex (CFWL_Widget *pWidget, Item *pItem) |
| Item * | AddString (const WideString &wsAdd) |
| void | RemoveAt (int32_t iIndex) |
| void | DeleteString (Item *pItem) |
| void | DeleteAll () |
| int32_t | CountSelItems () |
| Item * | GetSelItem (int32_t nIndexSel) |
| int32_t | GetSelIndex (int32_t nIndex) |
| void | SetSelItem (Item *hItem, bool bSelect) |
| float | CalcItemHeight () |
| 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 () |
| virtual void | ModifyStyleExts (uint32_t dwStyleExtsAdded, uint32_t dwStyleExtsRemoved) |
| virtual void | SetStates (uint32_t dwStates) |
| virtual void | RemoveStates (uint32_t dwStates) |
| 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 Attributes inherited from pdfium::CFWL_Widget | |
| Properties | m_Properties |
| CFX_RectF | m_WidgetRect |
Definition at line 32 of file cfwl_listbox.h.
|
overridedefault |
|
protected |
Definition at line 36 of file cfwl_listbox.cpp.
| CFWL_ListBox::Item * pdfium::CFWL_ListBox::AddString | ( | const WideString & | wsAdd | ) |
Definition at line 833 of file cfwl_listbox.cpp.
| float pdfium::CFWL_ListBox::CalcItemHeight | ( | ) |
Definition at line 549 of file cfwl_listbox.cpp.
| int32_t pdfium::CFWL_ListBox::CountItems | ( | const CFWL_Widget * | pWidget | ) | const |
Definition at line 812 of file cfwl_listbox.cpp.
| int32_t pdfium::CFWL_ListBox::CountSelItems | ( | ) |
Definition at line 112 of file cfwl_listbox.cpp.
Definition at line 860 of file cfwl_listbox.cpp.
| void pdfium::CFWL_ListBox::DeleteString | ( | Item * | pItem | ) |
Definition at line 844 of file cfwl_listbox.cpp.
|
overridevirtual |
Implements pdfium::CFWL_Widget.
Definition at line 90 of file cfwl_listbox.cpp.
|
overridevirtual |
Implements pdfium::CFWL_Widget.
Definition at line 49 of file cfwl_listbox.cpp.
| CFWL_ListBox::Item * pdfium::CFWL_ListBox::GetItem | ( | const CFWL_Widget * | pWidget, |
| int32_t | nIndex ) const |
Definition at line 816 of file cfwl_listbox.cpp.
|
protected |
Definition at line 268 of file cfwl_listbox.cpp.
| int32_t pdfium::CFWL_ListBox::GetItemIndex | ( | CFWL_Widget * | pWidget, |
| Item * | pItem ) |
Definition at line 823 of file cfwl_listbox.cpp.
|
protected |
Definition at line 162 of file cfwl_listbox.cpp.
|
inlineprotected |
Definition at line 97 of file cfwl_listbox.h.
| int32_t pdfium::CFWL_ListBox::GetSelIndex | ( | int32_t | nIndex | ) |
Definition at line 130 of file cfwl_listbox.cpp.
| CFWL_ListBox::Item * pdfium::CFWL_ListBox::GetSelItem | ( | int32_t | nIndexSel | ) |
Definition at line 123 of file cfwl_listbox.cpp.
|
inlineprotected |
Definition at line 96 of file cfwl_listbox.h.
|
overridevirtual |
Reimplemented from pdfium::CFWL_Widget.
Definition at line 74 of file cfwl_listbox.cpp.
|
protected |
Definition at line 563 of file cfwl_listbox.cpp.
|
protected |
Definition at line 554 of file cfwl_listbox.cpp.
|
protected |
Definition at line 577 of file cfwl_listbox.cpp.
|
protected |
Definition at line 572 of file cfwl_listbox.cpp.
|
overridevirtual |
Implements pdfium::IFWL_WidgetDelegate.
Definition at line 642 of file cfwl_listbox.cpp.
|
overridevirtual |
Implements pdfium::IFWL_WidgetDelegate.
Definition at line 627 of file cfwl_listbox.cpp.
|
overridevirtual |
Implements pdfium::IFWL_WidgetDelegate.
Definition at line 587 of file cfwl_listbox.cpp.
| void pdfium::CFWL_ListBox::RemoveAt | ( | int32_t | iIndex | ) |
Definition at line 838 of file cfwl_listbox.cpp.
|
protected |
Definition at line 582 of file cfwl_listbox.cpp.
|
protected |
Definition at line 292 of file cfwl_listbox.cpp.
|
protected |
Definition at line 192 of file cfwl_listbox.cpp.
| void pdfium::CFWL_ListBox::SetSelItem | ( | Item * | hItem, |
| bool | bSelect ) |
Definition at line 146 of file cfwl_listbox.cpp.
|
override |
Definition at line 43 of file cfwl_listbox.cpp.
|
overridevirtual |
Implements pdfium::CFWL_Widget.
Definition at line 53 of file cfwl_listbox.cpp.
Definition at line 54 of file cfwl_listbox.h.