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
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 31 of file qlistview_p.h.

Constructor & Destructor Documentation

◆ QListViewItem() [1/2]

QListViewItem::QListViewItem ( )
inlineconstexpr

Definition at line 37 of file qlistview_p.h.

◆ QListViewItem() [2/2]

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

Definition at line 39 of file qlistview_p.h.

Member Function Documentation

◆ height()

int QListViewItem::height ( ) const
inlineconstexpr

Definition at line 56 of file qlistview_p.h.

◆ invalidate()

void QListViewItem::invalidate ( )
inlineconstexpr

Definition at line 49 of file qlistview_p.h.

◆ isValid()

bool QListViewItem::isValid ( ) const
inlineconstexpr

Definition at line 47 of file qlistview_p.h.

◆ move()

void QListViewItem::move ( QPoint position)
inlineconstexpr

Definition at line 53 of file qlistview_p.h.

◆ operator!=()

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

Definition at line 45 of file qlistview_p.h.

◆ operator==()

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

Definition at line 42 of file qlistview_p.h.

◆ resize()

void QListViewItem::resize ( QSize size)
inlineconstexpr

Definition at line 51 of file qlistview_p.h.

◆ width()

int QListViewItem::width ( ) const
inlineconstexpr

Definition at line 55 of file qlistview_p.h.

◆ QIconModeViewBase

friend class QIconModeViewBase
friend

Definition at line 35 of file qlistview_p.h.

◆ QListModeViewBase

friend class QListModeViewBase
friend

Definition at line 34 of file qlistview_p.h.

◆ QListViewPrivate

friend class QListViewPrivate
friend

Definition at line 33 of file qlistview_p.h.


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