Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qcalendarbackend_p.h File Reference

(b211d8a8c0196a96b2aa324c9e3d991ae378c7f4)

#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_NO_KEYWORDS >
 

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.