![]() |
Qt 6.x
The Qt SDK
|
#include <qheaderview_p.h>
Collaboration diagram for QHeaderViewPrivate::SectionItem:Public Member Functions | |
| SectionItem () | |
| SectionItem (int length, QHeaderView::ResizeMode mode) | |
| int | sectionSize () const |
| int | calculatedEndPos () const |
| void | write (QDataStream &out) const |
| void | read (QDataStream &in) |
Public Attributes | ||
| uint | size: 20 | |
| uint | isHidden: 1 | |
| uint | resizeMode: 5 | |
| uint | currentlyUnusedPadding: 6 | |
| union { | ||
| int calculated_startpos | ||
| int tmpLogIdx | ||
| int tmpDataStreamSectionCount | ||
| }; | ||
Definition at line 277 of file qheaderview_p.h.
|
inline |
Definition at line 289 of file qheaderview_p.h.
|
inline |
Definition at line 290 of file qheaderview_p.h.
|
inline |
Definition at line 293 of file qheaderview_p.h.
References calculated_startpos, and size.
|
inline |
Definition at line 297 of file qheaderview_p.h.
References resizeMode, and tmpDataStreamSectionCount.
Referenced by operator>>().
Here is the caller graph for this function:
|
inline |
Definition at line 292 of file qheaderview_p.h.
References size.
|
inline |
Definition at line 295 of file qheaderview_p.h.
References out, and resizeMode.
Referenced by operator<<().
Here is the caller graph for this function:| union { ... } QHeaderViewPrivate::SectionItem |
|
mutable |
Definition at line 284 of file qheaderview_p.h.
Referenced by calculatedEndPos().
| uint QHeaderViewPrivate::SectionItem::currentlyUnusedPadding |
Definition at line 281 of file qheaderview_p.h.
| uint QHeaderViewPrivate::SectionItem::isHidden |
Definition at line 279 of file qheaderview_p.h.
| uint QHeaderViewPrivate::SectionItem::resizeMode |
Definition at line 280 of file qheaderview_p.h.
Referenced by QHeaderViewPrivate::createSectionItems(), read(), and write().
| uint QHeaderViewPrivate::SectionItem::size |
Definition at line 278 of file qheaderview_p.h.
Referenced by calculatedEndPos(), QHeaderViewPrivate::createSectionItems(), and sectionSize().
| int QHeaderViewPrivate::SectionItem::tmpDataStreamSectionCount |
Definition at line 286 of file qheaderview_p.h.
Referenced by read().
|
mutable |
Definition at line 285 of file qheaderview_p.h.