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
CFWL_ListBox::Item Class Reference

#include <cfwl_listbox.h>

Collaboration diagram for 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.

◆ GetText()

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

Definition at line 45 of file cfwl_listbox.h.

◆ 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.

◆ 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.

◆ SetSelected()

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

Definition at line 40 of file cfwl_listbox.h.


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