Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qsgareaallocator.cpp File Reference
#include "qsgareaallocator_p.h"
#include <QtCore/qglobal.h>
#include <QtCore/qrect.h>
#include <QtCore/qpoint.h>
#include <QtCore/qdatastream.h>
#include <QtCore/qstack.h>
#include <QtCore/qendian.h>
#include <QtCore/qvarlengtharray.h>
+ Include dependency graph for qsgareaallocator.cpp:

Go to the source code of this file.

Classes

struct  QSGAreaAllocatorNode
 

Enumerations

enum  SplitType { VerticalSplit , HorizontalSplit }
 

Variables

static const int maxMargin = 2
 

Enumeration Type Documentation

◆ SplitType

enum SplitType
Enumerator
VerticalSplit 
HorizontalSplit 

Definition at line 16 of file qsgareaallocator.cpp.

Variable Documentation

◆ maxMargin

const int maxMargin = 2
static

Definition at line 22 of file qsgareaallocator.cpp.