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
QMdi::Placer Class Referenceabstract

#include <qmdiarea_p.h>

+ Inheritance diagram for QMdi::Placer:
+ Collaboration diagram for QMdi::Placer:

Public Member Functions

virtual QPoint place (const QSize &size, const QList< QRect > &rects, const QRect &domain) const =0
 
virtual ~Placer ()
 

Detailed Description

Definition at line 79 of file qmdiarea_p.h.

Constructor & Destructor Documentation

◆ ~Placer()

virtual QMdi::Placer::~Placer ( )
inlinevirtual

Definition at line 86 of file qmdiarea_p.h.

Member Function Documentation

◆ place()

virtual QPoint QMdi::Placer::place ( const QSize & size,
const QList< QRect > & rects,
const QRect & domain ) const
pure virtual

Implemented in QMdi::MinOverlapPlacer.

Referenced by QMdiAreaPrivate::place().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: