QGIS API Documentation  3.0.2-Girona (307d082)
Public Member Functions | List of all members
QgsCapabilitiesCache Class Reference

A cache for capabilities xml documents (by configuration file path) More...

#include <qgscapabilitiescache.h>

Inheritance diagram for QgsCapabilitiesCache:
Inheritance graph
[legend]

Public Member Functions

 QgsCapabilitiesCache ()
 
void insertCapabilitiesDocument (const QString &configFilePath, const QString &key, const QDomDocument *doc)
 Inserts new capabilities document (creates a copy of the document, does not take ownership) More...
 
void removeCapabilitiesDocument (const QString &path)
 Remove capabilities document. More...
 
const QDomDocument * searchCapabilitiesDocument (const QString &configFilePath, const QString &key)
 Returns cached capabilities document (or 0 if document for configuration file not in cache) More...
 

Detailed Description

A cache for capabilities xml documents (by configuration file path)

Definition at line 31 of file qgscapabilitiescache.h.

Constructor & Destructor Documentation

◆ QgsCapabilitiesCache()

QgsCapabilitiesCache::QgsCapabilitiesCache ( )

Member Function Documentation

◆ insertCapabilitiesDocument()

void QgsCapabilitiesCache::insertCapabilitiesDocument ( const QString &  configFilePath,
const QString &  key,
const QDomDocument *  doc 
)

Inserts new capabilities document (creates a copy of the document, does not take ownership)

Parameters
configFilePaththe project file path
keykey used to separate different version in different cache
docthe DOM document

◆ removeCapabilitiesDocument()

void QgsCapabilitiesCache::removeCapabilitiesDocument ( const QString &  path)

Remove capabilities document.

Parameters
paththe project file path
Since
QGIS 2.16

◆ searchCapabilitiesDocument()

const QDomDocument* QgsCapabilitiesCache::searchCapabilitiesDocument ( const QString &  configFilePath,
const QString &  key 
)

Returns cached capabilities document (or 0 if document for configuration file not in cache)

Parameters
configFilePaththe progect file path
keykey used to separate different version in different cache

The documentation for this class was generated from the following file: