QGIS API Documentation
2.6.0-Brighton
|
#include <algorithm>
#include "qgscategorizedsymbolrendererv2.h"
#include "qgssymbolv2.h"
#include "qgssymbollayerv2utils.h"
#include "qgsvectorcolorrampv2.h"
#include "qgspointdisplacementrenderer.h"
#include "qgsinvertedpolygonrenderer.h"
#include "qgsfeature.h"
#include "qgsvectorlayer.h"
#include "qgslogger.h"
#include <QDomDocument>
#include <QDomElement>
#include <QSettings>
Functions | |
bool | valueLessThan (const QgsRendererCategoryV2 &c1, const QgsRendererCategoryV2 &c2) |
bool | valueGreaterThan (const QgsRendererCategoryV2 &c1, const QgsRendererCategoryV2 &c2) |
bool | labelLessThan (const QgsRendererCategoryV2 &c1, const QgsRendererCategoryV2 &c2) |
bool | labelGreaterThan (const QgsRendererCategoryV2 &c1, const QgsRendererCategoryV2 &c2) |
bool labelGreaterThan | ( | const QgsRendererCategoryV2 & | c1, |
const QgsRendererCategoryV2 & | c2 | ||
) |
bool labelLessThan | ( | const QgsRendererCategoryV2 & | c1, |
const QgsRendererCategoryV2 & | c2 | ||
) |
bool valueGreaterThan | ( | const QgsRendererCategoryV2 & | c1, |
const QgsRendererCategoryV2 & | c2 | ||
) |
bool valueLessThan | ( | const QgsRendererCategoryV2 & | c1, |
const QgsRendererCategoryV2 & | c2 | ||
) |