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
geotiledmapreply_esri.cpp File Reference

(cd4db512ae08836f5fa1d746000052215cf70a9c)

#include "geotiledmapreply_esri.h"
#include <QtLocation/private/qgeotilespec_p.h>
Include dependency graph for geotiledmapreply_esri.cpp:

Go to the source code of this file.

Variables

static QT_BEGIN_NAMESPACE const unsigned char pngSignature [] = {0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00}
static const unsigned char jpegSignature [] = {0xFF, 0xD8, 0xFF, 0x00}
static const unsigned char gifSignature [] = {0x47, 0x49, 0x46, 0x38, 0x00}

Variable Documentation

◆ gifSignature

const unsigned char gifSignature = {0x47, 0x49, 0x46, 0x38, 0x00}
static

Definition at line 12 of file geotiledmapreply_esri.cpp.

◆ jpegSignature

const unsigned char jpegSignature = {0xFF, 0xD8, 0xFF, 0x00}
static

Definition at line 11 of file geotiledmapreply_esri.cpp.

◆ pngSignature

QT_BEGIN_NAMESPACE const unsigned char pngSignature = {0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00}
static

Definition at line 10 of file geotiledmapreply_esri.cpp.