Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QListViewItem Class Reference

#include <qlistview_p.h>

+ Collaboration diagram for QListViewItem:

Public Member Functions

constexpr QListViewItem ()
 
constexpr QListViewItem (QRect r, int i)
 
constexpr bool operator== (const QListViewItem &other) const
 
constexpr bool operator!= (const QListViewItem &other) const
 
constexpr bool isValid () const
 
constexpr void invalidate ()
 
constexpr void resize (QSize size)
 
constexpr void move (QPoint position)
 
constexpr int width () const
 
constexpr int height () const
 

Friends

class QListViewPrivate
 
class QListModeViewBase
 
class QIconModeViewBase
 

Detailed Description

Definition at line 30 of file qlistview_p.h.

Constructor & Destructor Documentation

◆ QListViewItem() [1/2]

constexpr QListViewItem::QListViewItem ( )
inlineconstexpr

Definition at line 36 of file qlistview_p.h.

◆ QListViewItem() [2/2]

constexpr QListViewItem::QListViewItem ( QRect r,
int i )
inlineconstexpr

Definition at line 38 of file qlistview_p.h.

Member Function Documentation

◆ height()

constexpr int QListViewItem::height ( ) const
inlineconstexpr

Definition at line 55 of file qlistview_p.h.

◆ invalidate()

constexpr void QListViewItem::invalidate ( )
inlineconstexpr

Definition at line 48 of file qlistview_p.h.

◆ isValid()

constexpr bool QListViewItem::isValid ( ) const
inlineconstexpr

Definition at line 46 of file qlistview_p.h.

References rect.

◆ move()

constexpr void QListViewItem::move ( QPoint position)
inlineconstexpr

Definition at line 52 of file qlistview_p.h.

References position().

+ Here is the call graph for this function:

◆ operator!=()

constexpr bool QListViewItem::operator!= ( const QListViewItem & other) const
inlineconstexpr

Definition at line 44 of file qlistview_p.h.

References other().

+ Here is the call graph for this function:

◆ operator==()

constexpr bool QListViewItem::operator== ( const QListViewItem & other) const
inlineconstexpr

Definition at line 41 of file qlistview_p.h.

References other().

+ Here is the call graph for this function:

◆ resize()

constexpr void QListViewItem::resize ( QSize size)
inlineconstexpr

Definition at line 50 of file qlistview_p.h.

References qMin().

+ Here is the call graph for this function:

◆ width()

constexpr int QListViewItem::width ( ) const
inlineconstexpr

Definition at line 54 of file qlistview_p.h.

Friends And Related Symbol Documentation

◆ QIconModeViewBase

friend class QIconModeViewBase
friend

Definition at line 34 of file qlistview_p.h.

◆ QListModeViewBase

friend class QListModeViewBase
friend

Definition at line 33 of file qlistview_p.h.

◆ QListViewPrivate

friend class QListViewPrivate
friend

Definition at line 32 of file qlistview_p.h.


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