![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtWidgets/private/qtwidgetsglobal_p.h>
#include "qheaderview.h"
#include "private/qabstractitemview_p.h"
#include "QtCore/qbitarray.h"
#include "QtWidgets/qapplication.h"
#include <array>
Go to the source code of this file.
Classes | |
class | QHeaderViewPrivate |
struct | QHeaderViewPrivate::SectionItem |
struct | QHeaderViewPrivate::LayoutChangeItem |
Enumerations | |
enum | HeaderMode { InitialNoSectionMemoryUsage , FlexibleWithSectionMemoryUsage } |
Functions | |
QT_REQUIRE_CONFIG (itemviews) | |
Q_DECLARE_TYPEINFO (QHeaderViewPrivate::SectionItem, Q_PRIMITIVE_TYPE) | |
Q_DECLARE_TYPEINFO (QHeaderViewPrivate::LayoutChangeItem, Q_RELOCATABLE_TYPE) |
enum HeaderMode |
Enumerator | |
---|---|
InitialNoSectionMemoryUsage | |
FlexibleWithSectionMemoryUsage |
Definition at line 38 of file qheaderview_p.h.
Q_DECLARE_TYPEINFO | ( | QHeaderViewPrivate::LayoutChangeItem | , |
Q_RELOCATABLE_TYPE | ) |
Q_DECLARE_TYPEINFO | ( | QHeaderViewPrivate::SectionItem | , |
Q_PRIMITIVE_TYPE | ) |
QT_REQUIRE_CONFIG | ( | itemviews | ) |