![]() |
Qt 4.8
|
#include <qheaderview_p.h>
Public Functions | |
| void | read (QDataStream &in) |
| int | sectionSize () const |
| SectionSpan () | |
| SectionSpan (int length, int sections, QHeaderView::ResizeMode mode) | |
| void | write (QDataStream &out) const |
Public Variables | |
| int | count |
| QHeaderView::ResizeMode | resizeMode |
| int | size |
Definition at line 287 of file qheaderview_p.h.
|
inline |
Definition at line 291 of file qheaderview_p.h.
|
inline |
Definition at line 292 of file qheaderview_p.h.
|
inline |
Definition at line 298 of file qheaderview_p.h.
Referenced by operator>>(), and QHeaderViewPrivate::sectionSpanIndex().
|
inline |
Definition at line 294 of file qheaderview_p.h.
Referenced by QHeaderViewPrivate::createSectionSpan(), QHeaderViewPrivate::headerSectionPosition(), QHeaderViewPrivate::headerSectionSize(), QHeaderViewPrivate::headerVisualIndexAt(), and QHeaderViewPrivate::setDefaultSectionSize().
|
inline |
Definition at line 296 of file qheaderview_p.h.
Referenced by operator<<(), and QHeaderViewPrivate::sectionSpanIndex().
| int QHeaderViewPrivate::SectionSpan::count |
Definition at line 289 of file qheaderview_p.h.
Referenced by QHeaderViewPrivate::createSectionSpan(), QHeaderViewPrivate::headerSectionCount(), QHeaderViewPrivate::headerSectionPosition(), QHeaderViewPrivate::headerSectionSize(), QHeaderViewPrivate::headerVisualIndexAt(), read(), QHeaderViewPrivate::setDefaultSectionSize(), and write().
| QHeaderView::ResizeMode QHeaderViewPrivate::SectionSpan::resizeMode |
Definition at line 290 of file qheaderview_p.h.
Referenced by QHeaderViewPrivate::createSectionSpan().
| int QHeaderViewPrivate::SectionSpan::size |
Definition at line 288 of file qheaderview_p.h.
Referenced by QHeaderViewPrivate::createSectionSpan(), QHeaderViewPrivate::headerSectionPosition(), QHeaderViewPrivate::headerVisualIndexAt(), read(), QHeaderViewPrivate::removeSpans(), QHeaderViewPrivate::setDefaultSectionSize(), and write().