QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
#include "qgsvectorlayereditbuffer.h"
#include "qgsgeometry.h"
#include "qgslogger.h"
#include "qgsvectorlayerundocommand.h"
#include "qgsvectordataprovider.h"
#include "qgsvectorlayer.h"
#include "qgsvectorlayerutils.h"
Go to the source code of this file.
Functions | |
template<class Key , class T > | |
void | mapToReversedLists (const QMap< Key, T > &map, QList< Key > &ks, QList< T > &vs) |
populate two lists (ks, vs) from map - in reverse order More... | |
void mapToReversedLists | ( | const QMap< Key, T > & | map, |
QList< Key > & | ks, | ||
QList< T > & | vs | ||
) |
populate two lists (ks, vs) from map - in reverse order
Definition at line 25 of file qgsvectorlayereditbuffer.cpp.