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
QGeoCameraTilesPrivate::TileMap Struct Reference

#include <qgeocameratiles_p_p.h>

+ Collaboration diagram for QGeoCameraTilesPrivate::TileMap:

Public Member Functions

 TileMap ()
 
void add (int tileX, int tileY)
 

Public Attributes

QMap< int, QPair< int, int > > data
 

Detailed Description

Definition at line 61 of file qgeocameratiles_p_p.h.

Constructor & Destructor Documentation

◆ TileMap()

QGeoCameraTilesPrivate::TileMap::TileMap ( )

Definition at line 807 of file qgeocameratiles.cpp.

Member Function Documentation

◆ add()

void QGeoCameraTilesPrivate::TileMap::add ( int tileX,
int tileY )

Definition at line 809 of file qgeocameratiles.cpp.

References qMax(), qMin(), and QList< T >::value().

+ Here is the call graph for this function:

Member Data Documentation

◆ data

QMap<int, QPair<int, int> > QGeoCameraTilesPrivate::TileMap::data

Definition at line 67 of file qgeocameratiles_p_p.h.


The documentation for this struct was generated from the following files: