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
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().

Referenced by QToolBox::setItemIcon().

+ Here is the call graph for this function:
+ Here is the caller 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().

Referenced by QToolBox::setItemText().

+ Here is the call graph for this function:
+ Here is the caller 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

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