Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qcalendarbackend_p.h File Reference
#include <QtCore/qobjectdefs.h>
#include <QtCore/qcalendar.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qstring.h>
#include <QtCore/qmap.h>
#include <QtCore/qanystringview.h>
#include <QtCore/private/qlocale_p.h>
+ Include dependency graph for qcalendarbackend_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QCalendarLocale
 
class  QCalendarBackend
 The QCalendarBackend class provides basic calendaring functions. More...
 

Namespaces

namespace  QtPrivate
 \macro QT_NAMESPACE
 

Macros

#define rangeGetter(name)    QLocaleData::DataRange name() const { return { m_ ## name ## _idx, m_ ## name ## _size }; }
 

Macro Definition Documentation

◆ rangeGetter

#define rangeGetter (   name)     QLocaleData::DataRange name() const { return { m_ ## name ## _idx, m_ ## name ## _size }; }

Definition at line 37 of file qcalendarbackend_p.h.