Qt 4.8
Classes | Public Types | Public Functions | Public Variables | List of all members
QToolBoxPrivate Class Reference
Inheritance diagram for QToolBoxPrivate:
QFramePrivate QWidgetPrivate QObjectPrivate QObjectData

Classes

struct  Page
 

Public Types

typedef QList< PagePageList
 
- Public Types inherited from QWidgetPrivate
enum  CloseMode { CloseNoEvent, CloseWithEvent, CloseWithSpontaneousEvent }
 
enum  Direction { DirectionNorth = 0x01, DirectionEast = 0x10, DirectionSouth = 0x02, DirectionWest = 0x20 }
 
enum  DrawWidgetFlags {
  DrawAsRoot = 0x01, DrawPaintOnScreen = 0x02, DrawRecursive = 0x04, DrawInvisible = 0x08,
  DontSubtractOpaqueChildren = 0x10, DontSetCompositionMode = 0x20, DontDrawOpaqueChildren = 0x40, DontDrawNativeChildren = 0x80
}
 
- Public Types inherited from QObjectPrivate
typedef void(* StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **)
 

Public Functions

void _q_buttonClicked ()
 
void _q_widgetDestroyed (QObject *)
 
Pagepage (QWidget *widget) const
 
const Pagepage (int index) const
 
Pagepage (int index)
 
 QToolBoxPrivate ()
 
void relayout ()
 
void updateTabs ()
 
- Public Functions inherited from QFramePrivate
void init ()
 
 QFramePrivate ()
 
void updateFrameWidth ()
 Updated the frameWidth parameter. More...
 
void updateStyledFrameWidths ()
 Updates the frame widths from the style. More...
 
- Public Functions inherited from QWidgetPrivate
void _q_showIfNotHidden ()
 
virtual void aboutToDestroy ()
 
void activateChildLayoutsRecursively ()
 
QSize adjustedSize () const
 
void adjustQuitOnCloseAttribute ()
 
QInputContextassignedInputContext () const
 
QPainterbeginSharedPainter ()
 
QWidgetchildAt_helper (const QPoint &, bool) const
 
QWidgetchildAtRecursiveHelper (const QPoint &p, bool, bool includeFrame=false) const
 
QRect clipRect () const
 
QRegion clipRegion () const
 
void clipToEffectiveMask (QRegion &region) const
 
bool close_helper (CloseMode mode)
 
void create_sys (WId window, bool initializeWindow, bool destroyOldWindow)
 
QWindowSurfacecreateDefaultWindowSurface ()
 
QWindowSurfacecreateDefaultWindowSurface_sys ()
 
void createExtra ()
 Creates the widget extra data. More...
 
void createRecursively ()
 
void createSysExtra ()
 
void createTLExtra ()
 
void createTLSysExtra ()
 
void createWinId (WId id=0)
 
void deactivateWidgetCleanup ()
 
void deleteExtra ()
 Deletes the widget extra data. More...
 
void deleteSysExtra ()
 
void deleteTLSysExtra ()
 
void drawWidget (QPaintDevice *pdev, const QRegion &rgn, const QPoint &offset, int flags, QPainter *sharedPainter=0, QWidgetBackingStore *backingStore=0)
 
QWidgeteffectiveFocusWidget ()
 
QRect effectiveRectFor (const QRect &rect) const
 
bool endSharedPainter ()
 
void enforceNativeChildren ()
 
QWExtraextraData () const
 
QRect frameStrut () const
 
void getLayoutItemMargins (int *left, int *top, int *right, int *bottom) const
 
const QRegiongetOpaqueChildren () const
 
void handleSoftwareInputPanel (Qt::MouseButton button, bool clickCausedFocus)
 
virtual bool hasHeightForWidth () const
 
void hide_helper ()
 
void hide_sys ()
 Platform-specific part of QWidget::hide(). More...
 
void hideChildren (bool spontaneous)
 
void inheritStyle ()
 
void init (QWidget *desktopWidget, Qt::WindowFlags f)
 
QInputContextinputContext () const
 
