Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QToolBoxPrivate::Page Struct Reference
+ Collaboration diagram for QToolBoxPrivate::Page:

Public Member Functions

void setText (const QString &text)
 
void setIcon (const QIcon &is)
 
QString text () const
 
QIcon icon () const
 
bool operator== (const Page &other) const
 

Public Attributes

QToolBoxButtonbutton
 
QScrollAreasv
 
QWidgetwidget
 

Detailed Description

Definition at line 57 of file qtoolbox.cpp.

Member Function Documentation

◆ icon()

QIcon QToolBoxPrivate::Page::icon ( ) const
inline

Definition at line 70 of file qtoolbox.cpp.

References button, and QAbstractButton::icon.

◆ operator==()

bool QToolBoxPrivate::Page::operator== ( const Page other) const
inline

Definition at line 72 of file qtoolbox.cpp.

References other(), and widget.

+ Here is the call graph for this function:

◆ setIcon()

void QToolBoxPrivate::Page::setIcon ( const QIcon is)
inline

Definition at line 64 of file qtoolbox.cpp.

References button, and QAbstractButton::setIcon().

+ Here is the call graph for this function:

◆ setText()

void QToolBoxPrivate::Page::setText ( const QString text)
inline

Definition at line 63 of file qtoolbox.cpp.

References button, QAbstractButton::setText(), and text().

+ Here is the call graph for this function:

◆ text()

QString QToolBoxPrivate::Page::text ( ) const
inline

Definition at line 69 of file qtoolbox.cpp.

References button, and QAbstractButton::text.

Referenced by setText().

+ Here is the caller graph for this function:

Member Data Documentation

◆ button

QToolBoxButton* QToolBoxPrivate::Page::button

Definition at line 59 of file qtoolbox.cpp.

Referenced by icon(), setIcon(), setText(), text(), and QToolBoxPrivate::updateTabs().

◆ sv

QScrollArea* QToolBoxPrivate::Page::sv

Definition at line 60 of file qtoolbox.cpp.

◆ widget

QWidget* QToolBoxPrivate::Page::widget

Definition at line 61 of file qtoolbox.cpp.

Referenced by operator==().


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