Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qcalendarbackend_p.h File Reference

(4bef66d2dcebda406d2412d168d5b9f07c2b3c37)

#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

Macros

#define CASE(E, member)

Macro Definition Documentation

◆ CASE

#define CASE ( E,
member )
Value:
case QLocale::FormatType::E: \
return { m_ ## member ## _idx, m_ ## member ## _size }

Definition at line 37 of file qcalendarbackend_p.h.