![]() |
Qt 6.x
The Qt SDK
|
#include "qglobal.h"#include "qgraphicslayout.h"#include "qgraphicsscene.h"#include "qgraphicslayoutitem.h"#include "qgraphicslayoutitem_p.h"#include "qwidget.h"#include "qgraphicswidget.h"#include "qgraphicsitem_p.h"#include <QtDebug>
Include dependency graph for qgraphicslayoutitem.cpp:Go to the source code of this file.
Macros | |
| #define | COMBINE_SIZE(result, size) |
Functions | |
| static void | combineSize (QSizeF &result, const QSizeF &size) |
| static void | boundSize (QSizeF &result, const QSizeF &size) |
| static void | expandSize (QSizeF &result, const QSizeF &size) |
| static void | normalizeHints (qreal &minimum, qreal &preferred, qreal &maximum, qreal &descent) |
Definition at line 22 of file qgraphicslayoutitem.cpp.
Definition at line 36 of file qgraphicslayoutitem.cpp.
Referenced by QGraphicsLayoutItemPrivate::effectiveSizeHints(), and QQuickLayout::effectiveSizeHints_helper().
Here is the caller graph for this function:Definition at line 28 of file qgraphicslayoutitem.cpp.
Referenced by QGraphicsLayoutItemPrivate::effectiveSizeHints(), and QQuickLayout::effectiveSizeHints_helper().
Here is the caller graph for this function:Definition at line 44 of file qgraphicslayoutitem.cpp.
Referenced by QGraphicsLayoutItemPrivate::effectiveSizeHints(), and QQuickLayout::effectiveSizeHints_helper().
Here is the caller graph for this function:
|
static |
Definition at line 52 of file qgraphicslayoutitem.cpp.
Referenced by QGraphicsLayoutItemPrivate::effectiveSizeHints(), and QQuickLayout::effectiveSizeHints_helper().
Here is the caller graph for this function: