QGIS API Documentation
2.0.1-Dufour
|
#include "qgssvgcache.h"
#include "qgis.h"
#include "qgslogger.h"
#include "qgsnetworkaccessmanager.h"
#include "qgsmessagelog.h"
#include <QApplication>
#include <QCoreApplication>
#include <QCursor>
#include <QDomDocument>
#include <QDomElement>
#include <QFile>
#include <QImage>
#include <QPainter>
#include <QPicture>
#include <QSvgRenderer>
#include <QFileInfo>
#include <QNetworkReply>
#include <QNetworkRequest>
Go to the source code of this file.
Variables | |
QString | file |
double | size |
double | outlineWidth |
double | widthScaleFactor |
double | rasterScaleFactor |
QColor | fill |
QColor | outline |
QString file |
Definition at line 74 of file qgssvgcache.cpp.
Referenced by QgsFileDropEdit::acceptableFilePath(), QgsFormAnnotationItem::createDesignerWidget(), QgsLogger::debug(), QgsVectorFileWriter::deleteShapeFile(), QgsManageConnectionsDialog::doExportImport(), QgsApplication::event(), QgsScaleUtils::loadScaleList(), QgsLogger::logMessageToFile(), QgsError::message(), QgsManageConnectionsDialog::populateConnections(), QgsAttributeDialog::QgsAttributeDialog(), QgsMapLayer::readLayerXML(), QgsScaleUtils::saveScaleList(), QgsSvgAnnotationItem::setFilePath(), QgsHtmlAnnotationItem::setHTMLPage(), and QgsRasterFormatSaveOptionsWidget::setRasterFileName().
QColor fill |
Definition at line 79 of file qgssvgcache.cpp.
QColor outline |
Definition at line 80 of file qgssvgcache.cpp.
double outlineWidth |
Definition at line 76 of file qgssvgcache.cpp.
Referenced by QgsSVGFillSymbolLayer::applyDataDefinedSettings(), QgsSVGFillSymbolLayer::applyPattern(), and QgsProjectFileTransform::transform0100to0110().
double rasterScaleFactor |
Definition at line 78 of file qgssvgcache.cpp.
Referenced by QgsSvgCache::cacheEntry(), QgsComposerLegend::drawSymbolV2(), QgsMapRenderer::render(), QgsMapCanvasItem::setRenderContextVariables(), and QgsSimpleFillSymbolLayerV2::startRender().
double size |
Definition at line 75 of file qgssvgcache.cpp.
Referenced by QgsComposerLegend::adjustBoxSize(), QgsRasterBlock::applyNoDataValues(), QgsSVGFillSymbolLayer::applyPattern(), QgsPalLayerSettings::calculateLabelSize(), QgsDistanceArea::computePolygonFlatArea(), QgsRasterBlock::convert(), QgsSymbolLayerV2Utils::convertPolygonSymbolizerToPointMarker(), QgsAttributeEditor::createAttributeEditor(), QgsSVGFillSymbolLayer::createFromSld(), QgsLinePatternFillSymbolLayer::createFromSld(), QgsPalLayerSettings::dataDefinedValEval(), QgsAttributeAction::defaultAction(), QgsComposerLegend::drawAtom(), QgsComposerLegend::drawGroupItemTitle(), QgsComposerLegend::drawLayerItemTitle(), QgsComposerLegend::drawSymbolV2(), QgsComposerLegend::drawTitle(), fcnTitle(), QgsSymbolLayerV2Utils::fillFromSld(), QgsOgcUtils::geometryFromGMLLineString(), QgsOgcUtils::geometryFromGMLMultiLineString(), QgsOgcUtils::geometryFromGMLMultiPoint(), QgsOgcUtils::geometryFromGMLMultiPolygon(), QgsOgcUtils::geometryFromGMLPoint(), QgsOgcUtils::geometryFromGMLPolygon(), QgsAttributeEditor::loadPixmap(), QgsSymbolLayerV2Utils::needLinePatternFill(), QgsComposerLegend::paintAndDetermineSize(), QgsPanningWidget::paintEvent(), QgsHighlight::paintPolygon(), QgsDirectoryParamWidget::QgsDirectoryParamWidget(), QgsMapCanvas::QgsMapCanvas(), readOldSymbol(), QgsComposerMultiFrame::recalculateFrameSizes(), QgsPalLayerSettings::registerFeature(), QgsLabel::renderLabel(), QgsPalLayerSettings::scaleToPixelContext(), QgsNineCellFilter::setCellSizeX(), QgsNineCellFilter::setCellSizeY(), QgsMapRenderer::setOutputSize(), QgsMarkerSymbolLayerV2::setSize(), QgsFeatureRendererV2::setVertexMarkerAppearance(), QgsDiagramRendererV2::sizeMapUnits(), QgsSingleSymbolRendererV2::startRender(), QgsGraduatedSymbolRendererV2::symbolForFeature(), QgsCategorizedSymbolRendererV2::symbolForFeature(), QgsRasterBlock::valueBytes(), and QgsLabel::writeXML().
double widthScaleFactor |
Definition at line 77 of file qgssvgcache.cpp.
Referenced by QgsProjectFileTransform::transform0100to0110().