Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
AlgorithmMetadata.h File Reference
#include <QLatin1String>
#include <QString>
#include <QStringView>

Go to the source code of this file.

Classes

struct  PhosphorLayout::AlgorithmMetadata
 Capability + display metadata for a single autotile algorithm. More...
 

Namespaces

namespace  PhosphorLayout
 

Enumerations

enum class  PhosphorLayout::ZoneNumberDisplay {
  PhosphorLayout::RendererDecides , PhosphorLayout::All , PhosphorLayout::Last , PhosphorLayout::FirstAndLast ,
  PhosphorLayout::None
}
 How zone numbers are displayed in algorithm previews. More...
 

Functions

QString PhosphorLayout::zoneNumberDisplayToString (ZoneNumberDisplay value)
 Encode a ZoneNumberDisplay as its canonical wire string.
 
ZoneNumberDisplay PhosphorLayout::zoneNumberDisplayFromString (QStringView text)
 Decode a wire string back into a ZoneNumberDisplay.