6#include <phosphortiles_export.h>
24 qreal splitRatio = -1.0;
35 return !(*
this == other);
Definition AutotileEngine.h:71
User-configured tiling parameters that affect algorithm preview generation.
Definition AlgorithmPreviewParams.h:20
bool operator!=(const AlgorithmPreviewParams &other) const
Definition AlgorithmPreviewParams.h:33
QHash< QString, QVariantMap > savedAlgorithmSettings
Per-algorithm saved settings (masterCount, splitRatio).
Definition AlgorithmPreviewParams.h:30
QString algorithmId
Active algorithm — maxWindows/splitRatio/masterCount apply only to this.
Definition AlgorithmPreviewParams.h:21
bool operator==(const AlgorithmPreviewParams &other) const