Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
pdfium::CFWL_ListBox::Item Class Reference

#include <cfwl_listbox.h>

Collaboration diagram for pdfium::CFWL_ListBox::Item:

Public Member Functions

 Item (const WideString &text)
 ~Item ()
bool IsSelected () const
void SetSelected (bool enable)
bool IsFocused () const
void SetFocused (bool enable)
CFX_RectF GetRect () const
void SetRect (const CFX_RectF &rect)
WideString GetText () const

Detailed Description

Definition at line 34 of file cfwl_listbox.h.

Constructor & Destructor Documentation

◆ Item()

pdfium::CFWL_ListBox::Item::Item ( const WideString & text)
explicit

Definition at line 864 of file cfwl_listbox.cpp.

◆ ~Item()

pdfium::CFWL_ListBox::Item::~Item ( )
default

Member Function Documentation

◆ GetRect()

CFX_RectF pdfium::CFWL_ListBox::Item::GetRect ( ) const
inline

Definition at line 43 of file cfwl_listbox.h.

Referenced by pdfium::CFWL_ComboList::ChangeSelected(), pdfium::CFWL_ListBox::GetItemAtPoint(), and pdfium::CFWL_ListBox::ScrollToVisible().

Here is the caller graph for this function:

◆ GetText()

WideString pdfium::CFWL_ListBox::Item::GetText ( ) const
inline

Definition at line 45 of file cfwl_listbox.h.

Referenced by pdfium::CFWL_ComboBox::GetEditText(), pdfium::CFWL_ComboBox::GetTextByIndex(), and pdfium::CFWL_ComboList::MatchItem().

Here is the caller graph for this function:

◆ IsFocused()

bool pdfium::CFWL_ListBox::Item::IsFocused ( ) const
inline

Definition at line 41 of file cfwl_listbox.h.

◆ IsSelected()

bool pdfium::CFWL_ListBox::Item::IsSelected ( ) const
inline

Definition at line 39 of file cfwl_listbox.h.

Referenced by pdfium::CFWL_ListBox::CountSelItems(), pdfium::CFWL_ListBox::GetSelIndex(), and CXFA_FFListBox::IsDataChanged().

Here is the caller graph for this function:

◆ SetFocused()

void pdfium::CFWL_ListBox::Item::SetFocused ( bool enable)
inline

Definition at line 42 of file cfwl_listbox.h.

◆ SetRect()

void pdfium::CFWL_ListBox::Item::SetRect ( const CFX_RectF & rect)
inline

Definition at line 44 of file cfwl_listbox.h.

References CFX_RectF::operator=().

Here is the call graph for this function:

◆ SetSelected()

void pdfium::CFWL_ListBox::Item::SetSelected ( bool enable)
inline

Definition at line 40 of file cfwl_listbox.h.

Referenced by pdfium::CFWL_ListBox::DeleteString(), pdfium::CFWL_ListBox::SetSelection(), and pdfium::CFWL_ListBox::SetSelItem().

Here is the caller graph for this function:

The documentation for this class was generated from the following files: