QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes
qgsvectorlayercache.h File Reference
#include <QCache>
#include "qgsvectorlayer.h"
Include dependency graph for qgsvectorlayercache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsVectorLayerCache
 This class caches features of a given QgsVectorLayer. More...
class  QgsVectorLayerCache::QgsCachedFeature
 This is a wrapper class around a cached QgsFeature, which will inform the cache, when it has been deleted, so indexes can be updated that the wrapped feature needs to be fetched again if needed.