Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qfreelist.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include "qfreelist_p.h"
5
7
8// default sizes and offsets (no need to define these when customizing)
9enum {
10 Offset0 = 0x00000000,
11 Offset1 = 0x00008000,
12 Offset2 = 0x00080000,
13 Offset3 = 0x00800000,
14
19};
20
22 Size0,
23 Size1,
24 Size2,
25 Size3
26};
27
29
Combined button and popup list for selecting options.
@ Size0
Definition qfreelist.cpp:15
@ Size1
Definition qfreelist.cpp:16
@ Offset0
Definition qfreelist.cpp:10
@ Size3
Definition qfreelist.cpp:18
@ Offset1
Definition qfreelist.cpp:11
@ Size2
Definition qfreelist.cpp:17
@ Offset3
Definition qfreelist.cpp:13
@ Offset2
Definition qfreelist.cpp:12
static const int Sizes[BlockCount]
Definition qfreelist_p.h:90