void invalidateBuffer (const QRegion &)
 Invalidates the rgn (in widget's coordinates) of the backing store, i.e. More...
 
void invalidateBuffer (const QRect &)
 This function is equivalent to calling invalidateBuffer(QRegion(rect), ...), but is more efficient as it eliminates QRegion operations/allocations and can use the rect more precisely for additional cut-offs. More...
 
void invalidateBuffer_resizeHelper (const QPoint &oldPos, const QSize &oldSize)
 Invalidates the buffer when the widget is resized. More...
 
void invalidateGraphicsEffectsRecursively ()
 
bool isAboutToShow () const
 
bool isBackgroundInherited () const
 
bool isOverlapped (const QRect &) const
 
void lower_sys ()
 
QPoint mapFromGlobal (const QPoint &pos) const
 
QPoint mapToGlobal (const QPoint &pos) const
 
QWidgetBackingStoremaybeBackingStore () const
 
QTLWExtramaybeTopData () const
 
void moveRect (const QRect &, int dx, int dy)
 
bool nativeChildrenForced () const
 
QFont naturalWidgetFont (uint inheritedMask) const
 
QPalette naturalWidgetPalette (uint inheritedMask) const
 Returns the palette that the widget w inherits from its ancestors and QApplication::palette. More...
 
void paintBackground (QPainter *, const QRegion &, int flags=DrawAsRoot) const
 
bool paintOnScreen () const
 
void paintSiblingsRecursive (QPaintDevice *pdev, const QObjectList &children, int index, const QRegion &rgn, const QPoint &offset, int flags, QPainter *sharedPainter, QWidgetBackingStore *backingStore)
 
bool pointInsideRectAndMask (const QPoint &) const
 
QRegion prepareToRender (const QRegion &region, QWidget::RenderFlags renderFlags)
 
void propagatePaletteChange ()
 Propagate this widget's palette to all children, except style sheet widgets, and windows that don't enable window propagation (palettes don't normally propagate to windows). More...
 
 QWidgetPrivate (int version=QObjectPrivateVersion)
 
void raise_sys ()
 
QPaintDeviceredirected (QPoint *offset) const
 
void registerDropSite (bool)
 
void render (QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags, bool readyToRender)
 
void render_helper (QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags)
 
void repaint_sys (const QRegion &rgn)
 
void reparentFocusWidgets (QWidget *oldtlw)
 
void resolveFont ()
 Determine which font is implicitly imposed on this widget by its ancestors and QApplication::font, resolve this against its own font (attributes from the implicit font are copied over). More...
 
void resolveLayoutDirection ()
 
void resolveLocale ()
 
void resolvePalette ()
 Determine which palette is inherited from this widget's ancestors and QApplication::palette, resolve this against this widget's palette (attributes from the inherited palette are copied over this widget's palette). More...
 
void restoreRedirected ()
 
void scroll_sys (int dx, int dy)
 
void scroll_sys (int dx, int dy, const QRect &r)
 
void scrollChildren (int dx, int dy)
 
void scrollRect (const QRect &, int dx, int dy)
 
void sendPendingMoveAndResizeEvents (bool recursive=false, bool disableUpdates=false)
 
void sendStartupMessage (const char *message) const
 Platform-specific part of QWidget::show(). More...
 
void setConstraints_sys ()
 
void setCursor_sys (const QCursor &cursor)
 
void setDirtyOpaqueRegion ()
 
void setEnabled_helper (bool)
 
void setFocus_sys ()
 
void setFont_helper (const QFont &font)
 
void setGeometry_sys (int, int, int, int, bool)
 
void setLayoutDirection_helper (Qt::LayoutDirection)
 
void setLayoutItemMargins (int left, int top, int right, int bottom)
 
void setLayoutItemMargins (QStyle::SubElement element, const QStyleOption *opt=0)
 
void setLocale_helper (const QLocale &l, bool forceUpdate=false)
 
void setMask_sys (const QRegion &)
 
bool setMaximumSize_helper (int &maxw, int &maxh)
 
bool setMinimumSize_helper (int &minw, int &minh)
 
void setModal_sys ()
 
void setNetWmWindowTypes ()
 
void setOpaque (bool opaque)
 
void setPalette_helper (const QPalette &)
 
void setParent_sys (QWidget *parent, Qt::WindowFlags)
 
void setRedirected (QPaintDevice *replacement, const QPoint &offset)
 
void setSharedPainter (QPainter *painter)
 
void setStyle_helper (QStyle *newStyle, bool propagate, bool metalHack=false)
 
void setUpdatesEnabled_helper (bool)
 
void setWindowFilePath_helper (const QString &filePath)
 
void setWindowIcon_helper ()
 
void setWindowIcon_sys (bool forceReset=false)
 
void setWindowIconText_helper (const QString &cap)
 
void setWindowIconText_sys (const QString &cap)
 
void setWindowOpacity_sys (qreal opacity)
 
void setWindowRole ()
 
void setWindowTitle_helper (const QString &cap)
 
void setWindowTitle_sys (const QString &cap)
 
void setWinId (WId)
 
QPaintersharedPainter () const
 
void show_helper ()
 
void show_recursive ()
 Makes the widget visible in the isVisible() meaning of the word. More...
 
void show_sys ()
 Platform-specific part of QWidget::show(). More...
 
void showChildren (bool spontaneous)
 
void stackUnder_sys (QWidget *)
 
void subtractOpaqueChildren (QRegion &rgn, const QRect &clipRect) const
 
void subtractOpaqueSiblings (QRegion &source, bool *hasDirtySiblingsAbove=0, bool alsoNonOpaque=false) const
 
void syncBackingStore ()
 
void syncBackingStore (const QRegion &region)
 
QTLWExtratopData () const
 
void unsetCursor_sys ()
 
void updateFont (const QFont &)
 Assign font to this widget, and propagate it to all children, except style sheet widgets (handled differently) and windows that don't enable window propagation. More...
 
void updateFrameStrut ()
 Computes the frame rectangle when needed. More...
 
void updateGeometry_helper (bool forceUpdate)
 
void updateIsOpaque ()
 
void updateIsTranslucent ()
 
void updateSystemBackground ()
 
void updateX11AcceptFocus ()
 
void x11UpdateIsOpaque ()
 
 ~QWidgetPrivate ()
 
- Public Functions inherited from QObjectPrivate
void _q_reregisterTimers (void *pointer)
 
void addConnection (int signal, Connection *c)
 
void cleanConnectionLists ()
 
void connectNotify (const char *signal)
 
void deleteChildren ()
 
void disconnectNotify (const char *signal)
 
bool isSender (const QObject *receiver, const char *signal) const
 
bool isSignalConnected (uint signalIdx) const
 Returns true if the signal with index signal_index from object sender is connected. More...
 
void moveToThread_helper ()
 
 QObjectPrivate (int version=QObjectPrivateVersion)
 
QObjectList receiverList (const char *signal) const
 
QObjectList senderList () const
 
void setParent_helper (QObject *)
 
void setThreadData_helper (QThreadData *currentData, QThreadData *targetData)
 
int signalIndex (const char *signalName) const
 Returns the signal index used in the internal connectionLists vector. More...
 
virtual ~QObjectPrivate ()
 
- Public Functions inherited from QObjectData
virtual ~QObjectData ()=0
 

Public Variables

PagecurrentPage
 
QVBoxLayoutlayout
 
PageList pageList
 
- Public Variables inherited from QFramePrivate
short bottomFrameWidth
 
int frameStyle
 
short frameWidth
 
QRect frect
 
short leftFrameWidth
 
short lineWidth
 
short midLineWidth
 
short rightFrameWidth
 
short topFrameWidth
 
- Public Variables inherited from QWidgetPrivate
QString accessibleDescription
 
QString accessibleName
 
QList< QAction * > actions
 
QPalette::ColorRole bg_role: 8
 
signed char bottomLayoutItemMargin
 
short bottommargin
 
QWidgetData data
 
QRegion dirty
 
uint dirtyOpaqueChildren: 1
 
QWExtraextra
 
QPaintEngineextraPaintEngine
 
QPalette::ColorRole fg_role: 8
 
QWidgetfocus_child
 
QWidgetfocus_next
 
QWidgetfocus_prev
 
QMap< Qt::GestureType, Qt::GestureFlags > gestureContext
 
QGraphicsEffectgraphicsEffect
 
Qt::HANDLE hd
 
uint high_attributes [4]
 
QPointer< QInputContextic
 
Qt::InputMethodHints imHints
 
uint inDirtyList: 1
 
uint inheritedFontResolveMask
 
uint inheritedPaletteResolveMask
 
uint inheritsInputMethodHints: 1
 
uint inSetParent: 1
 
uint isGLWidget: 1
 
uint isMoved: 1
 
uint isOpaque: 1
 
uint isScrolled: 1
 
QLayoutlayout
 
signed char leftLayoutItemMargin
 
short leftmargin
 
QLocale locale
 
QRegionneedsFlush
 
QRegion opaqueChildren
 
Qt::HANDLE picture
 
const QMetaObjectpolished
 
QPaintDeviceredirectDev
 
QPoint redirectOffset
 
signed char rightLayoutItemMargin
 
short rightmargin
 
QSizePolicy size_policy
 
QString statusTip
 
QString toolTip
 
signed char topLayoutItemMargin
 
short topmargin
 
uint usesDoubleBufferedGLContext: 1
 
QString whatsThis
 
QWidgetItemV2widgetItem
 
QX11Info xinfo
 
- Public Variables inherited from QObjectPrivate
union {
   QObject *   currentChildBeingDeleted
 
   QAbstractDeclarativeData *   declarativeData
 
}; 
 
quint32 connectedSignals [2]
 
QObjectConnectionListVectorconnectionLists
 
SendercurrentSender
 
QList< QPointer< QObject > > eventFilters
 
ExtraDataextraData
 
QString objectName
 
Connectionsenders
 
QAtomicPointer< QtSharedPointer::ExternalRefCountData > sharedRefcount
 
QThreadDatathreadData
 
void * unused
 
- Public Variables inherited from QObjectData
uint blockSig: 1
 
QObjectList children
 
uint hasGuards: 1
 
uint inEventHandler: 1
 
uint inThreadChangeEvent: 1
 
uint isWidget: 1
 
QMetaObjectmetaObject
 
uint ownObjectName: 1
 
QObjectparent
 
uint pendTimer: 1
 
int postedEvents
 
QObjectq_ptr
 
uint receiveChildEvents: 1
 
uint sendChildEvents: 1
 
uint unused: 22
 
uint wasDeleted: 1
 

Additional Inherited Members

- Static Public Functions inherited from QWidgetPrivate
static void adjustFlags (Qt::WindowFlags &flags, QWidget *w=0)
 
static QGraphicsProxyWidgetnearestGraphicsProxyWidget (const QWidget *origin)
 Finds the nearest widget embedded in a graphics proxy widget along the chain formed by this widget and its ancestors. More...
 
static int pointToRect (const QPoint &p, const QRect &r)
 
static QRect screenGeometry (const QWidget *widget)
 
- Static Public Functions inherited from QObjectPrivate
static void clearGuards (QObject *)
 
static QObjectPrivateget (QObject *o)
 
static void resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender)
 
static SendersetCurrentSender (QObject *receiver, Sender *sender)
 
static void signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result)
 
- Static Public Variables inherited from QWidgetPrivate
static QWidgetSetallWidgets = 0
 
static int instanceCounter = 0
 
static QWidgetkeyboardGrabber = 0
 
static QWidgetMappermapper = 0
 
static int maxInstances = 0
 
static QWidgetmouseGrabber = 0
 

Detailed Description

Definition at line 89 of file qtoolbox.cpp.

Typedefs

◆ PageList

Definition at line 113 of file qtoolbox.cpp.

Constructors and Destructors

◆ QToolBoxPrivate()

QToolBoxPrivate::QToolBoxPrivate ( )
inline

Definition at line 115 of file qtoolbox.cpp.

116  : currentPage(0)
117  {
118  }
Page * currentPage
Definition: qtoolbox.cpp:131

Functions

◆ _q_buttonClicked()

void QToolBoxPrivate::_q_buttonClicked ( )

Definition at line 416 of file qtoolbox.cpp.

417 {
418  Q_Q(QToolBox);
419  QToolBoxButton *tb = qobject_cast<QToolBoxButton*>(q->sender());
420  QWidget* item = 0;
422  if ((*i).button == tb) {
423  item = (*i).widget;
424  break;
425  }
426 
427  q->setCurrentIndex(q->indexOf(item));
428 }
T qobject_cast(QObject *object)
Definition: qobject.h:375
The QToolBox class provides a column of tabbed widget items.
Definition: qtoolbox.h:58
The QWidget class is the base class of all user interface objects.
Definition: qwidget.h:150
const_iterator constBegin() const
Returns a const STL-style iterator pointing to the first item in the list.
Definition: qlist.h:269
#define Q_Q(Class)
Definition: qglobal.h:2483
const_iterator ConstIterator
Qt-style synonym for QList::const_iterator.
Definition: qlist.h:279
PageList pageList
Definition: qtoolbox.cpp:129
const_iterator constEnd() const
Returns a const STL-style iterator pointing to the imaginary item after the last item in the list...
Definition: qlist.h:272

◆ _q_widgetDestroyed()

void QToolBoxPrivate::_q_widgetDestroyed ( QObject object)

Definition at line 476 of file qtoolbox.cpp.

477 {
478  Q_Q(QToolBox);
479  // no verification - vtbl corrupted already
480  QWidget *p = (QWidget*)object;
481 
483  if (!p || !c)
484  return;
485 
486  layout->removeWidget(c->sv);
488  c->sv->deleteLater(); // page might still be a child of sv
489  delete c->button;
490 
491  bool removeCurrent = c == currentPage;
492  pageList.removeAll(*c);
493 
494  if (!pageList.count()) {
495  currentPage = 0;
496  emit q->currentChanged(-1);
497  } else if (removeCurrent) {
498  currentPage = 0;
499  q->setCurrentIndex(0);
500  }
501 }
The QToolBox class provides a column of tabbed widget items.
Definition: qtoolbox.h:58
unsigned char c[8]
Definition: qnumeric_p.h:62
The QWidget class is the base class of all user interface objects.
Definition: qwidget.h:150
int count(const T &t) const
Returns the number of occurrences of value in the list.
Definition: qlist.h:891
Page * page(QWidget *widget) const
Definition: qtoolbox.cpp:134
QScrollArea * sv
Definition: qtoolbox.cpp:96
#define Q_Q(Class)
Definition: qglobal.h:2483
#define emit
Definition: qobjectdefs.h:76
QVBoxLayout * layout
Definition: qtoolbox.cpp:130
Page * currentPage
Definition: qtoolbox.cpp:131
PageList pageList
Definition: qtoolbox.cpp:129
void deleteLater()
Schedules this object for deletion.
Definition: qobject.cpp:2145
void removeWidget(QWidget *w)
Removes the widget widget from the layout.
Definition: qlayout.cpp:1516
int removeAll(const T &t)
Removes all occurrences of value in the list and returns the number of entries removed.
Definition: qlist.h:770
QToolBoxButton * button
Definition: qtoolbox.cpp:95

◆ page() [1/3]

QToolBoxPrivate::Page * QToolBoxPrivate::page ( QWidget widget) const

Definition at line 134 of file qtoolbox.cpp.

135 {
136  if (!widget)
137  return 0;
138 
140  if ((*i).widget == widget)
141  return (Page*) &(*i);
142  return 0;
143 }
const_iterator constBegin() const
Returns a const STL-style iterator pointing to the first item in the list.
Definition: qlist.h:269
const_iterator ConstIterator
Qt-style synonym for QList::const_iterator.
Definition: qlist.h:279
PageList pageList
Definition: qtoolbox.cpp:129
const_iterator constEnd() const
Returns a const STL-style iterator pointing to the imaginary item after the last item in the list...
Definition: qlist.h:272

◆ page() [2/3]

const QToolBoxPrivate::Page * QToolBoxPrivate::page ( int  index) const

Definition at line 152 of file qtoolbox.cpp.

153 {
154  if (index >= 0 && index < pageList.size())
155  return &pageList.at(index);
156  return 0;
157 }
const T & at(int i) const
Returns the item at index position i in the list.
Definition: qlist.h:468
int size() const
Returns the number of items in the list.
Definition: qlist.h:137
quint16 index
PageList pageList
Definition: qtoolbox.cpp:129

◆ page() [3/3]

QToolBoxPrivate::Page * QToolBoxPrivate::page ( int  index)

Definition at line 145 of file qtoolbox.cpp.

146 {
147  if (index >= 0 && index < pageList.size())
148  return &pageList[index];
149  return 0;
150 }
int size() const
Returns the number of items in the list.
Definition: qlist.h:137
quint16 index
PageList pageList
Definition: qtoolbox.cpp:129

◆ relayout()

void QToolBoxPrivate::relayout ( )

Definition at line 464 of file qtoolbox.cpp.

465 {
466  Q_Q(QToolBox);
467  delete layout;
468  layout = new QVBoxLayout(q);
469  layout->setMargin(0);
471  layout->addWidget((*i).button);
472  layout->addWidget((*i).sv);
473  }
474 }
The QToolBox class provides a column of tabbed widget items.
Definition: qtoolbox.h:58
const_iterator constBegin() const
Returns a const STL-style iterator pointing to the first item in the list.
Definition: qlist.h:269
void addWidget(QWidget *, int stretch=0, Qt::Alignment alignment=0)
Adds widget to the end of this box layout, with a stretch factor of stretch and alignment alignment...
#define Q_Q(Class)
Definition: qglobal.h:2483
QVBoxLayout * layout
Definition: qtoolbox.cpp:130
const_iterator ConstIterator
Qt-style synonym for QList::const_iterator.
Definition: qlist.h:279
PageList pageList
Definition: qtoolbox.cpp:129
The QVBoxLayout class lines up widgets vertically.
Definition: qboxlayout.h:149
void setMargin(int)
Definition: qlayout.cpp:464
const_iterator constEnd() const
Returns a const STL-style iterator pointing to the imaginary item after the last item in the list...
Definition: qlist.h:272

