6#include <QLatin1String>
41 qWarning(
"PhosphorLayout::LayoutId::extractAlgorithmId called with non-autotile id: %s", qUtf8Printable(
id));
QString makeAutotileId(const QString &algorithmId)
Definition LayoutId.h:50
QString normalizeAlgorithmId(const QString &id)
Normalize an algorithm-id-or-prefixed-layout-id into the canonical autotile:<algo> form: pass-through...
Definition LayoutId.h:71
constexpr QLatin1String AutotilePrefix
Definition LayoutId.h:26
bool isAutotile(const QString &id)
Definition LayoutId.h:28
QString extractAlgorithmId(const QString &id)
Extract the algorithm id portion from an autotile preview id.
Definition LayoutId.h:38
Definition AlgorithmMetadata.h:10