Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qsgareaallocator.cpp File Reference

(6fea0cd57ebc3a5311c3fc040dfbc70f4921aaa0)

#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.