#include <phosphortiles_export.h>
#include <PhosphorLayoutApi/AlgorithmMetadata.h>
#include <QRect>
#include <QString>
#include <QStringList>
#include <QVariant>
#include <QVariantMap>
#include <QVector>
Go to the source code of this file.
|
| PHOSPHORTILES_EXPORT QVector< QRect > | PhosphorTiles::ScriptedHelpers::clampZonesToArea (const QVector< QRect > &zones, const QRect &area, const QString &scriptId) |
| | Clamp zones to the given area, using the full area as a fallback for zones that fall entirely outside it.
|
| |