95  const auto constMPageSizes = mPageSizes;
 
   96  for ( 
const QgsPageSize &pageSize : constMPageSizes )
 
  105      return pageSize.name;
 
 
QList< QgsPageSize > entries() const
Returns a list of page sizes in the registry.
 
QList< QgsPageSize > find(const QString &name) const
Finds matching page sizes from the registry, using a case insensitive match on the page size name.
 
bool decodePageSize(const QString &string, QgsPageSize &size) const
Decodes a string representing a preset page size.
 
QgsPageSizeRegistry()
Creates a registry and populates it with known sizes.
 
void add(const QgsPageSize &size)
Adds a page size to the registry.
 
A named page size for layouts.
 
bool operator==(const QgsPageSize &other) const
 
bool operator!=(const QgsPageSize &other) const
 
bool qgsDoubleNear(double a, double b, double epsilon=4 *std::numeric_limits< double >::epsilon())
Compare two doubles (but allow some difference)