◆ updateTabs()

void QToolBoxPrivate::updateTabs ( )

Definition at line 159 of file qtoolbox.cpp.

160 {
161  QToolBoxButton *lastButton = currentPage ? currentPage->button : 0;
162  bool after = false;
163  int index = 0;
164  for (index = 0; index < pageList.count(); ++index) {
165  const Page &page = pageList.at(index);
166  QToolBoxButton *tB = page.button;
167  // update indexes, since the updates are delayed, the indexes will be correct
168  // when we actually paint.
169  tB->setIndex(index);
170  QWidget *tW = page.widget;
171  if (after) {
172  QPalette p = tB->palette();
173  p.setColor(tB->backgroundRole(), tW->palette().color(tW->backgroundRole()));
174  tB->setPalette(p);
175  tB->update();
176  } else if (tB->backgroundRole() != QPalette::Window) {
178  tB->update();
179  }
180  after = tB == lastButton;
181  }
182 }
QPalette palette
the widget&#39;s palette
Definition: qwidget.h:180
The QWidget class is the base class of all user interface objects.
Definition: qwidget.h:150
QPalette::ColorRole backgroundRole() const
Returns the background role of the widget.
Definition: qwidget.cpp:4677
int count(const T &t) const
Returns the number of occurrences of value in the list.
Definition: qlist.h:891
const QColor & color(ColorGroup cg, ColorRole cr) const
Returns the color in the specified color group, used for the given color role.
Definition: qpalette.h:107
Page * page(QWidget *widget) const
Definition: qtoolbox.cpp:134
void update()
Updates the widget unless updates are disabled or the widget is hidden.
Definition: qwidget.cpp:10883
void setBackgroundRole(QPalette::ColorRole)
Sets the background role of the widget to role.
Definition: qwidget.cpp:4708
const T & at(int i) const
Returns the item at index position i in the list.
Definition: qlist.h:468
const QPalette & palette() const
void setColor(ColorGroup cg, ColorRole cr, const QColor &color)
Sets the color in the specified color group, used for the given color role, to the specified solid co...
Definition: qpalette.h:201
Page * currentPage
Definition: qtoolbox.cpp:131
quint16 index
PageList pageList
Definition: qtoolbox.cpp:129
void setIndex(int newIndex)
Definition: qtoolbox.cpp:74
void setPalette(const QPalette &)
Use the single-argument overload instead.
Definition: qwidget.cpp:4858
QToolBoxButton * button
Definition: qtoolbox.cpp:95
The QPalette class contains color groups for each widget state.
Definition: qpalette.h:61

Properties

◆ currentPage

Page* QToolBoxPrivate::currentPage

Definition at line 131 of file qtoolbox.cpp.

◆ layout

QVBoxLayout* QToolBoxPrivate::layout

Definition at line 130 of file qtoolbox.cpp.

◆ pageList

PageList QToolBoxPrivate::pageList

Definition at line 129 of file qtoolbox.cpp.


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