QmlMaterial 0.1.0
Loading...
Searching...
No Matches
qml_material::token::WindowClass Struct Reference

Window classification system based on width ranges. More...

#include <qml_material/token/token.hpp>

Properties

qml_material::token::WindowClassItem compact
 Window class for compact layouts (0-600px)
 
qml_material::token::WindowClassItem medium
 Window class for medium layouts (600-840px)
 
qml_material::token::WindowClassItem expanded
 Window class for expanded layouts (840-1200px)
 
qml_material::token::WindowClassItem large
 Window class for large layouts (1200-1600px)
 
qml_material::token::WindowClassItem extra_large
 Window class for extra large layouts (1600px+)
 

Detailed Description

Window classification system based on width ranges.

Provides different window class categories (compact, medium, expanded, etc.) and utilities to determine the appropriate class based on window width.


The documentation for this struct was generated from the following file: