Binary compatibility report for the QGIS library between 1.8.0 and 2.0.0 versions on x86
Test Info
Library Name | QGIS |
Version #1 | 1.8.0 |
Version #2 | 2.0.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 185 |
Total Shared Libraries | 7 |
Total Symbols / Types | 3963 / 1271 |
Verdict | Incompatible (60%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1967 |
Removed Symbols | High | 669 |
Problems with Data Types | High | 208 |
Medium | 174 |
Low | 201 |
Problems with Symbols | High | 178 |
Medium | 3 |
Low | 53 |
Problems with Constants | Low | 4 |
Other Changes in Data Types | - | 80 |
Other Changes in Symbols | - | 1 |
Other Changes in Constants | - | 6 |
Added Symbols (1967)
qgis.h,
libqgis_core.so.2.0.0
GEO_EPSG_CRS_AUTHID [data]
GEO_NONE [data]
GEOWKT [data]
PROJECT_SCALES [data]
QGis::fromLiteral ( QString literal, enum QGis::UnitType defaultType ) [static]
[symbol: _ZN4QGis11fromLiteralE7QStringNS_8UnitTypeE]
QGis::toLiteral ( enum QGis::UnitType unit ) [static]
[symbol: _ZN4QGis9toLiteralENS_8UnitTypeE]
QGis::tr ( enum QGis::UnitType unit ) [static]
[symbol: _ZN4QGis2trENS_8UnitTypeE]
qgsCalloc ( size_t nmemb, size_t size )
[symbol: _Z9qgsCallocjj]
qgsFree ( void* ptr )
[symbol: _Z7qgsFreePv]
qgsMalloc ( size_t size )
[symbol: _Z9qgsMallocj]
qgsVariantGreaterThan ( QVariant const& lhs, QVariant const& rhs )
[symbol: _Z21qgsVariantGreaterThanRK8QVariantS1_]
qgsVariantLessThan ( QVariant const& lhs, QVariant const& rhs )
[symbol: _Z18qgsVariantLessThanRK8QVariantS1_]
qgsaddremovemultiframecommand.h,
libqgis_core.so.2.0.0
QgsAddRemoveMultiFrameCommand::QgsAddRemoveMultiFrameCommand [in-charge] ( enum QgsAddRemoveMultiFrameCommand::State s, struct QgsComposerMultiFrame* multiFrame, struct QgsComposition* c, QString const& text, QUndoCommand* parent )
[symbol: _ZN29QgsAddRemoveMultiFrameCommandC1ENS_5StateEP21QgsComposerMultiFrameP14QgsCompositionRK7QStringP12QUndoCommand]
QgsAddRemoveMultiFrameCommand::QgsAddRemoveMultiFrameCommand [not-in-charge] ( enum QgsAddRemoveMultiFrameCommand::State s, struct QgsComposerMultiFrame* multiFrame, struct QgsComposition* c, QString const& text, QUndoCommand* parent )
[symbol: _ZN29QgsAddRemoveMultiFrameCommandC2ENS_5StateEP21QgsComposerMultiFrameP14QgsCompositionRK7QStringP12QUndoCommand]
QgsAddRemoveMultiFrameCommand::redo ( )
[symbol: _ZN29QgsAddRemoveMultiFrameCommand4redoEv]
QgsAddRemoveMultiFrameCommand::undo ( )
[symbol: _ZN29QgsAddRemoveMultiFrameCommand4undoEv]
QgsAddRemoveMultiFrameCommand::~QgsAddRemoveMultiFrameCommand [in-charge-deleting] ( )
[symbol: _ZN29QgsAddRemoveMultiFrameCommandD0Ev]
QgsAddRemoveMultiFrameCommand::~QgsAddRemoveMultiFrameCommand [in-charge] ( )
[symbol: _ZN29QgsAddRemoveMultiFrameCommandD1Ev]
QgsAddRemoveMultiFrameCommand::~QgsAddRemoveMultiFrameCommand [not-in-charge] ( )
[symbol: _ZN29QgsAddRemoveMultiFrameCommandD2Ev]
qgsapplication.h,
libqgis_core.so.2.0.0
QgsApplication::createDB ( QString* errorMessage ) [static]
[symbol: _ZN14QgsApplication8createDBEP7QString]
QgsApplication::getThemeIcon ( QString const theName ) [static]
[symbol: _ZN14QgsApplication12getThemeIconE7QString]
QgsApplication::getThemePixmap ( QString const theName ) [static]
[symbol: _ZN14QgsApplication14getThemePixmapE7QString]
QgsApplication::licenceFilePath ( ) [static]
[symbol: _ZN14QgsApplication15licenceFilePathEv]
qgsatlascomposition.h,
libqgis_core.so.2.0.0
QgsAtlasComposition::beginRender ( )
[symbol: _ZN19QgsAtlasComposition11beginRenderEv]
QgsAtlasComposition::currentFilename ( ) const
[symbol: _ZNK19QgsAtlasComposition15currentFilenameEv]
QgsAtlasComposition::endRender ( )
[symbol: _ZN19QgsAtlasComposition9endRenderEv]
QgsAtlasComposition::metaObject ( ) const
[symbol: _ZNK19QgsAtlasComposition10metaObjectEv]
QgsAtlasComposition::numFeatures ( ) const
[symbol: _ZNK19QgsAtlasComposition11numFeaturesEv]
QgsAtlasComposition::parameterChanged ( )
[symbol: _ZN19QgsAtlasComposition16parameterChangedEv]
QgsAtlasComposition::prepareForFeature ( std::size_t i )
[symbol: _ZN19QgsAtlasComposition17prepareForFeatureEj]
QgsAtlasComposition::QgsAtlasComposition [in-charge] ( struct QgsComposition* composition )
[symbol: _ZN19QgsAtlasCompositionC1EP14QgsComposition]
QgsAtlasComposition::QgsAtlasComposition [not-in-charge] ( struct QgsComposition* composition )
[symbol: _ZN19QgsAtlasCompositionC2EP14QgsComposition]
QgsAtlasComposition::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN19QgsAtlasComposition11qt_metacallEN11QMetaObject4CallEiPPv]
QgsAtlasComposition::qt_metacast ( char const* p1 )
[symbol: _ZN19QgsAtlasComposition11qt_metacastEPKc]
QgsAtlasComposition::readXML ( QDomElement const& elem, QDomDocument const& doc )
[symbol: _ZN19QgsAtlasComposition7readXMLERK11QDomElementRK12QDomDocument]
QgsAtlasComposition::setCoverageLayer ( QgsVectorLayer* lmap )
[symbol: _ZN19QgsAtlasComposition16setCoverageLayerEP14QgsVectorLayer]
QgsAtlasComposition::staticMetaObject [data]
[symbol: _ZN19QgsAtlasComposition16staticMetaObjectE]
QgsAtlasComposition::writeXML ( QDomElement& elem, QDomDocument& doc ) const
[symbol: _ZNK19QgsAtlasComposition8writeXMLER11QDomElementR12QDomDocument]
QgsAtlasComposition::~QgsAtlasComposition [in-charge-deleting] ( )
[symbol: _ZN19QgsAtlasCompositionD0Ev]
QgsAtlasComposition::~QgsAtlasComposition [in-charge] ( )
[symbol: _ZN19QgsAtlasCompositionD1Ev]
QgsAtlasComposition::~QgsAtlasComposition [not-in-charge] ( )
[symbol: _ZN19QgsAtlasCompositionD2Ev]
qgsattributeaction.h,
libqgis_core.so.2.0.0
QgsAttributeAction::removeAction ( int index )
[symbol: _ZN18QgsAttributeAction12removeActionEi]
qgsattributeeditor.h,
libqgis_gui.so.2.0.0
QgsAttributeEditor::createAttributeEditor ( QWidget* parent, QWidget* editor, QgsVectorLayer* vl, int idx, QVariant const& value, QMap<int, QWidget*>& proxyWidgets ) [static]
[symbol: _ZN18QgsAttributeEditor21createAttributeEditorEP7QWidgetS1_P14QgsVectorLayeriRK8QVariantR4QMapIiS1_E]
QgsAttributeEditor::createWidgetFromDef ( QgsAttributeEditorElement const* widgetDef, QWidget* parent, QgsVectorLayer* vl, QgsAttributes& attrs, QMap<int, QWidget*>& proxyWidgets, bool createGroupBox ) [static]
[symbol: _ZN18QgsAttributeEditor19createWidgetFromDefEPK25QgsAttributeEditorElementP7QWidgetP14QgsVectorLayerR7QVectorI8QVariantER4QMapIiS4_Eb]
QgsAttributeEditor::loadPixmap ( QString const& p1 )
[symbol: _ZN18QgsAttributeEditor10loadPixmapERK7QString]
QgsAttributeEditor::loadUrl ( QString const& p1 )
[symbol: _ZN18QgsAttributeEditor7loadUrlERK7QString]
QgsAttributeEditor::openUrl ( )
[symbol: _ZN18QgsAttributeEditor7openUrlEv]
QgsAttributeEditor::updateColor ( )
[symbol: _ZN18QgsAttributeEditor11updateColorEv]
QgsAttributeEditor::updateUrl ( )
[symbol: _ZN18QgsAttributeEditor9updateUrlEv]
QgsStringRelay::changeText ( )
[symbol: _ZN14QgsStringRelay10changeTextEv]
QgsStringRelay::changeText ( QString str )
[symbol: _ZN14QgsStringRelay10changeTextE7QString]
QgsStringRelay::metaObject ( ) const
[symbol: _ZNK14QgsStringRelay10metaObjectEv]
QgsStringRelay::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN14QgsStringRelay11qt_metacallEN11QMetaObject4CallEiPPv]
QgsStringRelay::qt_metacast ( char const* p1 )
[symbol: _ZN14QgsStringRelay11qt_metacastEPKc]
QgsStringRelay::staticMetaObject [data]
[symbol: _ZN14QgsStringRelay16staticMetaObjectE]
QgsStringRelay::textChanged ( QString p1 )
[symbol: _ZN14QgsStringRelay11textChangedE7QString]
QgsStringRelay::~QgsStringRelay [in-charge-deleting] ( )
[symbol: _ZN14QgsStringRelayD0Ev]
QgsStringRelay::~QgsStringRelay [in-charge] ( )
[symbol: _ZN14QgsStringRelayD1Ev]
qgsattributetabledelegate.h,
libqgis_gui.so.2.0.0
QgsAttributeTableDelegate::setFeatureSelectionModel ( QgsFeatureSelectionModel* featureSelectionModel )
[symbol: _ZN25QgsAttributeTableDelegate24setFeatureSelectionModelEP24QgsFeatureSelectionModel]
qgsattributetablefiltermodel.h,
libqgis_gui.so.2.0.0
QgsAttributeTableFilterModel::extentsChanged ( )
[symbol: _ZN28QgsAttributeTableFilterModel14extentsChangedEv]
QgsAttributeTableFilterModel::fidToIndex ( QgsFeatureId fid )
[symbol: _ZN28QgsAttributeTableFilterModel10fidToIndexEx]
QgsAttributeTableFilterModel::fidToIndexList ( QgsFeatureId fid )
[symbol: _ZN28QgsAttributeTableFilterModel14fidToIndexListEx]
QgsAttributeTableFilterModel::generateListOfVisibleFeatures ( )
[symbol: _ZN28QgsAttributeTableFilterModel29generateListOfVisibleFeaturesEv]
QgsAttributeTableFilterModel::lessThan ( QModelIndex const& left, QModelIndex const& right ) const
[symbol: _ZNK28QgsAttributeTableFilterModel8lessThanERK11QModelIndexS2_]
QgsAttributeTableFilterModel::mapFromMaster ( QModelIndex const& sourceIndex ) const
[symbol: _ZNK28QgsAttributeTableFilterModel13mapFromMasterERK11QModelIndex]
QgsAttributeTableFilterModel::mapToMaster ( QModelIndex const& proxyIndex ) const
[symbol: _ZNK28QgsAttributeTableFilterModel11mapToMasterERK11QModelIndex]
QgsAttributeTableFilterModel::metaObject ( ) const
[symbol: _ZNK28QgsAttributeTableFilterModel10metaObjectEv]
QgsAttributeTableFilterModel::QgsAttributeTableFilterModel [in-charge] ( QgsMapCanvas* canvas, QgsAttributeTableModel* sourceModel, QObject* parent )
[symbol: _ZN28QgsAttributeTableFilterModelC1EP12QgsMapCanvasP22QgsAttributeTableModelP7QObject]
QgsAttributeTableFilterModel::QgsAttributeTableFilterModel [not-in-charge] ( QgsMapCanvas* canvas, QgsAttributeTableModel* sourceModel, QObject* parent )
[symbol: _ZN28QgsAttributeTableFilterModelC2EP12QgsMapCanvasP22QgsAttributeTableModelP7QObject]
QgsAttributeTableFilterModel::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN28QgsAttributeTableFilterModel11qt_metacallEN11QMetaObject4CallEiPPv]
QgsAttributeTableFilterModel::qt_metacast ( char const* p1 )
[symbol: _ZN28QgsAttributeTableFilterModel11qt_metacastEPKc]
QgsAttributeTableFilterModel::rowToId ( QModelIndex const& row )
[symbol: _ZN28QgsAttributeTableFilterModel7rowToIdERK11QModelIndex]
QgsAttributeTableFilterModel::selectedOnTop ( )
[symbol: _ZN28QgsAttributeTableFilterModel13selectedOnTopEv]
QgsAttributeTableFilterModel::setFilteredFeatures ( QgsFeatureIds ids )
[symbol: _ZN28QgsAttributeTableFilterModel19setFilteredFeaturesE4QSetIxE]
QgsAttributeTableFilterModel::setFilterMode ( enum QgsAttributeTableFilterModel::FilterMode filterMode )
[symbol: _ZN28QgsAttributeTableFilterModel13setFilterModeENS_10FilterModeE]
QgsAttributeTableFilterModel::setSelectedOnTop ( bool selectedOnTop )
[symbol: _ZN28QgsAttributeTableFilterModel16setSelectedOnTopEb]
QgsAttributeTableFilterModel::setSourceModel ( QgsAttributeTableModel* sourceModel )
[symbol: _ZN28QgsAttributeTableFilterModel14setSourceModelEP22QgsAttributeTableModel]
QgsAttributeTableFilterModel::staticMetaObject [data]
[symbol: _ZN28QgsAttributeTableFilterModel16staticMetaObjectE]
qgsattributetablemodel.h,
libqgis_gui.so.2.0.0
QgsAttributeTableModel::idToIndex ( QgsFeatureId id ) const
[symbol: _ZNK22QgsAttributeTableModel9idToIndexEx]
QgsAttributeTableModel::idToIndexList ( QgsFeatureId id ) const
[symbol: _ZNK22QgsAttributeTableModel13idToIndexListEx]
QgsAttributeTableModel::prefetchColumnData ( int column )
[symbol: _ZN22QgsAttributeTableModel18prefetchColumnDataEi]
QgsAttributeTableModel::QgsAttributeTableModel [in-charge] ( QgsVectorLayerCache* layerCache, QObject* parent )
[symbol: _ZN22QgsAttributeTableModelC1EP19QgsVectorLayerCacheP7QObject]
QgsAttributeTableModel::QgsAttributeTableModel [not-in-charge] ( QgsVectorLayerCache* layerCache, QObject* parent )
[symbol: _ZN22QgsAttributeTableModelC2EP19QgsVectorLayerCacheP7QObject]
qgsattributetableview.h,
libqgis_gui.so.2.0.0
QgsAttributeTableView::_q_selectRow ( int row )
[symbol: _ZN21QgsAttributeTableView12_q_selectRowEi]
QgsAttributeTableView::eventFilter ( QObject* object, QEvent* event )
[symbol: _ZN21QgsAttributeTableView11eventFilterEP7QObjectP6QEvent]
QgsAttributeTableView::keyPressEvent ( QKeyEvent* event )
[symbol: _ZN21QgsAttributeTableView13keyPressEventEP9QKeyEvent]
QgsAttributeTableView::mouseMoveEvent ( QMouseEvent* event )
[symbol: _ZN21QgsAttributeTableView14mouseMoveEventEP11QMouseEvent]
QgsAttributeTableView::mousePressEvent ( QMouseEvent* event )
[symbol: _ZN21QgsAttributeTableView15mousePressEventEP11QMouseEvent]
QgsAttributeTableView::mouseReleaseEvent ( QMouseEvent* event )
[symbol: _ZN21QgsAttributeTableView17mouseReleaseEventEP11QMouseEvent]
QgsAttributeTableView::repaintRequested ( )
[symbol: _ZN21QgsAttributeTableView16repaintRequestedEv]
QgsAttributeTableView::repaintRequested ( QModelIndexList indexes )
[symbol: _ZN21QgsAttributeTableView16repaintRequestedE5QListI11QModelIndexE]
QgsAttributeTableView::selectAll ( )
[symbol: _ZN21QgsAttributeTableView9selectAllEv]
QgsAttributeTableView::selectRow ( int row )
[symbol: _ZN21QgsAttributeTableView9selectRowEi]
QgsAttributeTableView::setCanvasAndLayerCache ( QgsMapCanvas* canvas, QgsVectorLayerCache* layerCache )
[symbol: _ZN21QgsAttributeTableView22setCanvasAndLayerCacheEP12QgsMapCanvasP19QgsVectorLayerCache]
QgsAttributeTableView::setModel ( QgsAttributeTableFilterModel* filterModel )
[symbol: _ZN21QgsAttributeTableView8setModelEP28QgsAttributeTableFilterModel]
qgsbilinearrasterresampler.h,
libqgis_core.so.2.0.0
QgsBilinearRasterResampler::clone ( ) const
[symbol: _ZNK26QgsBilinearRasterResampler5cloneEv]
QgsBilinearRasterResampler::QgsBilinearRasterResampler [in-charge] ( )
[symbol: _ZN26QgsBilinearRasterResamplerC1Ev]
QgsBilinearRasterResampler::QgsBilinearRasterResampler [not-in-charge] ( )
[symbol: _ZN26QgsBilinearRasterResamplerC2Ev]
QgsBilinearRasterResampler::resample ( QImage const& srcImage, QImage& dstImage )
[symbol: _ZN26QgsBilinearRasterResampler8resampleERK6QImageRS0_]
QgsBilinearRasterResampler::type ( ) const
[symbol: _ZNK26QgsBilinearRasterResampler4typeEv]
QgsBilinearRasterResampler::~QgsBilinearRasterResampler [in-charge-deleting] ( )
[symbol: _ZN26QgsBilinearRasterResamplerD0Ev]
QgsBilinearRasterResampler::~QgsBilinearRasterResampler [in-charge] ( )
[symbol: _ZN26QgsBilinearRasterResamplerD1Ev]
QgsBilinearRasterResampler::~QgsBilinearRasterResampler [not-in-charge] ( )
[symbol: _ZN26QgsBilinearRasterResamplerD2Ev]
qgsblendmodecombobox.h,
libqgis_gui.so.2.0.0
QgsBlendModeComboBox::blendMode ( )
[symbol: _ZN20QgsBlendModeComboBox9blendModeEv]
QgsBlendModeComboBox::metaObject ( ) const
[symbol: _ZNK20QgsBlendModeComboBox10metaObjectEv]
QgsBlendModeComboBox::QgsBlendModeComboBox [in-charge] ( QWidget* parent )
[symbol: _ZN20QgsBlendModeComboBoxC1EP7QWidget]
QgsBlendModeComboBox::QgsBlendModeComboBox [not-in-charge] ( QWidget* parent )
[symbol: _ZN20QgsBlendModeComboBoxC2EP7QWidget]
QgsBlendModeComboBox::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN20QgsBlendModeComboBox11qt_metacallEN11QMetaObject4CallEiPPv]
QgsBlendModeComboBox::qt_metacast ( char const* p1 )
[symbol: _ZN20QgsBlendModeComboBox11qt_metacastEPKc]
QgsBlendModeComboBox::setBlendMode ( enum QPainter::CompositionMode blendMode )
[symbol: _ZN20QgsBlendModeComboBox12setBlendModeEN8QPainter15CompositionModeE]
QgsBlendModeComboBox::staticMetaObject [data]
[symbol: _ZN20QgsBlendModeComboBox16staticMetaObjectE]
QgsBlendModeComboBox::updateModes ( )
[symbol: _ZN20QgsBlendModeComboBox11updateModesEv]
QgsBlendModeComboBox::~QgsBlendModeComboBox [in-charge-deleting] ( )
[symbol: _ZN20QgsBlendModeComboBoxD0Ev]
QgsBlendModeComboBox::~QgsBlendModeComboBox [in-charge] ( )
[symbol: _ZN20QgsBlendModeComboBoxD1Ev]
QgsBlendModeComboBox::~QgsBlendModeComboBox [not-in-charge] ( )
[symbol: _ZN20QgsBlendModeComboBoxD2Ev]
qgsbrightnesscontrastfilter.h,
libqgis_core.so.2.0.0
QgsBrightnessContrastFilter::bandCount ( ) const
[symbol: _ZNK27QgsBrightnessContrastFilter9bandCountEv]
QgsBrightnessContrastFilter::block ( int bandNo, QgsRectangle const& extent, int width, int height )
[symbol: _ZN27QgsBrightnessContrastFilter5blockEiRK12QgsRectangleii]
QgsBrightnessContrastFilter::clone ( ) const
[symbol: _ZNK27QgsBrightnessContrastFilter5cloneEv]
QgsBrightnessContrastFilter::dataType ( int bandNo ) const
[symbol: _ZNK27QgsBrightnessContrastFilter8dataTypeEi]
QgsBrightnessContrastFilter::QgsBrightnessContrastFilter [in-charge] ( QgsRasterInterface* input )
[symbol: _ZN27QgsBrightnessContrastFilterC1EP18QgsRasterInterface]
QgsBrightnessContrastFilter::QgsBrightnessContrastFilter [not-in-charge] ( QgsRasterInterface* input )
[symbol: _ZN27QgsBrightnessContrastFilterC2EP18QgsRasterInterface]
QgsBrightnessContrastFilter::readXML ( QDomElement const& filterElem )
[symbol: _ZN27QgsBrightnessContrastFilter7readXMLERK11QDomElement]
QgsBrightnessContrastFilter::setInput ( QgsRasterInterface* input )
[symbol: _ZN27QgsBrightnessContrastFilter8setInputEP18QgsRasterInterface]
QgsBrightnessContrastFilter::writeXML ( QDomDocument& doc, QDomElement& parentElem ) const
[symbol: _ZNK27QgsBrightnessContrastFilter8writeXMLER12QDomDocumentR11QDomElement]
QgsBrightnessContrastFilter::~QgsBrightnessContrastFilter [in-charge-deleting] ( )
[symbol: _ZN27QgsBrightnessContrastFilterD0Ev]
QgsBrightnessContrastFilter::~QgsBrightnessContrastFilter [in-charge] ( )
[symbol: _ZN27QgsBrightnessContrastFilterD1Ev]
QgsBrightnessContrastFilter::~QgsBrightnessContrastFilter [not-in-charge] ( )
[symbol: _ZN27QgsBrightnessContrastFilterD2Ev]
qgsbrowsermodel.h,
libqgis_core.so.2.0.0
QgsBrowserModel::addFavouriteDirectory ( QString favDir )
[symbol: _ZN15QgsBrowserModel21addFavouriteDirectoryE7QString]
QgsBrowserModel::canFetchMore ( QModelIndex const& parent ) const
[symbol: _ZNK15QgsBrowserModel12canFetchMoreERK11QModelIndex]
QgsBrowserModel::fetchMore ( QModelIndex const& parent )
[symbol: _ZN15QgsBrowserModel9fetchMoreERK11QModelIndex]
QgsBrowserModel::removeFavourite ( QModelIndex const& index )
[symbol: _ZN15QgsBrowserModel15removeFavouriteERK11QModelIndex]
QgsBrowserModel::updateProjectHome ( )
[symbol: _ZN15QgsBrowserModel17updateProjectHomeEv]
qgscachedfeatureiterator.h,
libqgis_core.so.2.0.0
QgsCachedFeatureIterator::close ( )
[symbol: _ZN24QgsCachedFeatureIterator5closeEv]
QgsCachedFeatureIterator::nextFeature ( QgsFeature& f )
[symbol: _ZN24QgsCachedFeatureIterator11nextFeatureER10QgsFeature]
QgsCachedFeatureIterator::QgsCachedFeatureIterator [in-charge] ( QgsVectorLayerCache* vlCache, QgsFeatureRequest featureRequest, QgsFeatureIds featureIds )
[symbol: _ZN24QgsCachedFeatureIteratorC1EP19QgsVectorLayerCache17QgsFeatureRequest4QSetIxE]
QgsCachedFeatureIterator::QgsCachedFeatureIterator [not-in-charge] ( QgsVectorLayerCache* vlCache, QgsFeatureRequest featureRequest, QgsFeatureIds featureIds )
[symbol: _ZN24QgsCachedFeatureIteratorC2EP19QgsVectorLayerCache17QgsFeatureRequest4QSetIxE]
QgsCachedFeatureIterator::rewind ( )
[symbol: _ZN24QgsCachedFeatureIterator6rewindEv]
QgsCachedFeatureIterator::~QgsCachedFeatureIterator [in-charge-deleting] ( )
[symbol: _ZN24QgsCachedFeatureIteratorD0Ev]
QgsCachedFeatureIterator::~QgsCachedFeatureIterator [in-charge] ( )
[symbol: _ZN24QgsCachedFeatureIteratorD1Ev]
QgsCachedFeatureWriterIterator::close ( )
[symbol: _ZN30QgsCachedFeatureWriterIterator5closeEv]
QgsCachedFeatureWriterIterator::nextFeature ( QgsFeature& f )
[symbol: _ZN30QgsCachedFeatureWriterIterator11nextFeatureER10QgsFeature]
QgsCachedFeatureWriterIterator::QgsCachedFeatureWriterIterator [in-charge] ( QgsVectorLayerCache* vlCache, QgsFeatureRequest featureRequest )
[symbol: _ZN30QgsCachedFeatureWriterIteratorC1EP19QgsVectorLayerCache17QgsFeatureRequest]
QgsCachedFeatureWriterIterator::QgsCachedFeatureWriterIterator [not-in-charge] ( QgsVectorLayerCache* vlCache, QgsFeatureRequest featureRequest )
[symbol: _ZN30QgsCachedFeatureWriterIteratorC2EP19QgsVectorLayerCache17QgsFeatureRequest]
QgsCachedFeatureWriterIterator::rewind ( )
[symbol: _ZN30QgsCachedFeatureWriterIterator6rewindEv]
QgsCachedFeatureWriterIterator::~QgsCachedFeatureWriterIterator [in-charge-deleting] ( )
[symbol: _ZN30QgsCachedFeatureWriterIteratorD0Ev]
QgsCachedFeatureWriterIterator::~QgsCachedFeatureWriterIterator [in-charge] ( )
[symbol: _ZN30QgsCachedFeatureWriterIteratorD1Ev]
qgscacheindex.h,
libqgis_core.so.2.0.0
QgsAbstractCacheIndex::QgsAbstractCacheIndex [in-charge] ( )
[symbol: _ZN21QgsAbstractCacheIndexC1Ev]
QgsAbstractCacheIndex::QgsAbstractCacheIndex [not-in-charge] ( )
[symbol: _ZN21QgsAbstractCacheIndexC2Ev]
QgsAbstractCacheIndex::requestCompleted ( QgsFeatureRequest featureRequest, QgsFeatureIds fids )
[symbol: _ZN21QgsAbstractCacheIndex16requestCompletedE17QgsFeatureRequest4QSetIxE]
QgsAbstractCacheIndex::~QgsAbstractCacheIndex [in-charge-deleting] ( )
[symbol: _ZN21QgsAbstractCacheIndexD0Ev]
QgsAbstractCacheIndex::~QgsAbstractCacheIndex [in-charge] ( )
[symbol: _ZN21QgsAbstractCacheIndexD1Ev]
QgsAbstractCacheIndex::~QgsAbstractCacheIndex [not-in-charge] ( )
[symbol: _ZN21QgsAbstractCacheIndexD2Ev]
qgscacheindexfeatureid.h,
libqgis_core.so.2.0.0
QgsCacheIndexFeatureId::flush ( )
[symbol: _ZN22QgsCacheIndexFeatureId5flushEv]
QgsCacheIndexFeatureId::flushFeature ( QgsFeatureId const fid )
[symbol: _ZN22QgsCacheIndexFeatureId12flushFeatureEx]
QgsCacheIndexFeatureId::getCacheIterator ( QgsFeatureIterator& featureIterator, QgsFeatureRequest const& featureRequest )
[symbol: _ZN22QgsCacheIndexFeatureId16getCacheIteratorER18QgsFeatureIteratorRK17QgsFeatureRequest]
QgsCacheIndexFeatureId::QgsCacheIndexFeatureId [in-charge] ( QgsVectorLayerCache* p1 )
[symbol: _ZN22QgsCacheIndexFeatureIdC1EP19QgsVectorLayerCache]
QgsCacheIndexFeatureId::QgsCacheIndexFeatureId [not-in-charge] ( QgsVectorLayerCache* p1 )
[symbol: _ZN22QgsCacheIndexFeatureIdC2EP19QgsVectorLayerCache]
QgsCacheIndexFeatureId::requestCompleted ( QgsFeatureRequest featureRequest, QgsFeatureIds fids )
[symbol: _ZN22QgsCacheIndexFeatureId16requestCompletedE17QgsFeatureRequest4QSetIxE]
QgsCacheIndexFeatureId::~QgsCacheIndexFeatureId [in-charge-deleting] ( )
[symbol: _ZN22QgsCacheIndexFeatureIdD0Ev]
QgsCacheIndexFeatureId::~QgsCacheIndexFeatureId [in-charge] ( )
[symbol: _ZN22QgsCacheIndexFeatureIdD1Ev]
qgscategorizedsymbolrendererv2.h,
libqgis_core.so.2.0.0
QgsCategorizedSymbolRendererV2::dump ( ) const
[symbol: _ZNK30QgsCategorizedSymbolRendererV24dumpEv]
QgsCategorizedSymbolRendererV2::moveCategory ( int from, int to )
[symbol: _ZN30QgsCategorizedSymbolRendererV212moveCategoryEii]
QgsCategorizedSymbolRendererV2::setScaleMethod ( enum QgsSymbolV2::ScaleMethod scaleMethod )
[symbol: _ZN30QgsCategorizedSymbolRendererV214setScaleMethodEN11QgsSymbolV211ScaleMethodE]
QgsCategorizedSymbolRendererV2::sortByLabel ( enum Qt::SortOrder order )
[symbol: _ZN30QgsCategorizedSymbolRendererV211sortByLabelEN2Qt9SortOrderE]
QgsCategorizedSymbolRendererV2::sortByValue ( enum Qt::SortOrder order )
[symbol: _ZN30QgsCategorizedSymbolRendererV211sortByValueEN2Qt9SortOrderE]
QgsCategorizedSymbolRendererV2::updateSymbols ( QgsSymbolV2* sym )
[symbol: _ZN30QgsCategorizedSymbolRendererV213updateSymbolsEP11QgsSymbolV2]
QgsRendererCategoryV2::dump ( ) const
[symbol: _ZNK21QgsRendererCategoryV24dumpEv]
QgsRendererCategoryV2::operator = ( QgsRendererCategoryV2 const& cat )
[symbol: _ZN21QgsRendererCategoryV2aSERKS_]
QgsRendererCategoryV2::QgsRendererCategoryV2 [in-charge] ( )
[symbol: _ZN21QgsRendererCategoryV2C1Ev]
QgsRendererCategoryV2::QgsRendererCategoryV2 [not-in-charge] ( )
[symbol: _ZN21QgsRendererCategoryV2C2Ev]
qgsclipper.h,
libqgis_core.so.2.0.0
QgsClipper::clippedLineWKB ( unsigned char const* wkb, QgsRectangle const& clipExtent, QPolygonF& line ) [static]
[symbol: _ZN10QgsClipper14clippedLineWKBEPKhRK12QgsRectangleR9QPolygonF]
qgscliptominmaxenhancement.h,
libqgis_core.so.2.0.0
QgsClipToMinMaxEnhancement::QgsClipToMinMaxEnhancement [in-charge] ( enum QGis::DataType p1, double p2, double p3 )
[symbol: _ZN26QgsClipToMinMaxEnhancementC1EN4QGis8DataTypeEdd]
QgsClipToMinMaxEnhancement::QgsClipToMinMaxEnhancement [not-in-charge] ( enum QGis::DataType p1, double p2, double p3 )
[symbol: _ZN26QgsClipToMinMaxEnhancementC2EN4QGis8DataTypeEdd]
qgscollapsiblegroupbox.h,
libqgis_gui.so.2.0.0
QgsCollapsibleGroupBox::init ( )
[symbol: _ZN22QgsCollapsibleGroupBox4initEv]
QgsCollapsibleGroupBox::loadState ( )
[symbol: _ZN22QgsCollapsibleGroupBox9loadStateEv]
QgsCollapsibleGroupBox::metaObject ( ) const
[symbol: _ZNK22QgsCollapsibleGroupBox10metaObjectEv]
QgsCollapsibleGroupBox::QgsCollapsibleGroupBox [in-charge] ( QString const& title, QWidget* parent, QSettings* settings )
[symbol: _ZN22QgsCollapsibleGroupBoxC1ERK7QStringP7QWidgetP9QSettings]
QgsCollapsibleGroupBox::QgsCollapsibleGroupBox [in-charge] ( QWidget* parent, QSettings* settings )
[symbol: _ZN22QgsCollapsibleGroupBoxC1EP7QWidgetP9QSettings]
QgsCollapsibleGroupBox::QgsCollapsibleGroupBox [not-in-charge] ( QString const& title, QWidget* parent, QSettings* settings )
[symbol: _ZN22QgsCollapsibleGroupBoxC2ERK7QStringP7QWidgetP9QSettings]
QgsCollapsibleGroupBox::QgsCollapsibleGroupBox [not-in-charge] ( QWidget* parent, QSettings* settings )
[symbol: _ZN22QgsCollapsibleGroupBoxC2EP7QWidgetP9QSettings]
QgsCollapsibleGroupBox::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN22QgsCollapsibleGroupBox11qt_metacallEN11QMetaObject4CallEiPPv]
QgsCollapsibleGroupBox::qt_metacast ( char const* p1 )
[symbol: _ZN22QgsCollapsibleGroupBox11qt_metacastEPKc]
QgsCollapsibleGroupBox::saveKey ( ) const
[symbol: _ZNK22QgsCollapsibleGroupBox7saveKeyEv]
QgsCollapsibleGroupBox::saveState ( )
[symbol: _ZN22QgsCollapsibleGroupBox9saveStateEv]
QgsCollapsibleGroupBox::setSettings ( QSettings* settings )
[symbol: _ZN22QgsCollapsibleGroupBox11setSettingsEP9QSettings]
QgsCollapsibleGroupBox::showEvent ( QShowEvent* event )
[symbol: _ZN22QgsCollapsibleGroupBox9showEventEP10QShowEvent]
QgsCollapsibleGroupBox::staticMetaObject [data]
[symbol: _ZN22QgsCollapsibleGroupBox16staticMetaObjectE]
QgsCollapsibleGroupBox::~QgsCollapsibleGroupBox [in-charge-deleting] ( )
[symbol: _ZN22QgsCollapsibleGroupBoxD0Ev]
QgsCollapsibleGroupBox::~QgsCollapsibleGroupBox [in-charge] ( )
[symbol: _ZN22QgsCollapsibleGroupBoxD1Ev]
QgsCollapsibleGroupBox::~QgsCollapsibleGroupBox [not-in-charge] ( )
[symbol: _ZN22QgsCollapsibleGroupBoxD2Ev]
QgsCollapsibleGroupBoxBasic::changeEvent ( QEvent* event )
[symbol: _ZN27QgsCollapsibleGroupBoxBasic11changeEventEP6QEvent]
QgsCollapsibleGroupBoxBasic::checkClicked ( bool ckd )
[symbol: _ZN27QgsCollapsibleGroupBoxBasic12checkClickedEb]
QgsCollapsibleGroupBoxBasic::checkToggled ( bool ckd )
[symbol: _ZN27QgsCollapsibleGroupBoxBasic12checkToggledEb]
QgsCollapsibleGroupBoxBasic::clearModifiers ( )
[symbol: _ZN27QgsCollapsibleGroupBoxBasic14clearModifiersEv]
QgsCollapsibleGroupBoxBasic::collapsedStateChanged ( bool collapsed )
[symbol: _ZN27QgsCollapsibleGroupBoxBasic21collapsedStateChangedEb]
QgsCollapsibleGroupBoxBasic::collapseExpandFixes ( )
[symbol: _ZN27QgsCollapsibleGroupBoxBasic19collapseExpandFixesEv]
QgsCollapsibleGroupBoxBasic::init ( )
[symbol: _ZN27QgsCollapsibleGroupBoxBasic4initEv]
QgsCollapsibleGroupBoxBasic::mCollapseIcon [data]
[symbol: _ZN27QgsCollapsibleGroupBoxBasic13mCollapseIconE]
QgsCollapsibleGroupBoxBasic::metaObject ( ) const
[symbol: _ZNK27QgsCollapsibleGroupBoxBasic10metaObjectEv]
QgsCollapsibleGroupBoxBasic::mExpandIcon [data]
[symbol: _ZN27QgsCollapsibleGroupBoxBasic11mExpandIconE]
QgsCollapsibleGroupBoxBasic::mousePressEvent ( QMouseEvent* event )
[symbol: _ZN27QgsCollapsibleGroupBoxBasic15mousePressEventEP11QMouseEvent]
QgsCollapsibleGroupBoxBasic::mouseReleaseEvent ( QMouseEvent* event )
[symbol: _ZN27QgsCollapsibleGroupBoxBasic17mouseReleaseEventEP11QMouseEvent]
QgsCollapsibleGroupBoxBasic::QgsCollapsibleGroupBoxBasic [in-charge] ( QString const& title, QWidget* parent )
[symbol: _ZN27QgsCollapsibleGroupBoxBasicC1ERK7QStringP7QWidget]
QgsCollapsibleGroupBoxBasic::QgsCollapsibleGroupBoxBasic [in-charge] ( QWidget* parent )
[symbol: _ZN27QgsCollapsibleGroupBoxBasicC1EP7QWidget]
QgsCollapsibleGroupBoxBasic::QgsCollapsibleGroupBoxBasic [not-in-charge] ( QString const& title, QWidget* parent )
[symbol: _ZN27QgsCollapsibleGroupBoxBasicC2ERK7QStringP7QWidget]
QgsCollapsibleGroupBoxBasic::QgsCollapsibleGroupBoxBasic [not-in-charge] ( QWidget* parent )
[symbol: _ZN27QgsCollapsibleGroupBoxBasicC2EP7QWidget]
QgsCollapsibleGroupBoxBasic::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN27QgsCollapsibleGroupBoxBasic11qt_metacallEN11QMetaObject4CallEiPPv]
QgsCollapsibleGroupBoxBasic::qt_metacast ( char const* p1 )
[symbol: _ZN27QgsCollapsibleGroupBoxBasic11qt_metacastEPKc]
QgsCollapsibleGroupBoxBasic::setCollapsed ( bool collapse )
[symbol: _ZN27QgsCollapsibleGroupBoxBasic12setCollapsedEb]
QgsCollapsibleGroupBoxBasic::setSyncGroup ( QString grp )
[symbol: _ZN27QgsCollapsibleGroupBoxBasic12setSyncGroupE7QString]
QgsCollapsibleGroupBoxBasic::showEvent ( QShowEvent* event )
[symbol: _ZN27QgsCollapsibleGroupBoxBasic9showEventEP10QShowEvent]
QgsCollapsibleGroupBoxBasic::staticMetaObject [data]
[symbol: _ZN27QgsCollapsibleGroupBoxBasic16staticMetaObjectE]
QgsCollapsibleGroupBoxBasic::titleRect ( ) const
[symbol: _ZNK27QgsCollapsibleGroupBoxBasic9titleRectEv]
QgsCollapsibleGroupBoxBasic::toggleCollapsed ( )
[symbol: _ZN27QgsCollapsibleGroupBoxBasic15toggleCollapsedEv]
QgsCollapsibleGroupBoxBasic::updateStyle ( )
[symbol: _ZN27QgsCollapsibleGroupBoxBasic11updateStyleEv]
QgsCollapsibleGroupBoxBasic::~QgsCollapsibleGroupBoxBasic [in-charge-deleting] ( )
[symbol: _ZN27QgsCollapsibleGroupBoxBasicD0Ev]
QgsCollapsibleGroupBoxBasic::~QgsCollapsibleGroupBoxBasic [in-charge] ( )
[symbol: _ZN27QgsCollapsibleGroupBoxBasicD1Ev]
QgsCollapsibleGroupBoxBasic::~QgsCollapsibleGroupBoxBasic [not-in-charge] ( )
[symbol: _ZN27QgsCollapsibleGroupBoxBasicD2Ev]
QgsGroupBoxCollapseButton::metaObject ( ) const
[symbol: _ZNK25QgsGroupBoxCollapseButton10metaObjectEv]
QgsGroupBoxCollapseButton::mouseReleaseEvent ( QMouseEvent* event )
[symbol: _ZN25QgsGroupBoxCollapseButton17mouseReleaseEventEP11QMouseEvent]
QgsGroupBoxCollapseButton::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN25QgsGroupBoxCollapseButton11qt_metacallEN11QMetaObject4CallEiPPv]
QgsGroupBoxCollapseButton::qt_metacast ( char const* p1 )
[symbol: _ZN25QgsGroupBoxCollapseButton11qt_metacastEPKc]
QgsGroupBoxCollapseButton::staticMetaObject [data]
[symbol: _ZN25QgsGroupBoxCollapseButton16staticMetaObjectE]
QgsGroupBoxCollapseButton::~QgsGroupBoxCollapseButton [in-charge-deleting] ( )
[symbol: _ZN25QgsGroupBoxCollapseButtonD0Ev]
QgsGroupBoxCollapseButton::~QgsGroupBoxCollapseButton [in-charge] ( )
[symbol: _ZN25QgsGroupBoxCollapseButtonD1Ev]
qgscolorbrewerpalette.h,
libqgis_core.so.2.0.0
QgsColorBrewerPalette::brewerString [data]
[symbol: _ZN21QgsColorBrewerPalette12brewerStringE]
qgscolorbutton.h,
libqgis_gui.so.2.0.0
QgsColorButton::changeEvent ( QEvent* e )
[symbol: _ZN14QgsColorButton11changeEventEP6QEvent]
QgsColorButton::color ( ) const
[symbol: _ZNK14QgsColorButton5colorEv]
QgsColorButton::colorChanged ( QColor const& color )
[symbol: _ZN14QgsColorButton12colorChangedERK6QColor]
QgsColorButton::colorDialogOptions ( )
[symbol: _ZN14QgsColorButton18colorDialogOptionsEv]
QgsColorButton::colorDialogTitle ( )
[symbol: _ZN14QgsColorButton16colorDialogTitleEv]
QgsColorButton::metaObject ( ) const
[symbol: _ZNK14QgsColorButton10metaObjectEv]
QgsColorButton::QgsColorButton [in-charge] ( QWidget* parent, QString cdt, QColorDialog::ColorDialogOptions cdo )
[symbol: _ZN14QgsColorButtonC1EP7QWidget7QString6QFlagsIN12QColorDialog17ColorDialogOptionEE]
QgsColorButton::QgsColorButton [not-in-charge] ( QWidget* parent, QString cdt, QColorDialog::ColorDialogOptions cdo )
[symbol: _ZN14QgsColorButtonC2EP7QWidget7QString6QFlagsIN12QColorDialog17ColorDialogOptionEE]
QgsColorButton::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN14QgsColorButton11qt_metacallEN11QMetaObject4CallEiPPv]
QgsColorButton::qt_metacast ( char const* p1 )
[symbol: _ZN14QgsColorButton11qt_metacastEPKc]
QgsColorButton::setButtonBackground ( )
[symbol: _ZN14QgsColorButton19setButtonBackgroundEv]
QgsColorButton::setColorDialogOptions ( QColorDialog::ColorDialogOptions cdo )
[symbol: _ZN14QgsColorButton21setColorDialogOptionsE6QFlagsIN12QColorDialog17ColorDialogOptionEE]
QgsColorButton::setColorDialogTitle ( QString cdt )
[symbol: _ZN14QgsColorButton19setColorDialogTitleE7QString]
QgsColorButton::showEvent ( QShowEvent* e )
[symbol: _ZN14QgsColorButton9showEventEP10QShowEvent]
QgsColorButton::staticMetaObject [data]
[symbol: _ZN14QgsColorButton16staticMetaObjectE]
QgsColorButton::transpBkgrd ( ) [static]
[symbol: _ZN14QgsColorButton11transpBkgrdEv]
qgscolorrampshader.h,
libqgis_core.so.2.0.0
QgsColorRampShader::legendSymbologyItems ( QList<QPair<QString, QColor> >& symbolItems ) const
[symbol: _ZNK18QgsColorRampShader20legendSymbologyItemsER5QListI5QPairI7QString6QColorEE]
QgsColorRampShader::shade ( double p1, double p2, double p3, double p4, int* p5, int* p6, int* p7, int* p8 )
[symbol: _ZN18QgsColorRampShader5shadeEddddPiS0_S0_S0_]
QgsColorRampShader::shade ( double p1, int* p2, int* p3, int* p4, int* p5 )
[symbol: _ZN18QgsColorRampShader5shadeEdPiS0_S0_S0_]
qgscomposereffect.h,
libqgis_core.so.2.0.0
QgsComposerEffect::draw ( QPainter* painter )
[symbol: _ZN17QgsComposerEffect4drawEP8QPainter]
QgsComposerEffect::metaObject ( ) const
[symbol: _ZNK17QgsComposerEffect10metaObjectEv]
QgsComposerEffect::QgsComposerEffect [in-charge] ( )
[symbol: _ZN17QgsComposerEffectC1Ev]
QgsComposerEffect::QgsComposerEffect [not-in-charge] ( )
[symbol: _ZN17QgsComposerEffectC2Ev]
QgsComposerEffect::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN17QgsComposerEffect11qt_metacallEN11QMetaObject4CallEiPPv]
QgsComposerEffect::qt_metacast ( char const* p1 )
[symbol: _ZN17QgsComposerEffect11qt_metacastEPKc]
QgsComposerEffect::setCompositionMode ( enum QPainter::CompositionMode const compositionMode )
[symbol: _ZN17QgsComposerEffect18setCompositionModeEN8QPainter15CompositionModeE]
QgsComposerEffect::staticMetaObject [data]
[symbol: _ZN17QgsComposerEffect16staticMetaObjectE]
QgsComposerEffect::~QgsComposerEffect [in-charge-deleting] ( )
[symbol: _ZN17QgsComposerEffectD0Ev]
QgsComposerEffect::~QgsComposerEffect [in-charge] ( )
[symbol: _ZN17QgsComposerEffectD1Ev]
QgsComposerEffect::~QgsComposerEffect [not-in-charge] ( )
[symbol: _ZN17QgsComposerEffectD2Ev]
qgscomposeritem.h,
libqgis_core.so.2.0.0
QgsComposerItem::beginItemCommand ( QString const& text )
[symbol: _ZN15QgsComposerItem16beginItemCommandERK7QString]
QgsComposerItem::deleteAlignItems ( )
[symbol: _ZN15QgsComposerItem16deleteAlignItemsEv]
QgsComposerItem::deleteHAlignSnapItem ( )
[symbol: _ZN15QgsComposerItem20deleteHAlignSnapItemEv]
QgsComposerItem::deleteVAlignSnapItem ( )
[symbol: _ZN15QgsComposerItem20deleteVAlignSnapItemEv]
QgsComposerItem::endItemCommand ( )
[symbol: _ZN15QgsComposerItem14endItemCommandEv]
QgsComposerItem::fontDescentMillimeters ( QFont const& font ) const
[symbol: _ZNK15QgsComposerItem22fontDescentMillimetersERK5QFont]
QgsComposerItem::hAlignSnapItem ( )
[symbol: _ZN15QgsComposerItem14hAlignSnapItemEv]
QgsComposerItem::setBackgroundColor ( QColor const& backgroundColor )
[symbol: _ZN15QgsComposerItem18setBackgroundColorERK6QColor]
QgsComposerItem::setBlendMode ( enum QPainter::CompositionMode blendMode )
[symbol: _ZN15QgsComposerItem12setBlendModeEN8QPainter15CompositionModeE]
QgsComposerItem::setEffectsEnabled ( bool effectsEnabled )
[symbol: _ZN15QgsComposerItem17setEffectsEnabledEb]
QgsComposerItem::setId ( QString const& id )
[symbol: _ZN15QgsComposerItem5setIdERK7QString]
QgsComposerItem::setTransparency ( int transparency )
[symbol: _ZN15QgsComposerItem15setTransparencyEi]
QgsComposerItem::sizeChanged ( )
[symbol: _ZN15QgsComposerItem11sizeChangedEv]
QgsComposerItem::vAlignSnapItem ( )
[symbol: _ZN15QgsComposerItem14vAlignSnapItemEv]
qgscontrastenhancement.h,
libqgis_core.so.2.0.0
QgsContrastEnhancement::contrastEnhancementAlgorithmFromString ( QString const& contrastEnhancementString ) [static]
[symbol: _ZN22QgsContrastEnhancement38contrastEnhancementAlgorithmFromStringERK7QString]
QgsContrastEnhancement::contrastEnhancementAlgorithmString ( enum QgsContrastEnhancement::ContrastEnhancementAlgorithm algorithm ) [static]
[symbol: _ZN22QgsContrastEnhancement34contrastEnhancementAlgorithmStringENS_28ContrastEnhancementAlgorithmE]
QgsContrastEnhancement::maximumValuePossible ( enum QGis::DataType p1 ) [static]
[symbol: _ZN22QgsContrastEnhancement20maximumValuePossibleEN4QGis8DataTypeE]
QgsContrastEnhancement::minimumValuePossible ( enum QGis::DataType p1 ) [static]
[symbol: _ZN22QgsContrastEnhancement20minimumValuePossibleEN4QGis8DataTypeE]
QgsContrastEnhancement::QgsContrastEnhancement [in-charge] ( enum QGis::DataType theDatatype )
[symbol: _ZN22QgsContrastEnhancementC1EN4QGis8DataTypeE]
QgsContrastEnhancement::QgsContrastEnhancement [in-charge] ( QgsContrastEnhancement const& ce )
[symbol: _ZN22QgsContrastEnhancementC1ERKS_]
QgsContrastEnhancement::QgsContrastEnhancement [not-in-charge] ( enum QGis::DataType theDatatype )
[symbol: _ZN22QgsContrastEnhancementC2EN4QGis8DataTypeE]
QgsContrastEnhancement::QgsContrastEnhancement [not-in-charge] ( QgsContrastEnhancement const& ce )
[symbol: _ZN22QgsContrastEnhancementC2ERKS_]
QgsContrastEnhancement::readXML ( QDomElement const& elem )
[symbol: _ZN22QgsContrastEnhancement7readXMLERK11QDomElement]
QgsContrastEnhancement::writeXML ( QDomDocument& doc, QDomElement& parentElem ) const
[symbol: _ZNK22QgsContrastEnhancement8writeXMLER12QDomDocumentR11QDomElement]
qgscontrastenhancementfunction.h,
libqgis_core.so.2.0.0
QgsContrastEnhancementFunction::QgsContrastEnhancementFunction [in-charge] ( enum QGis::DataType p1, double p2, double p3 )
[symbol: _ZN30QgsContrastEnhancementFunctionC1EN4QGis8DataTypeEdd]
QgsContrastEnhancementFunction::QgsContrastEnhancementFunction [in-charge] ( QgsContrastEnhancementFunction const& f )
[symbol: _ZN30QgsContrastEnhancementFunctionC1ERKS_]
QgsContrastEnhancementFunction::QgsContrastEnhancementFunction [not-in-charge] ( enum QGis::DataType p1, double p2, double p3 )
[symbol: _ZN30QgsContrastEnhancementFunctionC2EN4QGis8DataTypeEdd]
QgsContrastEnhancementFunction::QgsContrastEnhancementFunction [not-in-charge] ( QgsContrastEnhancementFunction const& f )
[symbol: _ZN30QgsContrastEnhancementFunctionC2ERKS_]
qgscoordinatereferencesystem.h,
libqgis_core.so.2.0.0
QgsCoordinateReferenceSystem::saveAsUserCRS ( QString name )
[symbol: _ZN28QgsCoordinateReferenceSystem13saveAsUserCRSE7QString]
QgsCoordinateReferenceSystem::setCustomSrsValidation ( void(*f)(QgsCoordinateReferenceSystem&) ) [static]
[symbol: _ZN28QgsCoordinateReferenceSystem22setCustomSrsValidationEPFvRS_E]
qgscoordinatetransform.h,
libqgis_core.so.2.0.0
QgsCoordinateTransform::transformInPlace ( QVector<double>& x, QVector<double>& y, QVector<double>& z, enum QgsCoordinateTransform::TransformDirection direction ) const
[symbol: _ZNK22QgsCoordinateTransform16transformInPlaceER7QVectorIdES2_S2_NS_18TransformDirectionE]
QgsCoordinateTransform::transformPolygon ( QPolygonF& poly, enum QgsCoordinateTransform::TransformDirection direction ) const
[symbol: _ZNK22QgsCoordinateTransform16transformPolygonER9QPolygonFNS_18TransformDirectionE]
qgscptcityarchive.h,
libqgis_core.so.2.0.0
QgsCptCityAllRampsItem::createChildren ( )
[symbol: _ZN22QgsCptCityAllRampsItem14createChildrenEv]
QgsCptCityAllRampsItem::metaObject ( ) const
[symbol: _ZNK22QgsCptCityAllRampsItem10metaObjectEv]
QgsCptCityAllRampsItem::QgsCptCityAllRampsItem [in-charge] ( QgsCptCityDataItem* parent, QString name, QVector<QgsCptCityDataItem*> items )
[symbol: _ZN22QgsCptCityAllRampsItemC1EP18QgsCptCityDataItem7QString7QVectorIS1_E]
QgsCptCityAllRampsItem::QgsCptCityAllRampsItem [not-in-charge] ( QgsCptCityDataItem* parent, QString name, QVector<QgsCptCityDataItem*> items )
[symbol: _ZN22QgsCptCityAllRampsItemC2EP18QgsCptCityDataItem7QString7QVectorIS1_E]
QgsCptCityAllRampsItem::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN22QgsCptCityAllRampsItem11qt_metacallEN11QMetaObject4CallEiPPv]
QgsCptCityAllRampsItem::qt_metacast ( char const* p1 )
[symbol: _ZN22QgsCptCityAllRampsItem11qt_metacastEPKc]
QgsCptCityAllRampsItem::staticMetaObject [data]
[symbol: _ZN22QgsCptCityAllRampsItem16staticMetaObjectE]
QgsCptCityAllRampsItem::~QgsCptCityAllRampsItem [in-charge-deleting] ( )
[symbol: _ZN22QgsCptCityAllRampsItemD0Ev]
QgsCptCityAllRampsItem::~QgsCptCityAllRampsItem [in-charge] ( )
[symbol: _ZN22QgsCptCityAllRampsItemD1Ev]
QgsCptCityAllRampsItem::~QgsCptCityAllRampsItem [not-in-charge] ( )
[symbol: _ZN22QgsCptCityAllRampsItemD2Ev]
QgsCptCityArchive::archiveRegistry ( ) [static]
[symbol: _ZN17QgsCptCityArchive15archiveRegistryEv]
QgsCptCityArchive::baseDir ( ) const
[symbol: _ZNK17QgsCptCityArchive7baseDirEv]
QgsCptCityArchive::baseDir ( QString archiveName ) [static]
[symbol: _ZN17QgsCptCityArchive7baseDirE7QString]
QgsCptCityArchive::clearArchives ( ) [static]
[symbol: _ZN17QgsCptCityArchive13clearArchivesEv]
QgsCptCityArchive::copyingFileName ( QString const& dirName ) const
[symbol: _ZNK17QgsCptCityArchive15copyingFileNameERK7QString]
QgsCptCityArchive::copyingInfo ( QString const& fileName ) [static]
[symbol: _ZN17QgsCptCityArchive11copyingInfoERK7QString]
QgsCptCityArchive::defaultArchive ( ) [static]
[symbol: _ZN17QgsCptCityArchive14defaultArchiveEv]
QgsCptCityArchive::defaultBaseDir ( ) [static]
[symbol: _ZN17QgsCptCityArchive14defaultBaseDirEv]
QgsCptCityArchive::descFileName ( QString const& dirName ) const
[symbol: _ZNK17QgsCptCityArchive12descFileNameERK7QString]
QgsCptCityArchive::description ( QString const& fileName ) [static]
[symbol: _ZN17QgsCptCityArchive11descriptionERK7QString]
QgsCptCityArchive::findFileName ( QString const& target, QString const& startDir, QString const& baseDir ) [static]
[symbol: _ZN17QgsCptCityArchive12findFileNameERK7QStringS2_S2_]
QgsCptCityArchive::gradientColorMap ( QString const& fileName ) [static]
[symbol: _ZN17QgsCptCityArchive16gradientColorMapERK7QString]
QgsCptCityArchive::initArchive ( QString archiveName, QString archiveBaseDir ) [static]
[symbol: _ZN17QgsCptCityArchive11initArchiveE7QStringS0_]
QgsCptCityArchive::initArchives ( bool loadAll ) [static]
[symbol: _ZN17QgsCptCityArchive12initArchivesEb]
QgsCptCityArchive::initDefaultArchive ( ) [static]
[symbol: _ZN17QgsCptCityArchive18initDefaultArchiveEv]
QgsCptCityArchive::isEmpty ( )
[symbol: _ZN17QgsCptCityArchive7isEmptyEv]
QgsCptCityArchive::mArchiveRegistry [data]
[symbol: _ZN17QgsCptCityArchive16mArchiveRegistryE]
QgsCptCityArchive::mCopyingInfoMap [data]
[symbol: _ZN17QgsCptCityArchive15mCopyingInfoMapE]
QgsCptCityArchive::mDefaultArchiveName [data]
[symbol: _ZN17QgsCptCityArchive19mDefaultArchiveNameE]
QgsCptCityArchive::QgsCptCityArchive [in-charge] ( QString archiveName, QString baseDir )
[symbol: _ZN17QgsCptCityArchiveC1E7QStringS0_]
QgsCptCityArchive::QgsCptCityArchive [not-in-charge] ( QString archiveName, QString baseDir )
[symbol: _ZN17QgsCptCityArchiveC2E7QStringS0_]
QgsCptCityArchive::~QgsCptCityArchive [in-charge] ( )
[symbol: _ZN17QgsCptCityArchiveD1Ev]
QgsCptCityArchive::~QgsCptCityArchive [not-in-charge] ( )
[symbol: _ZN17QgsCptCityArchiveD2Ev]
QgsCptCityBrowserModel::addRootItems ( )
[symbol: _ZN22QgsCptCityBrowserModel12addRootItemsEv]
QgsCptCityBrowserModel::beginInsertItems ( QgsCptCityDataItem* parent, int first, int last )
[symbol: _ZN22QgsCptCityBrowserModel16beginInsertItemsEP18QgsCptCityDataItemii]
QgsCptCityBrowserModel::beginRemoveItems ( QgsCptCityDataItem* parent, int first, int last )
[symbol: _ZN22QgsCptCityBrowserModel16beginRemoveItemsEP18QgsCptCityDataItemii]
QgsCptCityBrowserModel::canFetchMore ( QModelIndex const& parent ) const
[symbol: _ZNK22QgsCptCityBrowserModel12canFetchMoreERK11QModelIndex]
QgsCptCityBrowserModel::columnCount ( QModelIndex const& parent ) const
[symbol: _ZNK22QgsCptCityBrowserModel11columnCountERK11QModelIndex]
QgsCptCityBrowserModel::connectItem ( QgsCptCityDataItem* item )
[symbol: _ZN22QgsCptCityBrowserModel11connectItemEP18QgsCptCityDataItem]
QgsCptCityBrowserModel::data ( QModelIndex const& index, int role ) const
[symbol: _ZNK22QgsCptCityBrowserModel4dataERK11QModelIndexi]
QgsCptCityBrowserModel::dataItem ( QModelIndex const& idx ) const
[symbol: _ZNK22QgsCptCityBrowserModel8dataItemERK11QModelIndex]
QgsCptCityBrowserModel::endInsertItems ( )
[symbol: _ZN22QgsCptCityBrowserModel14endInsertItemsEv]
QgsCptCityBrowserModel::endRemoveItems ( )
[symbol: _ZN22QgsCptCityBrowserModel14endRemoveItemsEv]
QgsCptCityBrowserModel::fetchMore ( QModelIndex const& parent )
[symbol: _ZN22QgsCptCityBrowserModel9fetchMoreERK11QModelIndex]
QgsCptCityBrowserModel::findItem ( QgsCptCityDataItem* item, QgsCptCityDataItem* parent ) const
[symbol: _ZNK22QgsCptCityBrowserModel8findItemEP18QgsCptCityDataItemS1_]
QgsCptCityBrowserModel::findPath ( QString path )
[symbol: _ZN22QgsCptCityBrowserModel8findPathE7QString]
QgsCptCityBrowserModel::flags ( QModelIndex const& index ) const
[symbol: _ZNK22QgsCptCityBrowserModel5flagsERK11QModelIndex]
QgsCptCityBrowserModel::hasChildren ( QModelIndex const& parent ) const
[symbol: _ZNK22QgsCptCityBrowserModel11hasChildrenERK11QModelIndex]
QgsCptCityBrowserModel::headerData ( int section, enum Qt::Orientation orientation, int role ) const
[symbol: _ZNK22QgsCptCityBrowserModel10headerDataEiN2Qt11OrientationEi]
QgsCptCityBrowserModel::index ( int row, int column, QModelIndex const& parent ) const
[symbol: _ZNK22QgsCptCityBrowserModel5indexEiiRK11QModelIndex]
QgsCptCityBrowserModel::metaObject ( ) const
[symbol: _ZNK22QgsCptCityBrowserModel10metaObjectEv]
QgsCptCityBrowserModel::parent ( QModelIndex const& index ) const
[symbol: _ZNK22QgsCptCityBrowserModel6parentERK11QModelIndex]
QgsCptCityBrowserModel::QgsCptCityBrowserModel [in-charge] ( QObject* parent, QgsCptCityArchive* archive, enum QgsCptCityBrowserModel::ViewType Type )
[symbol: _ZN22QgsCptCityBrowserModelC1EP7QObjectP17QgsCptCityArchiveNS_8ViewTypeE]
QgsCptCityBrowserModel::QgsCptCityBrowserModel [not-in-charge] ( QObject* parent, QgsCptCityArchive* archive, enum QgsCptCityBrowserModel::ViewType Type )
[symbol: _ZN22QgsCptCityBrowserModelC2EP7QObjectP17QgsCptCityArchiveNS_8ViewTypeE]
QgsCptCityBrowserModel::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN22QgsCptCityBrowserModel11qt_metacallEN11QMetaObject4CallEiPPv]
QgsCptCityBrowserModel::qt_metacast ( char const* p1 )
[symbol: _ZN22QgsCptCityBrowserModel11qt_metacastEPKc]
QgsCptCityBrowserModel::refresh ( QModelIndex const& index )
[symbol: _ZN22QgsCptCityBrowserModel7refreshERK11QModelIndex]
QgsCptCityBrowserModel::refresh ( QString path )
[symbol: _ZN22QgsCptCityBrowserModel7refreshE7QString]
QgsCptCityBrowserModel::reload ( )
[symbol: _ZN22QgsCptCityBrowserModel6reloadEv]
QgsCptCityBrowserModel::removeRootItems ( )
[symbol: _ZN22QgsCptCityBrowserModel15removeRootItemsEv]
QgsCptCityBrowserModel::rowCount ( QModelIndex const& parent ) const
[symbol: _ZNK22QgsCptCityBrowserModel8rowCountERK11QModelIndex]
QgsCptCityBrowserModel::staticMetaObject [data]
[symbol: _ZN22QgsCptCityBrowserModel16staticMetaObjectE]
QgsCptCityBrowserModel::~QgsCptCityBrowserModel [in-charge-deleting] ( )
[symbol: _ZN22QgsCptCityBrowserModelD0Ev]
QgsCptCityBrowserModel::~QgsCptCityBrowserModel [in-charge] ( )
[symbol: _ZN22QgsCptCityBrowserModelD1Ev]
QgsCptCityBrowserModel::~QgsCptCityBrowserModel [not-in-charge] ( )
[symbol: _ZN22QgsCptCityBrowserModelD2Ev]
QgsCptCityCollectionItem::childrenRamps ( bool recursive )
[symbol: _ZN24QgsCptCityCollectionItem13childrenRampsEb]
QgsCptCityCollectionItem::metaObject ( ) const
[symbol: _ZNK24QgsCptCityCollectionItem10metaObjectEv]
QgsCptCityCollectionItem::QgsCptCityCollectionItem [in-charge] ( QgsCptCityDataItem* parent, QString name, QString path )
[symbol: _ZN24QgsCptCityCollectionItemC1EP18QgsCptCityDataItem7QStringS2_]
QgsCptCityCollectionItem::QgsCptCityCollectionItem [not-in-charge] ( QgsCptCityDataItem* parent, QString name, QString path )
[symbol: _ZN24QgsCptCityCollectionItemC2EP18QgsCptCityDataItem7QStringS2_]
QgsCptCityCollectionItem::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN24QgsCptCityCollectionItem11qt_metacallEN11QMetaObject4CallEiPPv]
QgsCptCityCollectionItem::qt_metacast ( char const* p1 )
[symbol: _ZN24QgsCptCityCollectionItem11qt_metacastEPKc]
QgsCptCityCollectionItem::staticMetaObject [data]
[symbol: _ZN24QgsCptCityCollectionItem16staticMetaObjectE]
QgsCptCityCollectionItem::~QgsCptCityCollectionItem [in-charge-deleting] ( )
[symbol: _ZN24QgsCptCityCollectionItemD0Ev]
QgsCptCityCollectionItem::~QgsCptCityCollectionItem [in-charge] ( )
[symbol: _ZN24QgsCptCityCollectionItemD1Ev]
QgsCptCityCollectionItem::~QgsCptCityCollectionItem [not-in-charge] ( )
[symbol: _ZN24QgsCptCityCollectionItemD2Ev]
QgsCptCityColorRampItem::equal ( QgsCptCityDataItem const* other )
[symbol: _ZN23QgsCptCityColorRampItem5equalEPK18QgsCptCityDataItem]
QgsCptCityColorRampItem::icon ( )
[symbol: _ZN23QgsCptCityColorRampItem4iconEv]
QgsCptCityColorRampItem::icon ( QSize const& size )
[symbol: _ZN23QgsCptCityColorRampItem4iconERK5QSize]
QgsCptCityColorRampItem::init ( )
[symbol: _ZN23QgsCptCityColorRampItem4initEv]
QgsCptCityColorRampItem::leafCount ( ) const
[symbol: _ZNK23QgsCptCityColorRampItem9leafCountEv]
QgsCptCityColorRampItem::metaObject ( ) const
[symbol: _ZNK23QgsCptCityColorRampItem10metaObjectEv]
QgsCptCityColorRampItem::QgsCptCityColorRampItem [in-charge] ( QgsCptCityDataItem* parent, QString name, QString path, QString variantName, bool initialize )
[symbol: _ZN23QgsCptCityColorRampItemC1EP18QgsCptCityDataItem7QStringS2_S2_b]
QgsCptCityColorRampItem::QgsCptCityColorRampItem [in-charge] ( QgsCptCityDataItem* parent, QString name, QString path, QStringList variantList, bool initialize )
[symbol: _ZN23QgsCptCityColorRampItemC1EP18QgsCptCityDataItem7QStringS2_11QStringListb]
QgsCptCityColorRampItem::QgsCptCityColorRampItem [not-in-charge] ( QgsCptCityDataItem* parent, QString name, QString path, QString variantName, bool initialize )
[symbol: _ZN23QgsCptCityColorRampItemC2EP18QgsCptCityDataItem7QStringS2_S2_b]
QgsCptCityColorRampItem::QgsCptCityColorRampItem [not-in-charge] ( QgsCptCityDataItem* parent, QString name, QString path, QStringList variantList, bool initialize )
[symbol: _ZN23QgsCptCityColorRampItemC2EP18QgsCptCityDataItem7QStringS2_11QStringListb]
QgsCptCityColorRampItem::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN23QgsCptCityColorRampItem11qt_metacallEN11QMetaObject4CallEiPPv]
QgsCptCityColorRampItem::qt_metacast ( char const* p1 )
[symbol: _ZN23QgsCptCityColorRampItem11qt_metacastEPKc]
QgsCptCityColorRampItem::staticMetaObject [data]
[symbol: _ZN23QgsCptCityColorRampItem16staticMetaObjectE]
QgsCptCityColorRampItem::~QgsCptCityColorRampItem [in-charge-deleting] ( )
[symbol: _ZN23QgsCptCityColorRampItemD0Ev]
QgsCptCityColorRampItem::~QgsCptCityColorRampItem [in-charge] ( )
[symbol: _ZN23QgsCptCityColorRampItemD1Ev]
QgsCptCityDataItem::acceptDrop ( )
[symbol: _ZN18QgsCptCityDataItem10acceptDropEv]
QgsCptCityDataItem::actions ( )
[symbol: _ZN18QgsCptCityDataItem7actionsEv]
QgsCptCityDataItem::addChildItem ( QgsCptCityDataItem* child, bool refresh )
[symbol: _ZN18QgsCptCityDataItem12addChildItemEPS_b]
QgsCptCityDataItem::beginInsertItems ( QgsCptCityDataItem* parent, int first, int last )
[symbol: _ZN18QgsCptCityDataItem16beginInsertItemsEPS_ii]
QgsCptCityDataItem::beginRemoveItems ( QgsCptCityDataItem* parent, int first, int last )
[symbol: _ZN18QgsCptCityDataItem16beginRemoveItemsEPS_ii]
QgsCptCityDataItem::createChildren ( )
[symbol: _ZN18QgsCptCityDataItem14createChildrenEv]
QgsCptCityDataItem::deleteChildItem ( QgsCptCityDataItem* child )
[symbol: _ZN18QgsCptCityDataItem15deleteChildItemEPS_]
QgsCptCityDataItem::emitBeginInsertItems ( QgsCptCityDataItem* parent, int first, int last )
[symbol: _ZN18QgsCptCityDataItem20emitBeginInsertItemsEPS_ii]
QgsCptCityDataItem::emitBeginRemoveItems ( QgsCptCityDataItem* parent, int first, int last )
[symbol: _ZN18QgsCptCityDataItem20emitBeginRemoveItemsEPS_ii]
QgsCptCityDataItem::emitEndInsertItems ( )
[symbol: _ZN18QgsCptCityDataItem18emitEndInsertItemsEv]
QgsCptCityDataItem::emitEndRemoveItems ( )
[symbol: _ZN18QgsCptCityDataItem18emitEndRemoveItemsEv]
QgsCptCityDataItem::endInsertItems ( )
[symbol: _ZN18QgsCptCityDataItem14endInsertItemsEv]
QgsCptCityDataItem::endRemoveItems ( )
[symbol: _ZN18QgsCptCityDataItem14endRemoveItemsEv]
QgsCptCityDataItem::equal ( QgsCptCityDataItem const* other )
[symbol: _ZN18QgsCptCityDataItem5equalEPKS_]
QgsCptCityDataItem::findItem ( QVector<QgsCptCityDataItem*> items, QgsCptCityDataItem* item ) [static]
[symbol: _ZN18QgsCptCityDataItem8findItemE7QVectorIPS_ES1_]
QgsCptCityDataItem::handleDrop ( QMimeData const* p1, enum Qt::DropAction p2 )
[symbol: _ZN18QgsCptCityDataItem10handleDropEPK9QMimeDataN2Qt10DropActionE]
QgsCptCityDataItem::hasChildren ( )
[symbol: _ZN18QgsCptCityDataItem11hasChildrenEv]
QgsCptCityDataItem::icon ( )
[symbol: _ZN18QgsCptCityDataItem4iconEv]
QgsCptCityDataItem::icon ( QSize const& size )
[symbol: _ZN18QgsCptCityDataItem4iconERK5QSize]
QgsCptCityDataItem::leafCount ( ) const
[symbol: _ZNK18QgsCptCityDataItem9leafCountEv]
QgsCptCityDataItem::metaObject ( ) const
[symbol: _ZNK18QgsCptCityDataItem10metaObjectEv]
QgsCptCityDataItem::paramWidget ( )
[symbol: _ZN18QgsCptCityDataItem11paramWidgetEv]
QgsCptCityDataItem::populate ( )
[symbol: _ZN18QgsCptCityDataItem8populateEv]
QgsCptCityDataItem::QgsCptCityDataItem [in-charge] ( enum QgsCptCityDataItem::Type type, QgsCptCityDataItem* parent, QString name, QString path )
[symbol: _ZN18QgsCptCityDataItemC1ENS_4TypeEPS_7QStringS2_]
QgsCptCityDataItem::QgsCptCityDataItem [not-in-charge] ( enum QgsCptCityDataItem::Type type, QgsCptCityDataItem* parent, QString name, QString path )
[symbol: _ZN18QgsCptCityDataItemC2ENS_4TypeEPS_7QStringS2_]
QgsCptCityDataItem::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN18QgsCptCityDataItem11qt_metacallEN11QMetaObject4CallEiPPv]
QgsCptCityDataItem::qt_metacast ( char const* p1 )
[symbol: _ZN18QgsCptCityDataItem11qt_metacastEPKc]
QgsCptCityDataItem::refresh ( )
[symbol: _ZN18QgsCptCityDataItem7refreshEv]
QgsCptCityDataItem::removeChildItem ( QgsCptCityDataItem* child )
[symbol: _ZN18QgsCptCityDataItem15removeChildItemEPS_]
QgsCptCityDataItem::rowCount ( )
[symbol: _ZN18QgsCptCityDataItem8rowCountEv]
QgsCptCityDataItem::staticMetaObject [data]
[symbol: _ZN18QgsCptCityDataItem16staticMetaObjectE]
QgsCptCityDataItem::~QgsCptCityDataItem [in-charge-deleting] ( )
[symbol: _ZN18QgsCptCityDataItemD0Ev]
QgsCptCityDataItem::~QgsCptCityDataItem [in-charge] ( )
[symbol: _ZN18QgsCptCityDataItemD1Ev]
QgsCptCityDataItem::~QgsCptCityDataItem [not-in-charge] ( )
[symbol: _ZN18QgsCptCityDataItemD2Ev]
QgsCptCityDirectoryItem::createChildren ( )
[symbol: _ZN23QgsCptCityDirectoryItem14createChildrenEv]
QgsCptCityDirectoryItem::dataItem ( QgsCptCityDataItem* parent, QString name, QString path ) [static]
[symbol: _ZN23QgsCptCityDirectoryItem8dataItemEP18QgsCptCityDataItem7QStringS2_]
QgsCptCityDirectoryItem::dirEntries ( ) const
[symbol: _ZNK23QgsCptCityDirectoryItem10dirEntriesEv]
QgsCptCityDirectoryItem::equal ( QgsCptCityDataItem const* other )
[symbol: _ZN23QgsCptCityDirectoryItem5equalEPK18QgsCptCityDataItem]
QgsCptCityDirectoryItem::metaObject ( ) const
[symbol: _ZNK23QgsCptCityDirectoryItem10metaObjectEv]
QgsCptCityDirectoryItem::QgsCptCityDirectoryItem [in-charge] ( QgsCptCityDataItem* parent, QString name, QString path )
[symbol: _ZN23QgsCptCityDirectoryItemC1EP18QgsCptCityDataItem7QStringS2_]
QgsCptCityDirectoryItem::QgsCptCityDirectoryItem [not-in-charge] ( QgsCptCityDataItem* parent, QString name, QString path )
[symbol: _ZN23QgsCptCityDirectoryItemC2EP18QgsCptCityDataItem7QStringS2_]
QgsCptCityDirectoryItem::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN23QgsCptCityDirectoryItem11qt_metacallEN11QMetaObject4CallEiPPv]
QgsCptCityDirectoryItem::qt_metacast ( char const* p1 )
[symbol: _ZN23QgsCptCityDirectoryItem11qt_metacastEPKc]
QgsCptCityDirectoryItem::rampsMap ( )
[symbol: _ZN23QgsCptCityDirectoryItem8rampsMapEv]
QgsCptCityDirectoryItem::staticMetaObject [data]
[symbol: _ZN23QgsCptCityDirectoryItem16staticMetaObjectE]
QgsCptCityDirectoryItem::~QgsCptCityDirectoryItem [in-charge-deleting] ( )
[symbol: _ZN23QgsCptCityDirectoryItemD0Ev]
QgsCptCityDirectoryItem::~QgsCptCityDirectoryItem [in-charge] ( )
[symbol: _ZN23QgsCptCityDirectoryItemD1Ev]
QgsCptCityDirectoryItem::~QgsCptCityDirectoryItem [not-in-charge] ( )
[symbol: _ZN23QgsCptCityDirectoryItemD2Ev]
QgsCptCitySelectionItem::createChildren ( )
[symbol: _ZN23QgsCptCitySelectionItem14createChildrenEv]
QgsCptCitySelectionItem::equal ( QgsCptCityDataItem const* other )
[symbol: _ZN23QgsCptCitySelectionItem5equalEPK18QgsCptCityDataItem]
QgsCptCitySelectionItem::metaObject ( ) const
[symbol: _ZNK23QgsCptCitySelectionItem10metaObjectEv]
QgsCptCitySelectionItem::parseXML ( )
[symbol: _ZN23QgsCptCitySelectionItem8parseXMLEv]
QgsCptCitySelectionItem::QgsCptCitySelectionItem [in-charge] ( QgsCptCityDataItem* parent, QString name, QString path )
[symbol: _ZN23QgsCptCitySelectionItemC1EP18QgsCptCityDataItem7QStringS2_]
QgsCptCitySelectionItem::QgsCptCitySelectionItem [not-in-charge] ( QgsCptCityDataItem* parent, QString name, QString path )
[symbol: _ZN23QgsCptCitySelectionItemC2EP18QgsCptCityDataItem7QStringS2_]
QgsCptCitySelectionItem::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN23QgsCptCitySelectionItem11qt_metacallEN11QMetaObject4CallEiPPv]
QgsCptCitySelectionItem::qt_metacast ( char const* p1 )
[symbol: _ZN23QgsCptCitySelectionItem11qt_metacastEPKc]
QgsCptCitySelectionItem::staticMetaObject [data]
[symbol: _ZN23QgsCptCitySelectionItem16staticMetaObjectE]
QgsCptCitySelectionItem::~QgsCptCitySelectionItem [in-charge-deleting] ( )
[symbol: _ZN23QgsCptCitySelectionItemD0Ev]
QgsCptCitySelectionItem::~QgsCptCitySelectionItem [in-charge] ( )
[symbol: _ZN23QgsCptCitySelectionItemD1Ev]
QgsCptCitySelectionItem::~QgsCptCitySelectionItem [not-in-charge] ( )
[symbol: _ZN23QgsCptCitySelectionItemD2Ev]
qgscrscache.h,
libqgis_core.so.2.0.0
QgsCoordinateTransformCache::instance ( ) [static]
[symbol: _ZN27QgsCoordinateTransformCache8instanceEv]
QgsCoordinateTransformCache::invalidateCrs ( QString const& crsAuthId )
[symbol: _ZN27QgsCoordinateTransformCache13invalidateCrsERK7QString]
QgsCoordinateTransformCache::transform ( QString const& srcAuthId, QString const& destAuthId )
[symbol: _ZN27QgsCoordinateTransformCache9transformERK7QStringS2_]
QgsCoordinateTransformCache::~QgsCoordinateTransformCache [in-charge] ( )
[symbol: _ZN27QgsCoordinateTransformCacheD1Ev]
QgsCoordinateTransformCache::~QgsCoordinateTransformCache [not-in-charge] ( )
[symbol: _ZN27QgsCoordinateTransformCacheD2Ev]
QgsCRSCache::updateCRSCache ( QString const& authid )
[symbol: _ZN11QgsCRSCache14updateCRSCacheERK7QString]
qgscubicrasterresampler.h,
libqgis_core.so.2.0.0
QgsCubicRasterResampler::clone ( ) const
[symbol: _ZNK23QgsCubicRasterResampler5cloneEv]
QgsCubicRasterResampler::QgsCubicRasterResampler [in-charge] ( )
[symbol: _ZN23QgsCubicRasterResamplerC1Ev]
QgsCubicRasterResampler::QgsCubicRasterResampler [not-in-charge] ( )
[symbol: _ZN23QgsCubicRasterResamplerC2Ev]
QgsCubicRasterResampler::resample ( QImage const& srcImage, QImage& dstImage )
[symbol: _ZN23QgsCubicRasterResampler8resampleERK6QImageRS0_]
QgsCubicRasterResampler::type ( ) const
[symbol: _ZNK23QgsCubicRasterResampler4typeEv]
QgsCubicRasterResampler::~QgsCubicRasterResampler [in-charge-deleting] ( )
[symbol: _ZN23QgsCubicRasterResamplerD0Ev]
QgsCubicRasterResampler::~QgsCubicRasterResampler [in-charge] ( )
[symbol: _ZN23QgsCubicRasterResamplerD1Ev]
QgsCubicRasterResampler::~QgsCubicRasterResampler [not-in-charge] ( )
[symbol: _ZN23QgsCubicRasterResamplerD2Ev]
qgsdatadefined.h,
libqgis_core.so.2.0.0
QgsDataDefined::insertExpressionParam ( QString key, QVariant param )
[symbol: _ZN14QgsDataDefined21insertExpressionParamE7QString8QVariant]
QgsDataDefined::prepareExpression ( QgsVectorLayer* layer )
[symbol: _ZN14QgsDataDefined17prepareExpressionEP14QgsVectorLayer]
QgsDataDefined::QgsDataDefined [in-charge] ( bool active, bool useexpr, QString const& expr, QString const& field )
[symbol: _ZN14QgsDataDefinedC1EbbRK7QStringS2_]
QgsDataDefined::QgsDataDefined [not-in-charge] ( bool active, bool useexpr, QString const& expr, QString const& field )
[symbol: _ZN14QgsDataDefinedC2EbbRK7QStringS2_]
QgsDataDefined::referencedColumns ( QgsVectorLayer* layer )
[symbol: _ZN14QgsDataDefined17referencedColumnsEP14QgsVectorLayer]
QgsDataDefined::toMap ( )
[symbol: _ZN14QgsDataDefined5toMapEv]
QgsDataDefined::~QgsDataDefined [in-charge] ( )
[symbol: _ZN14QgsDataDefinedD1Ev]
QgsDataDefined::~QgsDataDefined [not-in-charge] ( )
[symbol: _ZN14QgsDataDefinedD2Ev]
qgsdatadefinedbutton.h,
libqgis_gui.so.2.0.0
QgsDataDefinedButton::anyStringDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton13anyStringDescEv]
QgsDataDefinedButton::blendModesDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton14blendModesDescEv]
QgsDataDefinedButton::boolDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton8boolDescEv]
QgsDataDefinedButton::checkCheckedWidgets ( bool check )
[symbol: _ZN20QgsDataDefinedButton19checkCheckedWidgetsEb]
QgsDataDefinedButton::colorAlphaDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton14colorAlphaDescEv]
QgsDataDefinedButton::colorNoAlphaDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton16colorNoAlphaDescEv]
QgsDataDefinedButton::dataDefinedActivated ( bool active )
[symbol: _ZN20QgsDataDefinedButton20dataDefinedActivatedEb]
QgsDataDefinedButton::dataDefinedChanged ( QString const& definition )
[symbol: _ZN20QgsDataDefinedButton18dataDefinedChangedERK7QString]
QgsDataDefinedButton::disableEnabledWidgets ( bool disable )
[symbol: _ZN20QgsDataDefinedButton21disableEnabledWidgetsEb]
QgsDataDefinedButton::double180RotDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton16double180RotDescEv]
QgsDataDefinedButton::doubleDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton10doubleDescEv]
QgsDataDefinedButton::doublePosDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton13doublePosDescEv]
QgsDataDefinedButton::doubleXYDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton12doubleXYDescEv]
QgsDataDefinedButton::init ( QgsVectorLayer const* vl, QgsDataDefined const* datadefined, QgsDataDefinedButton::DataTypes datatypes, QString description )
[symbol: _ZN20QgsDataDefinedButton4initEPK14QgsVectorLayerPK14QgsDataDefined6QFlagsINS_8DataTypeEE7QString]
QgsDataDefinedButton::intDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton7intDescEv]
QgsDataDefinedButton::intPosDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton10intPosDescEv]
QgsDataDefinedButton::intPosOneDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton13intPosOneDescEv]
QgsDataDefinedButton::intTranspDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton13intTranspDescEv]
QgsDataDefinedButton::metaObject ( ) const
[symbol: _ZNK20QgsDataDefinedButton10metaObjectEv]
QgsDataDefinedButton::mouseReleaseEvent ( QMouseEvent* event )
[symbol: _ZN20QgsDataDefinedButton17mouseReleaseEventEP11QMouseEvent]
QgsDataDefinedButton::penJoinStyleDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton16penJoinStyleDescEv]
QgsDataDefinedButton::QgsDataDefinedButton [in-charge] ( QWidget* parent, QgsVectorLayer const* vl, QgsDataDefined const* datadefined, QgsDataDefinedButton::DataTypes datatypes, QString description )
[symbol: _ZN20QgsDataDefinedButtonC1EP7QWidgetPK14QgsVectorLayerPK14QgsDataDefined6QFlagsINS_8DataTypeEE7QString]
QgsDataDefinedButton::QgsDataDefinedButton [not-in-charge] ( QWidget* parent, QgsVectorLayer const* vl, QgsDataDefined const* datadefined, QgsDataDefinedButton::DataTypes datatypes, QString description )
[symbol: _ZN20QgsDataDefinedButtonC2EP7QWidgetPK14QgsVectorLayerPK14QgsDataDefined6QFlagsINS_8DataTypeEE7QString]
QgsDataDefinedButton::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN20QgsDataDefinedButton11qt_metacallEN11QMetaObject4CallEiPPv]
QgsDataDefinedButton::qt_metacast ( char const* p1 )
[symbol: _ZN20QgsDataDefinedButton11qt_metacastEPKc]
QgsDataDefinedButton::registerCheckedWidget ( QWidget* wdgt )
[symbol: _ZN20QgsDataDefinedButton21registerCheckedWidgetEP7QWidget]
QgsDataDefinedButton::registerCheckedWidgets ( QList<QWidget*> wdgts )
[symbol: _ZN20QgsDataDefinedButton22registerCheckedWidgetsE5QListIP7QWidgetE]
QgsDataDefinedButton::registeredCheckedWidgets ( )
[symbol: _ZN20QgsDataDefinedButton24registeredCheckedWidgetsEv]
QgsDataDefinedButton::registeredEnabledWidgets ( )
[symbol: _ZN20QgsDataDefinedButton24registeredEnabledWidgetsEv]
QgsDataDefinedButton::registerEnabledWidget ( QWidget* wdgt )
[symbol: _ZN20QgsDataDefinedButton21registerEnabledWidgetEP7QWidget]
QgsDataDefinedButton::registerEnabledWidgets ( QList<QWidget*> wdgts )
[symbol: _ZN20QgsDataDefinedButton22registerEnabledWidgetsE5QListIP7QWidgetE]
QgsDataDefinedButton::setActive ( bool active )
[symbol: _ZN20QgsDataDefinedButton9setActiveEb]
QgsDataDefinedButton::staticMetaObject [data]
[symbol: _ZN20QgsDataDefinedButton16staticMetaObjectE]
QgsDataDefinedButton::svgPathDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton11svgPathDescEv]
QgsDataDefinedButton::textHorzAlignDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton17textHorzAlignDescEv]
QgsDataDefinedButton::textVertAlignDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton17textVertAlignDescEv]
QgsDataDefinedButton::trString ( ) [static]
[symbol: _ZN20QgsDataDefinedButton8trStringEv]
QgsDataDefinedButton::unitsMmMuDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton13unitsMmMuDescEv]
QgsDataDefinedButton::unitsMmMuPercentDesc ( ) [static]
[symbol: _ZN20QgsDataDefinedButton20unitsMmMuPercentDescEv]
QgsDataDefinedButton::~QgsDataDefinedButton [in-charge-deleting] ( )
[symbol: _ZN20QgsDataDefinedButtonD0Ev]
QgsDataDefinedButton::~QgsDataDefinedButton [in-charge] ( )
[symbol: _ZN20QgsDataDefinedButtonD1Ev]
QgsDataDefinedButton::~QgsDataDefinedButton [not-in-charge] ( )
[symbol: _ZN20QgsDataDefinedButtonD2Ev]
qgsdataitem.h,
libqgis_core.so.2.0.0
QgsDataItem::removeChildItem ( QgsDataItem* child )
[symbol: _ZN11QgsDataItem15removeChildItemEPS_]
QgsFavouritesItem::addDirectory ( QString favIcon )
[symbol: _ZN17QgsFavouritesItem12addDirectoryE7QString]
QgsFavouritesItem::removeDirectory ( QgsDirectoryItem* item )
[symbol: _ZN17QgsFavouritesItem15removeDirectoryEP16QgsDirectoryItem]
QgsZipItem::getZipFileList ( )
[symbol: _ZN10QgsZipItem14getZipFileListEv]
QgsZipItem::vsiPrefix ( QString uri ) [static]
[symbol: _ZN10QgsZipItem9vsiPrefixE7QString]
qgsdataprovider.h,
libqgis_core.so.2.0.0
QgsDataProvider::error ( ) const
[symbol: _ZNK15QgsDataProvider5errorEv]
qgsdatasourceuri.h,
libqgis_core.so.2.0.0
QgsDataSourceURI::encodedUri ( ) const
[symbol: _ZNK16QgsDataSourceURI10encodedUriEv]
QgsDataSourceURI::hasParam ( QString const& key ) const
[symbol: _ZNK16QgsDataSourceURI8hasParamERK7QString]
QgsDataSourceURI::param ( QString const& key ) const
[symbol: _ZNK16QgsDataSourceURI5paramERK7QString]
QgsDataSourceURI::params ( QString const& key ) const
[symbol: _ZNK16QgsDataSourceURI6paramsERK7QString]
QgsDataSourceURI::removeParam ( QString const& key )
[symbol: _ZN16QgsDataSourceURI11removeParamERK7QString]
QgsDataSourceURI::setEncodedUri ( QByteArray const& uri )
[symbol: _ZN16QgsDataSourceURI13setEncodedUriERK10QByteArray]
QgsDataSourceURI::setEncodedUri ( QString const& uri )
[symbol: _ZN16QgsDataSourceURI13setEncodedUriERK7QString]
QgsDataSourceURI::setParam ( QString const& key, QString const& value )
[symbol: _ZN16QgsDataSourceURI8setParamERK7QStringS2_]
QgsDataSourceURI::setParam ( QString const& key, QStringList const& value )
[symbol: _ZN16QgsDataSourceURI8setParamERK7QStringRK11QStringList]
qgsdiagram.h,
libqgis_core.so.2.0.0
QgsDiagram::sizePainterUnits ( float l, QgsDiagramSettings const& s, QgsRenderContext const& c )
[symbol: _ZN10QgsDiagram16sizePainterUnitsEfRK18QgsDiagramSettingsRK16QgsRenderContext]
qgsdiagramrendererv2.h,
libqgis_core.so.2.0.0
QgsDiagramLayerSettings::readXML ( QDomElement const& elem, QgsVectorLayer const* layer )
[symbol: _ZN23QgsDiagramLayerSettings7readXMLERK11QDomElementPK14QgsVectorLayer]
QgsDiagramLayerSettings::writeXML ( QDomElement& layerElem, QDomDocument& doc, QgsVectorLayer const* layer ) const
[symbol: _ZNK23QgsDiagramLayerSettings8writeXMLER11QDomElementR12QDomDocumentPK14QgsVectorLayer]
QgsDiagramRendererV2::_readXML ( QDomElement const& elem, QgsVectorLayer const* layer )
[symbol: _ZN20QgsDiagramRendererV28_readXMLERK11QDomElementPK14QgsVectorLayer]
QgsDiagramRendererV2::_writeXML ( QDomElement& rendererElem, QDomDocument& doc, QgsVectorLayer const* layer ) const
[symbol: _ZNK20QgsDiagramRendererV29_writeXMLER11QDomElementR12QDomDocumentPK14QgsVectorLayer]
QgsDiagramRendererV2::renderDiagram ( QgsAttributes const& att, QgsRenderContext& c, QPointF const& pos )
[symbol: _ZN20QgsDiagramRendererV213renderDiagramERK7QVectorI8QVariantER16QgsRenderContextRK7QPointF]
QgsDiagramRendererV2::sizeMapUnits ( QgsAttributes const& attributes, QgsRenderContext const& c )
[symbol: _ZN20QgsDiagramRendererV212sizeMapUnitsERK7QVectorI8QVariantERK16QgsRenderContext]
QgsDiagramSettings::readXML ( QDomElement const& elem, QgsVectorLayer const* layer )
[symbol: _ZN18QgsDiagramSettings7readXMLERK11QDomElementPK14QgsVectorLayer]
QgsDiagramSettings::writeXML ( QDomElement& rendererElem, QDomDocument& doc, QgsVectorLayer const* layer ) const
[symbol: _ZNK18QgsDiagramSettings8writeXMLER11QDomElementR12QDomDocumentPK14QgsVectorLayer]
QgsLinearlyInterpolatedDiagramRenderer::diagramSettings ( QgsAttributes const& p1, QgsRenderContext const& c, QgsDiagramSettings& s )
[symbol: _ZN38QgsLinearlyInterpolatedDiagramRenderer15diagramSettingsERK7QVectorI8QVariantERK16QgsRenderContextR18QgsDiagramSettings]
QgsLinearlyInterpolatedDiagramRenderer::diagramSize ( QgsAttributes const& attributes, QgsRenderContext const& c )
[symbol: _ZN38QgsLinearlyInterpolatedDiagramRenderer11diagramSizeERK7QVectorI8QVariantERK16QgsRenderContext]
QgsLinearlyInterpolatedDiagramRenderer::readXML ( QDomElement const& elem, QgsVectorLayer const* layer )
[symbol: _ZN38QgsLinearlyInterpolatedDiagramRenderer7readXMLERK11QDomElementPK14QgsVectorLayer]
QgsLinearlyInterpolatedDiagramRenderer::writeXML ( QDomElement& layerElem, QDomDocument& doc, QgsVectorLayer const* layer ) const
[symbol: _ZNK38QgsLinearlyInterpolatedDiagramRenderer8writeXMLER11QDomElementR12QDomDocumentPK14QgsVectorLayer]
QgsSingleCategoryDiagramRenderer::diagramSettings ( QgsAttributes const& p1, QgsRenderContext const& c, QgsDiagramSettings& s )
[symbol: _ZN32QgsSingleCategoryDiagramRenderer15diagramSettingsERK7QVectorI8QVariantERK16QgsRenderContextR18QgsDiagramSettings]
QgsSingleCategoryDiagramRenderer::diagramSize ( QgsAttributes const& attributes, QgsRenderContext const& c )
[symbol: _ZN32QgsSingleCategoryDiagramRenderer11diagramSizeERK7QVectorI8QVariantERK16QgsRenderContext]
QgsSingleCategoryDiagramRenderer::readXML ( QDomElement const& elem, QgsVectorLayer const* layer )
[symbol: _ZN32QgsSingleCategoryDiagramRenderer7readXMLERK11QDomElementPK14QgsVectorLayer]
QgsSingleCategoryDiagramRenderer::writeXML ( QDomElement& layerElem, QDomDocument& doc, QgsVectorLayer const* layer ) const
[symbol: _ZNK32QgsSingleCategoryDiagramRenderer8writeXMLER11QDomElementR12QDomDocumentPK14QgsVectorLayer]
qgsdistancearea.h,
libqgis_core.so.2.0.0
QgsDistanceArea::convertMeasurement ( double& measure, enum QGis::UnitType& measureUnits, enum QGis::UnitType displayUnits, bool isArea )
[symbol: _ZN15QgsDistanceArea18convertMeasurementERdRN4QGis8UnitTypeES2_b]
QgsDistanceArea::measureLine ( unsigned char const* feature, double* area, bool hasZptr )
[symbol: _ZN15QgsDistanceArea11measureLineEPKhPdb]
QgsDistanceArea::measurePolygon ( unsigned char const* feature, double* area, double* perimeter, bool hasZptr )
[symbol: _ZN15QgsDistanceArea14measurePolygonEPKhPdS2_b]
QgsDistanceArea::operator = ( QgsDistanceArea const& origDA )
[symbol: _ZN15QgsDistanceAreaaSERKS_]
QgsDistanceArea::QgsDistanceArea [in-charge] ( QgsDistanceArea const& origDA )
[symbol: _ZN15QgsDistanceAreaC1ERKS_]
QgsDistanceArea::QgsDistanceArea [not-in-charge] ( QgsDistanceArea const& origDA )
[symbol: _ZN15QgsDistanceAreaC2ERKS_]
QgsDistanceArea::setEllipsoid ( double semiMajor, double semiMinor )
[symbol: _ZN15QgsDistanceArea12setEllipsoidEdd]
QgsDistanceArea::setEllipsoidalMode ( bool flag )
[symbol: _ZN15QgsDistanceArea18setEllipsoidalModeEb]
qgsellipsesymbollayerv2.h,
libqgis_core.so.2.0.0
QgsEllipseSymbolLayerV2::outputUnit ( ) const
[symbol: _ZNK23QgsEllipseSymbolLayerV210outputUnitEv]
QgsEllipseSymbolLayerV2::setOutputUnit ( enum QgsSymbolV2::OutputUnit unit )
[symbol: _ZN23QgsEllipseSymbolLayerV213setOutputUnitEN11QgsSymbolV210OutputUnitE]
qgserror.h,
libqgis_core.so.2.0.0
QgsError::append ( QgsErrorMessage const& theMessage )
[symbol: _ZN8QgsError6appendERK15QgsErrorMessage]
QgsError::append ( QString const& theMessage, QString const& theTag )
[symbol: _ZN8QgsError6appendERK7QStringS2_]
QgsError::message ( enum QgsErrorMessage::Format theFormat ) const
[symbol: _ZNK8QgsError7messageEN15QgsErrorMessage6FormatE]
QgsError::QgsError [in-charge] ( QString const& theMessage, QString const& theTag )
[symbol: _ZN8QgsErrorC1ERK7QStringS2_]
QgsError::QgsError [not-in-charge] ( QString const& theMessage, QString const& theTag )
[symbol: _ZN8QgsErrorC2ERK7QStringS2_]
QgsError::summary ( ) const
[symbol: _ZNK8QgsError7summaryEv]
QgsErrorMessage::QgsErrorMessage [in-charge] ( QString const& theMessage, QString const& theTag, QString const& theFile, QString const& theFunction, int theLine )
[symbol: _ZN15QgsErrorMessageC1ERK7QStringS2_S2_S2_i]
QgsErrorMessage::QgsErrorMessage [not-in-charge] ( QString const& theMessage, QString const& theTag, QString const& theFile, QString const& theFunction, int theLine )
[symbol: _ZN15QgsErrorMessageC2ERK7QStringS2_S2_S2_i]
qgsexpression.h,
libqgis_core.so.2.0.0
QgsExpression::acceptVisitor ( QgsExpression::Visitor& v ) const
[symbol: _ZNK13QgsExpression13acceptVisitorERNS_7VisitorE]
QgsExpression::evaluate ( QgsFeature const* f )
[symbol: _ZN13QgsExpression8evaluateEPK10QgsFeature]
QgsExpression::evaluate ( QgsFeature const* f, QgsFields const& fields )
[symbol: _ZN13QgsExpression8evaluateEPK10QgsFeatureRK9QgsFields]
QgsExpression::Functions ( ) [static]
[symbol: _ZN13QgsExpression9FunctionsEv]
QgsExpression::gFunctionHelpTexts [data]
[symbol: _ZN13QgsExpression18gFunctionHelpTextsE]
QgsExpression::gGroups [data]
[symbol: _ZN13QgsExpression7gGroupsE]
QgsExpression::gmFunctions [data]
[symbol: _ZN13QgsExpression11gmFunctionsE]
QgsExpression::gmSpecialColumns [data]
[symbol: _ZN13QgsExpression16gmSpecialColumnsE]
QgsExpression::group ( QString group ) [static]
[symbol: _ZN13QgsExpression5groupE7QString]
QgsExpression::helptext ( QString name ) [static]
[symbol: _ZN13QgsExpression8helptextE7QString]
QgsExpression::initFunctionHelp ( ) [static]
[symbol: _ZN13QgsExpression16initFunctionHelpEv]
QgsExpression::Interval::fromString ( QString string ) [static]
[symbol: _ZN13QgsExpression8Interval10fromStringE7QString]
QgsExpression::Interval::invalidInterVal ( ) [static]
[symbol: _ZN13QgsExpression8Interval15invalidInterValEv]
QgsExpression::Interval::operator == ( QgsExpression::Interval const& other ) const
[symbol: _ZNK13QgsExpression8IntervaleqERKS0_]
QgsExpression::Interval::~Interval [in-charge] ( )
[symbol: _ZN13QgsExpression8IntervalD1Ev]
QgsExpression::Interval::~Interval [not-in-charge] ( )
[symbol: _ZN13QgsExpression8IntervalD2Ev]
QgsExpression::NodeBinaryOperator::accept ( QgsExpression::Visitor& v ) const
[symbol: _ZNK13QgsExpression18NodeBinaryOperator6acceptERNS_7VisitorE]
QgsExpression::NodeBinaryOperator::computeDateTimeFromInterval ( QDateTime d, QgsExpression::Interval* i )
[symbol: _ZN13QgsExpression18NodeBinaryOperator27computeDateTimeFromIntervalE9QDateTimePNS_8IntervalE]
QgsExpression::NodeBinaryOperator::eval ( QgsExpression* parent, QgsFeature const* f )
[symbol: _ZN13QgsExpression18NodeBinaryOperator4evalEPS_PK10QgsFeature]
QgsExpression::NodeBinaryOperator::nodeType ( ) const
[symbol: _ZNK13QgsExpression18NodeBinaryOperator8nodeTypeEv]
QgsExpression::NodeBinaryOperator::prepare ( QgsExpression* parent, QgsFields const& fields )
[symbol: _ZN13QgsExpression18NodeBinaryOperator7prepareEPS_RK9QgsFields]
QgsExpression::NodeColumnRef::accept ( QgsExpression::Visitor& v ) const
[symbol: _ZNK13QgsExpression13NodeColumnRef6acceptERNS_7VisitorE]
QgsExpression::NodeColumnRef::eval ( QgsExpression* parent, QgsFeature const* f )
[symbol: _ZN13QgsExpression13NodeColumnRef4evalEPS_PK10QgsFeature]
QgsExpression::NodeColumnRef::nodeType ( ) const
[symbol: _ZNK13QgsExpression13NodeColumnRef8nodeTypeEv]
QgsExpression::NodeColumnRef::prepare ( QgsExpression* parent, QgsFields const& fields )
[symbol: _ZN13QgsExpression13NodeColumnRef7prepareEPS_RK9QgsFields]
QgsExpression::NodeCondition::accept ( QgsExpression::Visitor& v ) const
[symbol: _ZNK13QgsExpression13NodeCondition6acceptERNS_7VisitorE]
QgsExpression::NodeCondition::eval ( QgsExpression* parent, QgsFeature const* f )
[symbol: _ZN13QgsExpression13NodeCondition4evalEPS_PK10QgsFeature]
QgsExpression::NodeCondition::nodeType ( ) const
[symbol: _ZNK13QgsExpression13NodeCondition8nodeTypeEv]
QgsExpression::NodeCondition::prepare ( QgsExpression* parent, QgsFields const& fields )
[symbol: _ZN13QgsExpression13NodeCondition7prepareEPS_RK9QgsFields]
QgsExpression::NodeFunction::accept ( QgsExpression::Visitor& v ) const
[symbol: _ZNK13QgsExpression12NodeFunction6acceptERNS_7VisitorE]
QgsExpression::NodeFunction::eval ( QgsExpression* parent, QgsFeature const* f )
[symbol: _ZN13QgsExpression12NodeFunction4evalEPS_PK10QgsFeature]
QgsExpression::NodeFunction::nodeType ( ) const
[symbol: _ZNK13QgsExpression12NodeFunction8nodeTypeEv]
QgsExpression::NodeFunction::prepare ( QgsExpression* parent, QgsFields const& fields )
[symbol: _ZN13QgsExpression12NodeFunction7prepareEPS_RK9QgsFields]
QgsExpression::NodeInOperator::accept ( QgsExpression::Visitor& v ) const
[symbol: _ZNK13QgsExpression14NodeInOperator6acceptERNS_7VisitorE]
QgsExpression::NodeInOperator::eval ( QgsExpression* parent, QgsFeature const* f )
[symbol: _ZN13QgsExpression14NodeInOperator4evalEPS_PK10QgsFeature]
QgsExpression::NodeInOperator::nodeType ( ) const
[symbol: _ZNK13QgsExpression14NodeInOperator8nodeTypeEv]
QgsExpression::NodeInOperator::prepare ( QgsExpression* parent, QgsFields const& fields )
[symbol: _ZN13QgsExpression14NodeInOperator7prepareEPS_RK9QgsFields]
QgsExpression::NodeLiteral::accept ( QgsExpression::Visitor& v ) const
[symbol: _ZNK13QgsExpression11NodeLiteral6acceptERNS_7VisitorE]
QgsExpression::NodeLiteral::eval ( QgsExpression* parent, QgsFeature const* f )
[symbol: _ZN13QgsExpression11NodeLiteral4evalEPS_PK10QgsFeature]
QgsExpression::NodeLiteral::nodeType ( ) const
[symbol: _ZNK13QgsExpression11NodeLiteral8nodeTypeEv]
QgsExpression::NodeLiteral::prepare ( QgsExpression* parent, QgsFields const& fields )
[symbol: _ZN13QgsExpression11NodeLiteral7prepareEPS_RK9QgsFields]
QgsExpression::NodeUnaryOperator::accept ( QgsExpression::Visitor& v ) const
[symbol: _ZNK13QgsExpression17NodeUnaryOperator6acceptERNS_7VisitorE]
QgsExpression::NodeUnaryOperator::eval ( QgsExpression* parent, QgsFeature const* f )
[symbol: _ZN13QgsExpression17NodeUnaryOperator4evalEPS_PK10QgsFeature]
QgsExpression::NodeUnaryOperator::nodeType ( ) const
[symbol: _ZNK13QgsExpression17NodeUnaryOperator8nodeTypeEv]
QgsExpression::NodeUnaryOperator::prepare ( QgsExpression* parent, QgsFields const& fields )
[symbol: _ZN13QgsExpression17NodeUnaryOperator7prepareEPS_RK9QgsFields]
QgsExpression::prepare ( QgsFields const& fields )
[symbol: _ZN13QgsExpression7prepareERK9QgsFields]
QgsExpression::registerFunction ( QgsExpression::Function* function ) [static]
[symbol: _ZN13QgsExpression16registerFunctionEPNS_8FunctionE]
QgsExpression::replaceExpressionText ( QString action, QgsFeature& feat, QgsVectorLayer* layer, QMap<QString, QVariant>const* substitutionMap ) [static]
[symbol: _ZN13QgsExpression21replaceExpressionTextE7QStringR10QgsFeatureP14QgsVectorLayerPK4QMapIS0_8QVariantE]
QgsExpression::replaceExpressionText ( QString action, QgsFeature* feat, QgsVectorLayer* layer, QMap<QString, QVariant>const* substitutionMap ) [static]
[symbol: _ZN13QgsExpression21replaceExpressionTextE7QStringP10QgsFeatureP14QgsVectorLayerPK4QMapIS0_8QVariantE]
QgsExpression::setGeomCalculator ( QgsDistanceArea& calc )
[symbol: _ZN13QgsExpression17setGeomCalculatorER15QgsDistanceArea]
QgsExpression::setSpecialColumn ( QString const& name, QVariant value ) [static]
[symbol: _ZN13QgsExpression16setSpecialColumnERK7QString8QVariant]
QgsExpression::specialColumn ( QString const& name ) [static]
[symbol: _ZN13QgsExpression13specialColumnERK7QString]
QgsExpression::specialColumns ( ) [static]
[symbol: _ZN13QgsExpression14specialColumnsEv]
QgsExpression::StaticFunction::func ( QVariantList const& values, QgsFeature const* f, QgsExpression* parent )
[symbol: _ZN13QgsExpression14StaticFunction4funcERK5QListI8QVariantEPK10QgsFeaturePS_]
QgsExpression::unregisterFunction ( QString name ) [static]
[symbol: _ZN13QgsExpression18unregisterFunctionE7QString]
QgsExpression::unsetSpecialColumn ( QString const& name ) [static]
[symbol: _ZN13QgsExpression18unsetSpecialColumnERK7QString]
qgsexpressionbuilderwidget.h,
libqgis_gui.so.2.0.0
QgsExpressionBuilderWidget::loadFieldNames ( QgsFields const& fields )
[symbol: _ZN26QgsExpressionBuilderWidget14loadFieldNamesERK9QgsFields]
QgsExpressionBuilderWidget::setGeomCalculator ( QgsDistanceArea const& da )
[symbol: _ZN26QgsExpressionBuilderWidget17setGeomCalculatorERK15QgsDistanceArea]
qgsfeature.h,
libqgis_core.so.2.0.0
QgsFeature::attribute ( int fieldIdx ) const
[symbol: _ZNK10QgsFeature9attributeEi]
QgsFeature::attribute ( QString const& name ) const
[symbol: _ZNK10QgsFeature9attributeERK7QString]
QgsFeature::deleteAttribute ( QString const& name )
[symbol: _ZN10QgsFeature15deleteAttributeERK7QString]
QgsFeature::fieldNameIndex ( QString const& fieldName ) const
[symbol: _ZNK10QgsFeature14fieldNameIndexERK7QString]
QgsFeature::geometry ( ) const
[symbol: _ZNK10QgsFeature8geometryEv]
QgsFeature::initAttributes ( int fieldCount )
[symbol: _ZN10QgsFeature14initAttributesEi]
QgsFeature::QgsFeature [in-charge] ( QgsFeatureId id )
[symbol: _ZN10QgsFeatureC1Ex]
QgsFeature::QgsFeature [in-charge] ( QgsFields const& fields, QgsFeatureId id )
[symbol: _ZN10QgsFeatureC1ERK9QgsFieldsx]
QgsFeature::QgsFeature [not-in-charge] ( QgsFeatureId id )
[symbol: _ZN10QgsFeatureC2Ex]
QgsFeature::QgsFeature [not-in-charge] ( QgsFields const& fields, QgsFeatureId id )
[symbol: _ZN10QgsFeatureC2ERK9QgsFieldsx]
QgsFeature::setAttribute ( int field, QVariant const& attr )
[symbol: _ZN10QgsFeature12setAttributeEiRK8QVariant]
QgsFeature::setAttribute ( QString const& name, QVariant value )
[symbol: _ZN10QgsFeature12setAttributeERK7QString8QVariant]
QgsFeature::setFields ( QgsFields const* fields, bool initAttributes )
[symbol: _ZN10QgsFeature9setFieldsEPK9QgsFieldsb]
qgsfeatureiterator.h,
libqgis_core.so.2.0.0
QgsAbstractFeatureIterator::deref ( )
[symbol: _ZN26QgsAbstractFeatureIterator5derefEv]
QgsAbstractFeatureIterator::QgsAbstractFeatureIterator [in-charge] ( QgsFeatureRequest const& request )
[symbol: _ZN26QgsAbstractFeatureIteratorC1ERK17QgsFeatureRequest]
QgsAbstractFeatureIterator::QgsAbstractFeatureIterator [not-in-charge] ( QgsFeatureRequest const& request )
[symbol: _ZN26QgsAbstractFeatureIteratorC2ERK17QgsFeatureRequest]
QgsAbstractFeatureIterator::ref ( )
[symbol: _ZN26QgsAbstractFeatureIterator3refEv]
QgsAbstractFeatureIterator::~QgsAbstractFeatureIterator [in-charge-deleting] ( )
[symbol: _ZN26QgsAbstractFeatureIteratorD0Ev]
QgsAbstractFeatureIterator::~QgsAbstractFeatureIterator [in-charge] ( )
[symbol: _ZN26QgsAbstractFeatureIteratorD1Ev]
QgsAbstractFeatureIterator::~QgsAbstractFeatureIterator [not-in-charge] ( )
[symbol: _ZN26QgsAbstractFeatureIteratorD2Ev]
QgsFeatureIterator::operator = ( QgsFeatureIterator const& other )
[symbol: _ZN18QgsFeatureIteratoraSERKS_]
qgsfeaturelistmodel.h,
libqgis_gui.so.2.0.0
QgsFeatureListModel::columnCount ( QModelIndex const& parent ) const
[symbol: _ZNK19QgsFeatureListModel11columnCountERK11QModelIndex]
QgsFeatureListModel::data ( QModelIndex const& index, int role ) const
[symbol: _ZNK19QgsFeatureListModel4dataERK11QModelIndexi]
QgsFeatureListModel::displayExpression ( ) const
[symbol: _ZNK19QgsFeatureListModel17displayExpressionEv]
QgsFeatureListModel::featureByIndex ( QModelIndex const& index, QgsFeature& feat )
[symbol: _ZN19QgsFeatureListModel14featureByIndexERK11QModelIndexR10QgsFeature]
QgsFeatureListModel::fidToIdx ( QgsFeatureId const fid ) const
[symbol: _ZNK19QgsFeatureListModel8fidToIdxEx]
QgsFeatureListModel::fidToIndex ( QgsFeatureId fid )
[symbol: _ZN19QgsFeatureListModel10fidToIndexEx]
QgsFeatureListModel::fidToIndexList ( QgsFeatureId fid )
[symbol: _ZN19QgsFeatureListModel14fidToIndexListEx]
QgsFeatureListModel::flags ( QModelIndex const& index ) const
[symbol: _ZNK19QgsFeatureListModel5flagsERK11QModelIndex]
QgsFeatureListModel::idxToFid ( QModelIndex const& index ) const
[symbol: _ZNK19QgsFeatureListModel8idxToFidERK11QModelIndex]
QgsFeatureListModel::index ( int row, int column, QModelIndex const& parent ) const
[symbol: _ZNK19QgsFeatureListModel5indexEiiRK11QModelIndex]
QgsFeatureListModel::layerCache ( )
[symbol: _ZN19QgsFeatureListModel10layerCacheEv]
QgsFeatureListModel::mapFromMaster ( QModelIndex const& sourceIndex ) const
[symbol: _ZNK19QgsFeatureListModel13mapFromMasterERK11QModelIndex]
QgsFeatureListModel::mapFromSource ( QModelIndex const& sourceIndex ) const
[symbol: _ZNK19QgsFeatureListModel13mapFromSourceERK11QModelIndex]
QgsFeatureListModel::mapSelectionFromMaster ( QItemSelection const& selection ) const
[symbol: _ZNK19QgsFeatureListModel22mapSelectionFromMasterERK14QItemSelection]
QgsFeatureListModel::mapSelectionToMaster ( QItemSelection const& selection ) const
[symbol: _ZNK19QgsFeatureListModel20mapSelectionToMasterERK14QItemSelection]
QgsFeatureListModel::mapToMaster ( QModelIndex const& proxyIndex ) const
[symbol: _ZNK19QgsFeatureListModel11mapToMasterERK11QModelIndex]
QgsFeatureListModel::mapToSource ( QModelIndex const& proxyIndex ) const
[symbol: _ZNK19QgsFeatureListModel11mapToSourceERK11QModelIndex]
QgsFeatureListModel::masterModel ( )
[symbol: _ZN19QgsFeatureListModel11masterModelEv]
QgsFeatureListModel::metaObject ( ) const
[symbol: _ZNK19QgsFeatureListModel10metaObjectEv]
QgsFeatureListModel::onBeginInsertRows ( QModelIndex const& parent, int first, int last )
[symbol: _ZN19QgsFeatureListModel17onBeginInsertRowsERK11QModelIndexii]
QgsFeatureListModel::onBeginRemoveRows ( QModelIndex const& parent, int first, int last )
[symbol: _ZN19QgsFeatureListModel17onBeginRemoveRowsERK11QModelIndexii]
QgsFeatureListModel::onEndInsertRows ( QModelIndex const& parent, int first, int last )
[symbol: _ZN19QgsFeatureListModel15onEndInsertRowsERK11QModelIndexii]
QgsFeatureListModel::onEndRemoveRows ( QModelIndex const& parent, int first, int last )
[symbol: _ZN19QgsFeatureListModel15onEndRemoveRowsERK11QModelIndexii]
QgsFeatureListModel::parent ( QModelIndex const& child ) const
[symbol: _ZNK19QgsFeatureListModel6parentERK11QModelIndex]
QgsFeatureListModel::parserErrorString ( )
[symbol: _ZN19QgsFeatureListModel17parserErrorStringEv]
QgsFeatureListModel::QgsFeatureListModel [in-charge] ( QgsAttributeTableFilterModel* sourceModel, QObject* parent )
[symbol: _ZN19QgsFeatureListModelC1EP28QgsAttributeTableFilterModelP7QObject]
QgsFeatureListModel::QgsFeatureListModel [not-in-charge] ( QgsAttributeTableFilterModel* sourceModel, QObject* parent )
[symbol: _ZN19QgsFeatureListModelC2EP28QgsAttributeTableFilterModelP7QObject]
QgsFeatureListModel::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN19QgsFeatureListModel11qt_metacallEN11QMetaObject4CallEiPPv]
QgsFeatureListModel::qt_metacast ( char const* p1 )
[symbol: _ZN19QgsFeatureListModel11qt_metacastEPKc]
QgsFeatureListModel::rowCount ( QModelIndex const& parent ) const
[symbol: _ZNK19QgsFeatureListModel8rowCountERK11QModelIndex]
QgsFeatureListModel::setDisplayExpression ( QString const expression )
[symbol: _ZN19QgsFeatureListModel20setDisplayExpressionE7QString]
QgsFeatureListModel::setSourceModel ( QgsAttributeTableFilterModel* sourceModel )
[symbol: _ZN19QgsFeatureListModel14setSourceModelEP28QgsAttributeTableFilterModel]
QgsFeatureListModel::staticMetaObject [data]
[symbol: _ZN19QgsFeatureListModel16staticMetaObjectE]
QgsFeatureListModel::~QgsFeatureListModel [in-charge-deleting] ( )
[symbol: _ZN19QgsFeatureListModelD0Ev]
QgsFeatureListModel::~QgsFeatureListModel [in-charge] ( )
[symbol: _ZN19QgsFeatureListModelD1Ev]
QgsFeatureListModel::~QgsFeatureListModel [not-in-charge] ( )
[symbol: _ZN19QgsFeatureListModelD2Ev]
qgsfeaturelistview.h,
libqgis_gui.so.2.0.0
QgsFeatureListView::currentEditSelectionChanged ( QgsFeature& feat )
[symbol: _ZN18QgsFeatureListView27currentEditSelectionChangedER10QgsFeature]
QgsFeatureListView::displayExpression ( ) const
[symbol: _ZNK18QgsFeatureListView17displayExpressionEv]
QgsFeatureListView::displayExpressionChanged ( QString const expression )
[symbol: _ZN18QgsFeatureListView24displayExpressionChangedE7QString]
QgsFeatureListView::keyPressEvent ( QKeyEvent* event )
[symbol: _ZN18QgsFeatureListView13keyPressEventEP9QKeyEvent]
QgsFeatureListView::layerCache ( )
[symbol: _ZN18QgsFeatureListView10layerCacheEv]
QgsFeatureListView::metaObject ( ) const
[symbol: _ZNK18QgsFeatureListView10metaObjectEv]
QgsFeatureListView::mouseMoveEvent ( QMouseEvent* event )
[symbol: _ZN18QgsFeatureListView14mouseMoveEventEP11QMouseEvent]
QgsFeatureListView::mousePressEvent ( QMouseEvent* event )
[symbol: _ZN18QgsFeatureListView15mousePressEventEP11QMouseEvent]
QgsFeatureListView::mouseReleaseEvent ( QMouseEvent* event )
[symbol: _ZN18QgsFeatureListView17mouseReleaseEventEP11QMouseEvent]
QgsFeatureListView::parserErrorString ( )
[symbol: _ZN18QgsFeatureListView17parserErrorStringEv]
QgsFeatureListView::QgsFeatureListView [in-charge] ( QWidget* parent )
[symbol: _ZN18QgsFeatureListViewC1EP7QWidget]
QgsFeatureListView::QgsFeatureListView [not-in-charge] ( QWidget* parent )
[symbol: _ZN18QgsFeatureListViewC2EP7QWidget]
QgsFeatureListView::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN18QgsFeatureListView11qt_metacallEN11QMetaObject4CallEiPPv]
QgsFeatureListView::qt_metacast ( char const* p1 )
[symbol: _ZN18QgsFeatureListView11qt_metacastEPKc]
QgsFeatureListView::repaintRequested ( )
[symbol: _ZN18QgsFeatureListView16repaintRequestedEv]
QgsFeatureListView::repaintRequested ( QModelIndexList indexes )
[symbol: _ZN18QgsFeatureListView16repaintRequestedE5QListI11QModelIndexE]
QgsFeatureListView::selectAll ( )
[symbol: _ZN18QgsFeatureListView9selectAllEv]
QgsFeatureListView::setDisplayExpression ( QString const displayExpression )
[symbol: _ZN18QgsFeatureListView20setDisplayExpressionE7QString]
QgsFeatureListView::setEditSelection ( QgsFeatureIds const& fids )
[symbol: _ZN18QgsFeatureListView16setEditSelectionERK4QSetIxE]
QgsFeatureListView::setModel ( QgsFeatureListModel* featureListModel )
[symbol: _ZN18QgsFeatureListView8setModelEP19QgsFeatureListModel]
QgsFeatureListView::staticMetaObject [data]
[symbol: _ZN18QgsFeatureListView16staticMetaObjectE]
QgsFeatureListView::~QgsFeatureListView [in-charge-deleting] ( )
[symbol: _ZN18QgsFeatureListViewD0Ev]
QgsFeatureListView::~QgsFeatureListView [in-charge] ( )
[symbol: _ZN18QgsFeatureListViewD1Ev]
qgsfeaturelistviewdelegate.h,
libqgis_gui.so.2.0.0
QgsFeatureListViewDelegate::editButtonClicked ( QModelIndex& index )
[symbol: _ZN26QgsFeatureListViewDelegate17editButtonClickedER11QModelIndex]
QgsFeatureListViewDelegate::metaObject ( ) const
[symbol: _ZNK26QgsFeatureListViewDelegate10metaObjectEv]
QgsFeatureListViewDelegate::paint ( QPainter* painter, QStyleOptionViewItem const& option, QModelIndex const& index ) const
[symbol: _ZNK26QgsFeatureListViewDelegate5paintEP8QPainterRK20QStyleOptionViewItemRK11QModelIndex]
QgsFeatureListViewDelegate::positionToElement ( QPoint const& pos )
[symbol: _ZN26QgsFeatureListViewDelegate17positionToElementERK6QPoint]
QgsFeatureListViewDelegate::QgsFeatureListViewDelegate [in-charge] ( QgsFeatureListModel* listModel, QObject* parent )
[symbol: _ZN26QgsFeatureListViewDelegateC1EP19QgsFeatureListModelP7QObject]
QgsFeatureListViewDelegate::QgsFeatureListViewDelegate [not-in-charge] ( QgsFeatureListModel* listModel, QObject* parent )
[symbol: _ZN26QgsFeatureListViewDelegateC2EP19QgsFeatureListModelP7QObject]
QgsFeatureListViewDelegate::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN26QgsFeatureListViewDelegate11qt_metacallEN11QMetaObject4CallEiPPv]
QgsFeatureListViewDelegate::qt_metacast ( char const* p1 )
[symbol: _ZN26QgsFeatureListViewDelegate11qt_metacastEPKc]
QgsFeatureListViewDelegate::setEditSelectionModel ( QItemSelectionModel* editSelectionModel )
[symbol: _ZN26QgsFeatureListViewDelegate21setEditSelectionModelEP19QItemSelectionModel]
QgsFeatureListViewDelegate::setFeatureSelectionModel ( QgsFeatureSelectionModel* featureSelectionModel )
[symbol: _ZN26QgsFeatureListViewDelegate24setFeatureSelectionModelEP24QgsFeatureSelectionModel]
QgsFeatureListViewDelegate::sizeHint ( QStyleOptionViewItem const& option, QModelIndex const& index ) const
[symbol: _ZNK26QgsFeatureListViewDelegate8sizeHintERK20QStyleOptionViewItemRK11QModelIndex]
QgsFeatureListViewDelegate::staticMetaObject [data]
[symbol: _ZN26QgsFeatureListViewDelegate16staticMetaObjectE]
QgsFeatureListViewDelegate::~QgsFeatureListViewDelegate [in-charge-deleting] ( )
[symbol: _ZN26QgsFeatureListViewDelegateD0Ev]
QgsFeatureListViewDelegate::~QgsFeatureListViewDelegate [in-charge] ( )
[symbol: _ZN26QgsFeatureListViewDelegateD1Ev]
qgsfeaturerequest.h,
libqgis_core.so.2.0.0
QgsFeatureRequest::QgsFeatureRequest [in-charge] ( )
[symbol: _ZN17QgsFeatureRequestC1Ev]
QgsFeatureRequest::QgsFeatureRequest [in-charge] ( QgsFeatureId fid )
[symbol: _ZN17QgsFeatureRequestC1Ex]
QgsFeatureRequest::QgsFeatureRequest [in-charge] ( QgsFeatureRequest const& rh )
[symbol: _ZN17QgsFeatureRequestC1ERKS_]
QgsFeatureRequest::QgsFeatureRequest [in-charge] ( QgsRectangle const& rect )
[symbol: _ZN17QgsFeatureRequestC1ERK12QgsRectangle]
QgsFeatureRequest::QgsFeatureRequest [not-in-charge] ( )
[symbol: _ZN17QgsFeatureRequestC2Ev]
QgsFeatureRequest::QgsFeatureRequest [not-in-charge] ( QgsFeatureId fid )
[symbol: _ZN17QgsFeatureRequestC2Ex]
QgsFeatureRequest::QgsFeatureRequest [not-in-charge] ( QgsFeatureRequest const& rh )
[symbol: _ZN17QgsFeatureRequestC2ERKS_]
QgsFeatureRequest::QgsFeatureRequest [not-in-charge] ( QgsRectangle const& rect )
[symbol: _ZN17QgsFeatureRequestC2ERK12QgsRectangle]
QgsFeatureRequest::setFilterFid ( QgsFeatureId fid )
[symbol: _ZN17QgsFeatureRequest12setFilterFidEx]
QgsFeatureRequest::setFilterRect ( QgsRectangle const& rect )
[symbol: _ZN17QgsFeatureRequest13setFilterRectERK12QgsRectangle]
QgsFeatureRequest::setFlags ( QgsFeatureRequest::Flags flags )
[symbol: _ZN17QgsFeatureRequest8setFlagsE6QFlagsINS_4FlagEE]
QgsFeatureRequest::setSubsetOfAttributes ( QgsAttributeList const& attrs )
[symbol: _ZN17QgsFeatureRequest21setSubsetOfAttributesERK5QListIiE]
QgsFeatureRequest::setSubsetOfAttributes ( QStringList const& attrNames, QgsFields const& fields )
[symbol: _ZN17QgsFeatureRequest21setSubsetOfAttributesERK11QStringListRK9QgsFields]
qgsfeatureselectionmodel.h,
libqgis_gui.so.2.0.0
QgsFeatureSelectionModel::enableSync ( bool enable )
[symbol: _ZN24QgsFeatureSelectionModel10enableSyncEb]
QgsFeatureSelectionModel::isSelected ( QgsFeatureId fid )
[symbol: _ZN24QgsFeatureSelectionModel10isSelectedEx]
QgsFeatureSelectionModel::isSelected ( QModelIndex const& index )
[symbol: _ZN24QgsFeatureSelectionModel10isSelectedERK11QModelIndex]
QgsFeatureSelectionModel::metaObject ( ) const
[symbol: _ZNK24QgsFeatureSelectionModel10metaObjectEv]
QgsFeatureSelectionModel::QgsFeatureSelectionModel [in-charge] ( QAbstractItemModel* model, QgsFeatureModel* featureModel, QgsVectorLayer* layer, QObject* parent )
[symbol: _ZN24QgsFeatureSelectionModelC1EP18QAbstractItemModelP15QgsFeatureModelP14QgsVectorLayerP7QObject]
QgsFeatureSelectionModel::QgsFeatureSelectionModel [not-in-charge] ( QAbstractItemModel* model, QgsFeatureModel* featureModel, QgsVectorLayer* layer, QObject* parent )
[symbol: _ZN24QgsFeatureSelectionModelC2EP18QAbstractItemModelP15QgsFeatureModelP14QgsVectorLayerP7QObject]
QgsFeatureSelectionModel::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN24QgsFeatureSelectionModel11qt_metacallEN11QMetaObject4CallEiPPv]
QgsFeatureSelectionModel::qt_metacast ( char const* p1 )
[symbol: _ZN24QgsFeatureSelectionModel11qt_metacastEPKc]
QgsFeatureSelectionModel::requestRepaint ( )
[symbol: _ZN24QgsFeatureSelectionModel14requestRepaintEv]
QgsFeatureSelectionModel::requestRepaint ( QModelIndexList indexes )
[symbol: _ZN24QgsFeatureSelectionModel14requestRepaintE5QListI11QModelIndexE]
QgsFeatureSelectionModel::select ( QItemSelection const& selection, QItemSelectionModel::SelectionFlags command )
[symbol: _ZN24QgsFeatureSelectionModel6selectERK14QItemSelection6QFlagsIN19QItemSelectionModel13SelectionFlagEE]
QgsFeatureSelectionModel::select ( QModelIndex const& index, QItemSelectionModel::SelectionFlags command )
[symbol: _ZN24QgsFeatureSelectionModel6selectERK11QModelIndex6QFlagsIN19QItemSelectionModel13SelectionFlagEE]
QgsFeatureSelectionModel::selectFeatures ( QItemSelection const& selection, QItemSelectionModel::SelectionFlags command )
[symbol: _ZN24QgsFeatureSelectionModel14selectFeaturesERK14QItemSelection6QFlagsIN19QItemSelectionModel13SelectionFlagEE]
QgsFeatureSelectionModel::staticMetaObject [data]
[symbol: _ZN24QgsFeatureSelectionModel16staticMetaObjectE]
QgsFeatureSelectionModel::~QgsFeatureSelectionModel [in-charge-deleting] ( )
[symbol: _ZN24QgsFeatureSelectionModelD0Ev]
QgsFeatureSelectionModel::~QgsFeatureSelectionModel [in-charge] ( )
[symbol: _ZN24QgsFeatureSelectionModelD1Ev]
qgsfeaturestore.h,
libqgis_core.so.2.0.0
QgsFeatureStore::QgsFeatureStore [in-charge] ( )
[symbol: _ZN15QgsFeatureStoreC1Ev]
QgsFeatureStore::QgsFeatureStore [in-charge] ( QgsFeatureStore const& rhs )
[symbol: _ZN15QgsFeatureStoreC1ERKS_]
QgsFeatureStore::QgsFeatureStore [in-charge] ( QgsFields const& fields, QgsCoordinateReferenceSystem const& crs )
[symbol: _ZN15QgsFeatureStoreC1ERK9QgsFieldsRK28QgsCoordinateReferenceSystem]
QgsFeatureStore::QgsFeatureStore [not-in-charge] ( )
[symbol: _ZN15QgsFeatureStoreC2Ev]
QgsFeatureStore::QgsFeatureStore [not-in-charge] ( QgsFeatureStore const& rhs )
[symbol: _ZN15QgsFeatureStoreC2ERKS_]
QgsFeatureStore::QgsFeatureStore [not-in-charge] ( QgsFields const& fields, QgsCoordinateReferenceSystem const& crs )
[symbol: _ZN15QgsFeatureStoreC2ERK9QgsFieldsRK28QgsCoordinateReferenceSystem]
QgsFeatureStore::~QgsFeatureStore [in-charge] ( )
[symbol: _ZN15QgsFeatureStoreD1Ev]
QgsFeatureStore::~QgsFeatureStore [not-in-charge] ( )
[symbol: _ZN15QgsFeatureStoreD2Ev]
qgsfield.h,
libqgis_core.so.2.0.0
QgsField::displayString ( QVariant const& v ) const
[symbol: _ZNK8QgsField13displayStringERK8QVariant]
QgsField::operator!= ( QgsField const& other ) const
[symbol: _ZNK8QgsFieldneERKS_]
QgsFields::append ( QgsField const& field, enum QgsFields::FieldOrigin origin, int originIndex )
[symbol: _ZN9QgsFields6appendERK8QgsFieldNS_11FieldOriginEi]
QgsFields::clear ( )
[symbol: _ZN9QgsFields5clearEv]
QgsFields::extend ( QgsFields const& other )
[symbol: _ZN9QgsFields6extendERKS_]
QgsFields::remove ( int fieldIdx )
[symbol: _ZN9QgsFields6removeEi]
QgsFields::toList ( ) const
[symbol: _ZNK9QgsFields6toListEv]
qgsfieldvalidator.h,
libqgis_gui.so.2.0.0
QgsFieldValidator::QgsFieldValidator [in-charge] ( QObject* parent, QgsField const& field, QString dateFormat )
[symbol: _ZN17QgsFieldValidatorC1EP7QObjectRK8QgsField7QString]
QgsFieldValidator::QgsFieldValidator [not-in-charge] ( QObject* parent, QgsField const& field, QString dateFormat )
[symbol: _ZN17QgsFieldValidatorC2EP7QObjectRK8QgsField7QString]
qgsfillsymbollayerv2.h,
libqgis_core.so.2.0.0
QgsCentroidFillSymbolLayerV2::outputUnit ( ) const
[symbol: _ZNK28QgsCentroidFillSymbolLayerV210outputUnitEv]
QgsCentroidFillSymbolLayerV2::setOutputUnit ( enum QgsSymbolV2::OutputUnit unit )
[symbol: _ZN28QgsCentroidFillSymbolLayerV213setOutputUnitEN11QgsSymbolV210OutputUnitE]
QgsCentroidFillSymbolLayerV2::usedAttributes ( ) const
[symbol: _ZNK28QgsCentroidFillSymbolLayerV214usedAttributesEv]
QgsImageFillSymbolLayer::applyDataDefinedSettings ( QgsSymbolV2RenderContext const& context )
[symbol: _ZN23QgsImageFillSymbolLayer24applyDataDefinedSettingsERK24QgsSymbolV2RenderContext]
QgsLinePatternFillSymbolLayer::applyDataDefinedSettings ( QgsSymbolV2RenderContext const& context )
[symbol: _ZN29QgsLinePatternFillSymbolLayer24applyDataDefinedSettingsERK24QgsSymbolV2RenderContext]
QgsLinePatternFillSymbolLayer::ogrFeatureStyleWidth ( double widthScaleFactor ) const
[symbol: _ZNK29QgsLinePatternFillSymbolLayer20ogrFeatureStyleWidthEd]
QgsLinePatternFillSymbolLayer::outputUnit ( ) const
[symbol: _ZNK29QgsLinePatternFillSymbolLayer10outputUnitEv]
QgsLinePatternFillSymbolLayer::setOutputUnit ( enum QgsSymbolV2::OutputUnit unit )
[symbol: _ZN29QgsLinePatternFillSymbolLayer13setOutputUnitEN11QgsSymbolV210OutputUnitE]
QgsPointPatternFillSymbolLayer::applyDataDefinedSettings ( QgsSymbolV2RenderContext const& context )
[symbol: _ZN30QgsPointPatternFillSymbolLayer24applyDataDefinedSettingsERK24QgsSymbolV2RenderContext]
QgsPointPatternFillSymbolLayer::outputUnit ( ) const
[symbol: _ZNK30QgsPointPatternFillSymbolLayer10outputUnitEv]
QgsPointPatternFillSymbolLayer::setOutputUnit ( enum QgsSymbolV2::OutputUnit unit )
[symbol: _ZN30QgsPointPatternFillSymbolLayer13setOutputUnitEN11QgsSymbolV210OutputUnitE]
QgsSimpleFillSymbolLayerV2::ogrFeatureStyle ( double mmScaleFactor, double mapUnitScaleFactor ) const
[symbol: _ZNK26QgsSimpleFillSymbolLayerV215ogrFeatureStyleEdd]
QgsSimpleFillSymbolLayerV2::outputUnit ( ) const
[symbol: _ZNK26QgsSimpleFillSymbolLayerV210outputUnitEv]
QgsSimpleFillSymbolLayerV2::setOutputUnit ( enum QgsSymbolV2::OutputUnit unit )
[symbol: _ZN26QgsSimpleFillSymbolLayerV213setOutputUnitEN11QgsSymbolV210OutputUnitE]
QgsSVGFillSymbolLayer::applyDataDefinedSettings ( QgsSymbolV2RenderContext const& context )
[symbol: _ZN21QgsSVGFillSymbolLayer24applyDataDefinedSettingsERK24QgsSymbolV2RenderContext]
QgsSVGFillSymbolLayer::outputUnit ( ) const
[symbol: _ZNK21QgsSVGFillSymbolLayer10outputUnitEv]
QgsSVGFillSymbolLayer::setOutputUnit ( enum QgsSymbolV2::OutputUnit unit )
[symbol: _ZN21QgsSVGFillSymbolLayer13setOutputUnitEN11QgsSymbolV210OutputUnitE]
qgsfilterlineedit.h,
libqgis_gui.so.2.0.0
QgsFilterLineEdit::changeEvent ( QEvent* p1 )
[symbol: _ZN17QgsFilterLineEdit11changeEventEP6QEvent]
QgsFilterLineEdit::cleared ( )
[symbol: _ZN17QgsFilterLineEdit7clearedEv]
QgsFilterLineEdit::metaObject ( ) const
[symbol: _ZNK17QgsFilterLineEdit10metaObjectEv]
QgsFilterLineEdit::QgsFilterLineEdit [in-charge] ( QWidget* parent, QString nullValue )
[symbol: _ZN17QgsFilterLineEditC1EP7QWidget7QString]
QgsFilterLineEdit::QgsFilterLineEdit [not-in-charge] ( QWidget* parent, QString nullValue )
[symbol: _ZN17QgsFilterLineEditC2EP7QWidget7QString]
QgsFilterLineEdit::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN17QgsFilterLineEdit11qt_metacallEN11QMetaObject4CallEiPPv]
QgsFilterLineEdit::qt_metacast ( char const* p1 )
[symbol: _ZN17QgsFilterLineEdit11qt_metacastEPKc]
QgsFilterLineEdit::resizeEvent ( QResizeEvent* p1 )
[symbol: _ZN17QgsFilterLineEdit11resizeEventEP12QResizeEvent]
QgsFilterLineEdit::staticMetaObject [data]
[symbol: _ZN17QgsFilterLineEdit16staticMetaObjectE]
QgsFilterLineEdit::~QgsFilterLineEdit [in-charge-deleting] ( )
[symbol: _ZN17QgsFilterLineEditD0Ev]
QgsFilterLineEdit::~QgsFilterLineEdit [in-charge] ( )
[symbol: _ZN17QgsFilterLineEditD1Ev]
qgsfontutils.h,
libqgis_core.so.2.0.0
QgsFontUtils::fontFamilyMatchOnSystem ( QString const& family, QString* chosen, bool* match ) [static]
[symbol: _ZN12QgsFontUtils23fontFamilyMatchOnSystemERK7QStringPS0_Pb]
QgsFontUtils::fontFamilyOnSystem ( QString const& family ) [static]
[symbol: _ZN12QgsFontUtils18fontFamilyOnSystemERK7QString]
QgsFontUtils::fontMatchOnSystem ( QFont const& f ) [static]
[symbol: _ZN12QgsFontUtils17fontMatchOnSystemERK5QFont]
QgsFontUtils::updateFontViaStyle ( QFont& f, QString const& fontstyle, bool fallback ) [static]
[symbol: _ZN12QgsFontUtils18updateFontViaStyleER5QFontRK7QStringb]
qgsgeometry.h,
libqgis_core.so.2.0.0
QgsGeometry::asGeometryCollection ( ) const
[symbol: _ZNK11QgsGeometry20asGeometryCollectionEv]
QgsGeometry::asGeos ( ) const
[symbol: _ZNK11QgsGeometry6asGeosEv]
QgsGeometry::asMultiPoint ( ) const
[symbol: _ZNK11QgsGeometry12asMultiPointEv]
QgsGeometry::asMultiPolygon ( ) const
[symbol: _ZNK11QgsGeometry14asMultiPolygonEv]
QgsGeometry::asMultiPolyline ( ) const
[symbol: _ZNK11QgsGeometry15asMultiPolylineEv]
QgsGeometry::asPoint ( ) const
[symbol: _ZNK11QgsGeometry7asPointEv]
QgsGeometry::asPolygon ( ) const
[symbol: _ZNK11QgsGeometry9asPolygonEv]
QgsGeometry::asPolyline ( ) const
[symbol: _ZNK11QgsGeometry10asPolylineEv]
QgsGeometry::asWkb ( ) const
[symbol: _ZNK11QgsGeometry5asWkbEv]
QgsGeometry::avoidIntersections ( QMap<QgsVectorLayer*, QgsFeatureIds> ignoreFeatures )
[symbol: _ZN11QgsGeometry18avoidIntersectionsE4QMapIP14QgsVectorLayer4QSetIxEE]
QgsGeometry::contains ( QgsGeometry const* geometry ) const
[symbol: _ZNK11QgsGeometry8containsEPKS_]
QgsGeometry::contains ( QgsPoint const* p ) const
[symbol: _ZNK11QgsGeometry8containsEPK8QgsPoint]
QgsGeometry::crosses ( QgsGeometry const* geometry ) const
[symbol: _ZNK11QgsGeometry7crossesEPKS_]
QgsGeometry::disjoint ( QgsGeometry const* geometry ) const
[symbol: _ZNK11QgsGeometry8disjointEPKS_]
QgsGeometry::equals ( QgsGeometry const* geometry ) const
[symbol: _ZNK11QgsGeometry6equalsEPKS_]
QgsGeometry::exportToGeoJSON ( ) const
[symbol: _ZNK11QgsGeometry15exportToGeoJSONEv]
QgsGeometry::exportToWkt ( ) const
[symbol: _ZNK11QgsGeometry11exportToWktEv]
QgsGeometry::interpolate ( double distance )
[symbol: _ZN11QgsGeometry11interpolateEd]
QgsGeometry::intersects ( QgsGeometry const* geometry ) const
[symbol: _ZNK11QgsGeometry10intersectsEPKS_]
QgsGeometry::intersects ( QgsRectangle const& r ) const
[symbol: _ZNK11QgsGeometry10intersectsERK12QgsRectangle]
QgsGeometry::overlaps ( QgsGeometry const* geometry ) const
[symbol: _ZNK11QgsGeometry8overlapsEPKS_]
QgsGeometry::touches ( QgsGeometry const* geometry ) const
[symbol: _ZNK11QgsGeometry7touchesEPKS_]
QgsGeometry::within ( QgsGeometry const* geometry ) const
[symbol: _ZNK11QgsGeometry6withinEPKS_]
QgsGeometry::wkbSize ( ) const
[symbol: _ZNK11QgsGeometry7wkbSizeEv]
QgsGeometry::wkbType ( ) const
[symbol: _ZNK11QgsGeometry7wkbTypeEv]
qgsgeometrycache.h,
libqgis_core.so.2.0.0
QgsGeometryCache::cacheGeometry ( QgsFeatureId fid, QgsGeometry const& geom )
[symbol: _ZN16QgsGeometryCache13cacheGeometryExRK11QgsGeometry]
QgsGeometryCache::deleteCachedGeometries ( )
[symbol: _ZN16QgsGeometryCache22deleteCachedGeometriesEv]
QgsGeometryCache::geometry ( QgsFeatureId fid, QgsGeometry& geometry )
[symbol: _ZN16QgsGeometryCache8geometryExR11QgsGeometry]
QgsGeometryCache::QgsGeometryCache [in-charge] ( QgsVectorLayer* layer )
[symbol: _ZN16QgsGeometryCacheC1EP14QgsVectorLayer]
QgsGeometryCache::QgsGeometryCache [not-in-charge] ( QgsVectorLayer* layer )
[symbol: _ZN16QgsGeometryCacheC2EP14QgsVectorLayer]
QgsGeometryCache::~QgsGeometryCache [in-charge] ( )
[symbol: _ZN16QgsGeometryCacheD1Ev]
QgsGeometryCache::~QgsGeometryCache [not-in-charge] ( )
[symbol: _ZN16QgsGeometryCacheD2Ev]
qgsgml.h,
libqgis_core.so.2.0.0
QgsGml::dataProgressAndSteps ( int progress, int totalSteps )
[symbol: _ZN6QgsGml20dataProgressAndStepsEii]
QgsGml::dataReadProgress ( int progress )
[symbol: _ZN6QgsGml16dataReadProgressEi]
QgsGml::getFeatures ( QByteArray const& data, enum QGis::WkbType* wkbType, QgsRectangle* extent )
[symbol: _ZN6QgsGml11getFeaturesERK10QByteArrayPN4QGis7WkbTypeEP12QgsRectangle]
QgsGml::getFeatures ( QString const& uri, enum QGis::WkbType* wkbType, QgsRectangle* extent )
[symbol: _ZN6QgsGml11getFeaturesERK7QStringPN4QGis7WkbTypeEP12QgsRectangle]
QgsGml::metaObject ( ) const
[symbol: _ZNK6QgsGml10metaObjectEv]
QgsGml::QgsGml [in-charge] ( QString const& typeName, QString const& geometryAttribute, QgsFields const& fields )
[symbol: _ZN6QgsGmlC1ERK7QStringS2_RK9QgsFields]
QgsGml::QgsGml [not-in-charge] ( QString const& typeName, QString const& geometryAttribute, QgsFields const& fields )
[symbol: _ZN6QgsGmlC2ERK7QStringS2_RK9QgsFields]
QgsGml::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN6QgsGml11qt_metacallEN11QMetaObject4CallEiPPv]
QgsGml::qt_metacast ( char const* p1 )
[symbol: _ZN6QgsGml11qt_metacastEPKc]
QgsGml::staticMetaObject [data]
[symbol: _ZN6QgsGml16staticMetaObjectE]
QgsGml::totalStepsUpdate ( int totalSteps )
[symbol: _ZN6QgsGml16totalStepsUpdateEi]
QgsGml::~QgsGml [in-charge-deleting] ( )
[symbol: _ZN6QgsGmlD0Ev]
QgsGml::~QgsGml [in-charge] ( )
[symbol: _ZN6QgsGmlD1Ev]
QgsGml::~QgsGml [not-in-charge] ( )
[symbol: _ZN6QgsGmlD2Ev]
qgsgmlschema.h,
libqgis_core.so.2.0.0
QgsGmlFeatureClass::fieldIndex ( QString const& name )
[symbol: _ZN18QgsGmlFeatureClass10fieldIndexERK7QString]
QgsGmlFeatureClass::QgsGmlFeatureClass [in-charge] ( )
[symbol: _ZN18QgsGmlFeatureClassC1Ev]
QgsGmlFeatureClass::QgsGmlFeatureClass [in-charge] ( QString name, QString path )
[symbol: _ZN18QgsGmlFeatureClassC1E7QStringS0_]
QgsGmlFeatureClass::QgsGmlFeatureClass [not-in-charge] ( )
[symbol: _ZN18QgsGmlFeatureClassC2Ev]
QgsGmlFeatureClass::QgsGmlFeatureClass [not-in-charge] ( QString name, QString path )
[symbol: _ZN18QgsGmlFeatureClassC2E7QStringS0_]
QgsGmlFeatureClass::~QgsGmlFeatureClass [in-charge] ( )
[symbol: _ZN18QgsGmlFeatureClassD1Ev]
QgsGmlFeatureClass::~QgsGmlFeatureClass [not-in-charge] ( )
[symbol: _ZN18QgsGmlFeatureClassD2Ev]
QgsGmlSchema::fields ( QString const& typeName )
[symbol: _ZN12QgsGmlSchema6fieldsERK7QString]
QgsGmlSchema::geometryAttributes ( QString const& typeName )
[symbol: _ZN12QgsGmlSchema18geometryAttributesERK7QString]
QgsGmlSchema::guessSchema ( QByteArray const& data )
[symbol: _ZN12QgsGmlSchema11guessSchemaERK10QByteArray]
QgsGmlSchema::metaObject ( ) const
[symbol: _ZNK12QgsGmlSchema10metaObjectEv]
QgsGmlSchema::parseXSD ( QByteArray const& xml )
[symbol: _ZN12QgsGmlSchema8parseXSDERK10QByteArray]
QgsGmlSchema::QgsGmlSchema [in-charge] ( )
[symbol: _ZN12QgsGmlSchemaC1Ev]
QgsGmlSchema::QgsGmlSchema [not-in-charge] ( )
[symbol: _ZN12QgsGmlSchemaC2Ev]
QgsGmlSchema::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN12QgsGmlSchema11qt_metacallEN11QMetaObject4CallEiPPv]
QgsGmlSchema::qt_metacast ( char const* p1 )
[symbol: _ZN12QgsGmlSchema11qt_metacastEPKc]
QgsGmlSchema::staticMetaObject [data]
[symbol: _ZN12QgsGmlSchema16staticMetaObjectE]
QgsGmlSchema::typeNames ( ) const
[symbol: _ZNK12QgsGmlSchema9typeNamesEv]
QgsGmlSchema::~QgsGmlSchema [in-charge-deleting] ( )
[symbol: _ZN12QgsGmlSchemaD0Ev]
QgsGmlSchema::~QgsGmlSchema [in-charge] ( )
[symbol: _ZN12QgsGmlSchemaD1Ev]
QgsGmlSchema::~QgsGmlSchema [not-in-charge] ( )
[symbol: _ZN12QgsGmlSchemaD2Ev]
qgsgraduatedsymbolrendererv2.h,
libqgis_core.so.2.0.0
QgsGraduatedSymbolRendererV2::deleteAllClasses ( )
[symbol: _ZN28QgsGraduatedSymbolRendererV216deleteAllClassesEv]
QgsGraduatedSymbolRendererV2::dump ( ) const
[symbol: _ZNK28QgsGraduatedSymbolRendererV24dumpEv]
QgsGraduatedSymbolRendererV2::moveClass ( int from, int to )
[symbol: _ZN28QgsGraduatedSymbolRendererV29moveClassEii]
QgsGraduatedSymbolRendererV2::setScaleMethod ( enum QgsSymbolV2::ScaleMethod scaleMethod )
[symbol: _ZN28QgsGraduatedSymbolRendererV214setScaleMethodEN11QgsSymbolV211ScaleMethodE]
QgsGraduatedSymbolRendererV2::sortByLabel ( enum Qt::SortOrder order )
[symbol: _ZN28QgsGraduatedSymbolRendererV211sortByLabelEN2Qt9SortOrderE]
QgsGraduatedSymbolRendererV2::sortByValue ( enum Qt::SortOrder order )
[symbol: _ZN28QgsGraduatedSymbolRendererV211sortByValueEN2Qt9SortOrderE]
QgsRendererRangeV2::dump ( ) const
[symbol: _ZNK18QgsRendererRangeV24dumpEv]
QgsRendererRangeV2::operator = ( QgsRendererRangeV2 const& range )
[symbol: _ZN18QgsRendererRangeV2aSERKS_]
QgsRendererRangeV2::QgsRendererRangeV2 [in-charge] ( )
[symbol: _ZN18QgsRendererRangeV2C1Ev]
QgsRendererRangeV2::QgsRendererRangeV2 [not-in-charge] ( )
[symbol: _ZN18QgsRendererRangeV2C2Ev]
qgshighlight.h,
libqgis_gui.so.2.0.0
QgsHighlight::paint ( QPainter* p )
[symbol: _ZN12QgsHighlight5paintEP8QPainter]
QgsHighlight::QgsHighlight [in-charge] ( QgsMapCanvas* mapCanvas, QgsGeometry* geom, QgsVectorLayer* layer )
[symbol: _ZN12QgsHighlightC1EP12QgsMapCanvasP11QgsGeometryP14QgsVectorLayer]
QgsHighlight::QgsHighlight [not-in-charge] ( QgsMapCanvas* mapCanvas, QgsGeometry* geom, QgsVectorLayer* layer )
[symbol: _ZN12QgsHighlightC2EP12QgsMapCanvasP11QgsGeometryP14QgsVectorLayer]
QgsHighlight::setColor ( QColor const& color )
[symbol: _ZN12QgsHighlight8setColorERK6QColor]
QgsHighlight::setWidth ( int width )
[symbol: _ZN12QgsHighlight8setWidthEi]
QgsHighlight::updateRect ( )
[symbol: _ZN12QgsHighlight10updateRectEv]
QgsHighlight::~QgsHighlight [in-charge-deleting] ( )
[symbol: _ZN12QgsHighlightD0Ev]
QgsHighlight::~QgsHighlight [in-charge] ( )
[symbol: _ZN12QgsHighlightD1Ev]
QgsHighlight::~QgsHighlight [not-in-charge] ( )
[symbol: _ZN12QgsHighlightD2Ev]
qgshistogramdiagram.h,
libqgis_core.so.2.0.0
QgsHistogramDiagram::diagramName ( ) const
[symbol: _ZNK19QgsHistogramDiagram11diagramNameEv]
QgsHistogramDiagram::diagramSize ( QgsAttributes const& attributes, QgsRenderContext const& c, QgsDiagramSettings const& s )
[symbol: _ZN19QgsHistogramDiagram11diagramSizeERK7QVectorI8QVariantERK16QgsRenderContextRK18QgsDiagramSettings]
QgsHistogramDiagram::diagramSize ( QgsAttributes const& attributes, QgsRenderContext const& c, QgsDiagramSettings const& s, struct QgsDiagramInterpolationSettings const& is )
[symbol: _ZN19QgsHistogramDiagram11diagramSizeERK7QVectorI8QVariantERK16QgsRenderContextRK18QgsDiagramSettingsRK31QgsDiagramInterpolationSettings]
QgsHistogramDiagram::QgsHistogramDiagram [in-charge] ( )
[symbol: _ZN19QgsHistogramDiagramC1Ev]
QgsHistogramDiagram::QgsHistogramDiagram [not-in-charge] ( )
[symbol: _ZN19QgsHistogramDiagramC2Ev]
QgsHistogramDiagram::renderDiagram ( QgsAttributes const& att, QgsRenderContext& c, QgsDiagramSettings const& s, QPointF const& position )
[symbol: _ZN19QgsHistogramDiagram13renderDiagramERK7QVectorI8QVariantER16QgsRenderContextRK18QgsDiagramSettingsRK7QPointF]
QgsHistogramDiagram::~QgsHistogramDiagram [in-charge-deleting] ( )
[symbol: _ZN19QgsHistogramDiagramD0Ev]
QgsHistogramDiagram::~QgsHistogramDiagram [in-charge] ( )
[symbol: _ZN19QgsHistogramDiagramD1Ev]
QgsHistogramDiagram::~QgsHistogramDiagram [not-in-charge] ( )
[symbol: _ZN19QgsHistogramDiagramD2Ev]
qgshtmlannotationitem.h,
libqgis_gui.so.2.0.0
QgsHtmlAnnotationItem::metaObject ( ) const
[symbol: _ZNK21QgsHtmlAnnotationItem10metaObjectEv]
QgsHtmlAnnotationItem::minimumFrameSize ( ) const
[symbol: _ZNK21QgsHtmlAnnotationItem16minimumFrameSizeEv]
QgsHtmlAnnotationItem::paint ( QPainter* painter )
[symbol: _ZN21QgsHtmlAnnotationItem5paintEP8QPainter]
QgsHtmlAnnotationItem::paint ( QPainter* painter, QStyleOptionGraphicsItem const* option, QWidget* widget )
[symbol: _ZN21QgsHtmlAnnotationItem5paintEP8QPainterPK24QStyleOptionGraphicsItemP7QWidget]
QgsHtmlAnnotationItem::QgsHtmlAnnotationItem [in-charge] ( QgsMapCanvas* canvas, QgsVectorLayer* vlayer, bool hasFeature, int feature )
[symbol: _ZN21QgsHtmlAnnotationItemC1EP12QgsMapCanvasP14QgsVectorLayerbi]
QgsHtmlAnnotationItem::QgsHtmlAnnotationItem [not-in-charge] ( QgsMapCanvas* canvas, QgsVectorLayer* vlayer, bool hasFeature, int feature )
[symbol: _ZN21QgsHtmlAnnotationItemC2EP12QgsMapCanvasP14QgsVectorLayerbi]
QgsHtmlAnnotationItem::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN21QgsHtmlAnnotationItem11qt_metacallEN11QMetaObject4CallEiPPv]
QgsHtmlAnnotationItem::qt_metacast ( char const* p1 )
[symbol: _ZN21QgsHtmlAnnotationItem11qt_metacastEPKc]
QgsHtmlAnnotationItem::readXML ( QDomDocument const& doc, QDomElement const& itemElem )
[symbol: _ZN21QgsHtmlAnnotationItem7readXMLERK12QDomDocumentRK11QDomElement]
QgsHtmlAnnotationItem::setHTMLPage ( QString const& htmlFile )
[symbol: _ZN21QgsHtmlAnnotationItem11setHTMLPageERK7QString]
QgsHtmlAnnotationItem::setMapPosition ( QgsPoint const& pos )
[symbol: _ZN21QgsHtmlAnnotationItem14setMapPositionERK8QgsPoint]
QgsHtmlAnnotationItem::staticMetaObject [data]
[symbol: _ZN21QgsHtmlAnnotationItem16staticMetaObjectE]
QgsHtmlAnnotationItem::writeXML ( QDomDocument& doc ) const
[symbol: _ZNK21QgsHtmlAnnotationItem8writeXMLER12QDomDocument]
QgsHtmlAnnotationItem::~QgsHtmlAnnotationItem [in-charge-deleting] ( )
[symbol: _ZN21QgsHtmlAnnotationItemD0Ev]
QgsHtmlAnnotationItem::~QgsHtmlAnnotationItem [in-charge] ( )
[symbol: _ZN21QgsHtmlAnnotationItemD1Ev]
QgsHtmlAnnotationItem::~QgsHtmlAnnotationItem [not-in-charge] ( )
[symbol: _ZN21QgsHtmlAnnotationItemD2Ev]
qgshuesaturationfilter.h,
libqgis_core.so.2.0.0
QgsHueSaturationFilter::bandCount ( ) const
[symbol: _ZNK22QgsHueSaturationFilter9bandCountEv]
QgsHueSaturationFilter::block ( int bandNo, QgsRectangle const& extent, int width, int height )
[symbol: _ZN22QgsHueSaturationFilter5blockEiRK12QgsRectangleii]
QgsHueSaturationFilter::clone ( ) const
[symbol: _ZNK22QgsHueSaturationFilter5cloneEv]
QgsHueSaturationFilter::dataType ( int bandNo ) const
[symbol: _ZNK22QgsHueSaturationFilter8dataTypeEi]
QgsHueSaturationFilter::QgsHueSaturationFilter [in-charge] ( QgsRasterInterface* input )
[symbol: _ZN22QgsHueSaturationFilterC1EP18QgsRasterInterface]
QgsHueSaturationFilter::QgsHueSaturationFilter [not-in-charge] ( QgsRasterInterface* input )
[symbol: _ZN22QgsHueSaturationFilterC2EP18QgsRasterInterface]
QgsHueSaturationFilter::readXML ( QDomElement const& filterElem )
[symbol: _ZN22QgsHueSaturationFilter7readXMLERK11QDomElement]
QgsHueSaturationFilter::setColorizeColor ( QColor colorizeColor )
[symbol: _ZN22QgsHueSaturationFilter16setColorizeColorE6QColor]
QgsHueSaturationFilter::setInput ( QgsRasterInterface* input )
[symbol: _ZN22QgsHueSaturationFilter8setInputEP18QgsRasterInterface]
QgsHueSaturationFilter::setSaturation ( int saturation )
[symbol: _ZN22QgsHueSaturationFilter13setSaturationEi]
QgsHueSaturationFilter::writeXML ( QDomDocument& doc, QDomElement& parentElem ) const
[symbol: _ZNK22QgsHueSaturationFilter8writeXMLER12QDomDocumentR11QDomElement]
QgsHueSaturationFilter::~QgsHueSaturationFilter [in-charge-deleting] ( )
[symbol: _ZN22QgsHueSaturationFilterD0Ev]
QgsHueSaturationFilter::~QgsHueSaturationFilter [in-charge] ( )
[symbol: _ZN22QgsHueSaturationFilterD1Ev]
QgsHueSaturationFilter::~QgsHueSaturationFilter [not-in-charge] ( )
[symbol: _ZN22QgsHueSaturationFilterD2Ev]
qgslabel.h,
libqgis_core.so.2.0.0
QgsLabel::QgsLabel [in-charge] ( QgsFields const& fields )
[symbol: _ZN8QgsLabelC1ERK9QgsFields]
QgsLabel::QgsLabel [not-in-charge] ( QgsFields const& fields )
[symbol: _ZN8QgsLabelC2ERK9QgsFields]
QgsLabel::setFields ( QgsFields const& fields )
[symbol: _ZN8QgsLabel9setFieldsERK9QgsFields]
qgslegendinterface.h,
libqgis_gui.so.2.0.0
QgsLegendInterface::currentLayerChanged ( QgsMapLayer* layer )
[symbol: _ZN18QgsLegendInterface19currentLayerChangedEP11QgsMapLayer]
qgslegendmodel.h,
libqgis_core.so.2.0.0
QgsLegendModel::updateItemText ( QStandardItem* item )
[symbol: _ZN14QgsLegendModel14updateItemTextEP13QStandardItem]
qgslinearminmaxenhancement.h,
libqgis_core.so.2.0.0
QgsLinearMinMaxEnhancement::QgsLinearMinMaxEnhancement [in-charge] ( enum QGis::DataType p1, double p2, double p3 )
[symbol: _ZN26QgsLinearMinMaxEnhancementC1EN4QGis8DataTypeEdd]
QgsLinearMinMaxEnhancement::QgsLinearMinMaxEnhancement [not-in-charge] ( enum QGis::DataType p1, double p2, double p3 )
[symbol: _ZN26QgsLinearMinMaxEnhancementC2EN4QGis8DataTypeEdd]
qgslinearminmaxenhancementwithclip.h,
libqgis_core.so.2.0.0
QgsLinearMinMaxEnhancementWithClip::QgsLinearMinMaxEnhancementWithClip [in-charge] ( enum QGis::DataType p1, double p2, double p3 )
[symbol: _ZN34QgsLinearMinMaxEnhancementWithClipC1EN4QGis8DataTypeEdd]
QgsLinearMinMaxEnhancementWithClip::QgsLinearMinMaxEnhancementWithClip [not-in-charge] ( enum QGis::DataType p1, double p2, double p3 )
[symbol: _ZN34QgsLinearMinMaxEnhancementWithClipC2EN4QGis8DataTypeEdd]
qgslinesymbollayerv2.h,
libqgis_core.so.2.0.0
QgsMarkerLineSymbolLayerV2::markerAngle ( QPolygonF const& points, bool isRing, int vertex )
[symbol: _ZN26QgsMarkerLineSymbolLayerV211markerAngleERK9QPolygonFbi]
QgsMarkerLineSymbolLayerV2::outputUnit ( ) const
[symbol: _ZNK26QgsMarkerLineSymbolLayerV210outputUnitEv]
QgsMarkerLineSymbolLayerV2::renderPolylineVertex ( QPolygonF const& points, QgsSymbolV2RenderContext& context, enum QgsMarkerLineSymbolLayerV2::Placement placement )
[symbol: _ZN26QgsMarkerLineSymbolLayerV220renderPolylineVertexERK9QPolygonFR24QgsSymbolV2RenderContextNS_9PlacementE]
QgsMarkerLineSymbolLayerV2::setOutputUnit ( enum QgsSymbolV2::OutputUnit unit )
[symbol: _ZN26QgsMarkerLineSymbolLayerV213setOutputUnitEN11QgsSymbolV210OutputUnitE]
QgsSimpleLineSymbolLayerV2::ogrFeatureStyle ( double mmScaleFactor, double mapUnitScaleFactor ) const
[symbol: _ZNK26QgsSimpleLineSymbolLayerV215ogrFeatureStyleEdd]
QgsSimpleLineSymbolLayerV2::outputUnit ( ) const
[symbol: _ZNK26QgsSimpleLineSymbolLayerV210outputUnitEv]
QgsSimpleLineSymbolLayerV2::setOutputUnit ( enum QgsSymbolV2::OutputUnit unit )
[symbol: _ZN26QgsSimpleLineSymbolLayerV213setOutputUnitEN11QgsSymbolV210OutputUnitE]
qgsmapcanvas.h,
libqgis_gui.so.2.0.0
QgsMapCanvas::mapCanvasRefreshed ( )
[symbol: _ZN12QgsMapCanvas18mapCanvasRefreshedEv]
qgsmaplayer.h,
libqgis_core.so.2.0.0
QgsMapLayer::blendMode ( ) const
[symbol: _ZNK11QgsMapLayer9blendModeEv]
QgsMapLayer::capitaliseLayerName ( QString const& name ) [static]
[symbol: _ZN11QgsMapLayer19capitaliseLayerNameERK7QString]
QgsMapLayer::error ( ) const
[symbol: _ZNK11QgsMapLayer5errorEv]
QgsMapLayer::exportNamedStyle ( QDomDocument& doc, QString& errorMsg )
[symbol: _ZN11QgsMapLayer16exportNamedStyleER12QDomDocumentR7QString]
QgsMapLayer::exportSldStyle ( QDomDocument& doc, QString& errorMsg )
[symbol: _ZN11QgsMapLayer14exportSldStyleER12QDomDocumentR7QString]
QgsMapLayer::extent ( )
[symbol: _ZN11QgsMapLayer6extentEv]
QgsMapLayer::onCacheImageDelete ( )
[symbol: _ZN11QgsMapLayer18onCacheImageDeleteEv]
QgsMapLayer::readLayerXML ( QDomElement const& layerElement )
[symbol: _ZN11QgsMapLayer12readLayerXMLERK11QDomElement]
QgsMapLayer::setBlendMode ( enum QPainter::CompositionMode const blendMode )
[symbol: _ZN11QgsMapLayer12setBlendModeEN8QPainter15CompositionModeE]
QgsMapLayer::setExtent ( QgsRectangle const& rect )
[symbol: _ZN11QgsMapLayer9setExtentERK12QgsRectangle]
QgsMapLayer::writeLayerXML ( QDomElement& layerElement, QDomDocument& document )
[symbol: _ZN11QgsMapLayer13writeLayerXMLER11QDomElementR12QDomDocument]
qgsmaplayerregistry.h,
libqgis_core.so.2.0.0
QgsMapLayerRegistry::addMapLayer ( QgsMapLayer* theMapLayer, bool addToLegend, bool takeOwnership )
[symbol: _ZN19QgsMapLayerRegistry11addMapLayerEP11QgsMapLayerbb]
QgsMapLayerRegistry::addMapLayers ( QList<QgsMapLayer*> theMapLayers, bool addToLegend, bool takeOwnership )
[symbol: _ZN19QgsMapLayerRegistry12addMapLayersE5QListIP11QgsMapLayerEbb]
QgsMapLayerRegistry::layerRemoved ( QString theLayerId )
[symbol: _ZN19QgsMapLayerRegistry12layerRemovedE7QString]
QgsMapLayerRegistry::layersRemoved ( QStringList theLayerIds )
[symbol: _ZN19QgsMapLayerRegistry13layersRemovedE11QStringList]
QgsMapLayerRegistry::legendLayersAdded ( QList<QgsMapLayer*> theMapLayers )
[symbol: _ZN19QgsMapLayerRegistry17legendLayersAddedE5QListIP11QgsMapLayerE]
QgsMapLayerRegistry::mapLayersByName ( QString layerName )
[symbol: _ZN19QgsMapLayerRegistry15mapLayersByNameE7QString]
QgsMapLayerRegistry::removeAll ( )
[symbol: _ZN19QgsMapLayerRegistry9removeAllEv]
QgsMapLayerRegistry::removeMapLayer ( QString const& theLayerId )
[symbol: _ZN19QgsMapLayerRegistry14removeMapLayerERK7QString]
QgsMapLayerRegistry::removeMapLayers ( QStringList theLayerIds )
[symbol: _ZN19QgsMapLayerRegistry15removeMapLayersE11QStringList]
qgsmapoverviewcanvas.h,
libqgis_gui.so.2.0.0
QgsMapOverviewCanvas::updateFullExtent ( )
[symbol: _ZN20QgsMapOverviewCanvas16updateFullExtentEv]
qgsmaprenderer.h,
libqgis_core.so.2.0.0
QgsMapRenderer::destinationCrs ( ) const
[symbol: _ZNK14QgsMapRenderer14destinationCrsEv]
QgsMapRenderer::getBlendModeEnum ( enum QPainter::CompositionMode const blendMode ) [static]
[symbol: _ZN14QgsMapRenderer16getBlendModeEnumEN8QPainter15CompositionModeE]
QgsMapRenderer::getCompositionMode ( enum QgsMapRenderer::BlendMode const blendMode ) [static]
[symbol: _ZN14QgsMapRenderer18getCompositionModeENS_9BlendModeE]
QgsMapRenderer::hasCrsTransformEnabled ( ) const
[symbol: _ZNK14QgsMapRenderer22hasCrsTransformEnabledEv]
QgsMapRenderer::layerToMapCoordinates ( QgsMapLayer* theLayer, QgsRectangle rect )
[symbol: _ZN14QgsMapRenderer21layerToMapCoordinatesEP11QgsMapLayer12QgsRectangle]
QgsMapRenderer::outputExtentToLayerExtent ( QgsMapLayer* theLayer, QgsRectangle extent )
[symbol: _ZN14QgsMapRenderer25outputExtentToLayerExtentEP11QgsMapLayer12QgsRectangle]
qgsmaptool.h,
libqgis_gui.so.2.0.0
QgsMapTool::setCursor ( QCursor cursor )
[symbol: _ZN10QgsMapTool9setCursorE7QCursor]
QgsMapTool::wheelEvent ( QWheelEvent* e )
[symbol: _ZN10QgsMapTool10wheelEventEP11QWheelEvent]
qgsmaptoolidentify.h,
libqgis_gui.so.2.0.0
QgsMapToolIdentify::activate ( )
[symbol: _ZN18QgsMapToolIdentify8activateEv]
QgsMapToolIdentify::canvasMoveEvent ( QMouseEvent* e )
[symbol: _ZN18QgsMapToolIdentify15canvasMoveEventEP11QMouseEvent]
QgsMapToolIdentify::canvasPressEvent ( QMouseEvent* e )
[symbol: _ZN18QgsMapToolIdentify16canvasPressEventEP11QMouseEvent]
QgsMapToolIdentify::canvasReleaseEvent ( QMouseEvent* e )
[symbol: _ZN18QgsMapToolIdentify18canvasReleaseEventEP11QMouseEvent]
QgsMapToolIdentify::changedRasterResults ( QList<QgsMapToolIdentify::IdentifyResult>& p1 )
[symbol: _ZN18QgsMapToolIdentify20changedRasterResultsER5QListINS_14IdentifyResultEE]
QgsMapToolIdentify::deactivate ( )
[symbol: _ZN18QgsMapToolIdentify10deactivateEv]
QgsMapToolIdentify::formatChanged ( QgsRasterLayer* layer )
[symbol: _ZN18QgsMapToolIdentify13formatChangedEP14QgsRasterLayer]
QgsMapToolIdentify::identify ( int x, int y, enum QgsMapToolIdentify::IdentifyMode mode, enum QgsMapToolIdentify::LayerType layerType )
[symbol: _ZN18QgsMapToolIdentify8identifyEiiNS_12IdentifyModeENS_9LayerTypeE]
QgsMapToolIdentify::identify ( int x, int y, QList<QgsMapLayer*> layerList, enum QgsMapToolIdentify::IdentifyMode mode )
[symbol: _ZN18QgsMapToolIdentify8identifyEii5QListIP11QgsMapLayerENS_12IdentifyModeE]
QgsMapToolIdentify::identifyMessage ( QString p1 )
[symbol: _ZN18QgsMapToolIdentify15identifyMessageE7QString]
QgsMapToolIdentify::identifyProgress ( int p1, int p2 )
[symbol: _ZN18QgsMapToolIdentify16identifyProgressEii]
QgsMapToolIdentify::metaObject ( ) const
[symbol: _ZNK18QgsMapToolIdentify10metaObjectEv]
QgsMapToolIdentify::QgsMapToolIdentify [in-charge] ( QgsMapCanvas* canvas )
[symbol: _ZN18QgsMapToolIdentifyC1EP12QgsMapCanvas]
QgsMapToolIdentify::QgsMapToolIdentify [not-in-charge] ( QgsMapCanvas* canvas )
[symbol: _ZN18QgsMapToolIdentifyC2EP12QgsMapCanvas]
QgsMapToolIdentify::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN18QgsMapToolIdentify11qt_metacallEN11QMetaObject4CallEiPPv]
QgsMapToolIdentify::qt_metacast ( char const* p1 )
[symbol: _ZN18QgsMapToolIdentify11qt_metacastEPKc]
QgsMapToolIdentify::staticMetaObject [data]
[symbol: _ZN18QgsMapToolIdentify16staticMetaObjectE]
QgsMapToolIdentify::~QgsMapToolIdentify [in-charge-deleting] ( )
[symbol: _ZN18QgsMapToolIdentifyD0Ev]
QgsMapToolIdentify::~QgsMapToolIdentify [in-charge] ( )
[symbol: _ZN18QgsMapToolIdentifyD1Ev]
QgsMapToolIdentify::~QgsMapToolIdentify [not-in-charge] ( )
[symbol: _ZN18QgsMapToolIdentifyD2Ev]
qgsmaptopixel.h,
libqgis_core.so.2.0.0
QgsMapToPixel::transformInPlace ( QVector<double>& x, QVector<double>& y ) const
[symbol: _ZNK13QgsMapToPixel16transformInPlaceER7QVectorIdES2_]
qgsmarkersymbollayerv2.h,
libqgis_core.so.2.0.0
QgsSimpleMarkerSymbolLayerV2::ogrFeatureStyle ( double mmScaleFactor, double mapUnitScaleFactor ) const
[symbol: _ZNK28QgsSimpleMarkerSymbolLayerV215ogrFeatureStyleEdd]
QgsSimpleMarkerSymbolLayerV2::preparePath ( QString name )
[symbol: _ZN28QgsSimpleMarkerSymbolLayerV211preparePathE7QString]
QgsSimpleMarkerSymbolLayerV2::prepareShape ( QString name )
[symbol: _ZN28QgsSimpleMarkerSymbolLayerV212prepareShapeE7QString]
QgsSimpleMarkerSymbolLayerV2::QgsSimpleMarkerSymbolLayerV2 [in-charge] ( QString name, QColor color, QColor borderColor, double size, double angle, enum QgsSymbolV2::ScaleMethod scaleMethod )
[symbol: _ZN28QgsSimpleMarkerSymbolLayerV2C1E7QString6QColorS1_ddN11QgsSymbolV211ScaleMethodE]
QgsSimpleMarkerSymbolLayerV2::QgsSimpleMarkerSymbolLayerV2 [not-in-charge] ( QString name, QColor color, QColor borderColor, double size, double angle, enum QgsSymbolV2::ScaleMethod scaleMethod )
[symbol: _ZN28QgsSimpleMarkerSymbolLayerV2C2E7QString6QColorS1_ddN11QgsSymbolV211ScaleMethodE]
QgsSvgMarkerSymbolLayerV2::outputUnit ( ) const
[symbol: _ZNK25QgsSvgMarkerSymbolLayerV210outputUnitEv]
QgsSvgMarkerSymbolLayerV2::setOutputUnit ( enum QgsSymbolV2::OutputUnit unit )
[symbol: _ZN25QgsSvgMarkerSymbolLayerV213setOutputUnitEN11QgsSymbolV210OutputUnitE]
qgsmessagebar.h,
libqgis_gui.so.2.0.0
QgsMessageBar::clearWidgets ( )
[symbol: _ZN13QgsMessageBar12clearWidgetsEv]
QgsMessageBar::createMessage ( QString const& text, QWidget* parent ) [static]
[symbol: _ZN13QgsMessageBar13createMessageERK7QStringP7QWidget]
QgsMessageBar::createMessage ( QString const& title, QString const& text, QWidget* parent ) [static]
[symbol: _ZN13QgsMessageBar13createMessageERK7QStringS2_P7QWidget]
QgsMessageBar::createMessage ( QWidget* widget, QWidget* parent ) [static]
[symbol: _ZN13QgsMessageBar13createMessageEP7QWidgetS1_]
QgsMessageBar::metaObject ( ) const
[symbol: _ZNK13QgsMessageBar10metaObjectEv]
QgsMessageBar::mousePressEvent ( QMouseEvent* e )
[symbol: _ZN13QgsMessageBar15mousePressEventEP11QMouseEvent]
QgsMessageBar::popWidget ( )
[symbol: _ZN13QgsMessageBar9popWidgetEv]
QgsMessageBar::popWidget ( QgsMessageBarItem* item )
[symbol: _ZN13QgsMessageBar9popWidgetEP17QgsMessageBarItem]
QgsMessageBar::pushItem ( QgsMessageBarItem* item )
[symbol: _ZN13QgsMessageBar8pushItemEP17QgsMessageBarItem]
QgsMessageBar::pushMessage ( QString const& title, QString const& text, enum QgsMessageBar::MessageLevel level, int duration )
[symbol: _ZN13QgsMessageBar11pushMessageERK7QStringS2_NS_12MessageLevelEi]
QgsMessageBar::pushWidget ( QWidget* widget, enum QgsMessageBar::MessageLevel level, int duration )
[symbol: _ZN13QgsMessageBar10pushWidgetEP7QWidgetNS_12MessageLevelEi]
QgsMessageBar::QgsMessageBar [in-charge] ( QWidget* parent )
[symbol: _ZN13QgsMessageBarC1EP7QWidget]
QgsMessageBar::QgsMessageBar [not-in-charge] ( QWidget* parent )
[symbol: _ZN13QgsMessageBarC2EP7QWidget]
QgsMessageBar::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN13QgsMessageBar11qt_metacallEN11QMetaObject4CallEiPPv]
QgsMessageBar::qt_metacast ( char const* p1 )
[symbol: _ZN13QgsMessageBar11qt_metacastEPKc]
QgsMessageBar::staticMetaObject [data]
[symbol: _ZN13QgsMessageBar16staticMetaObjectE]
QgsMessageBar::widgetAdded ( QgsMessageBarItem* item )
[symbol: _ZN13QgsMessageBar11widgetAddedEP17QgsMessageBarItem]
QgsMessageBar::widgetRemoved ( QgsMessageBarItem* item )
[symbol: _ZN13QgsMessageBar13widgetRemovedEP17QgsMessageBarItem]
QgsMessageBar::~QgsMessageBar [in-charge-deleting] ( )
[symbol: _ZN13QgsMessageBarD0Ev]
QgsMessageBar::~QgsMessageBar [in-charge] ( )
[symbol: _ZN13QgsMessageBarD1Ev]
QgsMessageBar::~QgsMessageBar [not-in-charge] ( )
[symbol: _ZN13QgsMessageBarD2Ev]
qgsmessagebaritem.h,
libqgis_gui.so.2.0.0
QgsMessageBarItem::metaObject ( ) const
[symbol: _ZNK17QgsMessageBarItem10metaObjectEv]
QgsMessageBarItem::QgsMessageBarItem [in-charge] ( QString const& text, enum QgsMessageBar::MessageLevel level, int duration, QWidget* parent )
[symbol: _ZN17QgsMessageBarItemC1ERK7QStringN13QgsMessageBar12MessageLevelEiP7QWidget]
QgsMessageBarItem::QgsMessageBarItem [in-charge] ( QString const& title, QString const& text, enum QgsMessageBar::MessageLevel level, int duration, QWidget* parent )
[symbol: _ZN17QgsMessageBarItemC1ERK7QStringS2_N13QgsMessageBar12MessageLevelEiP7QWidget]
QgsMessageBarItem::QgsMessageBarItem [in-charge] ( QString const& title, QString const& text, QWidget* widget, enum QgsMessageBar::MessageLevel level, int duration, QWidget* parent )
[symbol: _ZN17QgsMessageBarItemC1ERK7QStringS2_P7QWidgetN13QgsMessageBar12MessageLevelEiS4_]
QgsMessageBarItem::QgsMessageBarItem [in-charge] ( QWidget* widget, enum QgsMessageBar::MessageLevel level, int duration, QWidget* parent )
[symbol: _ZN17QgsMessageBarItemC1EP7QWidgetN13QgsMessageBar12MessageLevelEiS1_]
QgsMessageBarItem::QgsMessageBarItem [not-in-charge] ( QString const& text, enum QgsMessageBar::MessageLevel level, int duration, QWidget* parent )
[symbol: _ZN17QgsMessageBarItemC2ERK7QStringN13QgsMessageBar12MessageLevelEiP7QWidget]
QgsMessageBarItem::QgsMessageBarItem [not-in-charge] ( QString const& title, QString const& text, enum QgsMessageBar::MessageLevel level, int duration, QWidget* parent )
[symbol: _ZN17QgsMessageBarItemC2ERK7QStringS2_N13QgsMessageBar12MessageLevelEiP7QWidget]
QgsMessageBarItem::QgsMessageBarItem [not-in-charge] ( QString const& title, QString const& text, QWidget* widget, enum QgsMessageBar::MessageLevel level, int duration, QWidget* parent )
[symbol: _ZN17QgsMessageBarItemC2ERK7QStringS2_P7QWidgetN13QgsMessageBar12MessageLevelEiS4_]
QgsMessageBarItem::QgsMessageBarItem [not-in-charge] ( QWidget* widget, enum QgsMessageBar::MessageLevel level, int duration, QWidget* parent )
[symbol: _ZN17QgsMessageBarItemC2EP7QWidgetN13QgsMessageBar12MessageLevelEiS1_]
QgsMessageBarItem::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN17QgsMessageBarItem11qt_metacallEN11QMetaObject4CallEiPPv]
QgsMessageBarItem::qt_metacast ( char const* p1 )
[symbol: _ZN17QgsMessageBarItem11qt_metacastEPKc]
QgsMessageBarItem::setDuration ( int duration )
[symbol: _ZN17QgsMessageBarItem11setDurationEi]
QgsMessageBarItem::setIcon ( QIcon const& icon )
[symbol: _ZN17QgsMessageBarItem7setIconERK5QIcon]
QgsMessageBarItem::setLevel ( enum QgsMessageBar::MessageLevel level )
[symbol: _ZN17QgsMessageBarItem8setLevelEN13QgsMessageBar12MessageLevelE]
QgsMessageBarItem::setText ( QString text )
[symbol: _ZN17QgsMessageBarItem7setTextE7QString]
QgsMessageBarItem::setTitle ( QString title )
[symbol: _ZN17QgsMessageBarItem8setTitleE7QString]
QgsMessageBarItem::setWidget ( QWidget* widget )
[symbol: _ZN17QgsMessageBarItem9setWidgetEP7QWidget]
QgsMessageBarItem::staticMetaObject [data]
[symbol: _ZN17QgsMessageBarItem16staticMetaObjectE]
QgsMessageBarItem::styleChanged ( QString styleSheet )
[symbol: _ZN17QgsMessageBarItem12styleChangedE7QString]
QgsMessageBarItem::~QgsMessageBarItem [in-charge-deleting] ( )
[symbol: _ZN17QgsMessageBarItemD0Ev]
QgsMessageBarItem::~QgsMessageBarItem [in-charge] ( )
[symbol: _ZN17QgsMessageBarItemD1Ev]
QgsMessageBarItem::~QgsMessageBarItem [not-in-charge] ( )
[symbol: _ZN17QgsMessageBarItemD2Ev]
qgsmessagelog.h,
libqgis_core.so.2.0.0
QgsMessageLog::logMessage ( QString message, QString tag, enum QgsMessageLog::MessageLevel level ) [static]
[symbol: _ZN13QgsMessageLog10logMessageE7QStringS0_NS_12MessageLevelE]
QgsMessageLog::messageReceived ( QString message, QString tag, enum QgsMessageLog::MessageLevel level )
[symbol: _ZN13QgsMessageLog15messageReceivedE7QStringS0_NS_12MessageLevelE]
QgsMessageLogConsole::logMessage ( QString message, QString tag, enum QgsMessageLog::MessageLevel level )
[symbol: _ZN20QgsMessageLogConsole10logMessageE7QStringS0_N13QgsMessageLog12MessageLevelE]
qgsmessagelogviewer.h,
libqgis_gui.so.2.0.0
QgsMessageLogViewer::logMessage ( QString message, QString tag, enum QgsMessageLog::MessageLevel level )
[symbol: _ZN19QgsMessageLogViewer10logMessageE7QStringS0_N13QgsMessageLog12MessageLevelE]
qgsmessageviewer.h,
libqgis_gui.so.2.0.0
QgsMessageViewer::QgsMessageViewer [in-charge] ( QWidget* parent, Qt::WFlags fl, bool deleteOnClose )
[symbol: _ZN16QgsMessageViewerC1EP7QWidget6QFlagsIN2Qt10WindowTypeEEb]
QgsMessageViewer::QgsMessageViewer [not-in-charge] ( QWidget* parent, Qt::WFlags fl, bool deleteOnClose )
[symbol: _ZN16QgsMessageViewerC2EP7QWidget6QFlagsIN2Qt10WindowTypeEEb]
qgsmultibandcolorrenderer.h,
libqgis_core.so.2.0.0
QgsMultiBandColorRenderer::block ( int bandNo, QgsRectangle const& extent, int width, int height )
[symbol: _ZN25QgsMultiBandColorRenderer5blockEiRK12QgsRectangleii]
QgsMultiBandColorRenderer::clone ( ) const
[symbol: _ZNK25QgsMultiBandColorRenderer5cloneEv]
QgsMultiBandColorRenderer::create ( QDomElement const& elem, QgsRasterInterface* input ) [static]
[symbol: _ZN25QgsMultiBandColorRenderer6createERK11QDomElementP18QgsRasterInterface]
QgsMultiBandColorRenderer::QgsMultiBandColorRenderer [in-charge] ( QgsRasterInterface* input, int redBand, int greenBand, int blueBand, QgsContrastEnhancement* redEnhancement, QgsContrastEnhancement* greenEnhancement, QgsContrastEnhancement* blueEnhancement )
[symbol: _ZN25QgsMultiBandColorRendererC1EP18QgsRasterInterfaceiiiP22QgsContrastEnhancementS3_S3_]
QgsMultiBandColorRenderer::QgsMultiBandColorRenderer [not-in-charge] ( QgsRasterInterface* input, int redBand, int greenBand, int blueBand, QgsContrastEnhancement* redEnhancement, QgsContrastEnhancement* greenEnhancement, QgsContrastEnhancement* blueEnhancement )
[symbol: _ZN25QgsMultiBandColorRendererC2EP18QgsRasterInterfaceiiiP22QgsContrastEnhancementS3_S3_]
QgsMultiBandColorRenderer::setBlueContrastEnhancement ( QgsContrastEnhancement* ce )
[symbol: _ZN25QgsMultiBandColorRenderer26setBlueContrastEnhancementEP22QgsContrastEnhancement]
QgsMultiBandColorRenderer::setGreenContrastEnhancement ( QgsContrastEnhancement* ce )
[symbol: _ZN25QgsMultiBandColorRenderer27setGreenContrastEnhancementEP22QgsContrastEnhancement]
QgsMultiBandColorRenderer::setRedContrastEnhancement ( QgsContrastEnhancement* ce )
[symbol: _ZN25QgsMultiBandColorRenderer25setRedContrastEnhancementEP22QgsContrastEnhancement]
QgsMultiBandColorRenderer::usesBands ( ) const
[symbol: _ZNK25QgsMultiBandColorRenderer9usesBandsEv]
QgsMultiBandColorRenderer::writeXML ( QDomDocument& doc, QDomElement& parentElem ) const
[symbol: _ZNK25QgsMultiBandColorRenderer8writeXMLER12QDomDocumentR11QDomElement]
QgsMultiBandColorRenderer::~QgsMultiBandColorRenderer [in-charge-deleting] ( )
[symbol: _ZN25QgsMultiBandColorRendererD0Ev]
QgsMultiBandColorRenderer::~QgsMultiBandColorRenderer [in-charge] ( )
[symbol: _ZN25QgsMultiBandColorRendererD1Ev]
QgsMultiBandColorRenderer::~QgsMultiBandColorRenderer [not-in-charge] ( )
[symbol: _ZN25QgsMultiBandColorRendererD2Ev]
qgsnetworkaccessmanager.h,
libqgis_core.so.2.0.0
QgsNetworkAccessManager::cacheLoadControlFromName ( QString const& theName ) [static]
[symbol: _ZN23QgsNetworkAccessManager24cacheLoadControlFromNameERK7QString]
QgsNetworkAccessManager::cacheLoadControlName ( enum QNetworkRequest::CacheLoadControl theControl ) [static]
[symbol: _ZN23QgsNetworkAccessManager20cacheLoadControlNameEN15QNetworkRequest16CacheLoadControlE]
qgsnetworkreplyparser.h,
libqgis_core.so.2.0.0
QgsNetworkReplyParser::isMultipart ( QNetworkReply* reply ) [static]
[symbol: _ZN21QgsNetworkReplyParser11isMultipartEP13QNetworkReply]
QgsNetworkReplyParser::metaObject ( ) const
[symbol: _ZNK21QgsNetworkReplyParser10metaObjectEv]
QgsNetworkReplyParser::QgsNetworkReplyParser [in-charge] ( QNetworkReply* reply )
[symbol: _ZN21QgsNetworkReplyParserC1EP13QNetworkReply]
QgsNetworkReplyParser::QgsNetworkReplyParser [not-in-charge] ( QNetworkReply* reply )
[symbol: _ZN21QgsNetworkReplyParserC2EP13QNetworkReply]
QgsNetworkReplyParser::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN21QgsNetworkReplyParser11qt_metacallEN11QMetaObject4CallEiPPv]
QgsNetworkReplyParser::qt_metacast ( char const* p1 )
[symbol: _ZN21QgsNetworkReplyParser11qt_metacastEPKc]
QgsNetworkReplyParser::staticMetaObject [data]
[symbol: _ZN21QgsNetworkReplyParser16staticMetaObjectE]
QgsNetworkReplyParser::~QgsNetworkReplyParser [in-charge-deleting] ( )
[symbol: _ZN21QgsNetworkReplyParserD0Ev]
QgsNetworkReplyParser::~QgsNetworkReplyParser [in-charge] ( )
[symbol: _ZN21QgsNetworkReplyParserD1Ev]
qgsofflineediting.h,
libqgis_core.so.2.0.0
QgsOfflineEditing::convertToOfflineProject ( QString const& offlineDataPath, QString const& offlineDbFile, QStringList const& layerIds )
[symbol: _ZN17QgsOfflineEditing23convertToOfflineProjectERK7QStringS2_RK11QStringList]
QgsOfflineEditing::isOfflineProject ( )
[symbol: _ZN17QgsOfflineEditing16isOfflineProjectEv]
QgsOfflineEditing::layerProgressUpdated ( int layer, int numLayers )
[symbol: _ZN17QgsOfflineEditing20layerProgressUpdatedEii]
QgsOfflineEditing::metaObject ( ) const
[symbol: _ZNK17QgsOfflineEditing10metaObjectEv]
QgsOfflineEditing::progressModeSet ( enum QgsOfflineEditing::ProgressMode mode, int maximum )
[symbol: _ZN17QgsOfflineEditing15progressModeSetENS_12ProgressModeEi]
QgsOfflineEditing::progressStarted ( )
[symbol: _ZN17QgsOfflineEditing15progressStartedEv]
QgsOfflineEditing::progressStopped ( )
[symbol: _ZN17QgsOfflineEditing15progressStoppedEv]
QgsOfflineEditing::progressUpdated ( int progress )
[symbol: _ZN17QgsOfflineEditing15progressUpdatedEi]
QgsOfflineEditing::QgsOfflineEditing [in-charge] ( )
[symbol: _ZN17QgsOfflineEditingC1Ev]
QgsOfflineEditing::QgsOfflineEditing [not-in-charge] ( )
[symbol: _ZN17QgsOfflineEditingC2Ev]
QgsOfflineEditing::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN17QgsOfflineEditing11qt_metacallEN11QMetaObject4CallEiPPv]
QgsOfflineEditing::qt_metacast ( char const* p1 )
[symbol: _ZN17QgsOfflineEditing11qt_metacastEPKc]
QgsOfflineEditing::staticMetaObject [data]
[symbol: _ZN17QgsOfflineEditing16staticMetaObjectE]
QgsOfflineEditing::synchronize ( )
[symbol: _ZN17QgsOfflineEditing11synchronizeEv]
QgsOfflineEditing::~QgsOfflineEditing [in-charge-deleting] ( )
[symbol: _ZN17QgsOfflineEditingD0Ev]
QgsOfflineEditing::~QgsOfflineEditing [in-charge] ( )
[symbol: _ZN17QgsOfflineEditingD1Ev]
QgsOfflineEditing::~QgsOfflineEditing [not-in-charge] ( )
[symbol: _ZN17QgsOfflineEditingD2Ev]
qgsogcutils.h,
libqgis_core.so.2.0.0
QgsOgcUtils::expressionFromOgcFilter ( QDomElement const& element ) [static]
[symbol: _ZN11QgsOgcUtils23expressionFromOgcFilterERK11QDomElement]
QgsOgcUtils::expressionToOgcFilter ( QgsExpression const& exp, QDomDocument& doc, QString* errorMessage ) [static]
[symbol: _ZN11QgsOgcUtils21expressionToOgcFilterERK13QgsExpressionR12QDomDocumentP7QString]
QgsOgcUtils::geometryFromGML ( QDomNode const& geometryNode ) [static]
[symbol: _ZN11QgsOgcUtils15geometryFromGMLERK8QDomNode]
QgsOgcUtils::geometryFromGML ( QString const& xmlString ) [static]
[symbol: _ZN11QgsOgcUtils15geometryFromGMLERK7QString]
QgsOgcUtils::geometryToGML ( QgsGeometry* geometry, QDomDocument& doc ) [static]
[symbol: _ZN11QgsOgcUtils13geometryToGMLEP11QgsGeometryR12QDomDocument]
QgsOgcUtils::geometryToGML ( QgsGeometry* geometry, QDomDocument& doc, QString format ) [static]
[symbol: _ZN11QgsOgcUtils13geometryToGMLEP11QgsGeometryR12QDomDocument7QString]
QgsOgcUtils::rectangleFromGMLBox ( QDomNode const& boxNode ) [static]
[symbol: _ZN11QgsOgcUtils19rectangleFromGMLBoxERK8QDomNode]
QgsOgcUtils::rectangleFromGMLEnvelope ( QDomNode const& envelopeNode ) [static]
[symbol: _ZN11QgsOgcUtils24rectangleFromGMLEnvelopeERK8QDomNode]
QgsOgcUtils::rectangleToGMLBox ( QgsRectangle* box, QDomDocument& doc ) [static]
[symbol: _ZN11QgsOgcUtils17rectangleToGMLBoxEP12QgsRectangleR12QDomDocument]
QgsOgcUtils::rectangleToGMLEnvelope ( QgsRectangle* env, QDomDocument& doc ) [static]
[symbol: _ZN11QgsOgcUtils22rectangleToGMLEnvelopeEP12QgsRectangleR12QDomDocument]
qgsoptionsdialogbase.h,
libqgis_gui.so.2.0.0
QgsOptionsDialogBase::initOptionsBase ( bool restoreUi )
[symbol: _ZN20QgsOptionsDialogBase15initOptionsBaseEb]
QgsOptionsDialogBase::metaObject ( ) const
[symbol: _ZNK20QgsOptionsDialogBase10metaObjectEv]
QgsOptionsDialogBase::optionsStackedWidget_CurrentChanged ( int indx )
[symbol: _ZN20QgsOptionsDialogBase35optionsStackedWidget_CurrentChangedEi]
QgsOptionsDialogBase::optionsStackedWidget_WidgetRemoved ( int indx )
[symbol: _ZN20QgsOptionsDialogBase34optionsStackedWidget_WidgetRemovedEi]
QgsOptionsDialogBase::paintEvent ( QPaintEvent* e )
[symbol: _ZN20QgsOptionsDialogBase10paintEventEP11QPaintEvent]
QgsOptionsDialogBase::QgsOptionsDialogBase [in-charge] ( QString settingsKey, QWidget* parent, Qt::WFlags fl )
[symbol: _ZN20QgsOptionsDialogBaseC1E7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE]
QgsOptionsDialogBase::QgsOptionsDialogBase [not-in-charge] ( QString settingsKey, QWidget* parent, Qt::WFlags fl )
[symbol: _ZN20QgsOptionsDialogBaseC2E7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE]
QgsOptionsDialogBase::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN20QgsOptionsDialogBase11qt_metacallEN11QMetaObject4CallEiPPv]
QgsOptionsDialogBase::qt_metacast ( char const* p1 )
[symbol: _ZN20QgsOptionsDialogBase11qt_metacastEPKc]
QgsOptionsDialogBase::restoreOptionsBaseUi ( )
[symbol: _ZN20QgsOptionsDialogBase20restoreOptionsBaseUiEv]
QgsOptionsDialogBase::showEvent ( QShowEvent* e )
[symbol: _ZN20QgsOptionsDialogBase9showEventEP10QShowEvent]
QgsOptionsDialogBase::staticMetaObject [data]
[symbol: _ZN20QgsOptionsDialogBase16staticMetaObjectE]
QgsOptionsDialogBase::updateOptionsListVerticalTabs ( )
[symbol: _ZN20QgsOptionsDialogBase29updateOptionsListVerticalTabsEv]
QgsOptionsDialogBase::warnAboutMissingObjects ( )
[symbol: _ZN20QgsOptionsDialogBase23warnAboutMissingObjectsEv]
QgsOptionsDialogBase::~QgsOptionsDialogBase [in-charge-deleting] ( )
[symbol: _ZN20QgsOptionsDialogBaseD0Ev]
QgsOptionsDialogBase::~QgsOptionsDialogBase [in-charge] ( )
[symbol: _ZN20QgsOptionsDialogBaseD1Ev]
QgsOptionsDialogBase::~QgsOptionsDialogBase [not-in-charge] ( )
[symbol: _ZN20QgsOptionsDialogBaseD2Ev]
qgsosmdatabase.h,
libqgis_analysis.so.2.0.0
QgsOSMDatabase::close ( )
[symbol: _ZN14QgsOSMDatabase5closeEv]
QgsOSMDatabase::countNodes ( ) const
[symbol: _ZNK14QgsOSMDatabase10countNodesEv]
QgsOSMDatabase::countWays ( ) const
[symbol: _ZNK14QgsOSMDatabase9countWaysEv]
QgsOSMDatabase::createSpatialIndex ( QString const& tableName )
[symbol: _ZN14QgsOSMDatabase18createSpatialIndexERK7QString]
QgsOSMDatabase::createSpatialTable ( QString const& tableName, QString const& geometryType, QStringList const& tagKeys )
[symbol: _ZN14QgsOSMDatabase18createSpatialTableERK7QStringS2_RK11QStringList]
QgsOSMDatabase::deleteStatement ( sqlite3_stmt*& stmt )
[symbol: _ZN14QgsOSMDatabase15deleteStatementERP12sqlite3_stmt]
QgsOSMDatabase::exportSpatiaLite ( enum QgsOSMDatabase::ExportType type, QString const& tableName, QStringList const& tagKeys )
[symbol: _ZN14QgsOSMDatabase16exportSpatiaLiteENS_10ExportTypeERK7QStringRK11QStringList]
QgsOSMDatabase::exportSpatiaLiteNodes ( QString const& tableName, QStringList const& tagKeys )
[symbol: _ZN14QgsOSMDatabase21exportSpatiaLiteNodesERK7QStringRK11QStringList]
QgsOSMDatabase::exportSpatiaLiteWays ( bool closed, QString const& tableName, QStringList const& tagKeys )
[symbol: _ZN14QgsOSMDatabase20exportSpatiaLiteWaysEbRK7QStringRK11QStringList]
QgsOSMDatabase::isOpen ( ) const
[symbol: _ZNK14QgsOSMDatabase6isOpenEv]
QgsOSMDatabase::listNodes ( ) const
[symbol: _ZNK14QgsOSMDatabase9listNodesEv]
QgsOSMDatabase::listWays ( ) const
[symbol: _ZNK14QgsOSMDatabase8listWaysEv]
QgsOSMDatabase::node ( QgsOSMId id ) const
[symbol: _ZNK14QgsOSMDatabase4nodeEx]
QgsOSMDatabase::open ( )
[symbol: _ZN14QgsOSMDatabase4openEv]
QgsOSMDatabase::prepareStatements ( )
[symbol: _ZN14QgsOSMDatabase17prepareStatementsEv]
QgsOSMDatabase::QgsOSMDatabase [in-charge] ( QString const& dbFileName )
[symbol: _ZN14QgsOSMDatabaseC1ERK7QString]
QgsOSMDatabase::QgsOSMDatabase [not-in-charge] ( QString const& dbFileName )
[symbol: _ZN14QgsOSMDatabaseC2ERK7QString]
QgsOSMDatabase::quotedIdentifier ( QString id )
[symbol: _ZN14QgsOSMDatabase16quotedIdentifierE7QString]
QgsOSMDatabase::quotedValue ( QString value )
[symbol: _ZN14QgsOSMDatabase11quotedValueE7QString]
QgsOSMDatabase::runCountStatement ( char const* sql ) const
[symbol: _ZNK14QgsOSMDatabase17runCountStatementEPKc]
QgsOSMDatabase::tags ( bool way, QgsOSMId id ) const
[symbol: _ZNK14QgsOSMDatabase4tagsEbx]
QgsOSMDatabase::usedTags ( bool ways ) const
[symbol: _ZNK14QgsOSMDatabase8usedTagsEb]
QgsOSMDatabase::way ( QgsOSMId id ) const
[symbol: _ZNK14QgsOSMDatabase3wayEx]
QgsOSMDatabase::wayPoints ( QgsOSMId id ) const
[symbol: _ZNK14QgsOSMDatabase9wayPointsEx]
QgsOSMDatabase::~QgsOSMDatabase [in-charge] ( )
[symbol: _ZN14QgsOSMDatabaseD1Ev]
QgsOSMDatabase::~QgsOSMDatabase [not-in-charge] ( )
[symbol: _ZN14QgsOSMDatabaseD2Ev]
QgsOSMNodeIterator::close ( )
[symbol: _ZN18QgsOSMNodeIterator5closeEv]
QgsOSMNodeIterator::next ( )
[symbol: _ZN18QgsOSMNodeIterator4nextEv]
QgsOSMNodeIterator::QgsOSMNodeIterator [in-charge] ( sqlite3* handle )
[symbol: _ZN18QgsOSMNodeIteratorC1EP7sqlite3]
QgsOSMNodeIterator::QgsOSMNodeIterator [not-in-charge] ( sqlite3* handle )
[symbol: _ZN18QgsOSMNodeIteratorC2EP7sqlite3]
QgsOSMNodeIterator::~QgsOSMNodeIterator [in-charge] ( )
[symbol: _ZN18QgsOSMNodeIteratorD1Ev]
QgsOSMNodeIterator::~QgsOSMNodeIterator [not-in-charge] ( )
[symbol: _ZN18QgsOSMNodeIteratorD2Ev]
QgsOSMWayIterator::close ( )
[symbol: _ZN17QgsOSMWayIterator5closeEv]
QgsOSMWayIterator::next ( )
[symbol: _ZN17QgsOSMWayIterator4nextEv]
QgsOSMWayIterator::QgsOSMWayIterator [in-charge] ( sqlite3* handle )
[symbol: _ZN17QgsOSMWayIteratorC1EP7sqlite3]
QgsOSMWayIterator::QgsOSMWayIterator [not-in-charge] ( sqlite3* handle )
[symbol: _ZN17QgsOSMWayIteratorC2EP7sqlite3]
QgsOSMWayIterator::~QgsOSMWayIterator [in-charge] ( )
[symbol: _ZN17QgsOSMWayIteratorD1Ev]
QgsOSMWayIterator::~QgsOSMWayIterator [not-in-charge] ( )
[symbol: _ZN17QgsOSMWayIteratorD2Ev]
qgsosmdownload.h,
libqgis_analysis.so.2.0.0
QgsOSMDownload::abort ( )
[symbol: _ZN14QgsOSMDownload5abortEv]
QgsOSMDownload::defaultServiceUrl ( ) [static]
[symbol: _ZN14QgsOSMDownload17defaultServiceUrlEv]
QgsOSMDownload::downloadProgress ( qint64 p1, qint64 p2 )
[symbol: _ZN14QgsOSMDownload16downloadProgressExx]
QgsOSMDownload::finished ( )
[symbol: _ZN14QgsOSMDownload8finishedEv]
QgsOSMDownload::isFinished ( ) const
[symbol: _ZNK14QgsOSMDownload10isFinishedEv]
QgsOSMDownload::metaObject ( ) const
[symbol: _ZNK14QgsOSMDownload10metaObjectEv]
QgsOSMDownload::QgsOSMDownload [in-charge] ( )
[symbol: _ZN14QgsOSMDownloadC1Ev]
QgsOSMDownload::QgsOSMDownload [not-in-charge] ( )
[symbol: _ZN14QgsOSMDownloadC2Ev]
QgsOSMDownload::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN14QgsOSMDownload11qt_metacallEN11QMetaObject4CallEiPPv]
QgsOSMDownload::qt_metacast ( char const* p1 )
[symbol: _ZN14QgsOSMDownload11qt_metacastEPKc]
QgsOSMDownload::queryFromRect ( QgsRectangle const& rect ) [static]
[symbol: _ZN14QgsOSMDownload13queryFromRectERK12QgsRectangle]
QgsOSMDownload::start ( )
[symbol: _ZN14QgsOSMDownload5startEv]
QgsOSMDownload::staticMetaObject [data]
[symbol: _ZN14QgsOSMDownload16staticMetaObjectE]
QgsOSMDownload::~QgsOSMDownload [in-charge-deleting] ( )
[symbol: _ZN14QgsOSMDownloadD0Ev]
QgsOSMDownload::~QgsOSMDownload [in-charge] ( )
[symbol: _ZN14QgsOSMDownloadD1Ev]
QgsOSMDownload::~QgsOSMDownload [not-in-charge] ( )
[symbol: _ZN14QgsOSMDownloadD2Ev]
qgsosmimport.h,
libqgis_analysis.so.2.0.0
QgsOSMXmlImport::closeDatabase ( )
[symbol: _ZN15QgsOSMXmlImport13closeDatabaseEv]
QgsOSMXmlImport::createDatabase ( )
[symbol: _ZN15QgsOSMXmlImport14createDatabaseEv]
QgsOSMXmlImport::createIndexes ( )
[symbol: _ZN15QgsOSMXmlImport13createIndexesEv]
QgsOSMXmlImport::deleteStatement ( sqlite3_stmt*& stmt )
[symbol: _ZN15QgsOSMXmlImport15deleteStatementERP12sqlite3_stmt]
QgsOSMXmlImport::import ( )
[symbol: _ZN15QgsOSMXmlImport6importEv]
QgsOSMXmlImport::metaObject ( ) const
[symbol: _ZNK15QgsOSMXmlImport10metaObjectEv]
QgsOSMXmlImport::progress ( int percent )
[symbol: _ZN15QgsOSMXmlImport8progressEi]
QgsOSMXmlImport::QgsOSMXmlImport [in-charge] ( QString const& xmlFileName, QString const& dbFileName )
[symbol: _ZN15QgsOSMXmlImportC1ERK7QStringS2_]
QgsOSMXmlImport::QgsOSMXmlImport [not-in-charge] ( QString const& xmlFileName, QString const& dbFileName )
[symbol: _ZN15QgsOSMXmlImportC2ERK7QStringS2_]
QgsOSMXmlImport::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN15QgsOSMXmlImport11qt_metacallEN11QMetaObject4CallEiPPv]
QgsOSMXmlImport::qt_metacast ( char const* p1 )
[symbol: _ZN15QgsOSMXmlImport11qt_metacastEPKc]
QgsOSMXmlImport::readNode ( QXmlStreamReader& xml )
[symbol: _ZN15QgsOSMXmlImport8readNodeER16QXmlStreamReader]
QgsOSMXmlImport::readRoot ( QXmlStreamReader& xml )
[symbol: _ZN15QgsOSMXmlImport8readRootER16QXmlStreamReader]
QgsOSMXmlImport::readTag ( bool way, QgsOSMId id, QXmlStreamReader& xml )
[symbol: _ZN15QgsOSMXmlImport7readTagEbxR16QXmlStreamReader]
QgsOSMXmlImport::readWay ( QXmlStreamReader& xml )
[symbol: _ZN15QgsOSMXmlImport7readWayER16QXmlStreamReader]
QgsOSMXmlImport::staticMetaObject [data]
[symbol: _ZN15QgsOSMXmlImport16staticMetaObjectE]
QgsOSMXmlImport::~QgsOSMXmlImport [in-charge-deleting] ( )
[symbol: _ZN15QgsOSMXmlImportD0Ev]
QgsOSMXmlImport::~QgsOSMXmlImport [in-charge] ( )
[symbol: _ZN15QgsOSMXmlImportD1Ev]
qgsowsconnection.h,
libqgis_core.so.2.0.0
QgsOWSConnection::connectionInfo ( )
[symbol: _ZN16QgsOWSConnection14connectionInfoEv]
QgsOWSConnection::connectionList ( QString const& theService ) [static]
[symbol: _ZN16QgsOWSConnection14connectionListERK7QString]
QgsOWSConnection::deleteConnection ( QString const& theService, QString const& name ) [static]
[symbol: _ZN16QgsOWSConnection16deleteConnectionERK7QStringS2_]
QgsOWSConnection::QgsOWSConnection [in-charge] ( QString const& theService, QString const& theConnName )
[symbol: _ZN16QgsOWSConnectionC1ERK7QStringS2_]
QgsOWSConnection::QgsOWSConnection [not-in-charge] ( QString const& theService, QString const& theConnName )
[symbol: _ZN16QgsOWSConnectionC2ERK7QStringS2_]
QgsOWSConnection::selectedConnection ( QString const& theService ) [static]
[symbol: _ZN16QgsOWSConnection18selectedConnectionERK7QString]
QgsOWSConnection::setSelectedConnection ( QString const& theService, QString const& name ) [static]
[symbol: _ZN16QgsOWSConnection21setSelectedConnectionERK7QStringS2_]
QgsOWSConnection::uri ( )
[symbol: _ZN16QgsOWSConnection3uriEv]
QgsOWSConnection::~QgsOWSConnection [in-charge-deleting] ( )
[symbol: _ZN16QgsOWSConnectionD0Ev]
QgsOWSConnection::~QgsOWSConnection [in-charge] ( )
[symbol: _ZN16QgsOWSConnectionD1Ev]
QgsOWSConnection::~QgsOWSConnection [not-in-charge] ( )
[symbol: _ZN16QgsOWSConnectionD2Ev]
qgsowssourceselect.h,
libqgis_gui.so.2.0.0
QgsOWSSourceSelect::addClicked ( )
[symbol: _ZN18QgsOWSSourceSelect10addClickedEv]
QgsOWSSourceSelect::addDefaultServers ( )
[symbol: _ZN18QgsOWSSourceSelect17addDefaultServersEv]
QgsOWSSourceSelect::addRasterLayer ( QString const& rasterLayerPath, QString const& baseName, QString const& providerKey )
[symbol: _ZN18QgsOWSSourceSelect14addRasterLayerERK7QStringS2_S2_]
QgsOWSSourceSelect::addWMSListItem ( QDomElement const& el, int row, int column )
[symbol: _ZN18QgsOWSSourceSelect14addWMSListItemERK11QDomElementii]
QgsOWSSourceSelect::addWMSListRow ( QDomElement const& item, int row )
[symbol: _ZN18QgsOWSSourceSelect13addWMSListRowERK11QDomElementi]
QgsOWSSourceSelect::clearCRS ( )
[symbol: _ZN18QgsOWSSourceSelect8clearCRSEv]
QgsOWSSourceSelect::clearFormats ( )
[symbol: _ZN18QgsOWSSourceSelect12clearFormatsEv]
QgsOWSSourceSelect::clearTimes ( )
[symbol: _ZN18QgsOWSSourceSelect10clearTimesEv]
QgsOWSSourceSelect::connectionInfo ( )
[symbol: _ZN18QgsOWSSourceSelect14connectionInfoEv]
QgsOWSSourceSelect::connectionsChanged ( )
[symbol: _ZN18QgsOWSSourceSelect18connectionsChangedEv]
QgsOWSSourceSelect::connName ( )
[symbol: _ZN18QgsOWSSourceSelect8connNameEv]
QgsOWSSourceSelect::createItem ( int id, QStringList const& names, QMap<int, QgsNumericSortTreeWidgetItem*>& items, int& layerAndStyleCount, QMap<int, int>const& layerParents, QMap<int, QStringList>const& layerParentNames )
[symbol: _ZN18QgsOWSSourceSelect10createItemEiRK11QStringListR4QMapIiP28QgsNumericSortTreeWidgetItemERiRKS3_IiiERKS3_IiS0_E]
QgsOWSSourceSelect::descriptionForAuthId ( QString authId )
[symbol: _ZN18QgsOWSSourceSelect20descriptionForAuthIdE7QString]
QgsOWSSourceSelect::enableLayersForCrs ( QTreeWidgetItem* item )
[symbol: _ZN18QgsOWSSourceSelect18enableLayersForCrsEP15QTreeWidgetItem]
QgsOWSSourceSelect::metaObject ( ) const
[symbol: _ZNK18QgsOWSSourceSelect10metaObjectEv]
QgsOWSSourceSelect::on_mAddDefaultButton_clicked ( )
[symbol: _ZN18QgsOWSSourceSelect28on_mAddDefaultButton_clickedEv]
QgsOWSSourceSelect::on_mChangeCRSButton_clicked ( )
[symbol: _ZN18QgsOWSSourceSelect27on_mChangeCRSButton_clickedEv]
QgsOWSSourceSelect::on_mConnectButton_clicked ( )
[symbol: _ZN18QgsOWSSourceSelect25on_mConnectButton_clickedEv]
QgsOWSSourceSelect::on_mConnectionsComboBox_activated ( int p1 )
[symbol: _ZN18QgsOWSSourceSelect33on_mConnectionsComboBox_activatedEi]
QgsOWSSourceSelect::on_mDeleteButton_clicked ( )
[symbol: _ZN18QgsOWSSourceSelect24on_mDeleteButton_clickedEv]
QgsOWSSourceSelect::on_mEditButton_clicked ( )
[symbol: _ZN18QgsOWSSourceSelect22on_mEditButton_clickedEv]
QgsOWSSourceSelect::on_mLayersTreeWidget_itemSelectionChanged ( )
[symbol: _ZN18QgsOWSSourceSelect41on_mLayersTreeWidget_itemSelectionChangedEv]
QgsOWSSourceSelect::on_mLoadButton_clicked ( )
[symbol: _ZN18QgsOWSSourceSelect22on_mLoadButton_clickedEv]
QgsOWSSourceSelect::on_mNewButton_clicked ( )
[symbol: _ZN18QgsOWSSourceSelect21on_mNewButton_clickedEv]
QgsOWSSourceSelect::on_mSaveButton_clicked ( )
[symbol: _ZN18QgsOWSSourceSelect22on_mSaveButton_clickedEv]
QgsOWSSourceSelect::populateConnectionList ( )
[symbol: _ZN18QgsOWSSourceSelect22populateConnectionListEv]
QgsOWSSourceSelect::populateCRS ( )
[symbol: _ZN18QgsOWSSourceSelect11populateCRSEv]
QgsOWSSourceSelect::populateFormats ( )
[symbol: _ZN18QgsOWSSourceSelect15populateFormatsEv]
QgsOWSSourceSelect::populateLayerList ( )
[symbol: _ZN18QgsOWSSourceSelect17populateLayerListEv]
QgsOWSSourceSelect::populateTimes ( )
[symbol: _ZN18QgsOWSSourceSelect13populateTimesEv]
QgsOWSSourceSelect::providerFormats ( )
[symbol: _ZN18QgsOWSSourceSelect15providerFormatsEv]
QgsOWSSourceSelect::QgsOWSSourceSelect [in-charge] ( QString service, QWidget* parent, Qt::WFlags fl, bool managerMode, bool embeddedMode )
[symbol: _ZN18QgsOWSSourceSelectC1E7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEEbb]
QgsOWSSourceSelect::QgsOWSSourceSelect [not-in-charge] ( QString service, QWidget* parent, Qt::WFlags fl, bool managerMode, bool embeddedMode )
[symbol: _ZN18QgsOWSSourceSelectC2E7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEEbb]
QgsOWSSourceSelect::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN18QgsOWSSourceSelect11qt_metacallEN11QMetaObject4CallEiPPv]
QgsOWSSourceSelect::qt_metacast ( char const* p1 )
[symbol: _ZN18QgsOWSSourceSelect11qt_metacastEPKc]
QgsOWSSourceSelect::searchFinished ( )
[symbol: _ZN18QgsOWSSourceSelect14searchFinishedEv]
QgsOWSSourceSelect::selectedCacheLoadControl ( )
[symbol: _ZN18QgsOWSSourceSelect24selectedCacheLoadControlEv]
QgsOWSSourceSelect::selectedCRS ( )
[symbol: _ZN18QgsOWSSourceSelect11selectedCRSEv]
QgsOWSSourceSelect::selectedFormat ( )
[symbol: _ZN18QgsOWSSourceSelect14selectedFormatEv]
QgsOWSSourceSelect::selectedLayersCRSs ( )
[symbol: _ZN18QgsOWSSourceSelect18selectedLayersCRSsEv]
QgsOWSSourceSelect::selectedLayersFormats ( )
[symbol: _ZN18QgsOWSSourceSelect21selectedLayersFormatsEv]
QgsOWSSourceSelect::selectedLayersTimes ( )
[symbol: _ZN18QgsOWSSourceSelect19selectedLayersTimesEv]
QgsOWSSourceSelect::selectedTime ( )
[symbol: _ZN18QgsOWSSourceSelect12selectedTimeEv]
QgsOWSSourceSelect::setConnectionListPosition ( )
[symbol: _ZN18QgsOWSSourceSelect25setConnectionListPositionEv]
QgsOWSSourceSelect::showError ( QString const& theTitle, QString const& theFormat, QString const& theError )
[symbol: _ZN18QgsOWSSourceSelect9showErrorERK7QStringS2_S2_]
QgsOWSSourceSelect::showStatusMessage ( QString const& theMessage )
[symbol: _ZN18QgsOWSSourceSelect17showStatusMessageERK7QString]
QgsOWSSourceSelect::staticMetaObject [data]
[symbol: _ZN18QgsOWSSourceSelect16staticMetaObjectE]
QgsOWSSourceSelect::~QgsOWSSourceSelect [in-charge-deleting] ( )
[symbol: _ZN18QgsOWSSourceSelectD0Ev]
QgsOWSSourceSelect::~QgsOWSSourceSelect [in-charge] ( )
[symbol: _ZN18QgsOWSSourceSelectD1Ev]
QgsOWSSourceSelect::~QgsOWSSourceSelect [not-in-charge] ( )
[symbol: _ZN18QgsOWSSourceSelectD2Ev]
qgspaintenginehack.h,
libqgis_core.so.2.0.0
QgsPaintEngineHack::fixEngineFlags ( QPaintEngine* engine ) [static]
[symbol: _ZN18QgsPaintEngineHack14fixEngineFlagsEP12QPaintEngine]
QgsPaintEngineHack::fixFlags ( )
[symbol: _ZN18QgsPaintEngineHack8fixFlagsEv]
qgspalettedrasterrenderer.h,
libqgis_core.so.2.0.0
QgsPalettedRasterRenderer::block ( int bandNo, QgsRectangle const& extent, int width, int height )
[symbol: _ZN25QgsPalettedRasterRenderer5blockEiRK12QgsRectangleii]
QgsPalettedRasterRenderer::clone ( ) const
[symbol: _ZNK25QgsPalettedRasterRenderer5cloneEv]
QgsPalettedRasterRenderer::colors ( ) const
[symbol: _ZNK25QgsPalettedRasterRenderer6colorsEv]
QgsPalettedRasterRenderer::create ( QDomElement const& elem, QgsRasterInterface* input ) [static]
[symbol: _ZN25QgsPalettedRasterRenderer6createERK11QDomElementP18QgsRasterInterface]
QgsPalettedRasterRenderer::legendSymbologyItems ( QList<QPair<QString, QColor> >& symbolItems ) const
[symbol: _ZNK25QgsPalettedRasterRenderer20legendSymbologyItemsER5QListI5QPairI7QString6QColorEE]
QgsPalettedRasterRenderer::QgsPalettedRasterRenderer [in-charge] ( QgsRasterInterface* input, int bandNumber, QColor* colorArray, int nColors )
[symbol: _ZN25QgsPalettedRasterRendererC1EP18QgsRasterInterfaceiP6QColori]
QgsPalettedRasterRenderer::QgsPalettedRasterRenderer [in-charge] ( QgsRasterInterface* input, int bandNumber, QRgb* colorArray, int nColors )
[symbol: _ZN25QgsPalettedRasterRendererC1EP18QgsRasterInterfaceiPji]
QgsPalettedRasterRenderer::QgsPalettedRasterRenderer [not-in-charge] ( QgsRasterInterface* input, int bandNumber, QColor* colorArray, int nColors )
[symbol: _ZN25QgsPalettedRasterRendererC2EP18QgsRasterInterfaceiP6QColori]
QgsPalettedRasterRenderer::QgsPalettedRasterRenderer [not-in-charge] ( QgsRasterInterface* input, int bandNumber, QRgb* colorArray, int nColors )
[symbol: _ZN25QgsPalettedRasterRendererC2EP18QgsRasterInterfaceiPji]
QgsPalettedRasterRenderer::rgbArray ( ) const
[symbol: _ZNK25QgsPalettedRasterRenderer8rgbArrayEv]
QgsPalettedRasterRenderer::usesBands ( ) const
[symbol: _ZNK25QgsPalettedRasterRenderer9usesBandsEv]
QgsPalettedRasterRenderer::writeXML ( QDomDocument& doc, QDomElement& parentElem ) const
[symbol: _ZNK25QgsPalettedRasterRenderer8writeXMLER12QDomDocumentR11QDomElement]
QgsPalettedRasterRenderer::~QgsPalettedRasterRenderer [in-charge-deleting] ( )
[symbol: _ZN25QgsPalettedRasterRendererD0Ev]
QgsPalettedRasterRenderer::~QgsPalettedRasterRenderer [in-charge] ( )
[symbol: _ZN25QgsPalettedRasterRendererD1Ev]
QgsPalettedRasterRenderer::~QgsPalettedRasterRenderer [not-in-charge] ( )
[symbol: _ZN25QgsPalettedRasterRendererD2Ev]
qgspallabeling.h,
libqgis_core.so.2.0.0
QgsPalLabeling::clearActiveLayer ( QgsVectorLayer* layer )
[symbol: _ZN14QgsPalLabeling16clearActiveLayerEP14QgsVectorLayer]
QgsPalLabeling::clearActiveLayers ( )
[symbol: _ZN14QgsPalLabeling17clearActiveLayersEv]
QgsPalLabeling::clearEngineSettings ( )
[symbol: _ZN14QgsPalLabeling19clearEngineSettingsEv]
QgsPalLabeling::dataDefinedDropShadow ( QgsPalLayerSettings& tmpLyr, QMap<enum QgsPalLayerSettings::DataDefinedProperties, QVariant>const& ddValues )
[symbol: _ZN14QgsPalLabeling21dataDefinedDropShadowER19QgsPalLayerSettingsRK4QMapINS0_21DataDefinedPropertiesE8QVariantE]
QgsPalLabeling::dataDefinedShapeBackground ( QgsPalLayerSettings& tmpLyr, QMap<enum QgsPalLayerSettings::DataDefinedProperties, QVariant>const& ddValues )
[symbol: _ZN14QgsPalLabeling26dataDefinedShapeBackgroundER19QgsPalLayerSettingsRK4QMapINS0_21DataDefinedPropertiesE8QVariantE]
QgsPalLabeling::dataDefinedTextBuffer ( QgsPalLayerSettings& tmpLyr, QMap<enum QgsPalLayerSettings::DataDefinedProperties, QVariant>const& ddValues )
[symbol: _ZN14QgsPalLabeling21dataDefinedTextBufferER19QgsPalLayerSettingsRK4QMapINS0_21DataDefinedPropertiesE8QVariantE]
QgsPalLabeling::dataDefinedTextFormatting ( QgsPalLayerSettings& tmpLyr, QMap<enum QgsPalLayerSettings::DataDefinedProperties, QVariant>const& ddValues )
[symbol: _ZN14QgsPalLabeling25dataDefinedTextFormattingER19QgsPalLayerSettingsRK4QMapINS0_21DataDefinedPropertiesE8QVariantE]
QgsPalLabeling::dataDefinedTextStyle ( QgsPalLayerSettings& tmpLyr, QMap<enum QgsPalLayerSettings::DataDefinedProperties, QVariant>const& ddValues )
[symbol: _ZN14QgsPalLabeling20dataDefinedTextStyleER19QgsPalLayerSettingsRK4QMapINS0_21DataDefinedPropertiesE8QVariantE]
QgsPalLabeling::drawLabel ( struct pal::LabelPosition* label, QgsRenderContext& context, QgsPalLayerSettings& tmpLyr, enum QgsPalLabeling::DrawLabelType drawType )
[symbol: _ZN14QgsPalLabeling9drawLabelEPN3pal13LabelPositionER16QgsRenderContextR19QgsPalLayerSettingsNS_13DrawLabelTypeE]
QgsPalLabeling::drawLabelBackground ( QgsRenderContext& context, QgsLabelComponent component, QgsPalLayerSettings const& tmpLyr ) [static]
[symbol: _ZN14QgsPalLabeling19drawLabelBackgroundER16QgsRenderContext17QgsLabelComponentRK19QgsPalLayerSettings]
QgsPalLabeling::drawLabelBuffer ( QgsRenderContext& context, QgsLabelComponent component, QgsPalLayerSettings const& tmpLyr ) [static]
[symbol: _ZN14QgsPalLabeling15drawLabelBufferER16QgsRenderContext17QgsLabelComponentRK19QgsPalLayerSettings]
QgsPalLabeling::drawLabelShadow ( QgsRenderContext& context, QgsLabelComponent component, QgsPalLayerSettings const& tmpLyr ) [static]
[symbol: _ZN14QgsPalLabeling15drawLabelShadowER16QgsRenderContext17QgsLabelComponentRK19QgsPalLayerSettings]
QgsPalLabeling::labelsWithinRect ( QgsRectangle const& r )
[symbol: _ZN14QgsPalLabeling16labelsWithinRectERK12QgsRectangle]
QgsPalLabeling::loadEngineSettings ( )
[symbol: _ZN14QgsPalLabeling18loadEngineSettingsEv]
QgsPalLabeling::saveEngineSettings ( )
[symbol: _ZN14QgsPalLabeling18saveEngineSettingsEv]
QgsPalLayerSettings::calculateLabelSize ( QFontMetricsF const* fm, QString text, double& labelX, double& labelY, QgsFeature* f )
[symbol: _ZN19QgsPalLayerSettings18calculateLabelSizeEPK13QFontMetricsF7QStringRdS4_P10QgsFeature]
QgsPalLayerSettings::dataDefinedEvaluate ( enum QgsPalLayerSettings::DataDefinedProperties p, QVariant& exprVal ) const
[symbol: _ZNK19QgsPalLayerSettings19dataDefinedEvaluateENS_21DataDefinedPropertiesER8QVariant]
QgsPalLayerSettings::dataDefinedIsActive ( enum QgsPalLayerSettings::DataDefinedProperties p ) const
[symbol: _ZNK19QgsPalLayerSettings19dataDefinedIsActiveENS_21DataDefinedPropertiesE]
QgsPalLayerSettings::dataDefinedMap ( enum QgsPalLayerSettings::DataDefinedProperties p ) const
[symbol: _ZNK19QgsPalLayerSettings14dataDefinedMapENS_21DataDefinedPropertiesE]
QgsPalLayerSettings::dataDefinedProperty ( enum QgsPalLayerSettings::DataDefinedProperties p )
[symbol: _ZN19QgsPalLayerSettings19dataDefinedPropertyENS_21DataDefinedPropertiesE]
QgsPalLayerSettings::dataDefinedUseExpression ( enum QgsPalLayerSettings::DataDefinedProperties p ) const
[symbol: _ZNK19QgsPalLayerSettings24dataDefinedUseExpressionENS_21DataDefinedPropertiesE]
QgsPalLayerSettings::dataDefinedValue ( enum QgsPalLayerSettings::DataDefinedProperties p, QgsFeature& f, QgsFields const& fields ) const
[symbol: _ZNK19QgsPalLayerSettings16dataDefinedValueENS_21DataDefinedPropertiesER10QgsFeatureRK9QgsFields]
QgsPalLayerSettings::scaleToPixelContext ( double size, QgsRenderContext const& c, enum QgsPalLayerSettings::SizeUnit unit, bool rasterfactor ) const
[symbol: _ZNK19QgsPalLayerSettings19scaleToPixelContextEdRK16QgsRenderContextNS_8SizeUnitEb]
QgsPalLayerSettings::setDataDefinedProperty ( enum QgsPalLayerSettings::DataDefinedProperties p, bool active, bool useExpr, QString const& expr, QString const& field )
[symbol: _ZN19QgsPalLayerSettings22setDataDefinedPropertyENS_21DataDefinedPropertiesEbbRK7QStringS3_]
QgsPalLayerSettings::sizeToPixel ( double size, QgsRenderContext const& c, enum QgsPalLayerSettings::SizeUnit unit, bool rasterfactor ) const
[symbol: _ZNK19QgsPalLayerSettings11sizeToPixelEdRK16QgsRenderContextNS_8SizeUnitEb]
QgsPalLayerSettings::updateDataDefinedString ( QString const& value )
[symbol: _ZN19QgsPalLayerSettings23updateDataDefinedStringERK7QString]
qgspiediagram.h,
libqgis_core.so.2.0.0
QgsPieDiagram::diagramSize ( QgsAttributes const& attributes, QgsRenderContext const& c, QgsDiagramSettings const& s )
[symbol: _ZN13QgsPieDiagram11diagramSizeERK7QVectorI8QVariantERK16QgsRenderContextRK18QgsDiagramSettings]
QgsPieDiagram::diagramSize ( QgsAttributes const& attributes, QgsRenderContext const& c, QgsDiagramSettings const& s, struct QgsDiagramInterpolationSettings const& is )
[symbol: _ZN13QgsPieDiagram11diagramSizeERK7QVectorI8QVariantERK16QgsRenderContextRK18QgsDiagramSettingsRK31QgsDiagramInterpolationSettings]
QgsPieDiagram::renderDiagram ( QgsAttributes const& att, QgsRenderContext& c, QgsDiagramSettings const& s, QPointF const& position )
[symbol: _ZN13QgsPieDiagram13renderDiagramERK7QVectorI8QVariantER16QgsRenderContextRK18QgsDiagramSettingsRK7QPointF]
qgspluginmanagerinterface.h,
libqgis_gui.so.2.0.0
QgsPluginManagerInterface::metaObject ( ) const
[symbol: _ZNK25QgsPluginManagerInterface10metaObjectEv]
QgsPluginManagerInterface::QgsPluginManagerInterface [in-charge] ( )
[symbol: _ZN25QgsPluginManagerInterfaceC1Ev]
QgsPluginManagerInterface::QgsPluginManagerInterface [not-in-charge] ( )
[symbol: _ZN25QgsPluginManagerInterfaceC2Ev]
QgsPluginManagerInterface::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN25QgsPluginManagerInterface11qt_metacallEN11QMetaObject4CallEiPPv]
QgsPluginManagerInterface::qt_metacast ( char const* p1 )
[symbol: _ZN25QgsPluginManagerInterface11qt_metacastEPKc]
QgsPluginManagerInterface::staticMetaObject [data]
[symbol: _ZN25QgsPluginManagerInterface16staticMetaObjectE]
QgsPluginManagerInterface::~QgsPluginManagerInterface [in-charge-deleting] ( )
[symbol: _ZN25QgsPluginManagerInterfaceD0Ev]
QgsPluginManagerInterface::~QgsPluginManagerInterface [in-charge] ( )
[symbol: _ZN25QgsPluginManagerInterfaceD1Ev]
QgsPluginManagerInterface::~QgsPluginManagerInterface [not-in-charge] ( )
[symbol: _ZN25QgsPluginManagerInterfaceD2Ev]
qgspoint.h,
libqgis_core.so.2.0.0
QgsPoint::toDegreesMinutes ( int thePrecision ) const
[symbol: _ZNK8QgsPoint16toDegreesMinutesEi]
qgsproject.h,
libqgis_core.so.2.0.0
QgsProject::homePath ( ) const
[symbol: _ZNK10QgsProject8homePathEv]
QgsProject::loadingLayer ( QString p1 )
[symbol: _ZN10QgsProject12loadingLayerE7QString]
QgsProject::projectSaved ( )
[symbol: _ZN10QgsProject12projectSavedEv]
QgsProject::readListEntry ( QString const& scope, QString const& key, QStringList def, bool* ok ) const
[symbol: _ZNK10QgsProject13readListEntryERK7QStringS2_11QStringListPb]
QgsProject::readMapLayer ( QgsMapLayer* mapLayer, QDomElement const& layerNode )
[symbol: _ZN10QgsProject12readMapLayerEP11QgsMapLayerRK11QDomElement]
QgsProject::setSnapSettingsForLayer ( QString const& layerId, bool enabled, enum QgsSnapper::SnappingType type, enum QgsTolerance::UnitType unit, double tolerance, bool avoidIntersection )
[symbol: _ZN10QgsProject23setSnapSettingsForLayerERK7QStringbN10QgsSnapper12SnappingTypeEN12QgsTolerance8UnitTypeEdb]
QgsProject::setTopologicalEditing ( bool enabled )
[symbol: _ZN10QgsProject21setTopologicalEditingEb]
QgsProject::snapSettingsChanged ( )
[symbol: _ZN10QgsProject19snapSettingsChangedEv]
QgsProject::snapSettingsForLayer ( QString const& layerId, bool& enabled, enum QgsSnapper::SnappingType& type, enum QgsTolerance::UnitType& units, double& tolerance, bool& avoidIntersection ) const
[symbol: _ZNK10QgsProject20snapSettingsForLayerERK7QStringRbRN10QgsSnapper12SnappingTypeERN12QgsTolerance8UnitTypeERdS3_]
QgsProject::topologicalEditing ( ) const
[symbol: _ZNK10QgsProject18topologicalEditingEv]
QgsProject::writeMapLayer ( QgsMapLayer* mapLayer, QDomElement& layerElem, QDomDocument& doc )
[symbol: _ZN10QgsProject13writeMapLayerEP11QgsMapLayerR11QDomElementR12QDomDocument]
qgsprojectfiletransform.h,
libqgis_core.so.2.0.0
QgsProjectFileTransform::convertRasterProperties ( QDomDocument& doc, QDomNode& parentNode, QDomElement& rasterPropertiesElem, QgsRasterLayer* rlayer ) [static]
[symbol: _ZN23QgsProjectFileTransform23convertRasterPropertiesER12QDomDocumentR8QDomNodeR11QDomElementP14QgsRasterLayer]
qgsproviderregistry.h,
libqgis_core.so.2.0.0
QgsProviderRegistry::fileRasterFilters ( ) const
[symbol: _ZNK19QgsProviderRegistry17fileRasterFiltersEv]
QgsProviderRegistry::registerGuis ( QWidget* widget )
[symbol: _ZN19QgsProviderRegistry12registerGuisEP7QWidget]
qgspythonrunner.h,
libqgis_core.so.2.0.0
QgsPythonRunner::eval ( QString command, QString& result ) [static]
[symbol: _ZN15QgsPythonRunner4evalE7QStringRS0_]
qgsraster.h,
libqgis_core.so.2.0.0
QgsRaster::contrastEnhancementLimitsAsString ( enum QgsRaster::ContrastEnhancementLimits theLimits ) [static]
[symbol: _ZN9QgsRaster33contrastEnhancementLimitsAsStringENS_25ContrastEnhancementLimitsE]
QgsRaster::contrastEnhancementLimitsFromString ( QString theLimits ) [static]
[symbol: _ZN9QgsRaster35contrastEnhancementLimitsFromStringE7QString]
qgsrasterblock.h,
libqgis_core.so.2.0.0
QgsRasterBlock::applyNoDataValues ( QgsRasterRangeList const& rangeList )
[symbol: _ZN14QgsRasterBlock17applyNoDataValuesERK5QListI14QgsRasterRangeE]
QgsRasterBlock::bits ( )
[symbol: _ZN14QgsRasterBlock4bitsEv]
QgsRasterBlock::bits ( int row, int column )
[symbol: _ZN14QgsRasterBlock4bitsEii]
QgsRasterBlock::bits ( std::size_t index )
[symbol: _ZN14QgsRasterBlock4bitsEj]
QgsRasterBlock::color ( int row, int column ) const
[symbol: _ZNK14QgsRasterBlock5colorEii]
QgsRasterBlock::color ( std::size_t index ) const
[symbol: _ZNK14QgsRasterBlock5colorEj]
QgsRasterBlock::convert ( enum QGis::DataType destDataType )
[symbol: _ZN14QgsRasterBlock7convertEN4QGis8DataTypeE]
QgsRasterBlock::hasNoData ( ) const
[symbol: _ZNK14QgsRasterBlock9hasNoDataEv]
QgsRasterBlock::image ( ) const
[symbol: _ZNK14QgsRasterBlock5imageEv]
QgsRasterBlock::isEmpty ( ) const
[symbol: _ZNK14QgsRasterBlock7isEmptyEv]
QgsRasterBlock::isNoData ( int row, int column )
[symbol: _ZN14QgsRasterBlock8isNoDataEii]
QgsRasterBlock::isNoData ( std::size_t index )
[symbol: _ZN14QgsRasterBlock8isNoDataEj]
QgsRasterBlock::printValue ( double value ) [static]
[symbol: _ZN14QgsRasterBlock10printValueEd]
QgsRasterBlock::QgsRasterBlock [in-charge] ( )
[symbol: _ZN14QgsRasterBlockC1Ev]
QgsRasterBlock::QgsRasterBlock [in-charge] ( enum QGis::DataType theDataType, int theWidth, int theHeight )
[symbol: _ZN14QgsRasterBlockC1EN4QGis8DataTypeEii]
QgsRasterBlock::QgsRasterBlock [in-charge] ( enum QGis::DataType theDataType, int theWidth, int theHeight, double theNoDataValue )
[symbol: _ZN14QgsRasterBlockC1EN4QGis8DataTypeEiid]
QgsRasterBlock::QgsRasterBlock [not-in-charge] ( )
[symbol: _ZN14QgsRasterBlockC2Ev]
QgsRasterBlock::QgsRasterBlock [not-in-charge] ( enum QGis::DataType theDataType, int theWidth, int theHeight )
[symbol: _ZN14QgsRasterBlockC2EN4QGis8DataTypeEii]
QgsRasterBlock::QgsRasterBlock [not-in-charge] ( enum QGis::DataType theDataType, int theWidth, int theHeight, double theNoDataValue )
[symbol: _ZN14QgsRasterBlockC2EN4QGis8DataTypeEiid]
QgsRasterBlock::reset ( enum QGis::DataType theDataType, int theWidth, int theHeight )
[symbol: _ZN14QgsRasterBlock5resetEN4QGis8DataTypeEii]
QgsRasterBlock::reset ( enum QGis::DataType theDataType, int theWidth, int theHeight, double theNoDataValue )
[symbol: _ZN14QgsRasterBlock5resetEN4QGis8DataTypeEiid]
QgsRasterBlock::setColor ( int row, int column, QRgb color )
[symbol: _ZN14QgsRasterBlock8setColorEiij]
QgsRasterBlock::setColor ( std::size_t index, QRgb color )
[symbol: _ZN14QgsRasterBlock8setColorEjj]
QgsRasterBlock::setImage ( QImage const* image )
[symbol: _ZN14QgsRasterBlock8setImageEPK6QImage]
QgsRasterBlock::setIsNoData ( )
[symbol: _ZN14QgsRasterBlock11setIsNoDataEv]
QgsRasterBlock::setIsNoData ( int row, int column )
[symbol: _ZN14QgsRasterBlock11setIsNoDataEii]
QgsRasterBlock::setIsNoData ( std::size_t index )
[symbol: _ZN14QgsRasterBlock11setIsNoDataEj]
QgsRasterBlock::setIsNoDataExcept ( QRect const& theExceptRect )
[symbol: _ZN14QgsRasterBlock17setIsNoDataExceptERK5QRect]
QgsRasterBlock::setValue ( int row, int column, double value )
[symbol: _ZN14QgsRasterBlock8setValueEiid]
QgsRasterBlock::setValue ( std::size_t index, double value )
[symbol: _ZN14QgsRasterBlock8setValueEjd]
QgsRasterBlock::subRect ( QgsRectangle const& theExtent, int theWidth, int theHeight, QgsRectangle const& theSubExtent ) [static]
[symbol: _ZN14QgsRasterBlock7subRectERK12QgsRectangleiiS2_]
QgsRasterBlock::typeIsColor ( enum QGis::DataType type ) [static]
[symbol: _ZN14QgsRasterBlock11typeIsColorEN4QGis8DataTypeE]
QgsRasterBlock::typeIsNumeric ( enum QGis::DataType type ) [static]
[symbol: _ZN14QgsRasterBlock13typeIsNumericEN4QGis8DataTypeE]
QgsRasterBlock::typeWithNoDataValue ( enum QGis::DataType dataType, double* noDataValue ) [static]
[symbol: _ZN14QgsRasterBlock19typeWithNoDataValueEN4QGis8DataTypeEPd]
QgsRasterBlock::value ( int row, int column ) const
[symbol: _ZNK14QgsRasterBlock5valueEii]
QgsRasterBlock::valueBytes ( enum QGis::DataType theDataType, double theValue ) [static]
[symbol: _ZN14QgsRasterBlock10valueBytesEN4QGis8DataTypeEd]
QgsRasterBlock::~QgsRasterBlock [in-charge-deleting] ( )
[symbol: _ZN14QgsRasterBlockD0Ev]
QgsRasterBlock::~QgsRasterBlock [in-charge] ( )
[symbol: _ZN14QgsRasterBlockD1Ev]
QgsRasterBlock::~QgsRasterBlock [not-in-charge] ( )
[symbol: _ZN14QgsRasterBlockD2Ev]
qgsrasterchecker.h,
libqgis_core.so.2.0.0
QgsRasterChecker::QgsRasterChecker [in-charge] ( )
[symbol: _ZN16QgsRasterCheckerC1Ev]
QgsRasterChecker::QgsRasterChecker [not-in-charge] ( )
[symbol: _ZN16QgsRasterCheckerC2Ev]
QgsRasterChecker::runTest ( QString theVerifiedKey, QString theVerifiedUri, QString theExpectedKey, QString theExpectedUri )
[symbol: _ZN16QgsRasterChecker7runTestE7QStringS0_S0_S0_]
qgsrasterdataprovider.h,
libqgis_core.so.2.0.0
QgsRasterDataProvider::block ( int theBandNo, QgsRectangle const& theExtent, int theWidth, int theHeight )
[symbol: _ZN21QgsRasterDataProvider5blockEiRK12QgsRectangleii]
QgsRasterDataProvider::buildPyramidList ( QList<int> overviewList )
[symbol: _ZN21QgsRasterDataProvider16buildPyramidListE5QListIiE]
QgsRasterDataProvider::buildPyramids ( QList<QgsRasterPyramid>const& thePyramidList, QString const& theResamplingMethod, enum QgsRaster::RasterPyramidsFormat theFormat, QStringList const& theConfigOptions )
[symbol: _ZN21QgsRasterDataProvider13buildPyramidsERK5QListI16QgsRasterPyramidERK7QStringN9QgsRaster20RasterPyramidsFormatERK11QStringList]
QgsRasterDataProvider::create ( QString const& providerKey, QString const& uri, QString const& format, int nBands, enum QGis::DataType type, int width, int height, double* geoTransform, QgsCoordinateReferenceSystem const& crs, QStringList createOptions ) [static]
[symbol: _ZN21QgsRasterDataProvider6createERK7QStringS2_S2_iN4QGis8DataTypeEiiPdRK28QgsCoordinateReferenceSystem11QStringList]
QgsRasterDataProvider::hasPyramids ( )
[symbol: _ZN21QgsRasterDataProvider11hasPyramidsEv]
QgsRasterDataProvider::identify ( QgsPoint const& thePoint, enum QgsRaster::IdentifyFormat theFormat, QgsRectangle const& theExtent, int theWidth, int theHeight )
[symbol: _ZN21QgsRasterDataProvider8identifyERK8QgsPointN9QgsRaster14IdentifyFormatERK12QgsRectangleii]
QgsRasterDataProvider::identifyFormatFromName ( QString formatName ) [static]
[symbol: _ZN21QgsRasterDataProvider22identifyFormatFromNameE7QString]
QgsRasterDataProvider::identifyFormatLabel ( enum QgsRaster::IdentifyFormat format ) [static]
[symbol: _ZN21QgsRasterDataProvider19identifyFormatLabelEN9QgsRaster14IdentifyFormatE]
QgsRasterDataProvider::identifyFormatName ( enum QgsRaster::IdentifyFormat format ) [static]
[symbol: _ZN21QgsRasterDataProvider18identifyFormatNameEN9QgsRaster14IdentifyFormatE]
QgsRasterDataProvider::identifyFormatToCapability ( enum QgsRaster::IdentifyFormat format ) [static]
[symbol: _ZN21QgsRasterDataProvider26identifyFormatToCapabilityEN9QgsRaster14IdentifyFormatE]
QgsRasterDataProvider::progressUpdate ( int theProgress )
[symbol: _ZN21QgsRasterDataProvider14progressUpdateEi]
QgsRasterDataProvider::pyramidResamplingMethods ( QString providerKey ) [static]
[symbol: _ZN21QgsRasterDataProvider24pyramidResamplingMethodsE7QString]
QgsRasterDataProvider::remove ( )
[symbol: _ZN21QgsRasterDataProvider6removeEv]
QgsRasterDataProvider::setInput ( QgsRasterInterface* input )
[symbol: _ZN21QgsRasterDataProvider8setInputEP18QgsRasterInterface]
QgsRasterDataProvider::setNoDataValue ( int bandNo, double noDataValue )
[symbol: _ZN21QgsRasterDataProvider14setNoDataValueEid]
QgsRasterDataProvider::setUserNoDataValue ( int bandNo, QgsRasterRangeList noData )
[symbol: _ZN21QgsRasterDataProvider18setUserNoDataValueEi5QListI14QgsRasterRangeE]
QgsRasterDataProvider::setUseSrcNoDataValue ( int bandNo, bool use )
[symbol: _ZN21QgsRasterDataProvider20setUseSrcNoDataValueEib]
QgsRasterDataProvider::srcHasNoDataValue ( int bandNo ) const
[symbol: _ZNK21QgsRasterDataProvider17srcHasNoDataValueEi]
QgsRasterDataProvider::srcNoDataValue ( int bandNo ) const
[symbol: _ZNK21QgsRasterDataProvider14srcNoDataValueEi]
QgsRasterDataProvider::userNoDataValues ( int bandNo ) const
[symbol: _ZNK21QgsRasterDataProvider16userNoDataValuesEi]
QgsRasterDataProvider::userNoDataValuesContains ( int bandNo, double value ) const
[symbol: _ZNK21QgsRasterDataProvider24userNoDataValuesContainsEid]
QgsRasterDataProvider::useSrcNoDataValue ( int bandNo ) const
[symbol: _ZNK21QgsRasterDataProvider17useSrcNoDataValueEi]
QgsRasterDataProvider::validateCreationOptions ( QStringList const& createOptions, QString format )
[symbol: _ZN21QgsRasterDataProvider23validateCreationOptionsERK11QStringList7QString]
QgsRasterDataProvider::validatePyramidsConfigOptions ( enum QgsRaster::RasterPyramidsFormat pyramidsFormat, QStringList const& theConfigOptions, QString const& fileFormat )
[symbol: _ZN21QgsRasterDataProvider29validatePyramidsConfigOptionsEN9QgsRaster20RasterPyramidsFormatERK11QStringListRK7QString]
QgsRasterDataProvider::write ( void* data, int band, int width, int height, int xOffset, int yOffset )
[symbol: _ZN21QgsRasterDataProvider5writeEPviiiii]
qgsrasterdrawer.h,
libqgis_core.so.2.0.0
QgsRasterDrawer::draw ( QPainter* p, struct QgsRasterViewPort* viewPort, QgsMapToPixel const* theQgsMapToPixel )
[symbol: _ZN15QgsRasterDrawer4drawEP8QPainterP17QgsRasterViewPortPK13QgsMapToPixel]
QgsRasterDrawer::drawImage ( QPainter* p, struct QgsRasterViewPort* viewPort, QImage const& img, int topLeftCol, int topLeftRow ) const
[symbol: _ZNK15QgsRasterDrawer9drawImageEP8QPainterP17QgsRasterViewPortRK6QImageii]
QgsRasterDrawer::QgsRasterDrawer [in-charge] ( QgsRasterIterator* iterator )
[symbol: _ZN15QgsRasterDrawerC1EP17QgsRasterIterator]
QgsRasterDrawer::QgsRasterDrawer [not-in-charge] ( QgsRasterIterator* iterator )
[symbol: _ZN15QgsRasterDrawerC2EP17QgsRasterIterator]
QgsRasterDrawer::~QgsRasterDrawer [in-charge] ( )
[symbol: _ZN15QgsRasterDrawerD1Ev]
QgsRasterDrawer::~QgsRasterDrawer [not-in-charge] ( )
[symbol: _ZN15QgsRasterDrawerD2Ev]
qgsrasterfilewriter.h,
libqgis_core.so.2.0.0
QgsRasterFileWriter::QgsRasterFileWriter [in-charge] ( QString const& outputUrl )
[symbol: _ZN19QgsRasterFileWriterC1ERK7QString]
QgsRasterFileWriter::QgsRasterFileWriter [not-in-charge] ( QString const& outputUrl )
[symbol: _ZN19QgsRasterFileWriterC2ERK7QString]
QgsRasterFileWriter::writeRaster ( QgsRasterPipe const* pipe, int nCols, int nRows, QgsRectangle outputExtent, QgsCoordinateReferenceSystem const& crs, QProgressDialog* p )
[symbol: _ZN19QgsRasterFileWriter11writeRasterEPK13QgsRasterPipeii12QgsRectangleRK28QgsCoordinateReferenceSystemP15QProgressDialog]
QgsRasterFileWriter::~QgsRasterFileWriter [in-charge] ( )
[symbol: _ZN19QgsRasterFileWriterD1Ev]
QgsRasterFileWriter::~QgsRasterFileWriter [not-in-charge] ( )
[symbol: _ZN19QgsRasterFileWriterD2Ev]
qgsrasteridentifyresult.h,
libqgis_core.so.2.0.0
QgsRasterIdentifyResult::QgsRasterIdentifyResult [in-charge] ( )
[symbol: _ZN23QgsRasterIdentifyResultC1Ev]
QgsRasterIdentifyResult::QgsRasterIdentifyResult [in-charge] ( enum QgsRaster::IdentifyFormat theFormat, QMap<int, QVariant> theResults )
[symbol: _ZN23QgsRasterIdentifyResultC1EN9QgsRaster14IdentifyFormatE4QMapIi8QVariantE]
QgsRasterIdentifyResult::QgsRasterIdentifyResult [in-charge] ( QgsError theError )
[symbol: _ZN23QgsRasterIdentifyResultC1E8QgsError]
QgsRasterIdentifyResult::QgsRasterIdentifyResult [not-in-charge] ( )
[symbol: _ZN23QgsRasterIdentifyResultC2Ev]
QgsRasterIdentifyResult::QgsRasterIdentifyResult [not-in-charge] ( enum QgsRaster::IdentifyFormat theFormat, QMap<int, QVariant> theResults )
[symbol: _ZN23QgsRasterIdentifyResultC2EN9QgsRaster14IdentifyFormatE4QMapIi8QVariantE]
QgsRasterIdentifyResult::QgsRasterIdentifyResult [not-in-charge] ( QgsError theError )
[symbol: _ZN23QgsRasterIdentifyResultC2E8QgsError]
QgsRasterIdentifyResult::~QgsRasterIdentifyResult [in-charge-deleting] ( )
[symbol: _ZN23QgsRasterIdentifyResultD0Ev]
QgsRasterIdentifyResult::~QgsRasterIdentifyResult [in-charge] ( )
[symbol: _ZN23QgsRasterIdentifyResultD1Ev]
QgsRasterIdentifyResult::~QgsRasterIdentifyResult [not-in-charge] ( )
[symbol: _ZN23QgsRasterIdentifyResultD2Ev]
qgsrasterinterface.h,
libqgis_core.so.2.0.0
QgsRasterInterface::bandStatistics ( int theBandNo, int theStats, QgsRectangle const& theExtent, int theSampleSize )
[symbol: _ZN18QgsRasterInterface14bandStatisticsEiiRK12QgsRectanglei]
QgsRasterInterface::capabilities ( ) const
[symbol: _ZNK18QgsRasterInterface12capabilitiesEv]
QgsRasterInterface::capabilitiesString ( ) const
[symbol: _ZNK18QgsRasterInterface18capabilitiesStringEv]
QgsRasterInterface::cumulativeCut ( int theBandNo, double theLowerCount, double theUpperCount, double& theLowerValue, double& theUpperValue, QgsRectangle const& theExtent, int theSampleSize )
[symbol: _ZN18QgsRasterInterface13cumulativeCutEiddRdS0_RK12QgsRectanglei]
QgsRasterInterface::extent ( )
[symbol: _ZN18QgsRasterInterface6extentEv]
QgsRasterInterface::generateBandName ( int theBandNumber ) const
[symbol: _ZNK18QgsRasterInterface16generateBandNameEi]
QgsRasterInterface::hasHistogram ( int theBandNo, int theBinCount, double theMinimum, double theMaximum, QgsRectangle const& theExtent, int theSampleSize, bool theIncludeOutOfRange )
[symbol: _ZN18QgsRasterInterface12hasHistogramEiiddRK12QgsRectangleib]
QgsRasterInterface::hasStatistics ( int theBandNo, int theStats, QgsRectangle const& theExtent, int theSampleSize )
[symbol: _ZN18QgsRasterInterface13hasStatisticsEiiRK12QgsRectanglei]
QgsRasterInterface::histogram ( int theBandNo, int theBinCount, double theMinimum, double theMaximum, QgsRectangle const& theExtent, int theSampleSize, bool theIncludeOutOfRange )
[symbol: _ZN18QgsRasterInterface9histogramEiiddRK12QgsRectangleib]
QgsRasterInterface::initHistogram ( QgsRasterHistogram& theHistogram, int theBandNo, int theBinCount, double theMinimum, double theMaximum, QgsRectangle const& theExtent, int theSampleSize, bool theIncludeOutOfRange )
[symbol: _ZN18QgsRasterInterface13initHistogramER18QgsRasterHistogramiiddRK12QgsRectangleib]
QgsRasterInterface::initStatistics ( QgsRasterBandStats& theStatistics, int theBandNo, int theStats, QgsRectangle const& theExtent, int theBinCount )
[symbol: _ZN18QgsRasterInterface14initStatisticsER18QgsRasterBandStatsiiRK12QgsRectanglei]
QgsRasterInterface::input ( ) const
[symbol: _ZNK18QgsRasterInterface5inputEv]
QgsRasterInterface::on ( ) const
[symbol: _ZNK18QgsRasterInterface2onEv]
QgsRasterInterface::QgsRasterInterface [in-charge] ( QgsRasterInterface* input )
[symbol: _ZN18QgsRasterInterfaceC1EPS_]
QgsRasterInterface::QgsRasterInterface [not-in-charge] ( QgsRasterInterface* input )
[symbol: _ZN18QgsRasterInterfaceC2EPS_]
QgsRasterInterface::readXML ( QDomElement const& filterElem )
[symbol: _ZN18QgsRasterInterface7readXMLERK11QDomElement]
QgsRasterInterface::setInput ( QgsRasterInterface* input )
[symbol: _ZN18QgsRasterInterface8setInputEPS_]
QgsRasterInterface::setOn ( bool on )
[symbol: _ZN18QgsRasterInterface5setOnEb]
QgsRasterInterface::srcDataType ( int bandNo ) const
[symbol: _ZNK18QgsRasterInterface11srcDataTypeEi]
QgsRasterInterface::srcInput ( )
[symbol: _ZN18QgsRasterInterface8srcInputEv]
QgsRasterInterface::srcInput ( ) const
[symbol: _ZNK18QgsRasterInterface8srcInputEv]
QgsRasterInterface::writeXML ( QDomDocument& doc, QDomElement& parentElem ) const
[symbol: _ZNK18QgsRasterInterface8writeXMLER12QDomDocumentR11QDomElement]
QgsRasterInterface::xBlockSize ( ) const
[symbol: _ZNK18QgsRasterInterface10xBlockSizeEv]
QgsRasterInterface::xSize ( ) const
[symbol: _ZNK18QgsRasterInterface5xSizeEv]
QgsRasterInterface::yBlockSize ( ) const
[symbol: _ZNK18QgsRasterInterface10yBlockSizeEv]
QgsRasterInterface::ySize ( ) const
[symbol: _ZNK18QgsRasterInterface5ySizeEv]
QgsRasterInterface::~QgsRasterInterface [in-charge-deleting] ( )
[symbol: _ZN18QgsRasterInterfaceD0Ev]
QgsRasterInterface::~QgsRasterInterface [in-charge] ( )
[symbol: _ZN18QgsRasterInterfaceD1Ev]
QgsRasterInterface::~QgsRasterInterface [not-in-charge] ( )
[symbol: _ZN18QgsRasterInterfaceD2Ev]
qgsrasteriterator.h,
libqgis_core.so.2.0.0
QgsRasterIterator::QgsRasterIterator [in-charge] ( QgsRasterInterface* input )
[symbol: _ZN17QgsRasterIteratorC1EP18QgsRasterInterface]
QgsRasterIterator::QgsRasterIterator [not-in-charge] ( QgsRasterInterface* input )
[symbol: _ZN17QgsRasterIteratorC2EP18QgsRasterInterface]
QgsRasterIterator::readNextRasterPart ( int bandNumber, int& nCols, int& nRows, QgsRasterBlock** block, int& topLeftCol, int& topLeftRow )
[symbol: _ZN17QgsRasterIterator18readNextRasterPartEiRiS0_PP14QgsRasterBlockS0_S0_]
QgsRasterIterator::startRasterRead ( int bandNumber, int nCols, int nRows, QgsRectangle const& extent )
[symbol: _ZN17QgsRasterIterator15startRasterReadEiiiRK12QgsRectangle]
QgsRasterIterator::stopRasterRead ( int bandNumber )
[symbol: _ZN17QgsRasterIterator14stopRasterReadEi]
QgsRasterIterator::~QgsRasterIterator [in-charge] ( )
[symbol: _ZN17QgsRasterIteratorD1Ev]
QgsRasterIterator::~QgsRasterIterator [not-in-charge] ( )
[symbol: _ZN17QgsRasterIteratorD2Ev]
qgsrasterlayer.h,
libqgis_core.so.2.0.0
QgsRasterLayer::CUMULATIVE_CUT_LOWER [data]
[symbol: _ZN14QgsRasterLayer20CUMULATIVE_CUT_LOWERE]
QgsRasterLayer::CUMULATIVE_CUT_UPPER [data]
[symbol: _ZN14QgsRasterLayer20CUMULATIVE_CUT_UPPERE]
QgsRasterLayer::height ( ) const
[symbol: _ZNK14QgsRasterLayer6heightEv]
QgsRasterLayer::previewAsPixmap ( QSize size, QColor bgColor )
[symbol: _ZN14QgsRasterLayer15previewAsPixmapE5QSize6QColor]
QgsRasterLayer::QgsRasterLayer [in-charge] ( )
[symbol: _ZN14QgsRasterLayerC1Ev]
QgsRasterLayer::QgsRasterLayer [in-charge] ( QString const& uri, QString const& baseName, QString const& providerKey, bool loadDefaultStyleFlag )
[symbol: _ZN14QgsRasterLayerC1ERK7QStringS2_S2_b]
QgsRasterLayer::QgsRasterLayer [not-in-charge] ( )
[symbol: _ZN14QgsRasterLayerC2Ev]
QgsRasterLayer::QgsRasterLayer [not-in-charge] ( QString const& uri, QString const& baseName, QString const& providerKey, bool loadDefaultStyleFlag )
[symbol: _ZN14QgsRasterLayerC2ERK7QStringS2_S2_b]
QgsRasterLayer::rasterUnitsPerPixelX ( )
[symbol: _ZN14QgsRasterLayer20rasterUnitsPerPixelXEv]
QgsRasterLayer::rasterUnitsPerPixelY ( )
[symbol: _ZN14QgsRasterLayer20rasterUnitsPerPixelYEv]
QgsRasterLayer::SAMPLE_SIZE [data]
[symbol: _ZN14QgsRasterLayer11SAMPLE_SIZEE]
QgsRasterLayer::setContrastEnhancement ( enum QgsContrastEnhancement::ContrastEnhancementAlgorithm theAlgorithm, enum QgsRaster::ContrastEnhancementLimits theLimits, QgsRectangle theExtent, int theSampleSize, bool theGenerateLookupTableFlag )
[symbol: _ZN14QgsRasterLayer22setContrastEnhancementEN22QgsContrastEnhancement28ContrastEnhancementAlgorithmEN9QgsRaster25ContrastEnhancementLimitsE12QgsRectangleib]
QgsRasterLayer::setDataProvider ( QString const& provider )
[symbol: _ZN14QgsRasterLayer15setDataProviderERK7QString]
QgsRasterLayer::setDefaultContrastEnhancement ( )
[symbol: _ZN14QgsRasterLayer29setDefaultContrastEnhancementEv]
QgsRasterLayer::setRenderer ( QgsRasterRenderer* theRenderer )
[symbol: _ZN14QgsRasterLayer11setRendererEP17QgsRasterRenderer]
QgsRasterLayer::width ( ) const
[symbol: _ZNK14QgsRasterLayer5widthEv]
qgsrasternuller.h,
libqgis_core.so.2.0.0
QgsRasterNuller::bandCount ( ) const
[symbol: _ZNK15QgsRasterNuller9bandCountEv]
QgsRasterNuller::block ( int bandNo, QgsRectangle const& extent, int width, int height )
[symbol: _ZN15QgsRasterNuller5blockEiRK12QgsRectangleii]
QgsRasterNuller::clone ( ) const
[symbol: _ZNK15QgsRasterNuller5cloneEv]
QgsRasterNuller::dataType ( int bandNo ) const
[symbol: _ZNK15QgsRasterNuller8dataTypeEi]
QgsRasterNuller::QgsRasterNuller [in-charge] ( QgsRasterInterface* input )
[symbol: _ZN15QgsRasterNullerC1EP18QgsRasterInterface]
QgsRasterNuller::QgsRasterNuller [not-in-charge] ( QgsRasterInterface* input )
[symbol: _ZN15QgsRasterNullerC2EP18QgsRasterInterface]
QgsRasterNuller::setNoData ( int bandNo, QgsRasterRangeList noData )
[symbol: _ZN15QgsRasterNuller9setNoDataEi5QListI14QgsRasterRangeE]
QgsRasterNuller::setOutputNoDataValue ( int bandNo, double noData )
[symbol: _ZN15QgsRasterNuller20setOutputNoDataValueEid]
QgsRasterNuller::~QgsRasterNuller [in-charge-deleting] ( )
[symbol: _ZN15QgsRasterNullerD0Ev]
QgsRasterNuller::~QgsRasterNuller [in-charge] ( )
[symbol: _ZN15QgsRasterNullerD1Ev]
QgsRasterNuller::~QgsRasterNuller [not-in-charge] ( )
[symbol: _ZN15QgsRasterNullerD2Ev]
qgsrasterpipe.h,
libqgis_core.so.2.0.0
QgsRasterPipe::brightnessFilter ( ) const
[symbol: _ZNK13QgsRasterPipe16brightnessFilterEv]
QgsRasterPipe::canSetOn ( int idx, bool on )
[symbol: _ZN13QgsRasterPipe8canSetOnEib]
QgsRasterPipe::hueSaturationFilter ( ) const
[symbol: _ZNK13QgsRasterPipe19hueSaturationFilterEv]
QgsRasterPipe::insert ( int idx, QgsRasterInterface* theInterface )
[symbol: _ZN13QgsRasterPipe6insertEiP18QgsRasterInterface]
QgsRasterPipe::nuller ( ) const
[symbol: _ZNK13QgsRasterPipe6nullerEv]
QgsRasterPipe::projector ( ) const
[symbol: _ZNK13QgsRasterPipe9projectorEv]
QgsRasterPipe::provider ( ) const
[symbol: _ZNK13QgsRasterPipe8providerEv]
QgsRasterPipe::QgsRasterPipe [in-charge] ( )
[symbol: _ZN13QgsRasterPipeC1Ev]
QgsRasterPipe::QgsRasterPipe [in-charge] ( QgsRasterPipe const& thePipe )
[symbol: _ZN13QgsRasterPipeC1ERKS_]
QgsRasterPipe::QgsRasterPipe [not-in-charge] ( )
[symbol: _ZN13QgsRasterPipeC2Ev]
QgsRasterPipe::QgsRasterPipe [not-in-charge] ( QgsRasterPipe const& thePipe )
[symbol: _ZN13QgsRasterPipeC2ERKS_]
QgsRasterPipe::remove ( int idx )
[symbol: _ZN13QgsRasterPipe6removeEi]
QgsRasterPipe::remove ( QgsRasterInterface* theInterface )
[symbol: _ZN13QgsRasterPipe6removeEP18QgsRasterInterface]
QgsRasterPipe::renderer ( ) const
[symbol: _ZNK13QgsRasterPipe8rendererEv]
QgsRasterPipe::replace ( int idx, QgsRasterInterface* theInterface )
[symbol: _ZN13QgsRasterPipe7replaceEiP18QgsRasterInterface]
QgsRasterPipe::resampleFilter ( ) const
[symbol: _ZNK13QgsRasterPipe14resampleFilterEv]
QgsRasterPipe::set ( QgsRasterInterface* theInterface )
[symbol: _ZN13QgsRasterPipe3setEP18QgsRasterInterface]
QgsRasterPipe::setOn ( int idx, bool on )
[symbol: _ZN13QgsRasterPipe5setOnEib]
QgsRasterPipe::~QgsRasterPipe [in-charge] ( )
[symbol: _ZN13QgsRasterPipeD1Ev]
QgsRasterPipe::~QgsRasterPipe [not-in-charge] ( )
[symbol: _ZN13QgsRasterPipeD2Ev]
qgsrasterprojector.h,
libqgis_core.so.2.0.0
QgsRasterProjector::bandCount ( ) const
[symbol: _ZNK18QgsRasterProjector9bandCountEv]
QgsRasterProjector::block ( int bandNo, QgsRectangle const& extent, int width, int height )
[symbol: _ZN18QgsRasterProjector5blockEiRK12QgsRectangleii]
QgsRasterProjector::clone ( ) const
[symbol: _ZNK18QgsRasterProjector5cloneEv]
QgsRasterProjector::dataType ( int bandNo ) const
[symbol: _ZNK18QgsRasterProjector8dataTypeEi]
QgsRasterProjector::operator = ( QgsRasterProjector const& projector )
[symbol: _ZN18QgsRasterProjectoraSERKS_]
QgsRasterProjector::QgsRasterProjector [in-charge] ( )
[symbol: _ZN18QgsRasterProjectorC1Ev]
QgsRasterProjector::QgsRasterProjector [in-charge] ( QgsCoordinateReferenceSystem theSrcCRS, QgsCoordinateReferenceSystem theDestCRS, double theMaxSrcXRes, double theMaxSrcYRes, QgsRectangle theExtent )
[symbol: _ZN18QgsRasterProjectorC1E28QgsCoordinateReferenceSystemS0_dd12QgsRectangle]
QgsRasterProjector::QgsRasterProjector [in-charge] ( QgsRasterProjector const& projector )
[symbol: _ZN18QgsRasterProjectorC1ERKS_]
QgsRasterProjector::QgsRasterProjector [not-in-charge] ( )
[symbol: _ZN18QgsRasterProjectorC2Ev]
QgsRasterProjector::QgsRasterProjector [not-in-charge] ( QgsCoordinateReferenceSystem theSrcCRS, QgsCoordinateReferenceSystem theDestCRS, double theMaxSrcXRes, double theMaxSrcYRes, QgsRectangle theExtent )
[symbol: _ZN18QgsRasterProjectorC2E28QgsCoordinateReferenceSystemS0_dd12QgsRectangle]
QgsRasterProjector::QgsRasterProjector [not-in-charge] ( QgsRasterProjector const& projector )
[symbol: _ZN18QgsRasterProjectorC2ERKS_]
QgsRasterProjector::setCRS ( QgsCoordinateReferenceSystem const& theSrcCRS, QgsCoordinateReferenceSystem const& theDestCRS )
[symbol: _ZN18QgsRasterProjector6setCRSERK28QgsCoordinateReferenceSystemS2_]
QgsRasterProjector::~QgsRasterProjector [in-charge-deleting] ( )
[symbol: _ZN18QgsRasterProjectorD0Ev]
qgsrasterrange.h,
libqgis_core.so.2.0.0
QgsRasterRange::contains ( double value, QgsRasterRangeList const& rangeList ) [static]
[symbol: _ZN14QgsRasterRange8containsEdRK5QListIS_E]
QgsRasterRange::QgsRasterRange [in-charge] ( )
[symbol: _ZN14QgsRasterRangeC1Ev]
QgsRasterRange::QgsRasterRange [in-charge] ( double theMin, double theMax )
[symbol: _ZN14QgsRasterRangeC1Edd]
QgsRasterRange::QgsRasterRange [not-in-charge] ( )
[symbol: _ZN14QgsRasterRangeC2Ev]
QgsRasterRange::QgsRasterRange [not-in-charge] ( double theMin, double theMax )
[symbol: _ZN14QgsRasterRangeC2Edd]
QgsRasterRange::~QgsRasterRange [in-charge] ( )
[symbol: _ZN14QgsRasterRangeD1Ev]
QgsRasterRange::~QgsRasterRange [not-in-charge] ( )
[symbol: _ZN14QgsRasterRangeD2Ev]
qgsrasterrenderer.h,
libqgis_core.so.2.0.0
QgsRasterRenderer::_writeXML ( QDomDocument& doc, QDomElement& rasterRendererElem ) const
[symbol: _ZNK17QgsRasterRenderer9_writeXMLER12QDomDocumentR11QDomElement]
QgsRasterRenderer::bandCount ( ) const
[symbol: _ZNK17QgsRasterRenderer9bandCountEv]
QgsRasterRenderer::dataType ( int bandNo ) const
[symbol: _ZNK17QgsRasterRenderer8dataTypeEi]
QgsRasterRenderer::legendSymbologyItems ( QList<QPair<QString, QColor> >& symbolItems ) const
[symbol: _ZNK17QgsRasterRenderer20legendSymbologyItemsER5QListI5QPairI7QString6QColorEE]
QgsRasterRenderer::minMaxOriginFromName ( QString theName ) [static]
[symbol: _ZN17QgsRasterRenderer20minMaxOriginFromNameE7QString]
QgsRasterRenderer::minMaxOriginLabel ( int theOrigin ) [static]
[symbol: _ZN17QgsRasterRenderer17minMaxOriginLabelEi]
QgsRasterRenderer::minMaxOriginName ( int theOrigin ) [static]
[symbol: _ZN17QgsRasterRenderer16minMaxOriginNameEi]
QgsRasterRenderer::NODATA_COLOR [data]
[symbol: _ZN17QgsRasterRenderer12NODATA_COLORE]
QgsRasterRenderer::QgsRasterRenderer [in-charge] ( QgsRasterInterface* input, QString const& type )
[symbol: _ZN17QgsRasterRendererC1EP18QgsRasterInterfaceRK7QString]
QgsRasterRenderer::QgsRasterRenderer [not-in-charge] ( QgsRasterInterface* input, QString const& type )
[symbol: _ZN17QgsRasterRendererC2EP18QgsRasterInterfaceRK7QString]
QgsRasterRenderer::readXML ( QDomElement const& rendererElem )
[symbol: _ZN17QgsRasterRenderer7readXMLERK11QDomElement]
QgsRasterRenderer::setInput ( QgsRasterInterface* input )
[symbol: _ZN17QgsRasterRenderer8setInputEP18QgsRasterInterface]
QgsRasterRenderer::setRasterTransparency ( QgsRasterTransparency* t )
[symbol: _ZN17QgsRasterRenderer21setRasterTransparencyEP21QgsRasterTransparency]
QgsRasterRenderer::type ( ) const
[symbol: _ZNK17QgsRasterRenderer4typeEv]
QgsRasterRenderer::usesBands ( ) const
[symbol: _ZNK17QgsRasterRenderer9usesBandsEv]
QgsRasterRenderer::usesTransparency ( ) const
[symbol: _ZNK17QgsRasterRenderer16usesTransparencyEv]
QgsRasterRenderer::~QgsRasterRenderer [in-charge-deleting] ( )
[symbol: _ZN17QgsRasterRendererD0Ev]
QgsRasterRenderer::~QgsRasterRenderer [in-charge] ( )
[symbol: _ZN17QgsRasterRendererD1Ev]
QgsRasterRenderer::~QgsRasterRenderer [not-in-charge] ( )
[symbol: _ZN17QgsRasterRendererD2Ev]
qgsrasterresamplefilter.h,
libqgis_core.so.2.0.0
QgsRasterResampleFilter::bandCount ( ) const
[symbol: _ZNK23QgsRasterResampleFilter9bandCountEv]
QgsRasterResampleFilter::block ( int bandNo, QgsRectangle const& extent, int width, int height )
[symbol: _ZN23QgsRasterResampleFilter5blockEiRK12QgsRectangleii]
QgsRasterResampleFilter::clone ( ) const
[symbol: _ZNK23QgsRasterResampleFilter5cloneEv]
QgsRasterResampleFilter::dataType ( int bandNo ) const
[symbol: _ZNK23QgsRasterResampleFilter8dataTypeEi]
QgsRasterResampleFilter::QgsRasterResampleFilter [in-charge] ( QgsRasterInterface* input )
[symbol: _ZN23QgsRasterResampleFilterC1EP18QgsRasterInterface]
QgsRasterResampleFilter::QgsRasterResampleFilter [not-in-charge] ( QgsRasterInterface* input )
[symbol: _ZN23QgsRasterResampleFilterC2EP18QgsRasterInterface]
QgsRasterResampleFilter::readXML ( QDomElement const& filterElem )
[symbol: _ZN23QgsRasterResampleFilter7readXMLERK11QDomElement]
QgsRasterResampleFilter::setInput ( QgsRasterInterface* input )
[symbol: _ZN23QgsRasterResampleFilter8setInputEP18QgsRasterInterface]
QgsRasterResampleFilter::setZoomedInResampler ( QgsRasterResampler* r )
[symbol: _ZN23QgsRasterResampleFilter20setZoomedInResamplerEP18QgsRasterResampler]
QgsRasterResampleFilter::setZoomedOutResampler ( QgsRasterResampler* r )
[symbol: _ZN23QgsRasterResampleFilter21setZoomedOutResamplerEP18QgsRasterResampler]
QgsRasterResampleFilter::writeXML ( QDomDocument& doc, QDomElement& parentElem ) const
[symbol: _ZNK23QgsRasterResampleFilter8writeXMLER12QDomDocumentR11QDomElement]
QgsRasterResampleFilter::~QgsRasterResampleFilter [in-charge-deleting] ( )
[symbol: _ZN23QgsRasterResampleFilterD0Ev]
QgsRasterResampleFilter::~QgsRasterResampleFilter [in-charge] ( )
[symbol: _ZN23QgsRasterResampleFilterD1Ev]
QgsRasterResampleFilter::~QgsRasterResampleFilter [not-in-charge] ( )
[symbol: _ZN23QgsRasterResampleFilterD2Ev]
qgsrasterresampler.h,
libqgis_core.so.2.0.0
QgsRasterResampler::~QgsRasterResampler [in-charge-deleting] ( )
[symbol: _ZN18QgsRasterResamplerD0Ev]
QgsRasterResampler::~QgsRasterResampler [in-charge] ( )
[symbol: _ZN18QgsRasterResamplerD1Ev]
qgsrastershader.h,
libqgis_core.so.2.0.0
QgsRasterShader::readXML ( QDomElement const& elem )
[symbol: _ZN15QgsRasterShader7readXMLERK11QDomElement]
QgsRasterShader::shade ( double p1, double p2, double p3, double p4, int* p5, int* p6, int* p7, int* p8 )
[symbol: _ZN15QgsRasterShader5shadeEddddPiS0_S0_S0_]
QgsRasterShader::shade ( double p1, int* p2, int* p3, int* p4, int* p5 )
[symbol: _ZN15QgsRasterShader5shadeEdPiS0_S0_S0_]
QgsRasterShader::writeXML ( QDomDocument& doc, QDomElement& parent ) const
[symbol: _ZNK15QgsRasterShader8writeXMLER12QDomDocumentR11QDomElement]
qgsrastershaderfunction.h,
libqgis_core.so.2.0.0
QgsRasterShaderFunction::legendSymbologyItems ( QList<QPair<QString, QColor> >& symbolItems ) const
[symbol: _ZNK23QgsRasterShaderFunction20legendSymbologyItemsER5QListI5QPairI7QString6QColorEE]
QgsRasterShaderFunction::shade ( double p1, double p2, double p3, double p4, int* p5, int* p6, int* p7, int* p8 )
[symbol: _ZN23QgsRasterShaderFunction5shadeEddddPiS0_S0_S0_]
QgsRasterShaderFunction::shade ( double p1, int* p2, int* p3, int* p4, int* p5 )
[symbol: _ZN23QgsRasterShaderFunction5shadeEdPiS0_S0_S0_]
qgsrastertransparency.h,
libqgis_core.so.2.0.0
QgsRasterTransparency::isEmpty ( ) const
[symbol: _ZNK21QgsRasterTransparency7isEmptyEv]
QgsRasterTransparency::readXML ( QDomElement const& elem )
[symbol: _ZN21QgsRasterTransparency7readXMLERK11QDomElement]
QgsRasterTransparency::writeXML ( QDomDocument& doc, QDomElement& parentElem ) const
[symbol: _ZNK21QgsRasterTransparency8writeXMLER12QDomDocumentR11QDomElement]
qgsrectangle.h,
libqgis_core.so.2.0.0
QgsRectangle::asWktPolygon ( ) const
[symbol: _ZNK12QgsRectangle12asWktPolygonEv]
QgsRectangle::QgsRectangle [in-charge] ( QRectF const& qRectF )
[symbol: _ZN12QgsRectangleC1ERK6QRectF]
QgsRectangle::QgsRectangle [not-in-charge] ( QRectF const& qRectF )
[symbol: _ZN12QgsRectangleC2ERK6QRectF]
QgsRectangle::toRectF ( ) const
[symbol: _ZNK12QgsRectangle7toRectFEv]
qgsrenderchecker.h,
libqgis_core.so.2.0.0
QgsRenderChecker::compareImages ( QString theTestName, unsigned int theMismatchCount, QString theRenderedImageFile )
[symbol: _ZN16QgsRenderChecker13compareImagesE7QStringjS0_]
QgsRenderChecker::controlImagePath ( ) const
[symbol: _ZNK16QgsRenderChecker16controlImagePathEv]
QgsRenderChecker::imageToHash ( QString theImageFile )
[symbol: _ZN16QgsRenderChecker11imageToHashE7QString]
QgsRenderChecker::isKnownAnomaly ( QString theDiffImageFile )
[symbol: _ZN16QgsRenderChecker14isKnownAnomalyE7QString]
QgsRenderChecker::QgsRenderChecker [in-charge] ( )
[symbol: _ZN16QgsRenderCheckerC1Ev]
QgsRenderChecker::QgsRenderChecker [not-in-charge] ( )
[symbol: _ZN16QgsRenderCheckerC2Ev]
QgsRenderChecker::runTest ( QString theTestName, unsigned int theMismatchCount )
[symbol: _ZN16QgsRenderChecker7runTestE7QStringj]
QgsRenderChecker::setControlName ( QString const theName )
[symbol: _ZN16QgsRenderChecker14setControlNameE7QString]
qgsrendercontext.h,
libqgis_core.so.2.0.0
QgsRenderContext::setCoordinateTransform ( QgsCoordinateTransform const* t )
[symbol: _ZN16QgsRenderContext22setCoordinateTransformEPK22QgsCoordinateTransform]
qgsrendererv2.h,
libqgis_core.so.2.0.0
QgsFeatureRendererV2::_getLineString ( QPolygonF& pts, QgsRenderContext& context, unsigned char const* wkb ) [static]
[symbol: _ZN20QgsFeatureRendererV214_getLineStringER9QPolygonFR16QgsRenderContextPKh]
QgsFeatureRendererV2::_getPoint ( QPointF& pt, QgsRenderContext& context, unsigned char const* wkb ) [static]
[symbol: _ZN20QgsFeatureRendererV29_getPointER7QPointFR16QgsRenderContextPKh]
QgsFeatureRendererV2::_getPolygon ( QPolygonF& pts, QList<QPolygonF>& holes, QgsRenderContext& context, unsigned char const* wkb ) [static]
[symbol: _ZN20QgsFeatureRendererV211_getPolygonER9QPolygonFR5QListIS0_ER16QgsRenderContextPKh]
QgsFeatureRendererV2::dump ( ) const
[symbol: _ZNK20QgsFeatureRendererV24dumpEv]
QgsFeatureRendererV2::setScaleMethodToSymbol ( QgsSymbolV2* symbol, int scaleMethod )
[symbol: _ZN20QgsFeatureRendererV222setScaleMethodToSymbolEP11QgsSymbolV2i]
qgsrubberband.h,
libqgis_gui.so.2.0.0
QgsRubberBand::partSize ( int geometryIndex ) const
[symbol: _ZNK13QgsRubberBand8partSizeEi]
QgsRubberBand::QgsRubberBand [in-charge] ( QgsMapCanvas* mapCanvas, enum QGis::GeometryType geometryType )
[symbol: _ZN13QgsRubberBandC1EP12QgsMapCanvasN4QGis12GeometryTypeE]
QgsRubberBand::QgsRubberBand [not-in-charge] ( QgsMapCanvas* mapCanvas, enum QGis::GeometryType geometryType )
[symbol: _ZN13QgsRubberBandC2EP12QgsMapCanvasN4QGis12GeometryTypeE]
QgsRubberBand::removeLastPoint ( int geometryIndex, bool doUpdate )
[symbol: _ZN13QgsRubberBand15removeLastPointEib]
QgsRubberBand::removePoint ( int index, bool doUpdate, int geometryIndex )
[symbol: _ZN13QgsRubberBand11removePointEibi]
QgsRubberBand::reset ( enum QGis::GeometryType geometryType )
[symbol: _ZN13QgsRubberBand5resetEN4QGis12GeometryTypeE]
QgsRubberBand::setBrushStyle ( enum Qt::BrushStyle brushStyle )
[symbol: _ZN13QgsRubberBand13setBrushStyleEN2Qt10BrushStyleE]
QgsRubberBand::setIcon ( enum QgsRubberBand::IconType icon )
[symbol: _ZN13QgsRubberBand7setIconENS_8IconTypeE]
QgsRubberBand::setIconSize ( int iconSize )
[symbol: _ZN13QgsRubberBand11setIconSizeEi]
QgsRubberBand::setLineStyle ( enum Qt::PenStyle penStyle )
[symbol: _ZN13QgsRubberBand12setLineStyleEN2Qt8PenStyleE]
qgsrulebasedrendererv2.h,
libqgis_core.so.2.0.0
QgsRuleBasedRendererV2::dump ( ) const
[symbol: _ZNK22QgsRuleBasedRendererV24dumpEv]
QgsRuleBasedRendererV2::Rule::rulesForFeature ( QgsFeature& feat )
[symbol: _ZN22QgsRuleBasedRendererV24Rule15rulesForFeatureER10QgsFeature]
qgsscalecombobox.h,
libqgis_gui.so.2.0.0
QgsScaleComboBox::scale ( )
[symbol: _ZN16QgsScaleComboBox5scaleEv]
QgsScaleComboBox::scaleChanged ( )
[symbol: _ZN16QgsScaleComboBox12scaleChangedEv]
QgsScaleComboBox::scaleString ( )
[symbol: _ZN16QgsScaleComboBox11scaleStringEv]
QgsScaleComboBox::setScale ( double scale )
[symbol: _ZN16QgsScaleComboBox8setScaleEd]
QgsScaleComboBox::setScaleString ( QString scaleTxt )
[symbol: _ZN16QgsScaleComboBox14setScaleStringE7QString]
QgsScaleComboBox::toDouble ( QString scaleString, bool* ok ) [static]
[symbol: _ZN16QgsScaleComboBox8toDoubleE7QStringPb]
QgsScaleComboBox::toString ( double scale ) [static]
[symbol: _ZN16QgsScaleComboBox8toStringEd]
QgsScaleComboBox::updateScales ( QStringList const& scales )
[symbol: _ZN16QgsScaleComboBox12updateScalesERK11QStringList]
qgsscaleutils.h,
libqgis_core.so.2.0.0
QgsScaleUtils::loadScaleList ( QString const& fileName, QStringList& scales, QString& errorMessage ) [static]
[symbol: _ZN13QgsScaleUtils13loadScaleListERK7QStringR11QStringListRS0_]
QgsScaleUtils::saveScaleList ( QString const& fileName, QStringList const& scales, QString& errorMessage ) [static]
[symbol: _ZN13QgsScaleUtils13saveScaleListERK7QStringRK11QStringListRS0_]
qgssinglebandcolordatarenderer.h,
libqgis_core.so.2.0.0
QgsSingleBandColorDataRenderer::block ( int bandNo, QgsRectangle const& extent, int width, int height )
[symbol: _ZN30QgsSingleBandColorDataRenderer5blockEiRK12QgsRectangleii]
QgsSingleBandColorDataRenderer::clone ( ) const
[symbol: _ZNK30QgsSingleBandColorDataRenderer5cloneEv]
QgsSingleBandColorDataRenderer::create ( QDomElement const& elem, QgsRasterInterface* input ) [static]
[symbol: _ZN30QgsSingleBandColorDataRenderer6createERK11QDomElementP18QgsRasterInterface]
QgsSingleBandColorDataRenderer::QgsSingleBandColorDataRenderer [in-charge] ( QgsRasterInterface* input, int band )
[symbol: _ZN30QgsSingleBandColorDataRendererC1EP18QgsRasterInterfacei]
QgsSingleBandColorDataRenderer::QgsSingleBandColorDataRenderer [not-in-charge] ( QgsRasterInterface* input, int band )
[symbol: _ZN30QgsSingleBandColorDataRendererC2EP18QgsRasterInterfacei]
QgsSingleBandColorDataRenderer::setInput ( QgsRasterInterface* input )
[symbol: _ZN30QgsSingleBandColorDataRenderer8setInputEP18QgsRasterInterface]
QgsSingleBandColorDataRenderer::usesBands ( ) const
[symbol: _ZNK30QgsSingleBandColorDataRenderer9usesBandsEv]
QgsSingleBandColorDataRenderer::writeXML ( QDomDocument& doc, QDomElement& parentElem ) const
[symbol: _ZNK30QgsSingleBandColorDataRenderer8writeXMLER12QDomDocumentR11QDomElement]
QgsSingleBandColorDataRenderer::~QgsSingleBandColorDataRenderer [in-charge-deleting] ( )
[symbol: _ZN30QgsSingleBandColorDataRendererD0Ev]
QgsSingleBandColorDataRenderer::~QgsSingleBandColorDataRenderer [in-charge] ( )
[symbol: _ZN30QgsSingleBandColorDataRendererD1Ev]
QgsSingleBandColorDataRenderer::~QgsSingleBandColorDataRenderer [not-in-charge] ( )
[symbol: _ZN30QgsSingleBandColorDataRendererD2Ev]
qgssinglebandgrayrenderer.h,
libqgis_core.so.2.0.0
QgsSingleBandGrayRenderer::block ( int bandNo, QgsRectangle const& extent, int width, int height )
[symbol: _ZN25QgsSingleBandGrayRenderer5blockEiRK12QgsRectangleii]
QgsSingleBandGrayRenderer::clone ( ) const
[symbol: _ZNK25QgsSingleBandGrayRenderer5cloneEv]
QgsSingleBandGrayRenderer::create ( QDomElement const& elem, QgsRasterInterface* input ) [static]
[symbol: _ZN25QgsSingleBandGrayRenderer6createERK11QDomElementP18QgsRasterInterface]
QgsSingleBandGrayRenderer::legendSymbologyItems ( QList<QPair<QString, QColor> >& symbolItems ) const
[symbol: _ZNK25QgsSingleBandGrayRenderer20legendSymbologyItemsER5QListI5QPairI7QString6QColorEE]
QgsSingleBandGrayRenderer::QgsSingleBandGrayRenderer [in-charge] ( QgsRasterInterface* input, int grayBand )
[symbol: _ZN25QgsSingleBandGrayRendererC1EP18QgsRasterInterfacei]
QgsSingleBandGrayRenderer::QgsSingleBandGrayRenderer [not-in-charge] ( QgsRasterInterface* input, int grayBand )
[symbol: _ZN25QgsSingleBandGrayRendererC2EP18QgsRasterInterfacei]
QgsSingleBandGrayRenderer::setContrastEnhancement ( QgsContrastEnhancement* ce )
[symbol: _ZN25QgsSingleBandGrayRenderer22setContrastEnhancementEP22QgsContrastEnhancement]
QgsSingleBandGrayRenderer::usesBands ( ) const
[symbol: _ZNK25QgsSingleBandGrayRenderer9usesBandsEv]
QgsSingleBandGrayRenderer::writeXML ( QDomDocument& doc, QDomElement& parentElem ) const
[symbol: _ZNK25QgsSingleBandGrayRenderer8writeXMLER12QDomDocumentR11QDomElement]
QgsSingleBandGrayRenderer::~QgsSingleBandGrayRenderer [in-charge-deleting] ( )
[symbol: _ZN25QgsSingleBandGrayRendererD0Ev]
QgsSingleBandGrayRenderer::~QgsSingleBandGrayRenderer [in-charge] ( )
[symbol: _ZN25QgsSingleBandGrayRendererD1Ev]
QgsSingleBandGrayRenderer::~QgsSingleBandGrayRenderer [not-in-charge] ( )
[symbol: _ZN25QgsSingleBandGrayRendererD2Ev]
qgssinglebandpseudocolorrenderer.h,
libqgis_core.so.2.0.0
QgsSingleBandPseudoColorRenderer::block ( int bandNo, QgsRectangle const& extent, int width, int height )
[symbol: _ZN32QgsSingleBandPseudoColorRenderer5blockEiRK12QgsRectangleii]
QgsSingleBandPseudoColorRenderer::clone ( ) const
[symbol: _ZNK32QgsSingleBandPseudoColorRenderer5cloneEv]
QgsSingleBandPseudoColorRenderer::create ( QDomElement const& elem, QgsRasterInterface* input ) [static]
[symbol: _ZN32QgsSingleBandPseudoColorRenderer6createERK11QDomElementP18QgsRasterInterface]
QgsSingleBandPseudoColorRenderer::legendSymbologyItems ( QList<QPair<QString, QColor> >& symbolItems ) const
[symbol: _ZNK32QgsSingleBandPseudoColorRenderer20legendSymbologyItemsER5QListI5QPairI7QString6QColorEE]
QgsSingleBandPseudoColorRenderer::QgsSingleBandPseudoColorRenderer [in-charge] ( QgsRasterInterface* input, int band, QgsRasterShader* shader )
[symbol: _ZN32QgsSingleBandPseudoColorRendererC1EP18QgsRasterInterfaceiP15QgsRasterShader]
QgsSingleBandPseudoColorRenderer::QgsSingleBandPseudoColorRenderer [not-in-charge] ( QgsRasterInterface* input, int band, QgsRasterShader* shader )
[symbol: _ZN32QgsSingleBandPseudoColorRendererC2EP18QgsRasterInterfaceiP15QgsRasterShader]
QgsSingleBandPseudoColorRenderer::setShader ( QgsRasterShader* shader )
[symbol: _ZN32QgsSingleBandPseudoColorRenderer9setShaderEP15QgsRasterShader]
QgsSingleBandPseudoColorRenderer::usesBands ( ) const
[symbol: _ZNK32QgsSingleBandPseudoColorRenderer9usesBandsEv]
QgsSingleBandPseudoColorRenderer::writeXML ( QDomDocument& doc, QDomElement& parentElem ) const
[symbol: _ZNK32QgsSingleBandPseudoColorRenderer8writeXMLER12QDomDocumentR11QDomElement]
QgsSingleBandPseudoColorRenderer::~QgsSingleBandPseudoColorRenderer [in-charge-deleting] ( )
[symbol: _ZN32QgsSingleBandPseudoColorRendererD0Ev]
QgsSingleBandPseudoColorRenderer::~QgsSingleBandPseudoColorRenderer [in-charge] ( )
[symbol: _ZN32QgsSingleBandPseudoColorRendererD1Ev]
QgsSingleBandPseudoColorRenderer::~QgsSingleBandPseudoColorRenderer [not-in-charge] ( )
[symbol: _ZN32QgsSingleBandPseudoColorRendererD2Ev]
qgssinglesymbolrendererv2.h,
libqgis_core.so.2.0.0
QgsSingleSymbolRendererV2::dump ( ) const
[symbol: _ZNK25QgsSingleSymbolRendererV24dumpEv]
QgsSingleSymbolRendererV2::setScaleMethod ( enum QgsSymbolV2::ScaleMethod scaleMethod )
[symbol: _ZN25QgsSingleSymbolRendererV214setScaleMethodEN11QgsSymbolV211ScaleMethodE]
qgsstylev2.h,
libqgis_core.so.2.0.0
QgsStyleV2::addColorRamp ( QString name, QgsVectorColorRampV2* colorRamp, bool update )
[symbol: _ZN10QgsStyleV212addColorRampE7QStringP20QgsVectorColorRampV2b]
QgsStyleV2::addGroup ( QString groupName, int parent )
[symbol: _ZN10QgsStyleV28addGroupE7QStringi]
QgsStyleV2::addSmartgroup ( QString name, QString op, QgsSmartConditionMap conditions )
[symbol: _ZN10QgsStyleV213addSmartgroupE7QStringS0_9QMultiMapIS0_S0_E]
QgsStyleV2::addSymbol ( QString name, QgsSymbolV2* symbol, bool update )
[symbol: _ZN10QgsStyleV29addSymbolE7QStringP11QgsSymbolV2b]
QgsStyleV2::addTag ( QString tagName )
[symbol: _ZN10QgsStyleV26addTagE7QString]
QgsStyleV2::childGroupNames ( QString parent )
[symbol: _ZN10QgsStyleV215childGroupNamesE7QString]
QgsStyleV2::colorrampId ( QString name )
[symbol: _ZN10QgsStyleV211colorrampIdE7QString]
QgsStyleV2::detagSymbol ( enum QgsStyleV2::StyleEntity type, QString symbol, QStringList tags )
[symbol: _ZN10QgsStyleV211detagSymbolENS_11StyleEntityE7QString11QStringList]
QgsStyleV2::exportXML ( QString filename )
[symbol: _ZN10QgsStyleV29exportXMLE7QString]
QgsStyleV2::findSymbols ( enum QgsStyleV2::StyleEntity type, QString qword )
[symbol: _ZN10QgsStyleV211findSymbolsENS_11StyleEntityE7QString]
QgsStyleV2::getGroupRemoveQuery ( int id )
[symbol: _ZN10QgsStyleV219getGroupRemoveQueryEi]
QgsStyleV2::getId ( QString table, QString name )
[symbol: _ZN10QgsStyleV25getIdE7QStringS0_]
QgsStyleV2::group ( enum QgsStyleV2::StyleEntity type, QString name, int groupid )
[symbol: _ZN10QgsStyleV25groupENS_11StyleEntityE7QStringi]
QgsStyleV2::groupId ( QString group )
[symbol: _ZN10QgsStyleV27groupIdE7QString]
QgsStyleV2::groupNames ( )
[symbol: _ZN10QgsStyleV210groupNamesEv]
QgsStyleV2::importXML ( QString filename )
[symbol: _ZN10QgsStyleV29importXMLE7QString]
QgsStyleV2::openDB ( QString filename )
[symbol: _ZN10QgsStyleV26openDBE7QString]
QgsStyleV2::remove ( enum QgsStyleV2::StyleEntity type, int id )
[symbol: _ZN10QgsStyleV26removeENS_11StyleEntityEi]
QgsStyleV2::rename ( enum QgsStyleV2::StyleEntity type, int id, QString newName )
[symbol: _ZN10QgsStyleV26renameENS_11StyleEntityEi7QString]
QgsStyleV2::runEmptyQuery ( char* query, bool freeQuery )
[symbol: _ZN10QgsStyleV213runEmptyQueryEPcb]
QgsStyleV2::saveColorRamp ( QString name, QgsVectorColorRampV2* ramp, int groupid, QStringList tags )
[symbol: _ZN10QgsStyleV213saveColorRampE7QStringP20QgsVectorColorRampV2i11QStringList]
QgsStyleV2::saveSymbol ( QString name, QgsSymbolV2* symbol, int groupid, QStringList tags )
[symbol: _ZN10QgsStyleV210saveSymbolE7QStringP11QgsSymbolV2i11QStringList]
QgsStyleV2::smartgroup ( int id )
[symbol: _ZN10QgsStyleV210smartgroupEi]
QgsStyleV2::smartgroupId ( QString smartgroup )
[symbol: _ZN10QgsStyleV212smartgroupIdE7QString]
QgsStyleV2::smartgroupNames ( )
[symbol: _ZN10QgsStyleV215smartgroupNamesEv]
QgsStyleV2::smartgroupOperator ( int id )
[symbol: _ZN10QgsStyleV218smartgroupOperatorEi]
QgsStyleV2::smartgroupsListMap ( )
[symbol: _ZN10QgsStyleV218smartgroupsListMapEv]
QgsStyleV2::symbolId ( QString name )
[symbol: _ZN10QgsStyleV28symbolIdE7QString]
QgsStyleV2::symbolsOfGroup ( enum QgsStyleV2::StyleEntity type, int groupid )
[symbol: _ZN10QgsStyleV214symbolsOfGroupENS_11StyleEntityEi]
QgsStyleV2::symbolsOfSmartgroup ( enum QgsStyleV2::StyleEntity type, int id )
[symbol: _ZN10QgsStyleV219symbolsOfSmartgroupENS_11StyleEntityEi]
QgsStyleV2::symbolsWithTag ( enum QgsStyleV2::StyleEntity type, int tagid )
[symbol: _ZN10QgsStyleV214symbolsWithTagENS_11StyleEntityEi]
QgsStyleV2::tagId ( QString tag )
[symbol: _ZN10QgsStyleV25tagIdE7QString]
QgsStyleV2::tagsOfSymbol ( enum QgsStyleV2::StyleEntity type, QString symbol )
[symbol: _ZN10QgsStyleV212tagsOfSymbolENS_11StyleEntityE7QString]
QgsStyleV2::tagSymbol ( enum QgsStyleV2::StyleEntity type, QString symbol, QStringList tags )
[symbol: _ZN10QgsStyleV29tagSymbolENS_11StyleEntityE7QString11QStringList]
QgsStyleV2::updateSymbol ( enum QgsStyleV2::StyleEntity type, QString name )
[symbol: _ZN10QgsStyleV212updateSymbolENS_11StyleEntityE7QString]
qgssvgannotationitem.h,
libqgis_gui.so.2.0.0
QgsSvgAnnotationItem::paint ( QPainter* painter )
[symbol: _ZN20QgsSvgAnnotationItem5paintEP8QPainter]
QgsSvgAnnotationItem::QgsSvgAnnotationItem [in-charge] ( QgsMapCanvas* canvas )
[symbol: _ZN20QgsSvgAnnotationItemC1EP12QgsMapCanvas]
QgsSvgAnnotationItem::QgsSvgAnnotationItem [not-in-charge] ( QgsMapCanvas* canvas )
[symbol: _ZN20QgsSvgAnnotationItemC2EP12QgsMapCanvas]
QgsSvgAnnotationItem::readXML ( QDomDocument const& doc, QDomElement const& itemElem )
[symbol: _ZN20QgsSvgAnnotationItem7readXMLERK12QDomDocumentRK11QDomElement]
QgsSvgAnnotationItem::setFilePath ( QString const& file )
[symbol: _ZN20QgsSvgAnnotationItem11setFilePathERK7QString]
QgsSvgAnnotationItem::writeXML ( QDomDocument& doc ) const
[symbol: _ZNK20QgsSvgAnnotationItem8writeXMLER12QDomDocument]
QgsSvgAnnotationItem::~QgsSvgAnnotationItem [in-charge-deleting] ( )
[symbol: _ZN20QgsSvgAnnotationItemD0Ev]
QgsSvgAnnotationItem::~QgsSvgAnnotationItem [in-charge] ( )
[symbol: _ZN20QgsSvgAnnotationItemD1Ev]
QgsSvgAnnotationItem::~QgsSvgAnnotationItem [not-in-charge] ( )
[symbol: _ZN20QgsSvgAnnotationItemD2Ev]
qgssvgcache.h,
libqgis_core.so.2.0.0
QgsSvgCache::cacheEntry ( QString const& file, double size, QColor const& fill, QColor const& outline, double outlineWidth, double widthScaleFactor, double rasterScaleFactor )
[symbol: _ZN11QgsSvgCache10cacheEntryERK7QStringdRK6QColorS5_ddd]
QgsSvgCache::cachePicture ( QgsSvgCacheEntry* entry, bool forceVectorOutput )
[symbol: _ZN11QgsSvgCache12cachePictureEP16QgsSvgCacheEntryb]
QgsSvgCache::getImageData ( QString const& path ) const
[symbol: _ZNK11QgsSvgCache12getImageDataERK7QString]
QgsSvgCache::insertSVG ( QString const& file, double size, QColor const& fill, QColor const& outline, double outlineWidth, double widthScaleFactor, double rasterScaleFactor )
[symbol: _ZN11QgsSvgCache9insertSVGERK7QStringdRK6QColorS5_ddd]
QgsSvgCache::metaObject ( ) const
[symbol: _ZNK11QgsSvgCache10metaObjectEv]
QgsSvgCache::QgsSvgCache [in-charge] ( QObject* parent )
[symbol: _ZN11QgsSvgCacheC1EP7QObject]
QgsSvgCache::QgsSvgCache [not-in-charge] ( QObject* parent )
[symbol: _ZN11QgsSvgCacheC2EP7QObject]
QgsSvgCache::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN11QgsSvgCache11qt_metacallEN11QMetaObject4CallEiPPv]
QgsSvgCache::qt_metacast ( char const* p1 )
[symbol: _ZN11QgsSvgCache11qt_metacastEPKc]
QgsSvgCache::staticMetaObject [data]
[symbol: _ZN11QgsSvgCache16staticMetaObjectE]
QgsSvgCache::statusChanged ( QString const& theStatusQString )
[symbol: _ZN11QgsSvgCache13statusChangedERK7QString]
QgsSvgCache::svgAsImage ( QString const& file, double size, QColor const& fill, QColor const& outline, double outlineWidth, double widthScaleFactor, double rasterScaleFactor, bool& fitsInCache )
[symbol: _ZN11QgsSvgCache10svgAsImageERK7QStringdRK6QColorS5_dddRb]
QgsSvgCache::svgAsPicture ( QString const& file, double size, QColor const& fill, QColor const& outline, double outlineWidth, double widthScaleFactor, double rasterScaleFactor, bool forceVectorOutput )
[symbol: _ZN11QgsSvgCache12svgAsPictureERK7QStringdRK6QColorS5_dddb]
QgsSvgCache::~QgsSvgCache [in-charge-deleting] ( )
[symbol: _ZN11QgsSvgCacheD0Ev]
qgssymbollayerv2.h,
libqgis_core.so.2.0.0
QgsMarkerSymbolLayerV2::_rotatedOffset ( QPointF const& offset, double angle ) [static]
[symbol: _ZN22QgsMarkerSymbolLayerV214_rotatedOffsetERK7QPointFd]
QgsMarkerSymbolLayerV2::markerOffset ( QgsSymbolV2RenderContext& context, double& offsetX, double& offsetY )
[symbol: _ZN22QgsMarkerSymbolLayerV212markerOffsetER24QgsSymbolV2RenderContextRdS2_]
QgsMarkerSymbolLayerV2::outputUnit ( ) const
[symbol: _ZNK22QgsMarkerSymbolLayerV210outputUnitEv]
QgsMarkerSymbolLayerV2::setOutputUnit ( enum QgsSymbolV2::OutputUnit unit )
[symbol: _ZN22QgsMarkerSymbolLayerV213setOutputUnitEN11QgsSymbolV210OutputUnitE]
QgsSymbolLayerV2::copyDataDefinedProperties ( QgsSymbolLayerV2* destLayer ) const
[symbol: _ZNK16QgsSymbolLayerV225copyDataDefinedPropertiesEPS_]
QgsSymbolLayerV2::dataDefinedProperty ( QString const& property ) const
[symbol: _ZNK16QgsSymbolLayerV219dataDefinedPropertyERK7QString]
QgsSymbolLayerV2::dataDefinedPropertyString ( QString const& property ) const
[symbol: _ZNK16QgsSymbolLayerV225dataDefinedPropertyStringERK7QString]
QgsSymbolLayerV2::expression ( QString const& property )
[symbol: _ZN16QgsSymbolLayerV210expressionERK7QString]
QgsSymbolLayerV2::ogrFeatureStyle ( double mmScaleFactor, double mapUnitScaleFactor ) const
[symbol: _ZNK16QgsSymbolLayerV215ogrFeatureStyleEdd]
QgsSymbolLayerV2::outputUnit ( ) const
[symbol: _ZNK16QgsSymbolLayerV210outputUnitEv]
QgsSymbolLayerV2::prepareExpressions ( QgsVectorLayer const* vl )
[symbol: _ZN16QgsSymbolLayerV218prepareExpressionsEPK14QgsVectorLayer]
QgsSymbolLayerV2::removeDataDefinedProperties ( )
[symbol: _ZN16QgsSymbolLayerV227removeDataDefinedPropertiesEv]
QgsSymbolLayerV2::removeDataDefinedProperty ( QString const& property )
[symbol: _ZN16QgsSymbolLayerV225removeDataDefinedPropertyERK7QString]
QgsSymbolLayerV2::saveDataDefinedProperties ( QgsStringMap& stringMap ) const
[symbol: _ZNK16QgsSymbolLayerV225saveDataDefinedPropertiesER4QMapI7QStringS1_E]
QgsSymbolLayerV2::setDataDefinedProperty ( QString const& property, QString const& expressionString )
[symbol: _ZN16QgsSymbolLayerV222setDataDefinedPropertyERK7QStringS2_]
QgsSymbolLayerV2::setOutputUnit ( enum QgsSymbolV2::OutputUnit unit )
[symbol: _ZN16QgsSymbolLayerV213setOutputUnitEN11QgsSymbolV210OutputUnitE]
qgssymbollayerv2utils.h,
libqgis_core.so.2.0.0
QgsSymbolLayerV2Utils::blurImageInPlace ( QImage& image, QRect const& rect, int radius, bool alphaOnly ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils16blurImageInPlaceER6QImageRK5QRectib]
QgsSymbolLayerV2Utils::decodeScaleMethod ( QString str ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils17decodeScaleMethodE7QString]
QgsSymbolLayerV2Utils::drawStippledBackround ( QPainter* painter, QRect rect ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils21drawStippledBackroundEP8QPainter5QRect]
QgsSymbolLayerV2Utils::encodeScaleMethod ( enum QgsSymbolV2::ScaleMethod scaleMethod ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils17encodeScaleMethodEN11QgsSymbolV211ScaleMethodE]
QgsSymbolLayerV2Utils::lineWidthScaleFactor ( QgsRenderContext const& c, enum QgsSymbolV2::OutputUnit u ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils20lineWidthScaleFactorERK16QgsRenderContextN11QgsSymbolV210OutputUnitE]
QgsSymbolLayerV2Utils::listSvgFiles ( ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils12listSvgFilesEv]
QgsSymbolLayerV2Utils::listSvgFilesAt ( QString directory ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils14listSvgFilesAtE7QString]
QgsSymbolLayerV2Utils::ogrFeatureStyleBrush ( QColor const& fillColr ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils20ogrFeatureStyleBrushERK6QColor]
QgsSymbolLayerV2Utils::ogrFeatureStylePen ( double width, double mmScaleFactor, double mapUnitsScaleFactor, QColor const& c, enum Qt::PenJoinStyle joinStyle, enum Qt::PenCapStyle capStyle, double offset, QVector<double>const* dashPattern ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils18ogrFeatureStylePenEdddRK6QColorN2Qt12PenJoinStyleENS3_11PenCapStyleEdPK7QVectorIdE]
QgsSymbolLayerV2Utils::parseColor ( QString colorStr ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils10parseColorE7QString]
QgsSymbolLayerV2Utils::pixelSizeScaleFactor ( QgsRenderContext const& c, enum QgsSymbolV2::OutputUnit u ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils20pixelSizeScaleFactorERK16QgsRenderContextN11QgsSymbolV210OutputUnitE]
QgsSymbolLayerV2Utils::saveSymbol ( QString symbolName, QgsSymbolV2* symbol, QDomDocument& doc ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils10saveSymbolE7QStringP11QgsSymbolV2R12QDomDocument]
QgsSymbolLayerV2Utils::symbolNameToPath ( QString name ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils16symbolNameToPathE7QString]
QgsSymbolLayerV2Utils::symbolPathToName ( QString path ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils16symbolPathToNameE7QString]
qgssymbologyv2conversion.h,
libqgis_core.so.2.0.0
QgsSymbologyV2Conversion::brushStyle2QString ( enum Qt::BrushStyle brushstyle ) [static]
[symbol: _ZN24QgsSymbologyV2Conversion18brushStyle2QStringEN2Qt10BrushStyleE]
QgsSymbologyV2Conversion::penStyle2QString ( enum Qt::PenStyle penstyle ) [static]
[symbol: _ZN24QgsSymbologyV2Conversion16penStyle2QStringEN2Qt8PenStyleE]
QgsSymbologyV2Conversion::qString2BrushStyle ( QString string ) [static]
[symbol: _ZN24QgsSymbologyV2Conversion18qString2BrushStyleE7QString]
QgsSymbologyV2Conversion::qString2PenStyle ( QString string ) [static]
[symbol: _ZN24QgsSymbologyV2Conversion16qString2PenStyleE7QString]
QgsSymbologyV2Conversion::readOldRenderer ( QDomNode const& layerNode, enum QGis::GeometryType geomType ) [static]
[symbol: _ZN24QgsSymbologyV2Conversion15readOldRendererERK8QDomNodeN4QGis12GeometryTypeE]
qgssymbolv2.h,
libqgis_core.so.2.0.0
QgsMarkerSymbolV2::scaleMethod ( )
[symbol: _ZN17QgsMarkerSymbolV211scaleMethodEv]
QgsMarkerSymbolV2::setScaleMethod ( enum QgsSymbolV2::ScaleMethod scaleMethod )
[symbol: _ZN17QgsMarkerSymbolV214setScaleMethodEN11QgsSymbolV211ScaleMethodE]
QgsSymbolV2::color ( ) const
[symbol: _ZNK11QgsSymbolV25colorEv]
QgsSymbolV2::dump ( ) const
[symbol: _ZNK11QgsSymbolV24dumpEv]
qgstextdiagram.h,
libqgis_core.so.2.0.0
QgsTextDiagram::diagramSize ( QgsAttributes const& attributes, QgsRenderContext const& c, QgsDiagramSettings const& s )
[symbol: _ZN14QgsTextDiagram11diagramSizeERK7QVectorI8QVariantERK16QgsRenderContextRK18QgsDiagramSettings]
QgsTextDiagram::diagramSize ( QgsAttributes const& attributes, QgsRenderContext const& c, QgsDiagramSettings const& s, struct QgsDiagramInterpolationSettings const& is )
[symbol: _ZN14QgsTextDiagram11diagramSizeERK7QVectorI8QVariantERK16QgsRenderContextRK18QgsDiagramSettingsRK31QgsDiagramInterpolationSettings]
QgsTextDiagram::renderDiagram ( QgsAttributes const& att, QgsRenderContext& c, QgsDiagramSettings const& s, QPointF const& position )
[symbol: _ZN14QgsTextDiagram13renderDiagramERK7QVectorI8QVariantER16QgsRenderContextRK18QgsDiagramSettingsRK7QPointF]
qgsvectorcolorrampv2.h,
libqgis_core.so.2.0.0
QgsCptCityColorRampV2::clone ( ) const
[symbol: _ZNK21QgsCptCityColorRampV25cloneEv]
QgsCptCityColorRampV2::cloneGradientRamp ( ) const
[symbol: _ZNK21QgsCptCityColorRampV217cloneGradientRampEv]
QgsCptCityColorRampV2::copy ( QgsCptCityColorRampV2 const* other )
[symbol: _ZN21QgsCptCityColorRampV24copyEPKS_]
QgsCptCityColorRampV2::copyingFileName ( ) const
[symbol: _ZNK21QgsCptCityColorRampV215copyingFileNameEv]
QgsCptCityColorRampV2::copyingInfo ( ) const
[symbol: _ZNK21QgsCptCityColorRampV211copyingInfoEv]
QgsCptCityColorRampV2::create ( QgsStringMap const& properties ) [static]
[symbol: _ZN21QgsCptCityColorRampV26createERK4QMapI7QStringS1_E]
QgsCptCityColorRampV2::descFileName ( ) const
[symbol: _ZNK21QgsCptCityColorRampV212descFileNameEv]
QgsCptCityColorRampV2::fileName ( ) const
[symbol: _ZNK21QgsCptCityColorRampV28fileNameEv]
QgsCptCityColorRampV2::loadFile ( )
[symbol: _ZN21QgsCptCityColorRampV28loadFileEv]
QgsCptCityColorRampV2::properties ( ) const
[symbol: _ZNK21QgsCptCityColorRampV210propertiesEv]
QgsCptCityColorRampV2::QgsCptCityColorRampV2 [in-charge] ( QString schemeName, QString variantName, bool doLoadFile )
[symbol: _ZN21QgsCptCityColorRampV2C1E7QStringS0_b]
QgsCptCityColorRampV2::QgsCptCityColorRampV2 [in-charge] ( QString schemeName, QStringList variantList, QString variantName, bool doLoadFile )
[symbol: _ZN21QgsCptCityColorRampV2C1E7QString11QStringListS0_b]
QgsCptCityColorRampV2::QgsCptCityColorRampV2 [not-in-charge] ( QString schemeName, QString variantName, bool doLoadFile )
[symbol: _ZN21QgsCptCityColorRampV2C2E7QStringS0_b]
QgsCptCityColorRampV2::QgsCptCityColorRampV2 [not-in-charge] ( QString schemeName, QStringList variantList, QString variantName, bool doLoadFile )
[symbol: _ZN21QgsCptCityColorRampV2C2E7QString11QStringListS0_b]
QgsCptCityColorRampV2::type ( ) const
[symbol: _ZNK21QgsCptCityColorRampV24typeEv]
QgsVectorColorBrewerColorRampV2::count ( ) const
[symbol: _ZNK31QgsVectorColorBrewerColorRampV25countEv]
QgsVectorColorBrewerColorRampV2::value ( int index ) const
[symbol: _ZNK31QgsVectorColorBrewerColorRampV25valueEi]
QgsVectorGradientColorRampV2::convertToDiscrete ( bool discrete )
[symbol: _ZN28QgsVectorGradientColorRampV217convertToDiscreteEb]
QgsVectorGradientColorRampV2::count ( ) const
[symbol: _ZNK28QgsVectorGradientColorRampV25countEv]
QgsVectorGradientColorRampV2::QgsVectorGradientColorRampV2 [in-charge] ( QColor color1, QColor color2, bool discrete, QgsGradientStopsList stops )
[symbol: _ZN28QgsVectorGradientColorRampV2C1E6QColorS0_b5QListI15QgsGradientStopE]
QgsVectorGradientColorRampV2::QgsVectorGradientColorRampV2 [not-in-charge] ( QColor color1, QColor color2, bool discrete, QgsGradientStopsList stops )
[symbol: _ZN28QgsVectorGradientColorRampV2C2E6QColorS0_b5QListI15QgsGradientStopE]
QgsVectorGradientColorRampV2::value ( int index ) const
[symbol: _ZNK28QgsVectorGradientColorRampV25valueEi]
QgsVectorRandomColorRampV2::value ( int index ) const
[symbol: _ZNK26QgsVectorRandomColorRampV25valueEi]
qgsvectorcolorrampv2.h,
libqgis_gui.so.2.0.0
QgsCptCityColorRampV2::~QgsCptCityColorRampV2 [in-charge-deleting] ( )
[symbol: _ZN21QgsCptCityColorRampV2D0Ev]
QgsCptCityColorRampV2::~QgsCptCityColorRampV2 [in-charge] ( )
[symbol: _ZN21QgsCptCityColorRampV2D1Ev]
qgsvectordataprovider.h,
libqgis_core.so.2.0.0
QgsVectorDataProvider::isSaveAndLoadStyleToDBSupported ( )
[symbol: _ZN21QgsVectorDataProvider31isSaveAndLoadStyleToDBSupportedEv]
QgsVectorDataProvider::palAttributeIndexNames ( ) const
[symbol: _ZNK21QgsVectorDataProvider22palAttributeIndexNamesEv]
QgsVectorDataProvider::pkAttributeIndexes ( )
[symbol: _ZN21QgsVectorDataProvider18pkAttributeIndexesEv]
qgsvectorfieldsymbollayer.h,
libqgis_core.so.2.0.0
QgsVectorFieldSymbolLayer::outputUnit ( ) const
[symbol: _ZNK25QgsVectorFieldSymbolLayer10outputUnitEv]
QgsVectorFieldSymbolLayer::setOutputUnit ( enum QgsSymbolV2::OutputUnit unit )
[symbol: _ZN25QgsVectorFieldSymbolLayer13setOutputUnitEN11QgsSymbolV210OutputUnitE]
qgsvectorfilewriter.h,
libqgis_core.so.2.0.0
QgsVectorFileWriter::addFeature ( QgsFeature& feature, QgsFeatureRendererV2* renderer, enum QGis::UnitType outputUnit )
[symbol: _ZN19QgsVectorFileWriter10addFeatureER10QgsFeatureP20QgsFeatureRendererV2N4QGis8UnitTypeE]
QgsVectorFileWriter::convertCodecNameForEncodingOption ( QString const& codecName ) [static]
[symbol: _ZN19QgsVectorFileWriter33convertCodecNameForEncodingOptionERK7QString]
QgsVectorFileWriter::QgsVectorFileWriter [in-charge] ( QString const& vectorFileName, QString const& fileEncoding, QgsFields const& fields, enum QGis::WkbType geometryType, QgsCoordinateReferenceSystem const* srs, QString const& driverName, QStringList const& datasourceOptions, QStringList const& layerOptions, QString* newFilename, enum QgsVectorFileWriter::SymbologyExport symbologyExport )
[symbol: _ZN19QgsVectorFileWriterC1ERK7QStringS2_RK9QgsFieldsN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystemS2_RK11QStringListSD_PS0_NS_15SymbologyExportE]
QgsVectorFileWriter::QgsVectorFileWriter [not-in-charge] ( QString const& vectorFileName, QString const& fileEncoding, QgsFields const& fields, enum QGis::WkbType geometryType, QgsCoordinateReferenceSystem const* srs, QString const& driverName, QStringList const& datasourceOptions, QStringList const& layerOptions, QString* newFilename, enum QgsVectorFileWriter::SymbologyExport symbologyExport )
[symbol: _ZN19QgsVectorFileWriterC2ERK7QStringS2_RK9QgsFieldsN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystemS2_RK11QStringListSD_PS0_NS_15SymbologyExportE]
QgsVectorFileWriter::writeAsVectorFormat ( QgsVectorLayer* layer, QString const& fileName, QString const& fileEncoding, QgsCoordinateReferenceSystem const* destCRS, QString const& driverName, bool onlySelected, QString* errorMessage, QStringList const& datasourceOptions, QStringList const& layerOptions, bool skipAttributeCreation, QString* newFilename, enum QgsVectorFileWriter::SymbologyExport symbologyExport, double symbologyScale ) [static]
[symbol: _ZN19QgsVectorFileWriter19writeAsVectorFormatEP14QgsVectorLayerRK7QStringS4_PK28QgsCoordinateReferenceSystemS4_bPS2_RK11QStringListSB_bS8_NS_15SymbologyExportEd]
qgsvectorlayer.h,
libqgis_core.so.2.0.0
QgsAttributeEditorContainer::addChildElement ( QgsAttributeEditorElement* widget )
[symbol: _ZN27QgsAttributeEditorContainer15addChildElementEP25QgsAttributeEditorElement]
QgsAttributeEditorContainer::toDomElement ( QDomDocument& doc ) const
[symbol: _ZNK27QgsAttributeEditorContainer12toDomElementER12QDomDocument]
QgsAttributeEditorContainer::~QgsAttributeEditorContainer [in-charge-deleting] ( )
[symbol: _ZN27QgsAttributeEditorContainerD0Ev]
QgsAttributeEditorContainer::~QgsAttributeEditorContainer [in-charge] ( )
[symbol: _ZN27QgsAttributeEditorContainerD1Ev]
QgsAttributeEditorElement::metaObject ( ) const
[symbol: _ZNK25QgsAttributeEditorElement10metaObjectEv]
QgsAttributeEditorElement::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN25QgsAttributeEditorElement11qt_metacallEN11QMetaObject4CallEiPPv]
QgsAttributeEditorElement::qt_metacast ( char const* p1 )
[symbol: _ZN25QgsAttributeEditorElement11qt_metacastEPKc]
QgsAttributeEditorElement::staticMetaObject [data]
[symbol: _ZN25QgsAttributeEditorElement16staticMetaObjectE]
QgsAttributeEditorElement::~QgsAttributeEditorElement [in-charge-deleting] ( )
[symbol: _ZN25QgsAttributeEditorElementD0Ev]
QgsAttributeEditorElement::~QgsAttributeEditorElement [in-charge] ( )
[symbol: _ZN25QgsAttributeEditorElementD1Ev]
QgsAttributeEditorField::toDomElement ( QDomDocument& doc ) const
[symbol: _ZNK23QgsAttributeEditorField12toDomElementER12QDomDocument]
QgsAttributeEditorField::~QgsAttributeEditorField [in-charge-deleting] ( )
[symbol: _ZN23QgsAttributeEditorFieldD0Ev]
QgsAttributeEditorField::~QgsAttributeEditorField [in-charge] ( )
[symbol: _ZN23QgsAttributeEditorFieldD1Ev]
QgsVectorLayer::addAttributeEditorWidget ( QgsAttributeEditorElement* data )
[symbol: _ZN14QgsVectorLayer24addAttributeEditorWidgetEP25QgsAttributeEditorElement]
QgsVectorLayer::addJoin ( struct QgsVectorJoinInfo const& joinInfo )
[symbol: _ZN14QgsVectorLayer7addJoinERK17QgsVectorJoinInfo]
QgsVectorLayer::applyNamedStyle ( QString namedStyle, QString errorMsg )
[symbol: _ZN14QgsVectorLayer15applyNamedStyleE7QStringS0_]
QgsVectorLayer::attributeEditorElementFromDomElement ( QDomElement& elem, QObject* parent )
[symbol: _ZN14QgsVectorLayer36attributeEditorElementFromDomElementER11QDomElementP7QObject]
QgsVectorLayer::attributeEditorElements ( )
[symbol: _ZN14QgsVectorLayer23attributeEditorElementsEv]
QgsVectorLayer::beforeCommitChanges ( )
[symbol: _ZN14QgsVectorLayer19beforeCommitChangesEv]
QgsVectorLayer::beforeRollBack ( )
[symbol: _ZN14QgsVectorLayer14beforeRollBackEv]
QgsVectorLayer::clearAttributeEditorWidgets ( )
[symbol: _ZN14QgsVectorLayer27clearAttributeEditorWidgetsEv]
QgsVectorLayer::committedAttributesDeleted ( QString const& layerId, QgsAttributeList const& deletedAttributes )
[symbol: _ZN14QgsVectorLayer26committedAttributesDeletedERK7QStringRK5QListIiE]
QgsVectorLayer::countSymbolFeatures ( bool showProgress )
[symbol: _ZN14QgsVectorLayer19countSymbolFeaturesEb]
QgsVectorLayer::dateFormat ( int idx )
[symbol: _ZN14QgsVectorLayer10dateFormatEi]
QgsVectorLayer::deleteAttributes ( QList<int> attrs )
[symbol: _ZN14QgsVectorLayer16deleteAttributesE5QListIiE]
QgsVectorLayer::deselect ( QgsFeatureId const featureId )
[symbol: _ZN14QgsVectorLayer8deselectEx]
QgsVectorLayer::deselect ( QgsFeatureIds const& featureIds )
[symbol: _ZN14QgsVectorLayer8deselectERK4QSetIxE]
QgsVectorLayer::displayExpression ( )
[symbol: _ZN14QgsVectorLayer17displayExpressionEv]
QgsVectorLayer::drawRendererV2 ( QgsFeatureIterator& fit, QgsRenderContext& rendererContext, bool labeling )
[symbol: _ZN14QgsVectorLayer14drawRendererV2ER18QgsFeatureIteratorR16QgsRenderContextb]
QgsVectorLayer::drawRendererV2Levels ( QgsFeatureIterator& fit, QgsRenderContext& rendererContext, bool labeling )
[symbol: _ZN14QgsVectorLayer20drawRendererV2LevelsER18QgsFeatureIteratorR16QgsRenderContextb]
QgsVectorLayer::editorLayout ( )
[symbol: _ZN14QgsVectorLayer12editorLayoutEv]
QgsVectorLayer::extent ( )
[symbol: _ZN14QgsVectorLayer6extentEv]
QgsVectorLayer::featureBlendMode ( ) const
[symbol: _ZNK14QgsVectorLayer16featureBlendModeEv]
QgsVectorLayer::featureCount ( QgsSymbolV2* symbol )
[symbol: _ZN14QgsVectorLayer12featureCountEP11QgsSymbolV2]
QgsVectorLayer::fieldEditable ( int idx )
[symbol: _ZN14QgsVectorLayer13fieldEditableEi]
QgsVectorLayer::getFeatures ( QgsFeatureRequest const& request )
[symbol: _ZN14QgsVectorLayer11getFeaturesERK17QgsFeatureRequest]
QgsVectorLayer::getStyleFromDatabase ( QString styleId, QString& msgError )
[symbol: _ZN14QgsVectorLayer20getStyleFromDatabaseE7QStringRS0_]
QgsVectorLayer::invalidateSymbolCountedFlag ( )
[symbol: _ZN14QgsVectorLayer27invalidateSymbolCountedFlagEv]
QgsVectorLayer::labelingFontNotFound ( QgsVectorLayer* layer, QString const& fontfamily )
[symbol: _ZN14QgsVectorLayer20labelingFontNotFoundEPS_RK7QString]
QgsVectorLayer::labelOnTop ( int idx )
[symbol: _ZN14QgsVectorLayer10labelOnTopEi]
QgsVectorLayer::layerModified ( )
[symbol: _ZN14QgsVectorLayer13layerModifiedEv]
QgsVectorLayer::layerTransparency ( ) const
[symbol: _ZNK14QgsVectorLayer17layerTransparencyEv]
QgsVectorLayer::listStylesInDatabase ( QStringList& ids, QStringList& names, QStringList& descriptions, QString& msgError )
[symbol: _ZN14QgsVectorLayer20listStylesInDatabaseER11QStringListS1_S1_R7QString]
QgsVectorLayer::loadNamedStyle ( QString const theURI, bool& theResultFlag )
[symbol: _ZN14QgsVectorLayer14loadNamedStyleE7QStringRb]
QgsVectorLayer::loadNamedStyle ( QString const theURI, bool& theResultFlag, bool loadFromLocalDb )
[symbol: _ZN14QgsVectorLayer14loadNamedStyleE7QStringRbb]
QgsVectorLayer::modifySelection ( QgsFeatureIds selectIds, QgsFeatureIds deselectIds )
[symbol: _ZN14QgsVectorLayer15modifySelectionE4QSetIxES1_]
QgsVectorLayer::onCacheImageDelete ( )
[symbol: _ZN14QgsVectorLayer18onCacheImageDeleteEv]
QgsVectorLayer::pendingPkAttributesList ( )
[symbol: _ZN14QgsVectorLayer23pendingPkAttributesListEv]
QgsVectorLayer::removePolygonIntersections ( QgsGeometry* geom, QgsFeatureIds ignoreFeatures )
[symbol: _ZN14QgsVectorLayer26removePolygonIntersectionsEP11QgsGeometry4QSetIxE]
QgsVectorLayer::removeSelection ( )
[symbol: _ZN14QgsVectorLayer15removeSelectionEv]
QgsVectorLayer::rollBack ( bool deleteBuffer )
[symbol: _ZN14QgsVectorLayer8rollBackEb]
QgsVectorLayer::saveStyleToDatabase ( QString name, QString description, bool useAsDefault, QString uiFileContent, QString& msgError )
[symbol: _ZN14QgsVectorLayer19saveStyleToDatabaseE7QStringS0_bS0_RS0_]
QgsVectorLayer::select ( QgsFeatureId const& featureId )
[symbol: _ZN14QgsVectorLayer6selectERKx]
QgsVectorLayer::select ( QgsFeatureIds const& featureIds )
[symbol: _ZN14QgsVectorLayer6selectERK4QSetIxE]
QgsVectorLayer::selectAll ( )
[symbol: _ZN14QgsVectorLayer9selectAllEv]
QgsVectorLayer::selectionChanged ( QgsFeatureIds const selected, QgsFeatureIds const deselected, bool const clearAndSelect )
[symbol: _ZN14QgsVectorLayer16selectionChangedE4QSetIxES1_b]
QgsVectorLayer::setDisplayExpression ( QString const displayExpression )
[symbol: _ZN14QgsVectorLayer20setDisplayExpressionE7QString]
QgsVectorLayer::setEditorLayout ( enum QgsVectorLayer::EditorLayout editorLayout )
[symbol: _ZN14QgsVectorLayer15setEditorLayoutENS_12EditorLayoutE]
QgsVectorLayer::setExtent ( QgsRectangle const& rect )
[symbol: _ZN14QgsVectorLayer9setExtentERK12QgsRectangle]
QgsVectorLayer::setFeatureBlendMode ( enum QPainter::CompositionMode const blendMode )
[symbol: _ZN14QgsVectorLayer19setFeatureBlendModeEN8QPainter15CompositionModeE]
QgsVectorLayer::setFieldEditable ( int idx, bool editable )
[symbol: _ZN14QgsVectorLayer16setFieldEditableEib]
QgsVectorLayer::setLabelOnTop ( int idx, bool onTop )
[symbol: _ZN14QgsVectorLayer13setLabelOnTopEib]
QgsVectorLayer::setLayerTransparency ( int layerTransparency )
[symbol: _ZN14QgsVectorLayer20setLayerTransparencyEi]
QgsVectorLayer::updatedFields ( )
[symbol: _ZN14QgsVectorLayer13updatedFieldsEv]
QgsVectorLayer::updateFields ( )
[symbol: _ZN14QgsVectorLayer12updateFieldsEv]
QgsVectorLayer::widgetSize ( int idx )
[symbol: _ZN14QgsVectorLayer10widgetSizeEi]
qgsvectorlayercache.h,
libqgis_core.so.2.0.0
QgsVectorLayerCache::addCacheIndex ( QgsAbstractCacheIndex* cacheIndex )
[symbol: _ZN19QgsVectorLayerCache13addCacheIndexEP21QgsAbstractCacheIndex]
QgsVectorLayerCache::attributeValueChanged ( QgsFeatureId const& fid, int const& field, QVariant const& value )
[symbol: _ZN19QgsVectorLayerCache21attributeValueChangedERKxRKiRK8QVariant]
QgsVectorLayerCache::cachedLayerDeleted ( )
[symbol: _ZN19QgsVectorLayerCache18cachedLayerDeletedEv]
QgsVectorLayerCache::cacheSize ( )
[symbol: _ZN19QgsVectorLayerCache9cacheSizeEv]
QgsVectorLayerCache::checkInformationCovered ( QgsFeatureRequest const& featureRequest )
[symbol: _ZN19QgsVectorLayerCache23checkInformationCoveredERK17QgsFeatureRequest]
QgsVectorLayerCache::featureAtId ( QgsFeatureId featureId, QgsFeature& feature, bool skipCache )
[symbol: _ZN19QgsVectorLayerCache11featureAtIdExR10QgsFeatureb]
QgsVectorLayerCache::featureRemoved ( QgsFeatureId fid )
[symbol: _ZN19QgsVectorLayerCache14featureRemovedEx]
QgsVectorLayerCache::finished ( )
[symbol: _ZN19QgsVectorLayerCache8finishedEv]
QgsVectorLayerCache::getFeatures ( QgsFeatureRequest const& featureRequest )
[symbol: _ZN19QgsVectorLayerCache11getFeaturesERK17QgsFeatureRequest]
QgsVectorLayerCache::isFidCached ( QgsFeatureId const fid )
[symbol: _ZN19QgsVectorLayerCache11isFidCachedEx]
QgsVectorLayerCache::layer ( )
[symbol: _ZN19QgsVectorLayerCache5layerEv]
QgsVectorLayerCache::metaObject ( ) const
[symbol: _ZNK19QgsVectorLayerCache10metaObjectEv]
QgsVectorLayerCache::progress ( int i, bool& cancel )
[symbol: _ZN19QgsVectorLayerCache8progressEiRb]
QgsVectorLayerCache::QgsVectorLayerCache [in-charge] ( QgsVectorLayer* layer, int cacheSize, QObject* parent )
[symbol: _ZN19QgsVectorLayerCacheC1EP14QgsVectorLayeriP7QObject]
QgsVectorLayerCache::QgsVectorLayerCache [not-in-charge] ( QgsVectorLayer* layer, int cacheSize, QObject* parent )
[symbol: _ZN19QgsVectorLayerCacheC2EP14QgsVectorLayeriP7QObject]
QgsVectorLayerCache::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN19QgsVectorLayerCache11qt_metacallEN11QMetaObject4CallEiPPv]
QgsVectorLayerCache::qt_metacast ( char const* p1 )
[symbol: _ZN19QgsVectorLayerCache11qt_metacastEPKc]
QgsVectorLayerCache::removeCachedFeature ( QgsFeatureId fid )
[symbol: _ZN19QgsVectorLayerCache19removeCachedFeatureEx]
QgsVectorLayerCache::requestCompleted ( QgsFeatureRequest featureRequest, QgsFeatureIds fids )
[symbol: _ZN19QgsVectorLayerCache16requestCompletedE17QgsFeatureRequest4QSetIxE]
QgsVectorLayerCache::setCacheAddedAttributes ( bool cacheAddedAttributes )
[symbol: _ZN19QgsVectorLayerCache23setCacheAddedAttributesEb]
QgsVectorLayerCache::setCacheGeometry ( bool cacheGeometry )
[symbol: _ZN19QgsVectorLayerCache16setCacheGeometryEb]
QgsVectorLayerCache::setCacheSize ( int cacheSize )
[symbol: _ZN19QgsVectorLayerCache12setCacheSizeEi]
QgsVectorLayerCache::setCacheSubsetOfAttributes ( QgsAttributeList const& attributes )
[symbol: _ZN19QgsVectorLayerCache26setCacheSubsetOfAttributesERK5QListIiE]
QgsVectorLayerCache::setFullCache ( bool fullCache )
[symbol: _ZN19QgsVectorLayerCache12setFullCacheEb]
QgsVectorLayerCache::staticMetaObject [data]
[symbol: _ZN19QgsVectorLayerCache16staticMetaObjectE]
QgsVectorLayerCache::~QgsVectorLayerCache [in-charge-deleting] ( )
[symbol: _ZN19QgsVectorLayerCacheD0Ev]
QgsVectorLayerCache::~QgsVectorLayerCache [in-charge] ( )
[symbol: _ZN19QgsVectorLayerCacheD1Ev]
qgsvectorlayereditbuffer.h,
libqgis_core.so.2.0.0
QgsVectorLayerEditBuffer::addAttribute ( QgsField const& field )
[symbol: _ZN24QgsVectorLayerEditBuffer12addAttributeERK8QgsField]
QgsVectorLayerEditBuffer::addFeature ( QgsFeature& f )
[symbol: _ZN24QgsVectorLayerEditBuffer10addFeatureER10QgsFeature]
QgsVectorLayerEditBuffer::addFeatures ( QgsFeatureList& features )
[symbol: _ZN24QgsVectorLayerEditBuffer11addFeaturesER5QListI10QgsFeatureE]
QgsVectorLayerEditBuffer::attributeAdded ( int idx )
[symbol: _ZN24QgsVectorLayerEditBuffer14attributeAddedEi]
QgsVectorLayerEditBuffer::attributeDeleted ( int idx )
[symbol: _ZN24QgsVectorLayerEditBuffer16attributeDeletedEi]
QgsVectorLayerEditBuffer::attributeValueChanged ( QgsFeatureId fid, int idx, QVariant const& p3 )
[symbol: _ZN24QgsVectorLayerEditBuffer21attributeValueChangedExiRK8QVariant]
QgsVectorLayerEditBuffer::changeAttributeValue ( QgsFeatureId fid, int field, QVariant value )
[symbol: _ZN24QgsVectorLayerEditBuffer20changeAttributeValueExi8QVariant]
QgsVectorLayerEditBuffer::changeGeometry ( QgsFeatureId fid, QgsGeometry* geom )
[symbol: _ZN24QgsVectorLayerEditBuffer14changeGeometryExP11QgsGeometry]
QgsVectorLayerEditBuffer::commitChanges ( QStringList& commitErrors )
[symbol: _ZN24QgsVectorLayerEditBuffer13commitChangesER11QStringList]
QgsVectorLayerEditBuffer::committedAttributesAdded ( QString const& layerId, QList<QgsField>const& addedAttributes )
[symbol: _ZN24QgsVectorLayerEditBuffer24committedAttributesAddedERK7QStringRK5QListI8QgsFieldE]
QgsVectorLayerEditBuffer::committedAttributesDeleted ( QString const& layerId, QgsAttributeList const& deletedAttributes )
[symbol: _ZN24QgsVectorLayerEditBuffer26committedAttributesDeletedERK7QStringRK5QListIiE]
QgsVectorLayerEditBuffer::committedAttributeValuesChanges ( QString const& layerId, QgsChangedAttributesMap const& changedAttributesValues )
[symbol: _ZN24QgsVectorLayerEditBuffer31committedAttributeValuesChangesERK7QStringRK4QMapIxS3_Ii8QVariantEE]
QgsVectorLayerEditBuffer::committedFeaturesAdded ( QString const& layerId, QgsFeatureList const& addedFeatures )
[symbol: _ZN24QgsVectorLayerEditBuffer22committedFeaturesAddedERK7QStringRK5QListI10QgsFeatureE]
QgsVectorLayerEditBuffer::committedFeaturesRemoved ( QString const& layerId, QgsFeatureIds const& deletedFeatureIds )
[symbol: _ZN24QgsVectorLayerEditBuffer24committedFeaturesRemovedERK7QStringRK4QSetIxE]
QgsVectorLayerEditBuffer::committedGeometriesChanges ( QString const& layerId, QgsGeometryMap const& changedGeometries )
[symbol: _ZN24QgsVectorLayerEditBuffer26committedGeometriesChangesERK7QStringRK4QMapIx11QgsGeometryE]
QgsVectorLayerEditBuffer::deleteAttribute ( int attr )
[symbol: _ZN24QgsVectorLayerEditBuffer15deleteAttributeEi]
QgsVectorLayerEditBuffer::deleteFeature ( QgsFeatureId fid )
[symbol: _ZN24QgsVectorLayerEditBuffer13deleteFeatureEx]
QgsVectorLayerEditBuffer::featureAdded ( QgsFeatureId fid )
[symbol: _ZN24QgsVectorLayerEditBuffer12featureAddedEx]
QgsVectorLayerEditBuffer::featureDeleted ( QgsFeatureId fid )
[symbol: _ZN24QgsVectorLayerEditBuffer14featureDeletedEx]
QgsVectorLayerEditBuffer::geometryChanged ( QgsFeatureId fid, QgsGeometry& geom )
[symbol: _ZN24QgsVectorLayerEditBuffer15geometryChangedExR11QgsGeometry]
QgsVectorLayerEditBuffer::handleAttributeAdded ( int index )
[symbol: _ZN24QgsVectorLayerEditBuffer20handleAttributeAddedEi]
QgsVectorLayerEditBuffer::handleAttributeDeleted ( int index )
[symbol: _ZN24QgsVectorLayerEditBuffer22handleAttributeDeletedEi]
QgsVectorLayerEditBuffer::isModified ( ) const
[symbol: _ZNK24QgsVectorLayerEditBuffer10isModifiedEv]
QgsVectorLayerEditBuffer::layerModified ( )
[symbol: _ZN24QgsVectorLayerEditBuffer13layerModifiedEv]
QgsVectorLayerEditBuffer::metaObject ( ) const
[symbol: _ZNK24QgsVectorLayerEditBuffer10metaObjectEv]
QgsVectorLayerEditBuffer::QgsVectorLayerEditBuffer [in-charge] ( QgsVectorLayer* layer )
[symbol: _ZN24QgsVectorLayerEditBufferC1EP14QgsVectorLayer]
QgsVectorLayerEditBuffer::QgsVectorLayerEditBuffer [not-in-charge] ( QgsVectorLayer* layer )
[symbol: _ZN24QgsVectorLayerEditBufferC2EP14QgsVectorLayer]
QgsVectorLayerEditBuffer::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN24QgsVectorLayerEditBuffer11qt_metacallEN11QMetaObject4CallEiPPv]
QgsVectorLayerEditBuffer::qt_metacast ( char const* p1 )
[symbol: _ZN24QgsVectorLayerEditBuffer11qt_metacastEPKc]
QgsVectorLayerEditBuffer::rollBack ( )
[symbol: _ZN24QgsVectorLayerEditBuffer8rollBackEv]
QgsVectorLayerEditBuffer::staticMetaObject [data]
[symbol: _ZN24QgsVectorLayerEditBuffer16staticMetaObjectE]
QgsVectorLayerEditBuffer::undoIndexChanged ( int index )
[symbol: _ZN24QgsVectorLayerEditBuffer16undoIndexChangedEi]
QgsVectorLayerEditBuffer::updateAttributeMapIndex ( QgsAttributeMap& attrs, int index, int offset ) const
[symbol: _ZNK24QgsVectorLayerEditBuffer23updateAttributeMapIndexER4QMapIi8QVariantEii]
QgsVectorLayerEditBuffer::updateChangedAttributes ( QgsFeature& f )
[symbol: _ZN24QgsVectorLayerEditBuffer23updateChangedAttributesER10QgsFeature]
QgsVectorLayerEditBuffer::updateFeatureGeometry ( QgsFeature& f )
[symbol: _ZN24QgsVectorLayerEditBuffer21updateFeatureGeometryER10QgsFeature]
QgsVectorLayerEditBuffer::updateFields ( QgsFields& fields )
[symbol: _ZN24QgsVectorLayerEditBuffer12updateFieldsER9QgsFields]
QgsVectorLayerEditBuffer::updateLayerFields ( )
[symbol: _ZN24QgsVectorLayerEditBuffer17updateLayerFieldsEv]
QgsVectorLayerEditBuffer::~QgsVectorLayerEditBuffer [in-charge-deleting] ( )
[symbol: _ZN24QgsVectorLayerEditBufferD0Ev]
QgsVectorLayerEditBuffer::~QgsVectorLayerEditBuffer [in-charge] ( )
[symbol: _ZN24QgsVectorLayerEditBufferD1Ev]
QgsVectorLayerEditBuffer::~QgsVectorLayerEditBuffer [not-in-charge] ( )
[symbol: _ZN24QgsVectorLayerEditBufferD2Ev]
qgsvectorlayereditutils.h,
libqgis_core.so.2.0.0
QgsVectorLayerEditUtils::addPart ( QList<QgsPoint>const& ring, QgsFeatureId featureId )
[symbol: _ZN23QgsVectorLayerEditUtils7addPartERK5QListI8QgsPointEx]
QgsVectorLayerEditUtils::addRing ( QList<QgsPoint>const& ring )
[symbol: _ZN23QgsVectorLayerEditUtils7addRingERK5QListI8QgsPointE]
QgsVectorLayerEditUtils::addTopologicalPoints ( QgsGeometry* geom )
[symbol: _ZN23QgsVectorLayerEditUtils20addTopologicalPointsEP11QgsGeometry]
QgsVectorLayerEditUtils::addTopologicalPoints ( QgsPoint const& p )
[symbol: _ZN23QgsVectorLayerEditUtils20addTopologicalPointsERK8QgsPoint]
QgsVectorLayerEditUtils::boundingBoxFromPointList ( QList<QgsPoint>const& list, double& xmin, double& ymin, double& xmax, double& ymax ) const
[symbol: _ZNK23QgsVectorLayerEditUtils24boundingBoxFromPointListERK5QListI8QgsPointERdS5_S5_S5_]
QgsVectorLayerEditUtils::deleteVertex ( QgsFeatureId atFeatureId, int atVertex )
[symbol: _ZN23QgsVectorLayerEditUtils12deleteVertexExi]
QgsVectorLayerEditUtils::insertSegmentVerticesForSnap ( QList<struct QgsSnappingResult>const& snapResults )
[symbol: _ZN23QgsVectorLayerEditUtils28insertSegmentVerticesForSnapERK5QListI17QgsSnappingResultE]
QgsVectorLayerEditUtils::insertVertex ( double x, double y, QgsFeatureId atFeatureId, int beforeVertex )
[symbol: _ZN23QgsVectorLayerEditUtils12insertVertexEddxi]
QgsVectorLayerEditUtils::moveVertex ( double x, double y, QgsFeatureId atFeatureId, int atVertex )
[symbol: _ZN23QgsVectorLayerEditUtils10moveVertexEddxi]
QgsVectorLayerEditUtils::QgsVectorLayerEditUtils [in-charge] ( QgsVectorLayer* layer )
[symbol: _ZN23QgsVectorLayerEditUtilsC1EP14QgsVectorLayer]
QgsVectorLayerEditUtils::QgsVectorLayerEditUtils [not-in-charge] ( QgsVectorLayer* layer )
[symbol: _ZN23QgsVectorLayerEditUtilsC2EP14QgsVectorLayer]
QgsVectorLayerEditUtils::splitFeatures ( QList<QgsPoint>const& splitLine, bool topologicalEditing )
[symbol: _ZN23QgsVectorLayerEditUtils13splitFeaturesERK5QListI8QgsPointEb]
QgsVectorLayerEditUtils::translateFeature ( QgsFeatureId featureId, double dx, double dy )
[symbol: _ZN23QgsVectorLayerEditUtils16translateFeatureExdd]
qgsvectorlayerfeatureiterator.h,
libqgis_core.so.2.0.0
QgsVectorLayerFeatureIterator::addJoinedAttributes ( QgsFeature& f )
[symbol: _ZN29QgsVectorLayerFeatureIterator19addJoinedAttributesER10QgsFeature]
QgsVectorLayerFeatureIterator::close ( )
[symbol: _ZN29QgsVectorLayerFeatureIterator5closeEv]
QgsVectorLayerFeatureIterator::FetchJoinInfo::addJoinedAttributesCached ( QgsFeature& f, QVariant const& joinValue ) const
[symbol: _ZNK29QgsVectorLayerFeatureIterator13FetchJoinInfo25addJoinedAttributesCachedER10QgsFeatureRK8QVariant]
QgsVectorLayerFeatureIterator::FetchJoinInfo::addJoinedAttributesDirect ( QgsFeature& f, QVariant const& joinValue ) const
[symbol: _ZNK29QgsVectorLayerFeatureIterator13FetchJoinInfo25addJoinedAttributesDirectER10QgsFeatureRK8QVariant]
QgsVectorLayerFeatureIterator::fetchNextAddedFeature ( QgsFeature& f )
[symbol: _ZN29QgsVectorLayerFeatureIterator21fetchNextAddedFeatureER10QgsFeature]
QgsVectorLayerFeatureIterator::fetchNextChangedGeomFeature ( QgsFeature& f )
[symbol: _ZN29QgsVectorLayerFeatureIterator27fetchNextChangedGeomFeatureER10QgsFeature]
QgsVectorLayerFeatureIterator::nextFeature ( QgsFeature& feature )
[symbol: _ZN29QgsVectorLayerFeatureIterator11nextFeatureER10QgsFeature]
QgsVectorLayerFeatureIterator::nextFeatureFid ( QgsFeature& f )
[symbol: _ZN29QgsVectorLayerFeatureIterator14nextFeatureFidER10QgsFeature]
QgsVectorLayerFeatureIterator::prepareJoins ( )
[symbol: _ZN29QgsVectorLayerFeatureIterator12prepareJoinsEv]
QgsVectorLayerFeatureIterator::QgsVectorLayerFeatureIterator [in-charge] ( QgsVectorLayer* layer, QgsFeatureRequest const& request )
[symbol: _ZN29QgsVectorLayerFeatureIteratorC1EP14QgsVectorLayerRK17QgsFeatureRequest]
QgsVectorLayerFeatureIterator::QgsVectorLayerFeatureIterator [not-in-charge] ( QgsVectorLayer* layer, QgsFeatureRequest const& request )
[symbol: _ZN29QgsVectorLayerFeatureIteratorC2EP14QgsVectorLayerRK17QgsFeatureRequest]
QgsVectorLayerFeatureIterator::rewind ( )
[symbol: _ZN29QgsVectorLayerFeatureIterator6rewindEv]
QgsVectorLayerFeatureIterator::rewindEditBuffer ( )
[symbol: _ZN29QgsVectorLayerFeatureIterator16rewindEditBufferEv]
QgsVectorLayerFeatureIterator::updateChangedAttributes ( QgsFeature& f )
[symbol: _ZN29QgsVectorLayerFeatureIterator23updateChangedAttributesER10QgsFeature]
QgsVectorLayerFeatureIterator::updateFeatureGeometry ( QgsFeature& f )
[symbol: _ZN29QgsVectorLayerFeatureIterator21updateFeatureGeometryER10QgsFeature]
QgsVectorLayerFeatureIterator::useAddedFeature ( QgsFeature const& src, QgsFeature& f )
[symbol: _ZN29QgsVectorLayerFeatureIterator15useAddedFeatureERK10QgsFeatureRS0_]
QgsVectorLayerFeatureIterator::useChangedAttributeFeature ( QgsFeatureId fid, QgsGeometry const& geom, QgsFeature& f )
[symbol: _ZN29QgsVectorLayerFeatureIterator26useChangedAttributeFeatureExRK11QgsGeometryR10QgsFeature]
QgsVectorLayerFeatureIterator::~QgsVectorLayerFeatureIterator [in-charge-deleting] ( )
[symbol: _ZN29QgsVectorLayerFeatureIteratorD0Ev]
QgsVectorLayerFeatureIterator::~QgsVectorLayerFeatureIterator [in-charge] ( )
[symbol: _ZN29QgsVectorLayerFeatureIteratorD1Ev]
QgsVectorLayerFeatureIterator::~QgsVectorLayerFeatureIterator [not-in-charge] ( )
[symbol: _ZN29QgsVectorLayerFeatureIteratorD2Ev]
qgsvectorlayerimport.h,
libqgis_core.so.2.0.0
QgsVectorLayerImport::createSpatialIndex ( )
[symbol: _ZN20QgsVectorLayerImport18createSpatialIndexEv]
QgsVectorLayerImport::importLayer ( QgsVectorLayer* layer, QString const& uri, QString const& providerKey, QgsCoordinateReferenceSystem const* destCRS, bool onlySelected, QString* errorMessage, bool skipAttributeCreation, QMap<QString, QVariant>* options, QProgressDialog* progress ) [static]
[symbol: _ZN20QgsVectorLayerImport11importLayerEP14QgsVectorLayerRK7QStringS4_PK28QgsCoordinateReferenceSystembPS2_bP4QMapIS2_8QVariantEP15QProgressDialog]
QgsVectorLayerImport::QgsVectorLayerImport [in-charge] ( QString const& uri, QString const& provider, QgsFields const& fields, enum QGis::WkbType geometryType, QgsCoordinateReferenceSystem const* crs, bool overwrite, QMap<QString, QVariant>const* options, QProgressDialog* progress )
[symbol: _ZN20QgsVectorLayerImportC1ERK7QStringS2_RK9QgsFieldsN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystembPK4QMapIS0_8QVariantEP15QProgressDialog]
QgsVectorLayerImport::QgsVectorLayerImport [not-in-charge] ( QString const& uri, QString const& provider, QgsFields const& fields, enum QGis::WkbType geometryType, QgsCoordinateReferenceSystem const* crs, bool overwrite, QMap<QString, QVariant>const* options, QProgressDialog* progress )
[symbol: _ZN20QgsVectorLayerImportC2ERK7QStringS2_RK9QgsFieldsN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystembPK4QMapIS0_8QVariantEP15QProgressDialog]
qgsvectorlayerjoinbuffer.h,
libqgis_core.so.2.0.0
QgsVectorLayerJoinBuffer::addJoin ( struct QgsVectorJoinInfo const& joinInfo )
[symbol: _ZN24QgsVectorLayerJoinBuffer7addJoinERK17QgsVectorJoinInfo]
QgsVectorLayerJoinBuffer::joinForFieldIndex ( int index, QgsFields const& fields, int& sourceFieldIndex ) const
[symbol: _ZNK24QgsVectorLayerJoinBuffer17joinForFieldIndexEiRK9QgsFieldsRi]
QgsVectorLayerJoinBuffer::updateFields ( QgsFields& fields )
[symbol: _ZN24QgsVectorLayerJoinBuffer12updateFieldsER9QgsFields]
qgsvectorlayerundocommand.h,
libqgis_core.so.2.0.0
QgsVectorLayerUndoCommand::id ( ) const
[symbol: _ZNK25QgsVectorLayerUndoCommand2idEv]
QgsVectorLayerUndoCommand::mergeWith ( QUndoCommand* p1 )
[symbol: _ZN25QgsVectorLayerUndoCommand9mergeWithEP12QUndoCommand]
QgsVectorLayerUndoCommand::~QgsVectorLayerUndoCommand [in-charge-deleting] ( )
[symbol: _ZN25QgsVectorLayerUndoCommandD0Ev]
QgsVectorLayerUndoCommand::~QgsVectorLayerUndoCommand [in-charge] ( )
[symbol: _ZN25QgsVectorLayerUndoCommandD1Ev]
QgsVectorLayerUndoCommandAddAttribute::QgsVectorLayerUndoCommandAddAttribute [in-charge] ( QgsVectorLayerEditBuffer* buffer, QgsField const& field )
[symbol: _ZN37QgsVectorLayerUndoCommandAddAttributeC1EP24QgsVectorLayerEditBufferRK8QgsField]
QgsVectorLayerUndoCommandAddAttribute::QgsVectorLayerUndoCommandAddAttribute [not-in-charge] ( QgsVectorLayerEditBuffer* buffer, QgsField const& field )
[symbol: _ZN37QgsVectorLayerUndoCommandAddAttributeC2EP24QgsVectorLayerEditBufferRK8QgsField]
QgsVectorLayerUndoCommandAddAttribute::redo ( )
[symbol: _ZN37QgsVectorLayerUndoCommandAddAttribute4redoEv]
QgsVectorLayerUndoCommandAddAttribute::undo ( )
[symbol: _ZN37QgsVectorLayerUndoCommandAddAttribute4undoEv]
QgsVectorLayerUndoCommandAddAttribute::~QgsVectorLayerUndoCommandAddAttribute [in-charge-deleting] ( )
[symbol: _ZN37QgsVectorLayerUndoCommandAddAttributeD0Ev]
QgsVectorLayerUndoCommandAddAttribute::~QgsVectorLayerUndoCommandAddAttribute [in-charge] ( )
[symbol: _ZN37QgsVectorLayerUndoCommandAddAttributeD1Ev]
QgsVectorLayerUndoCommandAddFeature::QgsVectorLayerUndoCommandAddFeature [in-charge] ( QgsVectorLayerEditBuffer* buffer, QgsFeature& f )
[symbol: _ZN35QgsVectorLayerUndoCommandAddFeatureC1EP24QgsVectorLayerEditBufferR10QgsFeature]
QgsVectorLayerUndoCommandAddFeature::QgsVectorLayerUndoCommandAddFeature [not-in-charge] ( QgsVectorLayerEditBuffer* buffer, QgsFeature& f )
[symbol: _ZN35QgsVectorLayerUndoCommandAddFeatureC2EP24QgsVectorLayerEditBufferR10QgsFeature]
QgsVectorLayerUndoCommandAddFeature::redo ( )
[symbol: _ZN35QgsVectorLayerUndoCommandAddFeature4redoEv]
QgsVectorLayerUndoCommandAddFeature::undo ( )
[symbol: _ZN35QgsVectorLayerUndoCommandAddFeature4undoEv]
QgsVectorLayerUndoCommandAddFeature::~QgsVectorLayerUndoCommandAddFeature [in-charge-deleting] ( )
[symbol: _ZN35QgsVectorLayerUndoCommandAddFeatureD0Ev]
QgsVectorLayerUndoCommandAddFeature::~QgsVectorLayerUndoCommandAddFeature [in-charge] ( )
[symbol: _ZN35QgsVectorLayerUndoCommandAddFeatureD1Ev]
QgsVectorLayerUndoCommandChangeAttribute::QgsVectorLayerUndoCommandChangeAttribute [in-charge] ( QgsVectorLayerEditBuffer* buffer, QgsFeatureId fid, int fieldIndex, QVariant const& newValue )
[symbol: _ZN40QgsVectorLayerUndoCommandChangeAttributeC1EP24QgsVectorLayerEditBufferxiRK8QVariant]
QgsVectorLayerUndoCommandChangeAttribute::QgsVectorLayerUndoCommandChangeAttribute [not-in-charge] ( QgsVectorLayerEditBuffer* buffer, QgsFeatureId fid, int fieldIndex, QVariant const& newValue )
[symbol: _ZN40QgsVectorLayerUndoCommandChangeAttributeC2EP24QgsVectorLayerEditBufferxiRK8QVariant]
QgsVectorLayerUndoCommandChangeAttribute::redo ( )
[symbol: _ZN40QgsVectorLayerUndoCommandChangeAttribute4redoEv]
QgsVectorLayerUndoCommandChangeAttribute::undo ( )
[symbol: _ZN40QgsVectorLayerUndoCommandChangeAttribute4undoEv]
QgsVectorLayerUndoCommandChangeAttribute::~QgsVectorLayerUndoCommandChangeAttribute [in-charge-deleting] ( )
[symbol: _ZN40QgsVectorLayerUndoCommandChangeAttributeD0Ev]
QgsVectorLayerUndoCommandChangeAttribute::~QgsVectorLayerUndoCommandChangeAttribute [in-charge] ( )
[symbol: _ZN40QgsVectorLayerUndoCommandChangeAttributeD1Ev]
QgsVectorLayerUndoCommandChangeGeometry::id ( ) const
[symbol: _ZNK39QgsVectorLayerUndoCommandChangeGeometry2idEv]
QgsVectorLayerUndoCommandChangeGeometry::mergeWith ( QUndoCommand const* p1 )
[symbol: _ZN39QgsVectorLayerUndoCommandChangeGeometry9mergeWithEPK12QUndoCommand]
QgsVectorLayerUndoCommandChangeGeometry::QgsVectorLayerUndoCommandChangeGeometry [in-charge] ( QgsVectorLayerEditBuffer* buffer, QgsFeatureId fid, QgsGeometry* newGeom )
[symbol: _ZN39QgsVectorLayerUndoCommandChangeGeometryC1EP24QgsVectorLayerEditBufferxP11QgsGeometry]
QgsVectorLayerUndoCommandChangeGeometry::QgsVectorLayerUndoCommandChangeGeometry [not-in-charge] ( QgsVectorLayerEditBuffer* buffer, QgsFeatureId fid, QgsGeometry* newGeom )
[symbol: _ZN39QgsVectorLayerUndoCommandChangeGeometryC2EP24QgsVectorLayerEditBufferxP11QgsGeometry]
QgsVectorLayerUndoCommandChangeGeometry::redo ( )
[symbol: _ZN39QgsVectorLayerUndoCommandChangeGeometry4redoEv]
QgsVectorLayerUndoCommandChangeGeometry::undo ( )
[symbol: _ZN39QgsVectorLayerUndoCommandChangeGeometry4undoEv]
QgsVectorLayerUndoCommandChangeGeometry::~QgsVectorLayerUndoCommandChangeGeometry [in-charge-deleting] ( )
[symbol: _ZN39QgsVectorLayerUndoCommandChangeGeometryD0Ev]
QgsVectorLayerUndoCommandChangeGeometry::~QgsVectorLayerUndoCommandChangeGeometry [in-charge] ( )
[symbol: _ZN39QgsVectorLayerUndoCommandChangeGeometryD1Ev]
QgsVectorLayerUndoCommandChangeGeometry::~QgsVectorLayerUndoCommandChangeGeometry [not-in-charge] ( )
[symbol: _ZN39QgsVectorLayerUndoCommandChangeGeometryD2Ev]
QgsVectorLayerUndoCommandDeleteAttribute::QgsVectorLayerUndoCommandDeleteAttribute [in-charge] ( QgsVectorLayerEditBuffer* buffer, int fieldIndex )
[symbol: _ZN40QgsVectorLayerUndoCommandDeleteAttributeC1EP24QgsVectorLayerEditBufferi]
QgsVectorLayerUndoCommandDeleteAttribute::QgsVectorLayerUndoCommandDeleteAttribute [not-in-charge] ( QgsVectorLayerEditBuffer* buffer, int fieldIndex )
[symbol: _ZN40QgsVectorLayerUndoCommandDeleteAttributeC2EP24QgsVectorLayerEditBufferi]
QgsVectorLayerUndoCommandDeleteAttribute::redo ( )
[symbol: _ZN40QgsVectorLayerUndoCommandDeleteAttribute4redoEv]
QgsVectorLayerUndoCommandDeleteAttribute::undo ( )
[symbol: _ZN40QgsVectorLayerUndoCommandDeleteAttribute4undoEv]
QgsVectorLayerUndoCommandDeleteAttribute::~QgsVectorLayerUndoCommandDeleteAttribute [in-charge-deleting] ( )
[symbol: _ZN40QgsVectorLayerUndoCommandDeleteAttributeD0Ev]
QgsVectorLayerUndoCommandDeleteAttribute::~QgsVectorLayerUndoCommandDeleteAttribute [in-charge] ( )
[symbol: _ZN40QgsVectorLayerUndoCommandDeleteAttributeD1Ev]
QgsVectorLayerUndoCommandDeleteFeature::QgsVectorLayerUndoCommandDeleteFeature [in-charge] ( QgsVectorLayerEditBuffer* buffer, QgsFeatureId fid )
[symbol: _ZN38QgsVectorLayerUndoCommandDeleteFeatureC1EP24QgsVectorLayerEditBufferx]
QgsVectorLayerUndoCommandDeleteFeature::QgsVectorLayerUndoCommandDeleteFeature [not-in-charge] ( QgsVectorLayerEditBuffer* buffer, QgsFeatureId fid )
[symbol: _ZN38QgsVectorLayerUndoCommandDeleteFeatureC2EP24QgsVectorLayerEditBufferx]
QgsVectorLayerUndoCommandDeleteFeature::redo ( )
[symbol: _ZN38QgsVectorLayerUndoCommandDeleteFeature4redoEv]
QgsVectorLayerUndoCommandDeleteFeature::undo ( )
[symbol: _ZN38QgsVectorLayerUndoCommandDeleteFeature4undoEv]
QgsVectorLayerUndoCommandDeleteFeature::~QgsVectorLayerUndoCommandDeleteFeature [in-charge-deleting] ( )
[symbol: _ZN38QgsVectorLayerUndoCommandDeleteFeatureD0Ev]
QgsVectorLayerUndoCommandDeleteFeature::~QgsVectorLayerUndoCommandDeleteFeature [in-charge] ( )
[symbol: _ZN38QgsVectorLayerUndoCommandDeleteFeatureD1Ev]
to the top
Removed Symbols (669)
qgis.h,
libqgis_core.so.1.8.0
QGis::qgisFeatureTypes [data]
[symbol: _ZN4QGis16qgisFeatureTypesE]
QGis::qgisVectorGeometryType [data]
[symbol: _ZN4QGis22qgisVectorGeometryTypeE]
qgsapplication.h,
libqgis_core.so.1.8.0
QgsApplication::developerPath ( ) [static]
[symbol: _ZN14QgsApplication13developerPathEv]
QgsApplication::svgPath ( ) [static]
[symbol: _ZN14QgsApplication7svgPathEv]
qgsattributeaction.h,
libqgis_core.so.1.8.0
QgsAttributeAction::doAction ( int index, QgsAttributeMap const& attributes, int defaultValueIndex, void(*executePython)(QString const&) )
[symbol: _ZN18QgsAttributeAction8doActionEiRK4QMapIi8QVariantEiPFvRK7QStringE]
qgsattributetablefiltermodel.h,
libqgis_gui.so.1.8.0
QgsAttributeTableFilterModel::QgsAttributeTableFilterModel [in-charge] ( QgsVectorLayer* theLayer )
[symbol: _ZN28QgsAttributeTableFilterModelC1EP14QgsVectorLayer]
QgsAttributeTableFilterModel::QgsAttributeTableFilterModel [not-in-charge] ( QgsVectorLayer* theLayer )
[symbol: _ZN28QgsAttributeTableFilterModelC2EP14QgsVectorLayer]
qgsattributetableidcolumnpair.h,
libqgis_gui.so.1.8.0
QgsAttributeTableIdColumnPair::operator< ( QgsAttributeTableIdColumnPair const& b ) const
[symbol: _ZNK29QgsAttributeTableIdColumnPairltERKS_]
qgsattributetablememorymodel.h,
libqgis_gui.so.1.8.0
QgsAttributeTableMemoryModel::featureAdded ( QgsFeatureId fid, bool inOperation )
[symbol: _ZN28QgsAttributeTableMemoryModel12featureAddedExb]
QgsAttributeTableMemoryModel::featureDeleted ( QgsFeatureId fid )
[symbol: _ZN28QgsAttributeTableMemoryModel14featureDeletedEx]
QgsAttributeTableMemoryModel::layerDeleted ( )
[symbol: _ZN28QgsAttributeTableMemoryModel12layerDeletedEv]
QgsAttributeTableMemoryModel::metaObject ( ) const
[symbol: _ZNK28QgsAttributeTableMemoryModel10metaObjectEv]
QgsAttributeTableMemoryModel::QgsAttributeTableMemoryModel [in-charge] ( QgsMapCanvas* theCanvas, QgsVectorLayer* theLayer )
[symbol: _ZN28QgsAttributeTableMemoryModelC1EP12QgsMapCanvasP14QgsVectorLayer]
QgsAttributeTableMemoryModel::QgsAttributeTableMemoryModel [not-in-charge] ( QgsMapCanvas* theCanvas, QgsVectorLayer* theLayer )
[symbol: _ZN28QgsAttributeTableMemoryModelC2EP12QgsMapCanvasP14QgsVectorLayer]
QgsAttributeTableMemoryModel::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN28QgsAttributeTableMemoryModel11qt_metacallEN11QMetaObject4CallEiPPv]
QgsAttributeTableMemoryModel::qt_metacast ( char const* p1 )
[symbol: _ZN28QgsAttributeTableMemoryModel11qt_metacastEPKc]
QgsAttributeTableMemoryModel::removeRows ( int row, int count, QModelIndex const& parent )
[symbol: _ZN28QgsAttributeTableMemoryModel10removeRowsEiiRK11QModelIndex]
QgsAttributeTableMemoryModel::rowCount ( QModelIndex const& parent ) const
[symbol: _ZNK28QgsAttributeTableMemoryModel8rowCountERK11QModelIndex]
QgsAttributeTableMemoryModel::staticMetaObject [data]
[symbol: _ZN28QgsAttributeTableMemoryModel16staticMetaObjectE]
QgsAttributeTableMemoryModel::~QgsAttributeTableMemoryModel [in-charge-deleting] ( )
[symbol: _ZN28QgsAttributeTableMemoryModelD0Ev]
QgsAttributeTableMemoryModel::~QgsAttributeTableMemoryModel [in-charge] ( )
[symbol: _ZN28QgsAttributeTableMemoryModelD1Ev]
vtable for QgsAttributeTableMemoryModel [data]
[symbol: _ZTV28QgsAttributeTableMemoryModel]
qgsattributetablemodel.h,
libqgis_gui.so.1.8.0
QgsAttributeTableModel::changeLayout ( )
[symbol: _ZN22QgsAttributeTableModel12changeLayoutEv]
QgsAttributeTableModel::extentsChanged ( )
[symbol: _ZN22QgsAttributeTableModel14extentsChangedEv]
QgsAttributeTableModel::incomingChangeLayout ( )
[symbol: _ZN22QgsAttributeTableModel20incomingChangeLayoutEv]
QgsAttributeTableModel::QgsAttributeTableModel [in-charge] ( QgsMapCanvas* canvas, QgsVectorLayer* theLayer, QObject* parent )
[symbol: _ZN22QgsAttributeTableModelC1EP12QgsMapCanvasP14QgsVectorLayerP7QObject]
QgsAttributeTableModel::QgsAttributeTableModel [not-in-charge] ( QgsMapCanvas* canvas, QgsVectorLayer* theLayer, QObject* parent )
[symbol: _ZN22QgsAttributeTableModelC2EP12QgsMapCanvasP14QgsVectorLayerP7QObject]
QgsAttributeTableModel::sort ( int column, enum Qt::SortOrder order )
[symbol: _ZN22QgsAttributeTableModel4sortEiN2Qt9SortOrderE]
qgsattributetableview.h,
libqgis_gui.so.1.8.0
QgsAttributeTableView::progress ( int i, bool& cancel )
[symbol: _ZN21QgsAttributeTableView8progressEiRb]
QgsAttributeTableView::setCanvasAndLayer ( QgsMapCanvas* canvas, QgsVectorLayer* layer )
[symbol: _ZN21QgsAttributeTableView17setCanvasAndLayerEP12QgsMapCanvasP14QgsVectorLayer]
qgscategorizedsymbolrendererv2.h,
libqgis_core.so.1.8.0
QgsCategorizedSymbolRendererV2::dump ( )
[symbol: _ZN30QgsCategorizedSymbolRendererV24dumpEv]
QgsRendererCategoryV2::dump ( )
[symbol: _ZN21QgsRendererCategoryV24dumpEv]
qgscentralpointpositionmanager.h,
libqgis_core.so.1.8.0
QgsCentralPointPositionManager::addLayer ( QgsVectorLayer* vl, QList<QgsVectorOverlay*>& overlays )
[symbol: _ZN30QgsCentralPointPositionManager8addLayerEP14QgsVectorLayerR5QListIP16QgsVectorOverlayE]
QgsCentralPointPositionManager::findObjectPositions ( QgsRenderContext const& context, enum QGis::UnitType unitType )
[symbol: _ZN30QgsCentralPointPositionManager19findObjectPositionsERK16QgsRenderContextN4QGis8UnitTypeE]
QgsCentralPointPositionManager::QgsCentralPointPositionManager [in-charge] ( )
[symbol: _ZN30QgsCentralPointPositionManagerC1Ev]
QgsCentralPointPositionManager::QgsCentralPointPositionManager [not-in-charge] ( )
[symbol: _ZN30QgsCentralPointPositionManagerC2Ev]
QgsCentralPointPositionManager::removeLayers ( )
[symbol: _ZN30QgsCentralPointPositionManager12removeLayersEv]
QgsCentralPointPositionManager::~QgsCentralPointPositionManager [in-charge-deleting] ( )
[symbol: _ZN30QgsCentralPointPositionManagerD0Ev]
QgsCentralPointPositionManager::~QgsCentralPointPositionManager [in-charge] ( )
[symbol: _ZN30QgsCentralPointPositionManagerD1Ev]
QgsCentralPointPositionManager::~QgsCentralPointPositionManager [not-in-charge] ( )
[symbol: _ZN30QgsCentralPointPositionManagerD2Ev]
vtable for QgsCentralPointPositionManager [data]
[symbol: _ZTV30QgsCentralPointPositionManager]
qgsclipper.h,
libqgis_core.so.1.8.0
QgsClipper::clippedLineWKB ( unsigned char* wkb, QgsRectangle const& clipExtent, QPolygonF& line ) [static]
[symbol: _ZN10QgsClipper14clippedLineWKBEPhRK12QgsRectangleR9QPolygonF]
qgscliptominmaxenhancement.h,
libqgis_core.so.1.8.0
QgsClipToMinMaxEnhancement::QgsClipToMinMaxEnhancement [in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType p1, double p2, double p3 )
[symbol: _ZN26QgsClipToMinMaxEnhancementC1EN22QgsContrastEnhancement17QgsRasterDataTypeEdd]
QgsClipToMinMaxEnhancement::QgsClipToMinMaxEnhancement [not-in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType p1, double p2, double p3 )
[symbol: _ZN26QgsClipToMinMaxEnhancementC2EN22QgsContrastEnhancement17QgsRasterDataTypeEdd]
qgscolorbrewerpalette.h,
libqgis_core.so.1.8.0
brewerString [data]
qgscolorbutton.h,
libqgis_gui.so.1.8.0
QgsColorButton::paintEvent ( QPaintEvent* e )
[symbol: _ZN14QgsColorButton10paintEventEP11QPaintEvent]
QgsColorButton::QgsColorButton [in-charge] ( QWidget* parent )
[symbol: _ZN14QgsColorButtonC1EP7QWidget]
QgsColorButton::QgsColorButton [not-in-charge] ( QWidget* parent )
[symbol: _ZN14QgsColorButtonC2EP7QWidget]
QgsColorButtonV2::QgsColorButtonV2 [in-charge] ( QString text, QWidget* parent )
[symbol: _ZN16QgsColorButtonV2C1E7QStringP7QWidget]
QgsColorButtonV2::QgsColorButtonV2 [in-charge] ( QWidget* parent )
[symbol: _ZN16QgsColorButtonV2C1EP7QWidget]
QgsColorButtonV2::QgsColorButtonV2 [not-in-charge] ( QString text, QWidget* parent )
[symbol: _ZN16QgsColorButtonV2C2E7QStringP7QWidget]
QgsColorButtonV2::QgsColorButtonV2 [not-in-charge] ( QWidget* parent )
[symbol: _ZN16QgsColorButtonV2C2EP7QWidget]
QgsColorButtonV2::setColor ( QColor const& color )
[symbol: _ZN16QgsColorButtonV28setColorERK6QColor]
QgsColorButtonV2::~QgsColorButtonV2 [in-charge-deleting] ( )
[symbol: _ZN16QgsColorButtonV2D0Ev]
QgsColorButtonV2::~QgsColorButtonV2 [in-charge] ( )
[symbol: _ZN16QgsColorButtonV2D1Ev]
vtable for QgsColorButtonV2 [data]
[symbol: _ZTV16QgsColorButtonV2]
qgscolorrampshader.h,
libqgis_core.so.1.8.0
QgsColorRampShader::shade ( double p1, double p2, double p3, int* p4, int* p5, int* p6 )
[symbol: _ZN18QgsColorRampShader5shadeEdddPiS0_S0_]
QgsColorRampShader::shade ( double p1, int* p2, int* p3, int* p4 )
[symbol: _ZN18QgsColorRampShader5shadeEdPiS0_S0_]
qgscontinuouscolorrenderer.h,
libqgis_core.so.1.8.0
QgsContinuousColorRenderer::classificationAttributes ( ) const
[symbol: _ZNK26QgsContinuousColorRenderer24classificationAttributesEv]
QgsContinuousColorRenderer::clone ( ) const
[symbol: _ZNK26QgsContinuousColorRenderer5cloneEv]
QgsContinuousColorRenderer::name ( ) const
[symbol: _ZNK26QgsContinuousColorRenderer4nameEv]
QgsContinuousColorRenderer::needsAttributes ( ) const
[symbol: _ZNK26QgsContinuousColorRenderer15needsAttributesEv]
QgsContinuousColorRenderer::operator = ( QgsContinuousColorRenderer const& other )
[symbol: _ZN26QgsContinuousColorRendereraSERKS_]
QgsContinuousColorRenderer::QgsContinuousColorRenderer [in-charge] ( enum QGis::GeometryType type )
[symbol: _ZN26QgsContinuousColorRendererC1EN4QGis12GeometryTypeE]
QgsContinuousColorRenderer::QgsContinuousColorRenderer [in-charge] ( QgsContinuousColorRenderer const& other )
[symbol: _ZN26QgsContinuousColorRendererC1ERKS_]
QgsContinuousColorRenderer::QgsContinuousColorRenderer [not-in-charge] ( enum QGis::GeometryType type )
[symbol: _ZN26QgsContinuousColorRendererC2EN4QGis12GeometryTypeE]
QgsContinuousColorRenderer::QgsContinuousColorRenderer [not-in-charge] ( QgsContinuousColorRenderer const& other )
[symbol: _ZN26QgsContinuousColorRendererC2ERKS_]
QgsContinuousColorRenderer::readXML ( QDomNode const& rnode, QgsVectorLayer& vl )
[symbol: _ZN26QgsContinuousColorRenderer7readXMLERK8QDomNodeR14QgsVectorLayer]
QgsContinuousColorRenderer::renderFeature ( QgsRenderContext& renderContext, QgsFeature& f, QImage* img, bool selected, double opacity )
[symbol: _ZN26QgsContinuousColorRenderer13renderFeatureER16QgsRenderContextR10QgsFeatureP6QImagebd]
QgsContinuousColorRenderer::setMaximumSymbol ( QgsSymbol* sy )
[symbol: _ZN26QgsContinuousColorRenderer16setMaximumSymbolEP9QgsSymbol]
QgsContinuousColorRenderer::setMinimumSymbol ( QgsSymbol* sy )
[symbol: _ZN26QgsContinuousColorRenderer16setMinimumSymbolEP9QgsSymbol]
QgsContinuousColorRenderer::symbols ( ) const
[symbol: _ZNK26QgsContinuousColorRenderer7symbolsEv]
QgsContinuousColorRenderer::writeXML ( QDomNode& layer_node, QDomDocument& document, QgsVectorLayer const& vl ) const
[symbol: _ZNK26QgsContinuousColorRenderer8writeXMLER8QDomNodeR12QDomDocumentRK14QgsVectorLayer]
QgsContinuousColorRenderer::~QgsContinuousColorRenderer [in-charge-deleting] ( )
[symbol: _ZN26QgsContinuousColorRendererD0Ev]
QgsContinuousColorRenderer::~QgsContinuousColorRenderer [in-charge] ( )
[symbol: _ZN26QgsContinuousColorRendererD1Ev]
QgsContinuousColorRenderer::~QgsContinuousColorRenderer [not-in-charge] ( )
[symbol: _ZN26QgsContinuousColorRendererD2Ev]
vtable for QgsContinuousColorRenderer [data]
[symbol: _ZTV26QgsContinuousColorRenderer]
qgscontrastenhancement.h,
libqgis_core.so.1.8.0
QgsContrastEnhancement::maximumValuePossible ( enum QgsContrastEnhancement::QgsRasterDataType p1 ) [static]
[symbol: _ZN22QgsContrastEnhancement20maximumValuePossibleENS_17QgsRasterDataTypeE]
QgsContrastEnhancement::minimumValuePossible ( enum QgsContrastEnhancement::QgsRasterDataType p1 ) [static]
[symbol: _ZN22QgsContrastEnhancement20minimumValuePossibleENS_17QgsRasterDataTypeE]
QgsContrastEnhancement::QgsContrastEnhancement [in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType theDatatype )
[symbol: _ZN22QgsContrastEnhancementC1ENS_17QgsRasterDataTypeE]
QgsContrastEnhancement::QgsContrastEnhancement [not-in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType theDatatype )
[symbol: _ZN22QgsContrastEnhancementC2ENS_17QgsRasterDataTypeE]
qgscontrastenhancementfunction.h,
libqgis_core.so.1.8.0
QgsContrastEnhancementFunction::QgsContrastEnhancementFunction [in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType p1, double p2, double p3 )
[symbol: _ZN30QgsContrastEnhancementFunctionC1EN22QgsContrastEnhancement17QgsRasterDataTypeEdd]
QgsContrastEnhancementFunction::QgsContrastEnhancementFunction [not-in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType p1, double p2, double p3 )
[symbol: _ZN30QgsContrastEnhancementFunctionC2EN22QgsContrastEnhancement17QgsRasterDataTypeEdd]
qgscoordinatereferencesystem.h,
libqgis_core.so.1.8.0
QgsCoordinateReferenceSystem::createFromEpsg ( long const theEpsg )
[symbol: _ZN28QgsCoordinateReferenceSystem14createFromEpsgEl]
QgsCoordinateReferenceSystem::epsg ( ) const
[symbol: _ZNK28QgsCoordinateReferenceSystem4epsgEv]
QgsCoordinateReferenceSystem::equals ( QString theProj4String )
[symbol: _ZN28QgsCoordinateReferenceSystem6equalsE7QString]
QgsCoordinateReferenceSystem::setCustomSrsValidation ( void(*f)(QgsCoordinateReferenceSystem*) ) [static]
[symbol: _ZN28QgsCoordinateReferenceSystem22setCustomSrsValidationEPFvPS_E]
qgscoordinatetransform.h,
libqgis_core.so.1.8.0
QgsCoordinateTransform::transformInPlace ( std::vector<double>& x, std::vector<double>& y, std::vector<double>& z, enum QgsCoordinateTransform::TransformDirection direction ) const
[symbol: _ZNK22QgsCoordinateTransform16transformInPlaceERSt6vectorIdSaIdEES3_S3_NS_18TransformDirectionE]
qgsdataitem.h,
libqgis_core.so.1.8.0
QgsDataItem::getThemePixmap ( QString const theName ) [static]
[symbol: _ZN11QgsDataItem14getThemePixmapE7QString]
qgsdiagramrendererv2.h,
libqgis_core.so.1.8.0
QgsDiagramLayerSettings::readXML ( QDomElement const& elem )
[symbol: _ZN23QgsDiagramLayerSettings7readXMLERK11QDomElement]
QgsDiagramLayerSettings::writeXML ( QDomElement& layerElem, QDomDocument& doc ) const
[symbol: _ZNK23QgsDiagramLayerSettings8writeXMLER11QDomElementR12QDomDocument]
QgsDiagramRendererV2::_readXML ( QDomElement const& elem )
[symbol: _ZN20QgsDiagramRendererV28_readXMLERK11QDomElement]
QgsDiagramRendererV2::_writeXML ( QDomElement& rendererElem, QDomDocument& doc ) const
[symbol: _ZNK20QgsDiagramRendererV29_writeXMLER11QDomElementR12QDomDocument]
QgsDiagramRendererV2::renderDiagram ( QgsAttributeMap const& att, QgsRenderContext& c, QPointF const& pos )
[symbol: _ZN20QgsDiagramRendererV213renderDiagramERK4QMapIi8QVariantER16QgsRenderContextRK7QPointF]
QgsDiagramRendererV2::sizeMapUnits ( QgsAttributeMap const& attributes, QgsRenderContext const& c )
[symbol: _ZN20QgsDiagramRendererV212sizeMapUnitsERK4QMapIi8QVariantERK16QgsRenderContext]
QgsDiagramSettings::readXML ( QDomElement const& elem )
[symbol: _ZN18QgsDiagramSettings7readXMLERK11QDomElement]
QgsDiagramSettings::writeXML ( QDomElement& rendererElem, QDomDocument& doc ) const
[symbol: _ZNK18QgsDiagramSettings8writeXMLER11QDomElementR12QDomDocument]
QgsLinearlyInterpolatedDiagramRenderer::diagramSettings ( QgsAttributeMap const& p1, QgsRenderContext const& c, QgsDiagramSettings& s )
[symbol: _ZN38QgsLinearlyInterpolatedDiagramRenderer15diagramSettingsERK4QMapIi8QVariantERK16QgsRenderContextR18QgsDiagramSettings]
QgsLinearlyInterpolatedDiagramRenderer::diagramSize ( QgsAttributeMap const& attributes, QgsRenderContext const& c )
[symbol: _ZN38QgsLinearlyInterpolatedDiagramRenderer11diagramSizeERK4QMapIi8QVariantERK16QgsRenderContext]
QgsLinearlyInterpolatedDiagramRenderer::readXML ( QDomElement const& elem )
[symbol: _ZN38QgsLinearlyInterpolatedDiagramRenderer7readXMLERK11QDomElement]
QgsLinearlyInterpolatedDiagramRenderer::writeXML ( QDomElement& layerElem, QDomDocument& doc ) const
[symbol: _ZNK38QgsLinearlyInterpolatedDiagramRenderer8writeXMLER11QDomElementR12QDomDocument]
QgsSingleCategoryDiagramRenderer::diagramSettings ( QgsAttributeMap const& p1, QgsRenderContext const& c, QgsDiagramSettings& s )
[symbol: _ZN32QgsSingleCategoryDiagramRenderer15diagramSettingsERK4QMapIi8QVariantERK16QgsRenderContextR18QgsDiagramSettings]
QgsSingleCategoryDiagramRenderer::diagramSize ( QgsAttributeMap const& attributes, QgsRenderContext const& c )
[symbol: _ZN32QgsSingleCategoryDiagramRenderer11diagramSizeERK4QMapIi8QVariantERK16QgsRenderContext]
QgsSingleCategoryDiagramRenderer::readXML ( QDomElement const& elem )
[symbol: _ZN32QgsSingleCategoryDiagramRenderer7readXMLERK11QDomElement]
QgsSingleCategoryDiagramRenderer::writeXML ( QDomElement& layerElem, QDomDocument& doc ) const
[symbol: _ZNK32QgsSingleCategoryDiagramRenderer8writeXMLER11QDomElementR12QDomDocument]
qgsdistancearea.h,
libqgis_core.so.1.8.0
QgsDistanceArea::measureLine ( unsigned char* feature, double* area, bool hasZptr )
[symbol: _ZN15QgsDistanceArea11measureLineEPhPdb]
QgsDistanceArea::measurePolygon ( unsigned char* feature, double* area, double* perimeter, bool hasZptr )
[symbol: _ZN15QgsDistanceArea14measurePolygonEPhPdS1_b]
QgsDistanceArea::setProjectionsEnabled ( bool flag )
[symbol: _ZN15QgsDistanceArea21setProjectionsEnabledEb]
QgsDistanceArea::setSourceEpsgCrsId ( long epsgId )
[symbol: _ZN15QgsDistanceArea18setSourceEpsgCrsIdEl]
qgsexpression.h,
libqgis_core.so.1.8.0
QgsExpression::acceptVisitor ( QgsExpression::Visitor& v )
[symbol: _ZN13QgsExpression13acceptVisitorERNS_7VisitorE]
QgsExpression::BinaryOgcOperatorText [data]
[symbol: _ZN13QgsExpression21BinaryOgcOperatorTextE]
QgsExpression::createFromOgcFilter ( QDomElement& element ) [static]
[symbol: _ZN13QgsExpression19createFromOgcFilterER11QDomElement]
QgsExpression::evaluate ( QgsFeature* f )
[symbol: _ZN13QgsExpression8evaluateEP10QgsFeature]
QgsExpression::evaluate ( QgsFeature* f, QgsFieldMap const& fields )
[symbol: _ZN13QgsExpression8evaluateEP10QgsFeatureRK4QMapIi8QgsFieldE]
QgsExpression::Node::createFromOgcFilter ( QDomElement& element, QString& errorMessage ) [static]
[symbol: _ZN13QgsExpression4Node19createFromOgcFilterER11QDomElementR7QString]
QgsExpression::Node::toOgcFilter ( QDomDocument& doc, QDomElement& element ) const
[symbol: _ZNK13QgsExpression4Node11toOgcFilterER12QDomDocumentR11QDomElement]
QgsExpression::NodeBinaryOperator::accept ( QgsExpression::Visitor& v )
[symbol: _ZN13QgsExpression18NodeBinaryOperator6acceptERNS_7VisitorE]
QgsExpression::NodeBinaryOperator::createFromOgcFilter ( QDomElement& element, QString& errorMessage ) [static]
[symbol: _ZN13QgsExpression18NodeBinaryOperator19createFromOgcFilterER11QDomElementR7QString]
QgsExpression::NodeBinaryOperator::eval ( QgsExpression* parent, QgsFeature* f )
[symbol: _ZN13QgsExpression18NodeBinaryOperator4evalEPS_P10QgsFeature]
QgsExpression::NodeBinaryOperator::prepare ( QgsExpression* parent, QgsFieldMap const& fields )
[symbol: _ZN13QgsExpression18NodeBinaryOperator7prepareEPS_RK4QMapIi8QgsFieldE]
QgsExpression::NodeBinaryOperator::toOgcFilter ( QDomDocument& doc, QDomElement& element ) const
[symbol: _ZNK13QgsExpression18NodeBinaryOperator11toOgcFilterER12QDomDocumentR11QDomElement]
QgsExpression::NodeColumnRef::accept ( QgsExpression::Visitor& v )
[symbol: _ZN13QgsExpression13NodeColumnRef6acceptERNS_7VisitorE]
QgsExpression::NodeColumnRef::createFromOgcFilter ( QDomElement& element, QString& errorMessage ) [static]
[symbol: _ZN13QgsExpression13NodeColumnRef19createFromOgcFilterER11QDomElementR7QString]
QgsExpression::NodeColumnRef::eval ( QgsExpression* parent, QgsFeature* f )
[symbol: _ZN13QgsExpression13NodeColumnRef4evalEPS_P10QgsFeature]
QgsExpression::NodeColumnRef::prepare ( QgsExpression* parent, QgsFieldMap const& fields )
[symbol: _ZN13QgsExpression13NodeColumnRef7prepareEPS_RK4QMapIi8QgsFieldE]
QgsExpression::NodeColumnRef::toOgcFilter ( QDomDocument& doc, QDomElement& element ) const
[symbol: _ZNK13QgsExpression13NodeColumnRef11toOgcFilterER12QDomDocumentR11QDomElement]
QgsExpression::NodeCondition::accept ( QgsExpression::Visitor& v )
[symbol: _ZN13QgsExpression13NodeCondition6acceptERNS_7VisitorE]
QgsExpression::NodeCondition::eval ( QgsExpression* parent, QgsFeature* f )
[symbol: _ZN13QgsExpression13NodeCondition4evalEPS_P10QgsFeature]
QgsExpression::NodeCondition::prepare ( QgsExpression* parent, QgsFieldMap const& fields )
[symbol: _ZN13QgsExpression13NodeCondition7prepareEPS_RK4QMapIi8QgsFieldE]
QgsExpression::NodeCondition::toOgcFilter ( QDomDocument& doc, QDomElement& element ) const
[symbol: _ZNK13QgsExpression13NodeCondition11toOgcFilterER12QDomDocumentR11QDomElement]
QgsExpression::NodeFunction::accept ( QgsExpression::Visitor& v )
[symbol: _ZN13QgsExpression12NodeFunction6acceptERNS_7VisitorE]
QgsExpression::NodeFunction::createFromOgcFilter ( QDomElement& element, QString& errorMessage ) [static]
[symbol: _ZN13QgsExpression12NodeFunction19createFromOgcFilterER11QDomElementR7QString]
QgsExpression::NodeFunction::eval ( QgsExpression* parent, QgsFeature* f )
[symbol: _ZN13QgsExpression12NodeFunction4evalEPS_P10QgsFeature]
QgsExpression::NodeFunction::prepare ( QgsExpression* parent, QgsFieldMap const& fields )
[symbol: _ZN13QgsExpression12NodeFunction7prepareEPS_RK4QMapIi8QgsFieldE]
QgsExpression::NodeFunction::toOgcFilter ( QDomDocument& doc, QDomElement& element ) const
[symbol: _ZNK13QgsExpression12NodeFunction11toOgcFilterER12QDomDocumentR11QDomElement]
QgsExpression::NodeInOperator::accept ( QgsExpression::Visitor& v )
[symbol: _ZN13QgsExpression14NodeInOperator6acceptERNS_7VisitorE]
QgsExpression::NodeInOperator::eval ( QgsExpression* parent, QgsFeature* f )
[symbol: _ZN13QgsExpression14NodeInOperator4evalEPS_P10QgsFeature]
QgsExpression::NodeInOperator::prepare ( QgsExpression* parent, QgsFieldMap const& fields )
[symbol: _ZN13QgsExpression14NodeInOperator7prepareEPS_RK4QMapIi8QgsFieldE]
QgsExpression::NodeInOperator::toOgcFilter ( QDomDocument& doc, QDomElement& element ) const
[symbol: _ZNK13QgsExpression14NodeInOperator11toOgcFilterER12QDomDocumentR11QDomElement]
QgsExpression::NodeList::toOgcFilter ( QDomDocument& doc, QDomElement& element ) const
[symbol: _ZNK13QgsExpression8NodeList11toOgcFilterER12QDomDocumentR11QDomElement]
QgsExpression::NodeLiteral::accept ( QgsExpression::Visitor& v )
[symbol: _ZN13QgsExpression11NodeLiteral6acceptERNS_7VisitorE]
QgsExpression::NodeLiteral::createFromOgcFilter ( QDomElement& element, QString& errorMessage ) [static]
[symbol: _ZN13QgsExpression11NodeLiteral19createFromOgcFilterER11QDomElementR7QString]
QgsExpression::NodeLiteral::eval ( QgsExpression* parent, QgsFeature* f )
[symbol: _ZN13QgsExpression11NodeLiteral4evalEPS_P10QgsFeature]
QgsExpression::NodeLiteral::prepare ( QgsExpression* parent, QgsFieldMap const& fields )
[symbol: _ZN13QgsExpression11NodeLiteral7prepareEPS_RK4QMapIi8QgsFieldE]
QgsExpression::NodeLiteral::toOgcFilter ( QDomDocument& doc, QDomElement& element ) const
[symbol: _ZNK13QgsExpression11NodeLiteral11toOgcFilterER12QDomDocumentR11QDomElement]
QgsExpression::NodeUnaryOperator::accept ( QgsExpression::Visitor& v )
[symbol: _ZN13QgsExpression17NodeUnaryOperator6acceptERNS_7VisitorE]
QgsExpression::NodeUnaryOperator::createFromOgcFilter ( QDomElement& element, QString& errorMessage ) [static]
[symbol: _ZN13QgsExpression17NodeUnaryOperator19createFromOgcFilterER11QDomElementR7QString]
QgsExpression::NodeUnaryOperator::eval ( QgsExpression* parent, QgsFeature* f )
[symbol: _ZN13QgsExpression17NodeUnaryOperator4evalEPS_P10QgsFeature]
QgsExpression::NodeUnaryOperator::prepare ( QgsExpression* parent, QgsFieldMap const& fields )
[symbol: _ZN13QgsExpression17NodeUnaryOperator7prepareEPS_RK4QMapIi8QgsFieldE]
QgsExpression::NodeUnaryOperator::toOgcFilter ( QDomDocument& doc, QDomElement& element ) const
[symbol: _ZNK13QgsExpression17NodeUnaryOperator11toOgcFilterER12QDomDocumentR11QDomElement]
QgsExpression::prepare ( QgsFieldMap const& fields )
[symbol: _ZN13QgsExpression7prepareERK4QMapIi8QgsFieldE]
QgsExpression::toOgcFilter ( QDomDocument& doc, QDomElement& element ) const
[symbol: _ZNK13QgsExpression11toOgcFilterER12QDomDocumentR11QDomElement]
QgsExpression::UnaryOgcOperatorText [data]
[symbol: _ZN13QgsExpression20UnaryOgcOperatorTextE]
qgsexpressionbuilderwidget.h,
libqgis_gui.so.1.8.0
QgsExpressionBuilderWidget::loadFieldNames ( QgsFieldMap fields )
[symbol: _ZN26QgsExpressionBuilderWidget14loadFieldNamesE4QMapIi8QgsFieldE]
qgsfeature.h,
libqgis_core.so.1.8.0
QgsFeature::addAttribute ( int field, QVariant attr )
[symbol: _ZN10QgsFeature12addAttributeEi8QVariant]
QgsFeature::attributeMap ( ) const
[symbol: _ZNK10QgsFeature12attributeMapEv]
QgsFeature::changeAttribute ( int field, QVariant attr )
[symbol: _ZN10QgsFeature15changeAttributeEi8QVariant]
QgsFeature::clean ( )
[symbol: _ZN10QgsFeature5cleanEv]
QgsFeature::clearAttributeMap ( )
[symbol: _ZN10QgsFeature17clearAttributeMapEv]
QgsFeature::geometry ( )
[symbol: _ZN10QgsFeature8geometryEv]
QgsFeature::isDirty ( ) const
[symbol: _ZNK10QgsFeature7isDirtyEv]
QgsFeature::QgsFeature [in-charge] ( QgsFeatureId id, QString typeName )
[symbol: _ZN10QgsFeatureC1Ex7QString]
QgsFeature::QgsFeature [not-in-charge] ( QgsFeatureId id, QString typeName )
[symbol: _ZN10QgsFeatureC2Ex7QString]
QgsFeature::setAttributeMap ( QgsAttributeMap const& attributeMap )
[symbol: _ZN10QgsFeature15setAttributeMapERK4QMapIi8QVariantE]
QgsFeature::setTypeName ( QString typeName )
[symbol: _ZN10QgsFeature11setTypeNameE7QString]
QgsFeature::typeName ( ) const
[symbol: _ZNK10QgsFeature8typeNameEv]
qgsfieldvalidator.h,
libqgis_gui.so.1.8.0
QgsFieldValidator::QgsFieldValidator [in-charge] ( QObject* parent, QgsField const& field )
[symbol: _ZN17QgsFieldValidatorC1EP7QObjectRK8QgsField]
QgsFieldValidator::QgsFieldValidator [not-in-charge] ( QObject* parent, QgsField const& field )
[symbol: _ZN17QgsFieldValidatorC2EP7QObjectRK8QgsField]
qgsfreakoutshader.h,
libqgis_core.so.1.8.0
QgsFreakOutShader::QgsFreakOutShader [in-charge] ( double theMinimumValue, double theMaximumValue )
[symbol: _ZN17QgsFreakOutShaderC1Edd]
QgsFreakOutShader::QgsFreakOutShader [not-in-charge] ( double theMinimumValue, double theMaximumValue )
[symbol: _ZN17QgsFreakOutShaderC2Edd]
QgsFreakOutShader::setMaximumValue ( double p1 )
[symbol: _ZN17QgsFreakOutShader15setMaximumValueEd]
QgsFreakOutShader::setMinimumValue ( double p1 )
[symbol: _ZN17QgsFreakOutShader15setMinimumValueEd]
QgsFreakOutShader::shade ( double p1, double p2, double p3, int* p4, int* p5, int* p6 )
[symbol: _ZN17QgsFreakOutShader5shadeEdddPiS0_S0_]
QgsFreakOutShader::shade ( double p1, int* p2, int* p3, int* p4 )
[symbol: _ZN17QgsFreakOutShader5shadeEdPiS0_S0_]
QgsFreakOutShader::~QgsFreakOutShader [in-charge-deleting] ( )
[symbol: _ZN17QgsFreakOutShaderD0Ev]
QgsFreakOutShader::~QgsFreakOutShader [in-charge] ( )
[symbol: _ZN17QgsFreakOutShaderD1Ev]
vtable for QgsFreakOutShader [data]
[symbol: _ZTV17QgsFreakOutShader]
qgsgenericprojectionselector.h,
libqgis_gui.so.1.8.0
QgsGenericProjectionSelector::selectedEpsg ( )
[symbol: _ZN28QgsGenericProjectionSelector12selectedEpsgEv]
QgsGenericProjectionSelector::selectedProj4String ( )
[symbol: _ZN28QgsGenericProjectionSelector19selectedProj4StringEv]
QgsGenericProjectionSelector::setSelectedEpsg ( long theID )
[symbol: _ZN28QgsGenericProjectionSelector15setSelectedEpsgEl]
qgsgeometry.h,
libqgis_core.so.1.8.0
QgsGeometry::asGeometryCollection ( )
[symbol: _ZN11QgsGeometry20asGeometryCollectionEv]
QgsGeometry::asGeos ( )
[symbol: _ZN11QgsGeometry6asGeosEv]
QgsGeometry::asMultiPoint ( )
[symbol: _ZN11QgsGeometry12asMultiPointEv]
QgsGeometry::asMultiPolygon ( )
[symbol: _ZN11QgsGeometry14asMultiPolygonEv]
QgsGeometry::asMultiPolyline ( )
[symbol: _ZN11QgsGeometry15asMultiPolylineEv]
QgsGeometry::asPoint ( )
[symbol: _ZN11QgsGeometry7asPointEv]
QgsGeometry::asPolygon ( )
[symbol: _ZN11QgsGeometry9asPolygonEv]
QgsGeometry::asPolyline ( )
[symbol: _ZN11QgsGeometry10asPolylineEv]
QgsGeometry::asWkb ( )
[symbol: _ZN11QgsGeometry5asWkbEv]
QgsGeometry::avoidIntersections ( )
[symbol: _ZN11QgsGeometry18avoidIntersectionsEv]
QgsGeometry::contains ( QgsGeometry* geometry )
[symbol: _ZN11QgsGeometry8containsEPS_]
QgsGeometry::contains ( QgsPoint* p )
[symbol: _ZN11QgsGeometry8containsEP8QgsPoint]
QgsGeometry::crosses ( QgsGeometry* geometry )
[symbol: _ZN11QgsGeometry7crossesEPS_]
QgsGeometry::disjoint ( QgsGeometry* geometry )
[symbol: _ZN11QgsGeometry8disjointEPS_]
QgsGeometry::equals ( QgsGeometry* geometry )
[symbol: _ZN11QgsGeometry6equalsEPS_]
QgsGeometry::exportToGeoJSON ( )
[symbol: _ZN11QgsGeometry15exportToGeoJSONEv]
QgsGeometry::exportToWkt ( )
[symbol: _ZN11QgsGeometry11exportToWktEv]
QgsGeometry::intersects ( QgsGeometry* geometry )
[symbol: _ZN11QgsGeometry10intersectsEPS_]
QgsGeometry::intersects ( QgsRectangle const& r )
[symbol: _ZN11QgsGeometry10intersectsERK12QgsRectangle]
QgsGeometry::overlaps ( QgsGeometry* geometry )
[symbol: _ZN11QgsGeometry8overlapsEPS_]
QgsGeometry::touches ( QgsGeometry* geometry )
[symbol: _ZN11QgsGeometry7touchesEPS_]
QgsGeometry::within ( QgsGeometry* geometry )
[symbol: _ZN11QgsGeometry6withinEPS_]
QgsGeometry::wkbSize ( )
[symbol: _ZN11QgsGeometry7wkbSizeEv]
QgsGeometry::wkbType ( )
[symbol: _ZN11QgsGeometry7wkbTypeEv]
qgsgraduatedsymbolrenderer.h,
libqgis_core.so.1.8.0
QgsGraduatedSymbolRenderer::classificationAttributes ( ) const
[symbol: _ZNK26QgsGraduatedSymbolRenderer24classificationAttributesEv]
QgsGraduatedSymbolRenderer::clone ( ) const
[symbol: _ZNK26QgsGraduatedSymbolRenderer5cloneEv]
QgsGraduatedSymbolRenderer::mode ( ) const
[symbol: _ZNK26QgsGraduatedSymbolRenderer4modeEv]
QgsGraduatedSymbolRenderer::name ( ) const
[symbol: _ZNK26QgsGraduatedSymbolRenderer4nameEv]
QgsGraduatedSymbolRenderer::needsAttributes ( ) const
[symbol: _ZNK26QgsGraduatedSymbolRenderer15needsAttributesEv]
QgsGraduatedSymbolRenderer::operator = ( QgsGraduatedSymbolRenderer const& other )
[symbol: _ZN26QgsGraduatedSymbolRendereraSERKS_]
QgsGraduatedSymbolRenderer::QgsGraduatedSymbolRenderer [in-charge] ( enum QGis::GeometryType type, enum QgsGraduatedSymbolRenderer::Mode theMode )
[symbol: _ZN26QgsGraduatedSymbolRendererC1EN4QGis12GeometryTypeENS_4ModeE]
QgsGraduatedSymbolRenderer::QgsGraduatedSymbolRenderer [in-charge] ( QgsGraduatedSymbolRenderer const& other )
[symbol: _ZN26QgsGraduatedSymbolRendererC1ERKS_]
QgsGraduatedSymbolRenderer::QgsGraduatedSymbolRenderer [not-in-charge] ( enum QGis::GeometryType type, enum QgsGraduatedSymbolRenderer::Mode theMode )
[symbol: _ZN26QgsGraduatedSymbolRendererC2EN4QGis12GeometryTypeENS_4ModeE]
QgsGraduatedSymbolRenderer::QgsGraduatedSymbolRenderer [not-in-charge] ( QgsGraduatedSymbolRenderer const& other )
[symbol: _ZN26QgsGraduatedSymbolRendererC2ERKS_]
QgsGraduatedSymbolRenderer::readXML ( QDomNode const& rnode, QgsVectorLayer& vl )
[symbol: _ZN26QgsGraduatedSymbolRenderer7readXMLERK8QDomNodeR14QgsVectorLayer]
QgsGraduatedSymbolRenderer::removeSymbols ( )
[symbol: _ZN26QgsGraduatedSymbolRenderer13removeSymbolsEv]
QgsGraduatedSymbolRenderer::renderFeature ( QgsRenderContext& renderContext, QgsFeature& f, QImage* img, bool selected, double opacity )
[symbol: _ZN26QgsGraduatedSymbolRenderer13renderFeatureER16QgsRenderContextR10QgsFeatureP6QImagebd]
QgsGraduatedSymbolRenderer::setMode ( enum QgsGraduatedSymbolRenderer::Mode theMode )
[symbol: _ZN26QgsGraduatedSymbolRenderer7setModeENS_4ModeE]
QgsGraduatedSymbolRenderer::symbolForFeature ( QgsFeature const* f )
[symbol: _ZN26QgsGraduatedSymbolRenderer16symbolForFeatureEPK10QgsFeature]
QgsGraduatedSymbolRenderer::symbols ( ) const
[symbol: _ZNK26QgsGraduatedSymbolRenderer7symbolsEv]
QgsGraduatedSymbolRenderer::updateSymbolAttributes ( )
[symbol: _ZN26QgsGraduatedSymbolRenderer22updateSymbolAttributesEv]
QgsGraduatedSymbolRenderer::willRenderFeature ( QgsFeature* f )
[symbol: _ZN26QgsGraduatedSymbolRenderer17willRenderFeatureEP10QgsFeature]
QgsGraduatedSymbolRenderer::writeXML ( QDomNode& layer_node, QDomDocument& document, QgsVectorLayer const& vl ) const
[symbol: _ZNK26QgsGraduatedSymbolRenderer8writeXMLER8QDomNodeR12QDomDocumentRK14QgsVectorLayer]
QgsGraduatedSymbolRenderer::~QgsGraduatedSymbolRenderer [in-charge-deleting] ( )
[symbol: _ZN26QgsGraduatedSymbolRendererD0Ev]
QgsGraduatedSymbolRenderer::~QgsGraduatedSymbolRenderer [in-charge] ( )
[symbol: _ZN26QgsGraduatedSymbolRendererD1Ev]
QgsGraduatedSymbolRenderer::~QgsGraduatedSymbolRenderer [not-in-charge] ( )
[symbol: _ZN26QgsGraduatedSymbolRendererD2Ev]
vtable for QgsGraduatedSymbolRenderer [data]
[symbol: _ZTV26QgsGraduatedSymbolRenderer]
qgsgraduatedsymbolrendererv2.h,
libqgis_core.so.1.8.0
QgsGraduatedSymbolRendererV2::dump ( )
[symbol: _ZN28QgsGraduatedSymbolRendererV24dumpEv]
QgsRendererRangeV2::dump ( )
[symbol: _ZN18QgsRendererRangeV24dumpEv]
qgslabel.h,
libqgis_core.so.1.8.0
QgsLabel::layerAttributes ( )
[symbol: _ZN8QgsLabel15layerAttributesEv]
QgsLabel::QgsLabel [in-charge] ( QgsFieldMap const& fields )
[symbol: _ZN8QgsLabelC1ERK4QMapIi8QgsFieldE]
QgsLabel::QgsLabel [not-in-charge] ( QgsFieldMap const& fields )
[symbol: _ZN8QgsLabelC2ERK4QMapIi8QgsFieldE]
QgsLabel::setFields ( QgsFieldMap const& fields )
[symbol: _ZN8QgsLabel9setFieldsERK4QMapIi8QgsFieldE]
qgslinearminmaxenhancement.h,
libqgis_core.so.1.8.0
QgsLinearMinMaxEnhancement::QgsLinearMinMaxEnhancement [in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType p1, double p2, double p3 )
[symbol: _ZN26QgsLinearMinMaxEnhancementC1EN22QgsContrastEnhancement17QgsRasterDataTypeEdd]
QgsLinearMinMaxEnhancement::QgsLinearMinMaxEnhancement [not-in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType p1, double p2, double p3 )
[symbol: _ZN26QgsLinearMinMaxEnhancementC2EN22QgsContrastEnhancement17QgsRasterDataTypeEdd]
qgslinearminmaxenhancementwithclip.h,
libqgis_core.so.1.8.0
QgsLinearMinMaxEnhancementWithClip::QgsLinearMinMaxEnhancementWithClip [in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType p1, double p2, double p3 )
[symbol: _ZN34QgsLinearMinMaxEnhancementWithClipC1EN22QgsContrastEnhancement17QgsRasterDataTypeEdd]
QgsLinearMinMaxEnhancementWithClip::QgsLinearMinMaxEnhancementWithClip [not-in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType p1, double p2, double p3 )
[symbol: _ZN34QgsLinearMinMaxEnhancementWithClipC2EN22QgsContrastEnhancement17QgsRasterDataTypeEdd]
qgslinesymbollayerv2.h,
libqgis_core.so.1.8.0
QgsLineDecorationSymbolLayerV2::clone ( ) const
[symbol: _ZNK30QgsLineDecorationSymbolLayerV25cloneEv]
QgsLineDecorationSymbolLayerV2::create ( QgsStringMap const& properties ) [static]
[symbol: _ZN30QgsLineDecorationSymbolLayerV26createERK4QMapI7QStringS1_E]
QgsLineDecorationSymbolLayerV2::layerType ( ) const
[symbol: _ZNK30QgsLineDecorationSymbolLayerV29layerTypeEv]
QgsLineDecorationSymbolLayerV2::properties ( ) const
[symbol: _ZNK30QgsLineDecorationSymbolLayerV210propertiesEv]
QgsLineDecorationSymbolLayerV2::QgsLineDecorationSymbolLayerV2 [in-charge] ( QColor color, double width )
[symbol: _ZN30QgsLineDecorationSymbolLayerV2C1E6QColord]
QgsLineDecorationSymbolLayerV2::QgsLineDecorationSymbolLayerV2 [not-in-charge] ( QColor color, double width )
[symbol: _ZN30QgsLineDecorationSymbolLayerV2C2E6QColord]
QgsLineDecorationSymbolLayerV2::renderPolyline ( QPolygonF const& points, QgsSymbolV2RenderContext& context )
[symbol: _ZN30QgsLineDecorationSymbolLayerV214renderPolylineERK9QPolygonFR24QgsSymbolV2RenderContext]
QgsLineDecorationSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )
[symbol: _ZN30QgsLineDecorationSymbolLayerV211startRenderER24QgsSymbolV2RenderContext]
QgsLineDecorationSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext& context )
[symbol: _ZN30QgsLineDecorationSymbolLayerV210stopRenderER24QgsSymbolV2RenderContext]
QgsLineDecorationSymbolLayerV2::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) const
[symbol: _ZNK30QgsLineDecorationSymbolLayerV25toSldER12QDomDocumentR11QDomElement4QMapI7QStringS5_E]
QgsLineDecorationSymbolLayerV2::~QgsLineDecorationSymbolLayerV2 [in-charge-deleting] ( )
[symbol: _ZN30QgsLineDecorationSymbolLayerV2D0Ev]
QgsLineDecorationSymbolLayerV2::~QgsLineDecorationSymbolLayerV2 [in-charge] ( )
[symbol: _ZN30QgsLineDecorationSymbolLayerV2D1Ev]
QgsLineDecorationSymbolLayerV2::~QgsLineDecorationSymbolLayerV2 [not-in-charge] ( )
[symbol: _ZN30QgsLineDecorationSymbolLayerV2D2Ev]
QgsMarkerLineSymbolLayerV2::renderPolylineVertex ( QPolygonF const& points, QgsSymbolV2RenderContext& context )
[symbol: _ZN26QgsMarkerLineSymbolLayerV220renderPolylineVertexERK9QPolygonFR24QgsSymbolV2RenderContext]
vtable for QgsLineDecorationSymbolLayerV2 [data]
[symbol: _ZTV30QgsLineDecorationSymbolLayerV2]
qgsmapcanvas.h,
libqgis_gui.so.1.8.0
QgsMapCanvas::canvasPixmap ( )
[symbol: _ZN12QgsMapCanvas12canvasPixmapEv]
qgsmaplayer.h,
libqgis_core.so.1.8.0
QgsMapLayer::capitaliseLayerName ( QString const name ) [static]
[symbol: _ZN11QgsMapLayer19capitaliseLayerNameE7QString]
QgsMapLayer::extent ( ) const
[symbol: _ZNK11QgsMapLayer6extentEv]
QgsMapLayer::getTransparency ( )
[symbol: _ZN11QgsMapLayer15getTransparencyEv]
QgsMapLayer::readXML ( QDomNode const& layer_node )
[symbol: _ZN11QgsMapLayer7readXMLERK8QDomNode]
QgsMapLayer::setTransparency ( unsigned int p1 )
[symbol: _ZN11QgsMapLayer15setTransparencyEj]
QgsMapLayer::srs ( )
[symbol: _ZN11QgsMapLayer3srsEv]
QgsMapLayer::writeXML ( QDomNode& layer_node, QDomDocument& document )
[symbol: _ZN11QgsMapLayer8writeXMLER8QDomNodeR12QDomDocument]
qgsmaplayerregistry.h,
libqgis_core.so.1.8.0
QgsMapLayerRegistry::addMapLayer ( QgsMapLayer* theMapLayer, bool theEmitSignal )
[symbol: _ZN19QgsMapLayerRegistry11addMapLayerEP11QgsMapLayerb]
QgsMapLayerRegistry::addMapLayers ( QList<QgsMapLayer*> theMapLayers, bool theEmitSignal )
[symbol: _ZN19QgsMapLayerRegistry12addMapLayersE5QListIP11QgsMapLayerEb]
QgsMapLayerRegistry::removedAll ( )
[symbol: _ZN19QgsMapLayerRegistry10removedAllEv]
QgsMapLayerRegistry::removeMapLayer ( QString theLayerId, bool theEmitSignal )
[symbol: _ZN19QgsMapLayerRegistry14removeMapLayerE7QStringb]
QgsMapLayerRegistry::removeMapLayers ( QStringList theLayerIds, bool theEmitSignal )
[symbol: _ZN19QgsMapLayerRegistry15removeMapLayersE11QStringListb]
qgsmapoverviewcanvas.h,
libqgis_gui.so.1.8.0
QgsMapOverviewCanvas::updateFullExtent ( QgsRectangle const& rect )
[symbol: _ZN20QgsMapOverviewCanvas16updateFullExtentERK12QgsRectangle]
qgsmaprenderer.h,
libqgis_core.so.1.8.0
QgsMapRenderer::cachedLayerDestroyed ( )
[symbol: _ZN14QgsMapRenderer20cachedLayerDestroyedEv]
QgsMapRenderer::destinationCrs ( )
[symbol: _ZN14QgsMapRenderer14destinationCrsEv]
QgsMapRenderer::hasCrsTransformEnabled ( )
[symbol: _ZN14QgsMapRenderer22hasCrsTransformEnabledEv]
QgsMapRenderer::invalidateCachedLayerCrs ( )
[symbol: _ZN14QgsMapRenderer24invalidateCachedLayerCrsEv]
QgsMapRenderer::overlayManagerFromSettings ( )
[symbol: _ZN14QgsMapRenderer26overlayManagerFromSettingsEv]
qgsmaptopixel.h,
libqgis_core.so.1.8.0
QgsMapToPixel::transformInPlace ( std::vector<double>& x, std::vector<double>& y ) const
[symbol: _ZNK13QgsMapToPixel16transformInPlaceERSt6vectorIdSaIdEES3_]
qgsmarkercatalogue.h,
libqgis_core.so.1.8.0
QgsMarkerCatalogue::imageMarker ( QString fullName, double size, QPen pen, QBrush brush, double opacity )
[symbol: _ZN18QgsMarkerCatalogue11imageMarkerE7QStringd4QPen6QBrushd]
QgsMarkerCatalogue::instance ( ) [static]
[symbol: _ZN18QgsMarkerCatalogue8instanceEv]
QgsMarkerCatalogue::list ( )
[symbol: _ZN18QgsMarkerCatalogue4listEv]
QgsMarkerCatalogue::markersRefreshed ( )
[symbol: _ZN18QgsMarkerCatalogue16markersRefreshedEv]
QgsMarkerCatalogue::metaObject ( ) const
[symbol: _ZNK18QgsMarkerCatalogue10metaObjectEv]
QgsMarkerCatalogue::pictureMarker ( QString fullName, double size, QPen pen, QBrush brush, double opacity )
[symbol: _ZN18QgsMarkerCatalogue13pictureMarkerE7QStringd4QPen6QBrushd]
QgsMarkerCatalogue::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN18QgsMarkerCatalogue11qt_metacallEN11QMetaObject4CallEiPPv]
QgsMarkerCatalogue::qt_metacast ( char const* p1 )
[symbol: _ZN18QgsMarkerCatalogue11qt_metacastEPKc]
QgsMarkerCatalogue::refreshList ( )
[symbol: _ZN18QgsMarkerCatalogue11refreshListEv]
QgsMarkerCatalogue::staticMetaObject [data]
[symbol: _ZN18QgsMarkerCatalogue16staticMetaObjectE]
QgsMarkerCatalogue::svgMarker ( QPainter* thepPainter, QString name, double size ) [static]
[symbol: _ZN18QgsMarkerCatalogue9svgMarkerEP8QPainter7QStringd]
QgsMarkerCatalogue::~QgsMarkerCatalogue [in-charge-deleting] ( )
[symbol: _ZN18QgsMarkerCatalogueD0Ev]
QgsMarkerCatalogue::~QgsMarkerCatalogue [in-charge] ( )
[symbol: _ZN18QgsMarkerCatalogueD1Ev]
QgsMarkerCatalogue::~QgsMarkerCatalogue [not-in-charge] ( )
[symbol: _ZN18QgsMarkerCatalogueD2Ev]
vtable for QgsMarkerCatalogue [data]
[symbol: _ZTV18QgsMarkerCatalogue]
qgsmarkersymbollayerv2.h,
libqgis_core.so.1.8.0
QgsSimpleMarkerSymbolLayerV2::preparePath ( )
[symbol: _ZN28QgsSimpleMarkerSymbolLayerV211preparePathEv]
QgsSimpleMarkerSymbolLayerV2::prepareShape ( )
[symbol: _ZN28QgsSimpleMarkerSymbolLayerV212prepareShapeEv]
QgsSimpleMarkerSymbolLayerV2::QgsSimpleMarkerSymbolLayerV2 [in-charge] ( QString name, QColor color, QColor borderColor, double size, double angle )
[symbol: _ZN28QgsSimpleMarkerSymbolLayerV2C1E7QString6QColorS1_dd]
QgsSimpleMarkerSymbolLayerV2::QgsSimpleMarkerSymbolLayerV2 [not-in-charge] ( QString name, QColor color, QColor borderColor, double size, double angle )
[symbol: _ZN28QgsSimpleMarkerSymbolLayerV2C2E7QString6QColorS1_dd]
QgsSvgMarkerSymbolLayerV2::listSvgFiles ( ) [static]
[symbol: _ZN25QgsSvgMarkerSymbolLayerV212listSvgFilesEv]
QgsSvgMarkerSymbolLayerV2::symbolNameToPath ( QString name ) [static]
[symbol: _ZN25QgsSvgMarkerSymbolLayerV216symbolNameToPathE7QString]
QgsSvgMarkerSymbolLayerV2::symbolPathToName ( QString path ) [static]
[symbol: _ZN25QgsSvgMarkerSymbolLayerV216symbolPathToNameE7QString]
qgsmessagelog.h,
libqgis_core.so.1.8.0
QgsMessageLog::logMessage ( QString message, QString tag, int level ) [static]
[symbol: _ZN13QgsMessageLog10logMessageE7QStringS0_i]
QgsMessageLog::messageReceived ( QString message, QString tag, int level )
[symbol: _ZN13QgsMessageLog15messageReceivedE7QStringS0_i]
QgsMessageLogConsole::logMessage ( QString message, QString tag, int level )
[symbol: _ZN20QgsMessageLogConsole10logMessageE7QStringS0_i]
qgsmessagelogviewer.h,
libqgis_gui.so.1.8.0
QgsMessageLogViewer::logMessage ( QString message, QString tag, int level )
[symbol: _ZN19QgsMessageLogViewer10logMessageE7QStringS0_i]
qgsmessageviewer.h,
libqgis_gui.so.1.8.0
QgsMessageViewer::QgsMessageViewer [in-charge] ( QWidget* parent, Qt::WFlags fl )
[symbol: _ZN16QgsMessageViewerC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE]
QgsMessageViewer::QgsMessageViewer [not-in-charge] ( QWidget* parent, Qt::WFlags fl )
[symbol: _ZN16QgsMessageViewerC2EP7QWidget6QFlagsIN2Qt10WindowTypeEE]
qgsoverlayobjectpositionmanager.h,
libqgis_core.so.1.8.0
QgsOverlayObjectPositionManager::~QgsOverlayObjectPositionManager [in-charge-deleting] ( )
[symbol: _ZN31QgsOverlayObjectPositionManagerD0Ev]
QgsOverlayObjectPositionManager::~QgsOverlayObjectPositionManager [in-charge] ( )
[symbol: _ZN31QgsOverlayObjectPositionManagerD1Ev]
vtable for QgsOverlayObjectPositionManager [data]
[symbol: _ZTV31QgsOverlayObjectPositionManager]
qgspallabeling.h,
libqgis_core.so.1.8.0
QgsPalLabeling::drawLabel ( struct pal::LabelPosition* label, QPainter* painter, QFont const& f, QColor const& c, QgsMapToPixel const* xform, double bufferSize, QColor const& bufferColor, bool drawBuffer )
[symbol: _ZN14QgsPalLabeling9drawLabelEPN3pal13LabelPositionEP8QPainterRK5QFontRK6QColorPK13QgsMapToPixeldSA_b]
QgsPalLabeling::drawLabelBuffer ( QPainter* p, QString text, QFont const& font, double size, QColor color ) [static]
[symbol: _ZN14QgsPalLabeling15drawLabelBufferEP8QPainter7QStringRK5QFontd6QColor]
QgsPalLayerSettings::calculateLabelSize ( QFontMetricsF const* fm, QString text, double& labelX, double& labelY )
[symbol: _ZN19QgsPalLayerSettings18calculateLabelSizeEPK13QFontMetricsF7QStringRdS4_]
QgsPalLayerSettings::setDataDefinedProperty ( enum QgsPalLayerSettings::DataDefinedProperties p, int attributeIndex )
[symbol: _ZN19QgsPalLayerSettings22setDataDefinedPropertyENS_21DataDefinedPropertiesEi]
QgsPalLayerSettings::sizeToPixel ( double size, QgsRenderContext const& c ) const
[symbol: _ZNK19QgsPalLayerSettings11sizeToPixelEdRK16QgsRenderContext]
qgsproject.h,
libqgis_core.so.1.8.0
QgsProject::readListEntry ( QString const& scope, QString const& key, bool* ok ) const
[symbol: _ZNK10QgsProject13readListEntryERK7QStringS2_Pb]
qgsprojectionselector.h,
libqgis_gui.so.1.8.0
QgsProjectionSelector::selectedEpsg ( )
[symbol: _ZN21QgsProjectionSelector12selectedEpsgEv]
QgsProjectionSelector::setSelectedEpsg ( long epsg )
[symbol: _ZN21QgsProjectionSelector15setSelectedEpsgEl]
qgsquickprint.h,
libqgis_gui.so.1.8.0
QgsQuickPrint::metaObject ( ) const
[symbol: _ZNK13QgsQuickPrint10metaObjectEv]
QgsQuickPrint::pageSizeToString ( enum QPrinter::PageSize theSize ) [static]
[symbol: _ZN13QgsQuickPrint16pageSizeToStringEN8QPrinter8PageSizeE]
QgsQuickPrint::printMap ( )
[symbol: _ZN13QgsQuickPrint8printMapEv]
QgsQuickPrint::QgsQuickPrint [in-charge] ( )
[symbol: _ZN13QgsQuickPrintC1Ev]
QgsQuickPrint::QgsQuickPrint [not-in-charge] ( )
[symbol: _ZN13QgsQuickPrintC2Ev]
QgsQuickPrint::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )
[symbol: _ZN13QgsQuickPrint11qt_metacallEN11QMetaObject4CallEiPPv]
QgsQuickPrint::qt_metacast ( char const* p1 )
[symbol: _ZN13QgsQuickPrint11qt_metacastEPKc]
QgsQuickPrint::setCopyright ( QString theText )
[symbol: _ZN13QgsQuickPrint12setCopyrightE7QString]
QgsQuickPrint::setLogo1 ( QString theFileName )
[symbol: _ZN13QgsQuickPrint8setLogo1E7QString]
QgsQuickPrint::setLogo2 ( QString theFileName )
[symbol: _ZN13QgsQuickPrint8setLogo2E7QString]
QgsQuickPrint::setMapBackgroundColor ( QColor theColor )
[symbol: _ZN13QgsQuickPrint21setMapBackgroundColorE6QColor]
QgsQuickPrint::setMapCanvas ( QgsMapCanvas* thepMapCanvas )
[symbol: _ZN13QgsQuickPrint12setMapCanvasEP12QgsMapCanvas]
QgsQuickPrint::setMapRenderer ( QgsMapRenderer* thepMapRenderer )
[symbol: _ZN13QgsQuickPrint14setMapRendererEP14QgsMapRenderer]
QgsQuickPrint::setName ( QString theText )
[symbol: _ZN13QgsQuickPrint7setNameE7QString]
QgsQuickPrint::setNorthArrow ( QString theFileName )
[symbol: _ZN13QgsQuickPrint13setNorthArrowE7QString]
QgsQuickPrint::setOutputPdf ( QString theFileName )
[symbol: _ZN13QgsQuickPrint12setOutputPdfE7QString]
QgsQuickPrint::setPageSize ( enum QPrinter::PageSize theSize )
[symbol: _ZN13QgsQuickPrint11setPageSizeEN8QPrinter8PageSizeE]
QgsQuickPrint::setTitle ( QString theText )
[symbol: _ZN13QgsQuickPrint8setTitleE7QString]
QgsQuickPrint::staticMetaObject [data]
[symbol: _ZN13QgsQuickPrint16staticMetaObjectE]
QgsQuickPrint::stringToPageSize ( QString theSize ) [static]
[symbol: _ZN13QgsQuickPrint16stringToPageSizeE7QString]
QgsQuickPrint::~QgsQuickPrint [in-charge-deleting] ( )
[symbol: _ZN13QgsQuickPrintD0Ev]
QgsQuickPrint::~QgsQuickPrint [in-charge] ( )
[symbol: _ZN13QgsQuickPrintD1Ev]
QgsQuickPrint::~QgsQuickPrint [not-in-charge] ( )
[symbol: _ZN13QgsQuickPrintD2Ev]
vtable for QgsQuickPrint [data]
[symbol: _ZTV13QgsQuickPrint]
qgsrasterdataprovider.h,
libqgis_core.so.1.8.0
QgsRasterDataProvider::bandCount ( ) const
[symbol: _ZNK21QgsRasterDataProvider9bandCountEv]
QgsRasterDataProvider::bandStatistics ( int theBandNo )
[symbol: _ZN21QgsRasterDataProvider14bandStatisticsEi]
QgsRasterDataProvider::buildPyramidList ( )
[symbol: _ZN21QgsRasterDataProvider16buildPyramidListEv]
QgsRasterDataProvider::buildPyramids ( QList<QgsRasterPyramid>const& thePyramidList, QString const& theResamplingMethod, bool theTryInternalFlag )
[symbol: _ZN21QgsRasterDataProvider13buildPyramidsERK5QListI16QgsRasterPyramidERK7QStringb]
QgsRasterDataProvider::capabilities ( ) const
[symbol: _ZNK21QgsRasterDataProvider12capabilitiesEv]
QgsRasterDataProvider::capabilitiesString ( ) const
[symbol: _ZNK21QgsRasterDataProvider18capabilitiesStringEv]
QgsRasterDataProvider::dataType ( int bandNo ) const
[symbol: _ZNK21QgsRasterDataProvider8dataTypeEi]
QgsRasterDataProvider::identify ( QgsPoint const& point, QMap<QString, QString>& results )
[symbol: _ZN21QgsRasterDataProvider8identifyERK8QgsPointR4QMapI7QStringS4_E]
QgsRasterDataProvider::maximumValue ( int bandNo ) const
[symbol: _ZNK21QgsRasterDataProvider12maximumValueEi]
QgsRasterDataProvider::minimumValue ( int bandNo ) const
[symbol: _ZNK21QgsRasterDataProvider12minimumValueEi]
QgsRasterDataProvider::noDataValue ( ) const
[symbol: _ZNK21QgsRasterDataProvider11noDataValueEv]
QgsRasterDataProvider::noValueBytes ( int theBandNo )
[symbol: _ZN21QgsRasterDataProvider12noValueBytesEi]
QgsRasterDataProvider::populateHistogram ( int theBandNoInt, QgsRasterBandStats& theBandStats, int theBinCountInt, bool theIgnoreOutOfRangeFlag, bool theThoroughBandScanFlag )
[symbol: _ZN21QgsRasterDataProvider17populateHistogramEiR18QgsRasterBandStatsibb]
QgsRasterDataProvider::readBlock ( int bandNo, QgsRectangle const& viewExtent, int width, int height, QgsCoordinateReferenceSystem theSrcCRS, QgsCoordinateReferenceSystem theDestCRS, void* data )
[symbol: _ZN21QgsRasterDataProvider9readBlockEiRK12QgsRectangleii28QgsCoordinateReferenceSystemS3_Pv]
QgsRasterDataProvider::readValue ( void* data, int type, int index )
[symbol: _ZN21QgsRasterDataProvider9readValueEPvii]
QgsRasterDataProvider::srcDataType ( int bandNo ) const
[symbol: _ZNK21QgsRasterDataProvider11srcDataTypeEi]
QgsRasterDataProvider::xBlockSize ( ) const
[symbol: _ZNK21QgsRasterDataProvider10xBlockSizeEv]
QgsRasterDataProvider::xSize ( ) const
[symbol: _ZNK21QgsRasterDataProvider5xSizeEv]
QgsRasterDataProvider::yBlockSize ( ) const
[symbol: _ZNK21QgsRasterDataProvider10yBlockSizeEv]
QgsRasterDataProvider::ySize ( ) const
[symbol: _ZNK21QgsRasterDataProvider5ySizeEv]
qgsrasterlayer.h,
libqgis_core.so.1.8.0
QgsRasterImageBuffer::nextScanLine ( QRgb** imageScanLine, void** rasterScanLine )
[symbol: _ZN20QgsRasterImageBuffer12nextScanLineEPPjPPv]
QgsRasterImageBuffer::QgsRasterImageBuffer [in-charge] ( QgsRasterDataProvider* dataProvider, int bandNo, QPainter* p, struct QgsRasterViewPort* viewPort, QgsMapToPixel const* mapToPixel, double* mGeoTransform )
[symbol: _ZN20QgsRasterImageBufferC1EP21QgsRasterDataProvideriP8QPainterP17QgsRasterViewPortPK13QgsMapToPixelPd]
QgsRasterImageBuffer::QgsRasterImageBuffer [not-in-charge] ( QgsRasterDataProvider* dataProvider, int bandNo, QPainter* p, struct QgsRasterViewPort* viewPort, QgsMapToPixel const* mapToPixel, double* mGeoTransform )
[symbol: _ZN20QgsRasterImageBufferC2EP21QgsRasterDataProvideriP8QPainterP17QgsRasterViewPortPK13QgsMapToPixelPd]
QgsRasterImageBuffer::reset ( int maxPixelsInVirtualMemory )
[symbol: _ZN20QgsRasterImageBuffer5resetEi]
QgsRasterImageBuffer::~QgsRasterImageBuffer [in-charge] ( )
[symbol: _ZN20QgsRasterImageBufferD1Ev]
QgsRasterImageBuffer::~QgsRasterImageBuffer [not-in-charge] ( )
[symbol: _ZN20QgsRasterImageBufferD2Ev]
QgsRasterLayer::bandNumber ( QString const& theBandName ) const
[symbol: _ZNK14QgsRasterLayer10bandNumberERK7QString]
QgsRasterLayer::bandStatistics ( int p1 )
[symbol: _ZN14QgsRasterLayer14bandStatisticsEi]
QgsRasterLayer::bandStatistics ( QString const& p1 )
[symbol: _ZN14QgsRasterLayer14bandStatisticsERK7QString]
QgsRasterLayer::buildPyramidList ( )
[symbol: _ZN14QgsRasterLayer16buildPyramidListEv]
QgsRasterLayer::buildPyramids ( QgsRasterLayer::RasterPyramidList const& p1, QString const& theResamplingMethod, bool theTryInternalFlag )
[symbol: _ZN14QgsRasterLayer13buildPyramidsERK5QListI16QgsRasterPyramidERK7QStringb]
QgsRasterLayer::buildSupportedRasterFileFilter ( QString& fileFilters ) [static]
[symbol: _ZN14QgsRasterLayer30buildSupportedRasterFileFilterER7QString]
QgsRasterLayer::colorShadingAlgorithmAsString ( ) const
[symbol: _ZNK14QgsRasterLayer29colorShadingAlgorithmAsStringEv]
QgsRasterLayer::colorTable ( int theBandNoInt )
[symbol: _ZN14QgsRasterLayer10colorTableEi]
QgsRasterLayer::computeMinimumMaximumEstimates ( int theBand, double& theMin, double& theMax )
[symbol: _ZN14QgsRasterLayer30computeMinimumMaximumEstimatesEiRdS0_]
QgsRasterLayer::computeMinimumMaximumEstimates ( int theBand, double* theMinMax )
[symbol: _ZN14QgsRasterLayer30computeMinimumMaximumEstimatesEiPd]
QgsRasterLayer::computeMinimumMaximumEstimates ( QString theBand, double* theMinMax )
[symbol: _ZN14QgsRasterLayer30computeMinimumMaximumEstimatesE7QStringPd]
QgsRasterLayer::computeMinimumMaximumFromLastExtent ( int theBand, double& theMin, double& theMax )
[symbol: _ZN14QgsRasterLayer35computeMinimumMaximumFromLastExtentEiRdS0_]
QgsRasterLayer::computeMinimumMaximumFromLastExtent ( int theBand, double* theMinMax )
[symbol: _ZN14QgsRasterLayer35computeMinimumMaximumFromLastExtentEiPd]
QgsRasterLayer::computeMinimumMaximumFromLastExtent ( QString theBand, double* theMinMax )
[symbol: _ZN14QgsRasterLayer35computeMinimumMaximumFromLastExtentE7QStringPd]
QgsRasterLayer::constContrastEnhancement ( unsigned int theBand ) const
[symbol: _ZNK14QgsRasterLayer24constContrastEnhancementEj]
QgsRasterLayer::contrastEnhancement ( unsigned int theBand )
[symbol: _ZN14QgsRasterLayer19contrastEnhancementEj]
QgsRasterLayer::contrastEnhancementAlgorithmAsString ( ) const
[symbol: _ZNK14QgsRasterLayer36contrastEnhancementAlgorithmAsStringEv]
QgsRasterLayer::copySymbologySettings ( QgsMapLayer const& theOther )
[symbol: _ZN14QgsRasterLayer21copySymbologySettingsERK11QgsMapLayer]
QgsRasterLayer::drawingStyleAsString ( ) const
[symbol: _ZNK14QgsRasterLayer20drawingStyleAsStringEv]
QgsRasterLayer::hasCompatibleSymbology ( QgsMapLayer const& theOther ) const
[symbol: _ZNK14QgsRasterLayer22hasCompatibleSymbologyERK11QgsMapLayer]
QgsRasterLayer::hasStatistics ( int theBandNoInt )
[symbol: _ZN14QgsRasterLayer13hasStatisticsEi]
QgsRasterLayer::identify ( QgsPoint const& point, QMap<QString, QString>& results )
[symbol: _ZN14QgsRasterLayer8identifyERK8QgsPointR4QMapI7QStringS4_E]
QgsRasterLayer::identifyAsHtml ( QgsPoint const& point )
[symbol: _ZN14QgsRasterLayer14identifyAsHtmlERK8QgsPoint]
QgsRasterLayer::identifyAsText ( QgsPoint const& point )
[symbol: _ZN14QgsRasterLayer14identifyAsTextERK8QgsPoint]
QgsRasterLayer::isEditable ( ) const
[symbol: _ZNK14QgsRasterLayer10isEditableEv]
QgsRasterLayer::legendAsPixmap ( )
[symbol: _ZN14QgsRasterLayer14legendAsPixmapEv]
QgsRasterLayer::legendAsPixmap ( bool p1 )
[symbol: _ZN14QgsRasterLayer14legendAsPixmapEb]
QgsRasterLayer::legendAsPixmap ( int theLabelCount )
[symbol: _ZN14QgsRasterLayer14legendAsPixmapEi]
QgsRasterLayer::loadProvider ( QString theProviderKey, QString theDataSource ) [static]
[symbol: _ZN14QgsRasterLayer12loadProviderE7QStringS0_]
QgsRasterLayer::loadProviderLibrary ( QString theProviderKey ) [static]
[symbol: _ZN14QgsRasterLayer19loadProviderLibraryE7QString]
QgsRasterLayer::maximumValue ( QString theBand )
[symbol: _ZN14QgsRasterLayer12maximumValueE7QString]
QgsRasterLayer::maximumValue ( unsigned int theBand )
[symbol: _ZN14QgsRasterLayer12maximumValueEj]
QgsRasterLayer::minimumValue ( QString theBand )
[symbol: _ZN14QgsRasterLayer12minimumValueE7QString]
QgsRasterLayer::minimumValue ( unsigned int theBand )
[symbol: _ZN14QgsRasterLayer12minimumValueEj]
QgsRasterLayer::populateHistogram ( int theBandNoInt, int theBinCountInt, bool theIgnoreOutOfRangeFlag, bool theThoroughBandScanFlag )
[symbol: _ZN14QgsRasterLayer17populateHistogramEiibb]
QgsRasterLayer::QgsRasterLayer [in-charge] ( int dummy, QString const& baseName, QString const& path, QString const& providerLib, QStringList const& layers, QStringList const& styles, QString const& format, QString const& crs )
[symbol: _ZN14QgsRasterLayerC1EiRK7QStringS2_S2_RK11QStringListS5_S2_S2_]
QgsRasterLayer::QgsRasterLayer [not-in-charge] ( int dummy, QString const& baseName, QString const& path, QString const& providerLib, QStringList const& layers, QStringList const& styles, QString const& format, QString const& crs )
[symbol: _ZN14QgsRasterLayerC2EiRK7QStringS2_S2_RK11QStringListS5_S2_S2_]
QgsRasterLayer::rasterUnitsPerPixel ( )
[symbol: _ZN14QgsRasterLayer19rasterUnitsPerPixelEv]
QgsRasterLayer::readColorTable ( int theBandNumber, QList<QgsColorRampShader::ColorRampItem>* theList )
[symbol: _ZN14QgsRasterLayer14readColorTableEiP5QListIN18QgsColorRampShader13ColorRampItemEE]
QgsRasterLayer::registerGdalDrivers ( ) [static]
[symbol: _ZN14QgsRasterLayer19registerGdalDriversEv]
QgsRasterLayer::resetNoDataValue ( )
[symbol: _ZN14QgsRasterLayer16resetNoDataValueEv]
QgsRasterLayer::setBlueBandName ( QString const& theBandName )
[symbol: _ZN14QgsRasterLayer15setBlueBandNameERK7QString]
QgsRasterLayer::setColorShadingAlgorithm ( enum QgsRasterLayer::ColorShadingAlgorithm theShaderAlgorithm )
[symbol: _ZN14QgsRasterLayer24setColorShadingAlgorithmENS_21ColorShadingAlgorithmE]
QgsRasterLayer::setColorShadingAlgorithm ( QString theShaderAlgorithm )
[symbol: _ZN14QgsRasterLayer24setColorShadingAlgorithmE7QString]
QgsRasterLayer::setContrastEnhancementAlgorithm ( enum QgsContrastEnhancement::ContrastEnhancementAlgorithm theAlgorithm, bool theGenerateLookupTableFlag )
[symbol: _ZN14QgsRasterLayer31setContrastEnhancementAlgorithmEN22QgsContrastEnhancement28ContrastEnhancementAlgorithmEb]
QgsRasterLayer::setContrastEnhancementAlgorithm ( QString theAlgorithm, bool theGenerateLookupTableFlag )
[symbol: _ZN14QgsRasterLayer31setContrastEnhancementAlgorithmE7QStringb]
QgsRasterLayer::setContrastEnhancementFunction ( QgsContrastEnhancementFunction* theFunction )
[symbol: _ZN14QgsRasterLayer30setContrastEnhancementFunctionEP30QgsContrastEnhancementFunction]
QgsRasterLayer::setDataProvider ( QString const& provider, QStringList const& layers, QStringList const& styles, QString const& format, QString const& crs )
[symbol: _ZN14QgsRasterLayer15setDataProviderERK7QStringRK11QStringListS5_S2_S2_]
QgsRasterLayer::setDataProvider ( QString const& provider, QStringList const& layers, QStringList const& styles, QString const& format, QString const& crs, bool loadDefaultStyleFlag )
[symbol: _ZN14QgsRasterLayer15setDataProviderERK7QStringRK11QStringListS5_S2_S2_b]
QgsRasterLayer::setGrayBandName ( QString const& theBandName )
[symbol: _ZN14QgsRasterLayer15setGrayBandNameERK7QString]
QgsRasterLayer::setGreenBandName ( QString const& theBandName )
[symbol: _ZN14QgsRasterLayer16setGreenBandNameERK7QString]
QgsRasterLayer::setMaximumValue ( QString theBand, double theValue, bool theGenerateLookupTableFlag )
[symbol: _ZN14QgsRasterLayer15setMaximumValueE7QStringdb]
QgsRasterLayer::setMaximumValue ( unsigned int theBand, double theValue, bool theGenerateLookupTableFlag )
[symbol: _ZN14QgsRasterLayer15setMaximumValueEjdb]
QgsRasterLayer::setMinimumMaximumUsingDataset ( )
[symbol: _ZN14QgsRasterLayer29setMinimumMaximumUsingDatasetEv]
QgsRasterLayer::setMinimumMaximumUsingLastExtent ( )
[symbol: _ZN14QgsRasterLayer32setMinimumMaximumUsingLastExtentEv]
QgsRasterLayer::setMinimumValue ( QString theBand, double theValue, bool theGenerateLookupTableFlag )
[symbol: _ZN14QgsRasterLayer15setMinimumValueE7QStringdb]
QgsRasterLayer::setMinimumValue ( unsigned int theBand, double theValue, bool theGenerateLookupTableFlag )
[symbol: _ZN14QgsRasterLayer15setMinimumValueEjdb]
QgsRasterLayer::setNoDataValue ( double theNoData )
[symbol: _ZN14QgsRasterLayer14setNoDataValueEd]
QgsRasterLayer::setRasterShaderFunction ( QgsRasterShaderFunction* theFunction )
[symbol: _ZN14QgsRasterLayer23setRasterShaderFunctionEP23QgsRasterShaderFunction]
QgsRasterLayer::setRedBandName ( QString const& theBandName )
[symbol: _ZN14QgsRasterLayer14setRedBandNameERK7QString]
QgsRasterLayer::setTransparentBandName ( QString const& theBandName )
[symbol: _ZN14QgsRasterLayer22setTransparentBandNameERK7QString]
QgsRasterLayer::thumbnailAsImage ( QImage* thepImage )
[symbol: _ZN14QgsRasterLayer16thumbnailAsImageEP6QImage]
QgsRasterLayer::thumbnailAsPixmap ( QPixmap* theQPixmap )
[symbol: _ZN14QgsRasterLayer17thumbnailAsPixmapEP7QPixmap]
QgsRasterLayer::usesProvider ( )
[symbol: _ZN14QgsRasterLayer12usesProviderEv]
qgsrastershader.h,
libqgis_core.so.1.8.0
QgsRasterShader::shade ( double p1, double p2, double p3, int* p4, int* p5, int* p6 )
[symbol: _ZN15QgsRasterShader5shadeEdddPiS0_S0_]
QgsRasterShader::shade ( double p1, int* p2, int* p3, int* p4 )
[symbol: _ZN15QgsRasterShader5shadeEdPiS0_S0_]
qgsrastershaderfunction.h,
libqgis_core.so.1.8.0
QgsRasterShaderFunction::shade ( double p1, double p2, double p3, int* p4, int* p5, int* p6 )
[symbol: _ZN23QgsRasterShaderFunction5shadeEdddPiS0_S0_]
QgsRasterShaderFunction::shade ( double p1, int* p2, int* p3, int* p4 )
[symbol: _ZN23QgsRasterShaderFunction5shadeEdPiS0_S0_]
qgsrectangle.h,
libqgis_core.so.1.8.0
QgsRectangle::expand ( double p1, QgsPoint const* c )
[symbol: _ZN12QgsRectangle6expandEdPK8QgsPoint]
qgsrendercontext.h,
libqgis_core.so.1.8.0
QgsRenderContext::setCoordinateTransform ( QgsCoordinateTransform* t )
[symbol: _ZN16QgsRenderContext22setCoordinateTransformEP22QgsCoordinateTransform]
qgsrenderer.h,
libqgis_core.so.1.8.0
QgsRenderer::containsPixmap ( ) const
[symbol: _ZNK11QgsRenderer14containsPixmapEv]
QgsRenderer::mSelectionColor [data]
[symbol: _ZN11QgsRenderer15mSelectionColorE]
QgsRenderer::QgsRenderer [in-charge] ( )
[symbol: _ZN11QgsRendererC1Ev]
QgsRenderer::QgsRenderer [not-in-charge] ( )
[symbol: _ZN11QgsRendererC2Ev]
QgsRenderer::scaleBrush ( QBrush& b, double rasterScaleFactor ) [static]
[symbol: _ZN11QgsRenderer10scaleBrushER6QBrushd]
QgsRenderer::selectionColor ( ) [static]
[symbol: _ZN11QgsRenderer14selectionColorEv]
QgsRenderer::setSelectionColor ( QColor color ) [static]
[symbol: _ZN11QgsRenderer17setSelectionColorE6QColor]
QgsRenderer::symbolForFeature ( QgsFeature const* f )
[symbol: _ZN11QgsRenderer16symbolForFeatureEPK10QgsFeature]
QgsRenderer::usesTransparency ( ) const
[symbol: _ZNK11QgsRenderer16usesTransparencyEv]
QgsRenderer::willRenderFeature ( QgsFeature* f )
[symbol: _ZN11QgsRenderer17willRenderFeatureEP10QgsFeature]
QgsRenderer::~QgsRenderer [in-charge-deleting] ( )
[symbol: _ZN11QgsRendererD0Ev]
QgsRenderer::~QgsRenderer [in-charge] ( )
[symbol: _ZN11QgsRendererD1Ev]
QgsRenderer::~QgsRenderer [not-in-charge] ( )
[symbol: _ZN11QgsRendererD2Ev]
vtable for QgsRenderer [data]
[symbol: _ZTV11QgsRenderer]
qgsrendererv2.h,
libqgis_core.so.1.8.0
QgsFeatureRendererV2::_getLineString ( QPolygonF& pts, QgsRenderContext& context, unsigned char* wkb ) [static]
[symbol: _ZN20QgsFeatureRendererV214_getLineStringER9QPolygonFR16QgsRenderContextPh]
QgsFeatureRendererV2::_getPoint ( QPointF& pt, QgsRenderContext& context, unsigned char* wkb ) [static]
[symbol: _ZN20QgsFeatureRendererV29_getPointER7QPointFR16QgsRenderContextPh]
QgsFeatureRendererV2::_getPolygon ( QPolygonF& pts, QList<QPolygonF>& holes, QgsRenderContext& context, unsigned char* wkb ) [static]
[symbol: _ZN20QgsFeatureRendererV211_getPolygonER9QPolygonFR5QListIS0_ER16QgsRenderContextPh]
QgsFeatureRendererV2::dump ( )
[symbol: _ZN20QgsFeatureRendererV24dumpEv]
qgsrubberband.h,
libqgis_gui.so.1.8.0
QgsRubberBand::removeLastPoint ( int geometryIndex )
[symbol: _ZN13QgsRubberBand15removeLastPointEi]
qgssearchstring.h,
libqgis_core.so.1.8.0
QgsSearchString::clear ( )
[symbol: _ZN15QgsSearchString5clearEv]
QgsSearchString::isEmpty ( )
[symbol: _ZN15QgsSearchString7isEmptyEv]
QgsSearchString::operator = ( QgsSearchString const& str )
[symbol: _ZN15QgsSearchStringaSERKS_]
QgsSearchString::QgsSearchString [in-charge] ( )
[symbol: _ZN15QgsSearchStringC1Ev]
QgsSearchString::QgsSearchString [in-charge] ( QgsSearchString const& str )
[symbol: _ZN15QgsSearchStringC1ERKS_]
QgsSearchString::QgsSearchString [in-charge] ( QString const& str )
[symbol: _ZN15QgsSearchStringC1ERK7QString]
QgsSearchString::QgsSearchString [not-in-charge] ( )
[symbol: _ZN15QgsSearchStringC2Ev]
QgsSearchString::QgsSearchString [not-in-charge] ( QgsSearchString const& str )
[symbol: _ZN15QgsSearchStringC2ERKS_]
QgsSearchString::QgsSearchString [not-in-charge] ( QString const& str )
[symbol: _ZN15QgsSearchStringC2ERK7QString]
QgsSearchString::setString ( QString str )
[symbol: _ZN15QgsSearchString9setStringE7QString]
QgsSearchString::setTree ( QgsSearchTreeNode* tree )
[symbol: _ZN15QgsSearchString7setTreeEP17QgsSearchTreeNode]
QgsSearchString::~QgsSearchString [in-charge] ( )
[symbol: _ZN15QgsSearchStringD1Ev]
QgsSearchString::~QgsSearchString [not-in-charge] ( )
[symbol: _ZN15QgsSearchStringD2Ev]
qgssearchtreenode.h,
libqgis_core.so.1.8.0
QgsSearchTreeNode::append ( QgsSearchTreeNode* p1 )
[symbol: _ZN17QgsSearchTreeNode6appendEPS_]
QgsSearchTreeNode::append ( QList<QgsSearchTreeNode*> p1 )
[symbol: _ZN17QgsSearchTreeNode6appendE5QListIPS_E]
QgsSearchTreeNode::checkAgainst ( QgsFieldMap const& fields, QgsAttributeMap const& attributes, QgsGeometry* geom )
[symbol: _ZN17QgsSearchTreeNode12checkAgainstERK4QMapIi8QgsFieldERKS0_Ii8QVariantEP11QgsGeometry]
QgsSearchTreeNode::checkAgainst ( QgsFieldMap const& fields, QgsFeature& f )
[symbol: _ZN17QgsSearchTreeNode12checkAgainstERK4QMapIi8QgsFieldER10QgsFeature]
QgsSearchTreeNode::columnRefNodes ( )
[symbol: _ZN17QgsSearchTreeNode14columnRefNodesEv]
QgsSearchTreeNode::getValue ( QgsSearchTreeValue& value, QgsSearchTreeNode* node, QgsFieldMap const& fields, QgsAttributeMap const& attributes, QgsGeometry* geom )
[symbol: _ZN17QgsSearchTreeNode8getValueER18QgsSearchTreeValuePS_RK4QMapIi8QgsFieldERKS3_Ii8QVariantEP11QgsGeometry]
QgsSearchTreeNode::getValue ( QgsSearchTreeValue& value, QgsSearchTreeNode* node, QgsFieldMap const& fields, QgsFeature& f )
[symbol: _ZN17QgsSearchTreeNode8getValueER18QgsSearchTreeValuePS_RK4QMapIi8QgsFieldER10QgsFeature]
QgsSearchTreeNode::init ( )
[symbol: _ZN17QgsSearchTreeNode4initEv]
QgsSearchTreeNode::makeSearchString ( )
[symbol: _ZN17QgsSearchTreeNode16makeSearchStringEv]
QgsSearchTreeNode::needsGeometry ( )
[symbol: _ZN17QgsSearchTreeNode13needsGeometryEv]
QgsSearchTreeNode::QgsSearchTreeNode [in-charge] ( double number )
[symbol: _ZN17QgsSearchTreeNodeC1Ed]
QgsSearchTreeNode::QgsSearchTreeNode [in-charge] ( enum QgsSearchTreeNode::Operator op, QgsSearchTreeNode* left, QgsSearchTreeNode* right )
[symbol: _ZN17QgsSearchTreeNodeC1ENS_8OperatorEPS_S1_]
QgsSearchTreeNode::QgsSearchTreeNode [in-charge] ( enum QgsSearchTreeNode::Type type )
[symbol: _ZN17QgsSearchTreeNodeC1ENS_4TypeE]
QgsSearchTreeNode::QgsSearchTreeNode [in-charge] ( QgsSearchTreeNode const& node )
[symbol: _ZN17QgsSearchTreeNodeC1ERKS_]
QgsSearchTreeNode::QgsSearchTreeNode [in-charge] ( QString text, bool isColumnRef )
[symbol: _ZN17QgsSearchTreeNodeC1E7QStringb]
QgsSearchTreeNode::QgsSearchTreeNode [not-in-charge] ( double number )
[symbol: _ZN17QgsSearchTreeNodeC2Ed]
QgsSearchTreeNode::QgsSearchTreeNode [not-in-charge] ( enum QgsSearchTreeNode::Operator op, QgsSearchTreeNode* left, QgsSearchTreeNode* right )
[symbol: _ZN17QgsSearchTreeNodeC2ENS_8OperatorEPS_S1_]
QgsSearchTreeNode::QgsSearchTreeNode [not-in-charge] ( enum QgsSearchTreeNode::Type type )
[symbol: _ZN17QgsSearchTreeNodeC2ENS_4TypeE]
QgsSearchTreeNode::QgsSearchTreeNode [not-in-charge] ( QgsSearchTreeNode const& node )
[symbol: _ZN17QgsSearchTreeNodeC2ERKS_]
QgsSearchTreeNode::QgsSearchTreeNode [not-in-charge] ( QString text, bool isColumnRef )
[symbol: _ZN17QgsSearchTreeNodeC2E7QStringb]
QgsSearchTreeNode::quotedColumnRef ( QString name ) [static]
[symbol: _ZN17QgsSearchTreeNode15quotedColumnRefE7QString]
QgsSearchTreeNode::referencedColumns ( )
[symbol: _ZN17QgsSearchTreeNode17referencedColumnsEv]
QgsSearchTreeNode::setCurrentRowNumber ( int rownum )
[symbol: _ZN17QgsSearchTreeNode19setCurrentRowNumberEi]
QgsSearchTreeNode::stripColRef ( )
[symbol: _ZN17QgsSearchTreeNode11stripColRefEv]
QgsSearchTreeNode::stripText ( )
[symbol: _ZN17QgsSearchTreeNode9stripTextEv]
QgsSearchTreeNode::valueAgainst ( QgsFieldMap const& fields, QgsAttributeMap const& attributes, QgsGeometry* geom )
[symbol: _ZN17QgsSearchTreeNode12valueAgainstERK4QMapIi8QgsFieldERKS0_Ii8QVariantEP11QgsGeometry]
QgsSearchTreeNode::valueAgainst ( QgsFieldMap const& fields, QgsFeature& f )
[symbol: _ZN17QgsSearchTreeNode12valueAgainstERK4QMapIi8QgsFieldER10QgsFeature]
QgsSearchTreeNode::~QgsSearchTreeNode [in-charge] ( )
[symbol: _ZN17QgsSearchTreeNodeD1Ev]
QgsSearchTreeNode::~QgsSearchTreeNode [not-in-charge] ( )
[symbol: _ZN17QgsSearchTreeNodeD2Ev]
QgsSearchTreeValue::compare ( QgsSearchTreeValue& value1, QgsSearchTreeValue& value2, enum Qt::CaseSensitivity p3 ) [static]
[symbol: _ZN18QgsSearchTreeValue7compareERS_S0_N2Qt15CaseSensitivityE]
qgssinglesymbolrenderer.h,
libqgis_core.so.1.8.0
QgsSingleSymbolRenderer::addSymbol ( QgsSymbol* sy )
[symbol: _ZN23QgsSingleSymbolRenderer9addSymbolEP9QgsSymbol]
QgsSingleSymbolRenderer::classificationAttributes ( ) const
[symbol: _ZNK23QgsSingleSymbolRenderer24classificationAttributesEv]
QgsSingleSymbolRenderer::clone ( ) const
[symbol: _ZNK23QgsSingleSymbolRenderer5cloneEv]
QgsSingleSymbolRenderer::name ( ) const
[symbol: _ZNK23QgsSingleSymbolRenderer4nameEv]
QgsSingleSymbolRenderer::needsAttributes ( ) const
[symbol: _ZNK23QgsSingleSymbolRenderer15needsAttributesEv]
QgsSingleSymbolRenderer::operator = ( QgsSingleSymbolRenderer const& other )
[symbol: _ZN23QgsSingleSymbolRendereraSERKS_]
QgsSingleSymbolRenderer::QgsSingleSymbolRenderer [in-charge] ( enum QGis::GeometryType type )
[symbol: _ZN23QgsSingleSymbolRendererC1EN4QGis12GeometryTypeE]
QgsSingleSymbolRenderer::QgsSingleSymbolRenderer [in-charge] ( QgsSingleSymbolRenderer const& other )
[symbol: _ZN23QgsSingleSymbolRendererC1ERKS_]
QgsSingleSymbolRenderer::QgsSingleSymbolRenderer [not-in-charge] ( enum QGis::GeometryType type )
[symbol: _ZN23QgsSingleSymbolRendererC2EN4QGis12GeometryTypeE]
QgsSingleSymbolRenderer::QgsSingleSymbolRenderer [not-in-charge] ( QgsSingleSymbolRenderer const& other )
[symbol: _ZN23QgsSingleSymbolRendererC2ERKS_]
QgsSingleSymbolRenderer::readXML ( QDomNode const& rnode, QgsVectorLayer& vl )
[symbol: _ZN23QgsSingleSymbolRenderer7readXMLERK8QDomNodeR14QgsVectorLayer]
QgsSingleSymbolRenderer::renderFeature ( QgsRenderContext& renderContext, QgsFeature& f, QImage* img, bool selected, double opacity )
[symbol: _ZN23QgsSingleSymbolRenderer13renderFeatureER16QgsRenderContextR10QgsFeatureP6QImagebd]
QgsSingleSymbolRenderer::symbolForFeature ( QgsFeature const* f )
[symbol: _ZN23QgsSingleSymbolRenderer16symbolForFeatureEPK10QgsFeature]
QgsSingleSymbolRenderer::symbols ( ) const
[symbol: _ZNK23QgsSingleSymbolRenderer7symbolsEv]
QgsSingleSymbolRenderer::updateSymbolAttributes ( )
[symbol: _ZN23QgsSingleSymbolRenderer22updateSymbolAttributesEv]
QgsSingleSymbolRenderer::writeXML ( QDomNode& layer_node, QDomDocument& document, QgsVectorLayer const& vl ) const
[symbol: _ZNK23QgsSingleSymbolRenderer8writeXMLER8QDomNodeR12QDomDocumentRK14QgsVectorLayer]
QgsSingleSymbolRenderer::~QgsSingleSymbolRenderer [in-charge-deleting] ( )
[symbol: _ZN23QgsSingleSymbolRendererD0Ev]
QgsSingleSymbolRenderer::~QgsSingleSymbolRenderer [in-charge] ( )
[symbol: _ZN23QgsSingleSymbolRendererD1Ev]
QgsSingleSymbolRenderer::~QgsSingleSymbolRenderer [not-in-charge] ( )
[symbol: _ZN23QgsSingleSymbolRendererD2Ev]
vtable for QgsSingleSymbolRenderer [data]
[symbol: _ZTV23QgsSingleSymbolRenderer]
qgssinglesymbolrendererv2.h,
libqgis_core.so.1.8.0
QgsSingleSymbolRendererV2::dump ( )
[symbol: _ZN25QgsSingleSymbolRendererV24dumpEv]
qgsstylev2.h,
libqgis_core.so.1.8.0
QgsStyleV2::addColorRamp ( QString name, QgsVectorColorRampV2* colorRamp )
[symbol: _ZN10QgsStyleV212addColorRampE7QStringP20QgsVectorColorRampV2]
QgsStyleV2::addSymbol ( QString name, QgsSymbolV2* symbol )
[symbol: _ZN10QgsStyleV29addSymbolE7QStringP11QgsSymbolV2]
qgssymbol.h,
libqgis_core.so.1.8.0
QgsSymbol::cache ( QColor selectionColor )
[symbol: _ZN9QgsSymbol5cacheE6QColor]
QgsSymbol::cache2 ( double widthScale, QColor selectionColor, double opacity )
[symbol: _ZN9QgsSymbol6cache2Ed6QColord]
QgsSymbol::color ( ) const
[symbol: _ZNK9QgsSymbol5colorEv]
QgsSymbol::customTexture ( ) const
[symbol: _ZNK9QgsSymbol13customTextureEv]
QgsSymbol::fillColor ( ) const
[symbol: _ZNK9QgsSymbol9fillColorEv]
QgsSymbol::getCachedPointSymbolAsImage ( double widthScale, bool selected, QColor selectionColor, double opacity )
[symbol: _ZN9QgsSymbol27getCachedPointSymbolAsImageEdb6QColord]
QgsSymbol::getLineSymbolAsImage ( )
[symbol: _ZN9QgsSymbol20getLineSymbolAsImageEv]
QgsSymbol::getPointSymbolAsImage ( double widthScale, bool selected, QColor selectionColor, double scale, double rotation, double rasterScaleFactor, double opacity )
[symbol: _ZN9QgsSymbol21getPointSymbolAsImageEdb6QColordddd]
QgsSymbol::getPolygonSymbolAsImage ( )
[symbol: _ZN9QgsSymbol23getPolygonSymbolAsImageEv]
QgsSymbol::lineWidth ( ) const
[symbol: _ZNK9QgsSymbol9lineWidthEv]
QgsSymbol::pointSize ( ) const
[symbol: _ZNK9QgsSymbol9pointSizeEv]
QgsSymbol::pointSizeUnits ( ) const
[symbol: _ZNK9QgsSymbol14pointSizeUnitsEv]
QgsSymbol::pointSymbolName ( ) const
[symbol: _ZNK9QgsSymbol15pointSymbolNameEv]
QgsSymbol::QgsSymbol [in-charge] ( )
[symbol: _ZN9QgsSymbolC1Ev]
QgsSymbol::QgsSymbol [in-charge] ( enum QGis::GeometryType t, QString lvalue, QString uvalue, QString label )
[symbol: _ZN9QgsSymbolC1EN4QGis12GeometryTypeE7QStringS2_S2_]
QgsSymbol::QgsSymbol [in-charge] ( enum QGis::GeometryType t, QString lvalue, QString uvalue, QString label, QColor c )
[symbol: _ZN9QgsSymbolC1EN4QGis12GeometryTypeE7QStringS2_S2_6QColor]
QgsSymbol::QgsSymbol [in-charge] ( QColor c )
[symbol: _ZN9QgsSymbolC1E6QColor]
QgsSymbol::QgsSymbol [in-charge] ( QgsSymbol const& p1 )
[symbol: _ZN9QgsSymbolC1ERKS_]
QgsSymbol::QgsSymbol [not-in-charge] ( )
[symbol: _ZN9QgsSymbolC2Ev]
QgsSymbol::QgsSymbol [not-in-charge] ( enum QGis::GeometryType t, QString lvalue, QString uvalue, QString label )
[symbol: _ZN9QgsSymbolC2EN4QGis12GeometryTypeE7QStringS2_S2_]
QgsSymbol::QgsSymbol [not-in-charge] ( enum QGis::GeometryType t, QString lvalue, QString uvalue, QString label, QColor c )
[symbol: _ZN9QgsSymbolC2EN4QGis12GeometryTypeE7QStringS2_S2_6QColor]
QgsSymbol::QgsSymbol [not-in-charge] ( QColor c )
[symbol: _ZN9QgsSymbolC2E6QColor]
QgsSymbol::QgsSymbol [not-in-charge] ( QgsSymbol const& p1 )
[symbol: _ZN9QgsSymbolC2ERKS_]
QgsSymbol::readXML ( QDomNode& symbol, QgsVectorLayer const* vl )
[symbol: _ZN9QgsSymbol7readXMLER8QDomNodePK14QgsVectorLayer]
QgsSymbol::rotationClassificationField ( ) const
[symbol: _ZNK9QgsSymbol27rotationClassificationFieldEv]
QgsSymbol::scaleClassificationField ( ) const
[symbol: _ZNK9QgsSymbol24scaleClassificationFieldEv]
QgsSymbol::setColor ( QColor c )
[symbol: _ZN9QgsSymbol8setColorE6QColor]
QgsSymbol::setCustomTexture ( QString path )
[symbol: _ZN9QgsSymbol16setCustomTextureE7QString]
QgsSymbol::setFillColor ( QColor c )
[symbol: _ZN9QgsSymbol12setFillColorE6QColor]
QgsSymbol::setFillStyle ( enum Qt::BrushStyle s )
[symbol: _ZN9QgsSymbol12setFillStyleEN2Qt10BrushStyleE]
QgsSymbol::setLineStyle ( enum Qt::PenStyle s )
[symbol: _ZN9QgsSymbol12setLineStyleEN2Qt8PenStyleE]
QgsSymbol::setLineWidth ( double w )
[symbol: _ZN9QgsSymbol12setLineWidthEd]
QgsSymbol::setNamedPointSymbol ( QString name )
[symbol: _ZN9QgsSymbol19setNamedPointSymbolE7QString]
QgsSymbol::setPointSize ( double s )
[symbol: _ZN9QgsSymbol12setPointSizeEd]
QgsSymbol::setPointSizeUnits ( bool sizeInMapUnits )
[symbol: _ZN9QgsSymbol17setPointSizeUnitsEb]
QgsSymbol::setRotationClassificationField ( int field )
[symbol: _ZN9QgsSymbol30setRotationClassificationFieldEi]
QgsSymbol::setScaleClassificationField ( int field )
[symbol: _ZN9QgsSymbol27setScaleClassificationFieldEi]
QgsSymbol::setSymbolField ( int field )
[symbol: _ZN9QgsSymbol14setSymbolFieldEi]
QgsSymbol::symbolField ( ) const
[symbol: _ZNK9QgsSymbol11symbolFieldEv]
QgsSymbol::writeXML ( QDomNode& item, QDomDocument& document, QgsVectorLayer const* vl ) const
[symbol: _ZNK9QgsSymbol8writeXMLER8QDomNodeR12QDomDocumentPK14QgsVectorLayer]
QgsSymbol::~QgsSymbol [in-charge-deleting] ( )
[symbol: _ZN9QgsSymbolD0Ev]
QgsSymbol::~QgsSymbol [in-charge] ( )
[symbol: _ZN9QgsSymbolD1Ev]
QgsSymbol::~QgsSymbol [not-in-charge] ( )
[symbol: _ZN9QgsSymbolD2Ev]
qgssymbol.h,
libqgis_gui.so.1.8.0
QgsSymbol::brush ( ) const
[symbol: _ZNK9QgsSymbol5brushEv]
QgsSymbol::label ( ) const
[symbol: _ZNK9QgsSymbol5labelEv]
QgsSymbol::lowerValue ( ) const
[symbol: _ZNK9QgsSymbol10lowerValueEv]
QgsSymbol::pen ( ) const
[symbol: _ZNK9QgsSymbol3penEv]
QgsSymbol::setBrush ( QBrush b )
[symbol: _ZN9QgsSymbol8setBrushE6QBrush]
QgsSymbol::setLabel ( QString label )
[symbol: _ZN9QgsSymbol8setLabelE7QString]
QgsSymbol::setLowerValue ( QString value )
[symbol: _ZN9QgsSymbol13setLowerValueE7QString]
QgsSymbol::setPen ( QPen p )
[symbol: _ZN9QgsSymbol6setPenE4QPen]
QgsSymbol::setUpperValue ( QString value )
[symbol: _ZN9QgsSymbol13setUpperValueE7QString]
QgsSymbol::upperValue ( ) const
[symbol: _ZNK9QgsSymbol10upperValueEv]
vtable for QgsSymbol [data]
[symbol: _ZTV9QgsSymbol]
qgssymbollayerv2utils.h,
libqgis_core.so.1.8.0
QgsSymbolLayerV2Utils::lineWidthScaleFactor ( QgsRenderContext& c, enum QgsSymbolV2::OutputUnit u ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils20lineWidthScaleFactorER16QgsRenderContextN11QgsSymbolV210OutputUnitE]
QgsSymbolLayerV2Utils::pixelSizeScaleFactor ( QgsRenderContext& c, enum QgsSymbolV2::OutputUnit u ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils20pixelSizeScaleFactorER16QgsRenderContextN11QgsSymbolV210OutputUnitE]
QgsSymbolLayerV2Utils::saveSymbol ( QString name, QgsSymbolV2* symbol, QDomDocument& doc, QgsSymbolV2Map* subSymbols ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils10saveSymbolE7QStringP11QgsSymbolV2R12QDomDocumentP4QMapIS0_S2_E]
qgssymbologyutils.h,
libqgis_core.so.1.8.0
namespace QgsSymbologyUtils
brushStyle2Char ( enum Qt::BrushStyle brushstyle )
[symbol: _ZN17QgsSymbologyUtils15brushStyle2CharEN2Qt10BrushStyleE]
brushStyle2Pixmap ( enum Qt::BrushStyle brushstyle )
[symbol: _ZN17QgsSymbologyUtils17brushStyle2PixmapEN2Qt10BrushStyleE]
brushStyle2QString ( enum Qt::BrushStyle brushstyle )
[symbol: _ZN17QgsSymbologyUtils18brushStyle2QStringEN2Qt10BrushStyleE]
char2BrushStyle ( char const* c )
[symbol: _ZN17QgsSymbologyUtils15char2BrushStyleEPKc]
char2LinePixmap ( char const* c )
[symbol: _ZN17QgsSymbologyUtils15char2LinePixmapEPKc]
char2PatternPixmap ( char const* c )
[symbol: _ZN17QgsSymbologyUtils18char2PatternPixmapEPKc]
char2PenStyle ( char const* c )
[symbol: _ZN17QgsSymbologyUtils13char2PenStyleEPKc]
penStyle2Char ( enum Qt::PenStyle penstyle )
[symbol: _ZN17QgsSymbologyUtils13penStyle2CharEN2Qt8PenStyleE]
penStyle2Pixmap ( enum Qt::PenStyle penstyle )
[symbol: _ZN17QgsSymbologyUtils15penStyle2PixmapEN2Qt8PenStyleE]
penStyle2QString ( enum Qt::PenStyle penstyle )
[symbol: _ZN17QgsSymbologyUtils16penStyle2QStringEN2Qt8PenStyleE]
qString2BrushStyle ( QString string )
[symbol: _ZN17QgsSymbologyUtils18qString2BrushStyleE7QString]
qString2LinePixmap ( QString string )
[symbol: _ZN17QgsSymbologyUtils18qString2LinePixmapE7QString]
qString2PatternPixmap ( QString string )
[symbol: _ZN17QgsSymbologyUtils21qString2PatternPixmapE7QString]
qString2PenStyle ( QString string )
[symbol: _ZN17QgsSymbologyUtils16qString2PenStyleE7QString]
qgssymbologyv2conversion.h,
libqgis_core.so.1.8.0
QgsSymbologyV2Conversion::rendererV1toV2 ( QgsVectorLayer* layer ) [static]
[symbol: _ZN24QgsSymbologyV2Conversion14rendererV1toV2EP14QgsVectorLayer]
QgsSymbologyV2Conversion::rendererV2toV1 ( QgsVectorLayer* layer ) [static]
[symbol: _ZN24QgsSymbologyV2Conversion14rendererV2toV1EP14QgsVectorLayer]
QgsSymbologyV2Conversion::symbolV1toV2 ( QgsSymbol const* s ) [static]
[symbol: _ZN24QgsSymbologyV2Conversion12symbolV1toV2EPK9QgsSymbol]
QgsSymbologyV2Conversion::symbolV2toV1 ( QgsSymbolV2* s ) [static]
[symbol: _ZN24QgsSymbologyV2Conversion12symbolV2toV1EP11QgsSymbolV2]
qgssymbolv2.h,
libqgis_core.so.1.8.0
QgsSymbolV2::color ( )
[symbol: _ZN11QgsSymbolV25colorEv]
QgsSymbolV2::dump ( )
[symbol: _ZN11QgsSymbolV24dumpEv]
QgsSymbolV2RenderContext::selectionColor ( ) [static]
[symbol: _ZN24QgsSymbolV2RenderContext14selectionColorEv]
qgsuniquevaluerenderer.h,
libqgis_core.so.1.8.0
QgsUniqueValueRenderer::classificationAttributes ( ) const
[symbol: _ZNK22QgsUniqueValueRenderer24classificationAttributesEv]
QgsUniqueValueRenderer::classificationField ( ) const
[symbol: _ZNK22QgsUniqueValueRenderer19classificationFieldEv]
QgsUniqueValueRenderer::clearValues ( )
[symbol: _ZN22QgsUniqueValueRenderer11clearValuesEv]
QgsUniqueValueRenderer::clone ( ) const
[symbol: _ZNK22QgsUniqueValueRenderer5cloneEv]
QgsUniqueValueRenderer::insertValue ( QString name, QgsSymbol* symbol )
[symbol: _ZN22QgsUniqueValueRenderer11insertValueE7QStringP9QgsSymbol]
QgsUniqueValueRenderer::name ( ) const
[symbol: _ZNK22QgsUniqueValueRenderer4nameEv]
QgsUniqueValueRenderer::needsAttributes ( ) const
[symbol: _ZNK22QgsUniqueValueRenderer15needsAttributesEv]
QgsUniqueValueRenderer::operator = ( QgsUniqueValueRenderer const& other )
[symbol: _ZN22QgsUniqueValueRendereraSERKS_]
QgsUniqueValueRenderer::QgsUniqueValueRenderer [in-charge] ( enum QGis::GeometryType type )
[symbol: _ZN22QgsUniqueValueRendererC1EN4QGis12GeometryTypeE]
QgsUniqueValueRenderer::QgsUniqueValueRenderer [in-charge] ( QgsUniqueValueRenderer const& other )
[symbol: _ZN22QgsUniqueValueRendererC1ERKS_]
QgsUniqueValueRenderer::QgsUniqueValueRenderer [not-in-charge] ( enum QGis::GeometryType type )
[symbol: _ZN22QgsUniqueValueRendererC2EN4QGis12GeometryTypeE]
QgsUniqueValueRenderer::QgsUniqueValueRenderer [not-in-charge] ( QgsUniqueValueRenderer const& other )
[symbol: _ZN22QgsUniqueValueRendererC2ERKS_]
QgsUniqueValueRenderer::readXML ( QDomNode const& rnode, QgsVectorLayer& vl )
[symbol: _ZN22QgsUniqueValueRenderer7readXMLERK8QDomNodeR14QgsVectorLayer]
QgsUniqueValueRenderer::renderFeature ( QgsRenderContext& renderContext, QgsFeature& f, QImage* img, bool selected, double opacity )
[symbol: _ZN22QgsUniqueValueRenderer13renderFeatureER16QgsRenderContextR10QgsFeatureP6QImagebd]
QgsUniqueValueRenderer::setClassificationField ( int field )
[symbol: _ZN22QgsUniqueValueRenderer22setClassificationFieldEi]
QgsUniqueValueRenderer::symbolForFeature ( QgsFeature const* f )
[symbol: _ZN22QgsUniqueValueRenderer16symbolForFeatureEPK10QgsFeature]
QgsUniqueValueRenderer::symbols ( ) const
[symbol: _ZNK22QgsUniqueValueRenderer7symbolsEv]
QgsUniqueValueRenderer::updateSymbolAttributes ( )
[symbol: _ZN22QgsUniqueValueRenderer22updateSymbolAttributesEv]
QgsUniqueValueRenderer::willRenderFeature ( QgsFeature* f )
[symbol: _ZN22QgsUniqueValueRenderer17willRenderFeatureEP10QgsFeature]
QgsUniqueValueRenderer::writeXML ( QDomNode& layer_node, QDomDocument& document, QgsVectorLayer const& vl ) const
[symbol: _ZNK22QgsUniqueValueRenderer8writeXMLER8QDomNodeR12QDomDocumentRK14QgsVectorLayer]
QgsUniqueValueRenderer::~QgsUniqueValueRenderer [in-charge-deleting] ( )
[symbol: _ZN22QgsUniqueValueRendererD0Ev]
QgsUniqueValueRenderer::~QgsUniqueValueRenderer [in-charge] ( )
[symbol: _ZN22QgsUniqueValueRendererD1Ev]
QgsUniqueValueRenderer::~QgsUniqueValueRenderer [not-in-charge] ( )
[symbol: _ZN22QgsUniqueValueRendererD2Ev]
vtable for QgsUniqueValueRenderer [data]
[symbol: _ZTV22QgsUniqueValueRenderer]
qgsvectorcolorrampv2.h,
libqgis_core.so.1.8.0
QgsVectorGradientColorRampV2::QgsVectorGradientColorRampV2 [in-charge] ( QColor color1, QColor color2 )
[symbol: _ZN28QgsVectorGradientColorRampV2C1E6QColorS0_]
QgsVectorGradientColorRampV2::QgsVectorGradientColorRampV2 [not-in-charge] ( QColor color1, QColor color2 )
[symbol: _ZN28QgsVectorGradientColorRampV2C2E6QColorS0_]
qgsvectordataprovider.h,
libqgis_core.so.1.8.0
QgsVectorDataProvider::addAttributes ( QMap<QString, QString>const& attributes )
[symbol: _ZN21QgsVectorDataProvider13addAttributesERK4QMapI7QStringS1_E]
QgsVectorDataProvider::enableGeometrylessFeatures ( bool fetch )
[symbol: _ZN21QgsVectorDataProvider26enableGeometrylessFeaturesEb]
QgsVectorDataProvider::featureAtId ( QgsFeatureId featureId, QgsFeature& feature, bool fetchGeometry, QgsAttributeList fetchAttributes )
[symbol: _ZN21QgsVectorDataProvider11featureAtIdExR10QgsFeatureb5QListIiE]
QgsVectorDataProvider::supportedNativeTypes ( ) const
[symbol: _ZNK21QgsVectorDataProvider20supportedNativeTypesEv]
QgsVectorDataProvider::updateFeatureCount ( )
[symbol: _ZN21QgsVectorDataProvider18updateFeatureCountEv]
qgsvectorfilewriter.h,
libqgis_core.so.1.8.0
QgsVectorFileWriter::addFeature ( QgsFeature& feature )
[symbol: _ZN19QgsVectorFileWriter10addFeatureER10QgsFeature]
QgsVectorFileWriter::QgsVectorFileWriter [in-charge] ( QString const& vectorFileName, QString const& fileEncoding, QgsFieldMap const& fields, enum QGis::WkbType geometryType, QgsCoordinateReferenceSystem const* srs, QString const& driverName, QStringList const& datasourceOptions, QStringList const& layerOptions, QString* newFilename )
[symbol: _ZN19QgsVectorFileWriterC1ERK7QStringS2_RK4QMapIi8QgsFieldEN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystemS2_RK11QStringListSF_PS0_]
QgsVectorFileWriter::QgsVectorFileWriter [not-in-charge] ( QString const& vectorFileName, QString const& fileEncoding, QgsFieldMap const& fields, enum QGis::WkbType geometryType, QgsCoordinateReferenceSystem const* srs, QString const& driverName, QStringList const& datasourceOptions, QStringList const& layerOptions, QString* newFilename )
[symbol: _ZN19QgsVectorFileWriterC2ERK7QStringS2_RK4QMapIi8QgsFieldEN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystemS2_RK11QStringListSF_PS0_]
QgsVectorFileWriter::writeAsShapefile ( QgsVectorLayer* layer, QString const& shapefileName, QString const& fileEncoding, QgsCoordinateReferenceSystem const* destCRS, bool onlySelected, QString* errorMessage, QStringList const& datasourceOptions, QStringList const& layerOptions ) [static]
[symbol: _ZN19QgsVectorFileWriter16writeAsShapefileEP14QgsVectorLayerRK7QStringS4_PK28QgsCoordinateReferenceSystembPS2_RK11QStringListSB_]
QgsVectorFileWriter::writeAsVectorFormat ( QgsVectorLayer* layer, QString const& fileName, QString const& fileEncoding, QgsCoordinateReferenceSystem const* destCRS, QString const& driverName, bool onlySelected, QString* errorMessage, QStringList const& datasourceOptions, QStringList const& layerOptions, bool skipAttributeCreation, QString* newFilename ) [static]
[symbol: _ZN19QgsVectorFileWriter19writeAsVectorFormatEP14QgsVectorLayerRK7QStringS4_PK28QgsCoordinateReferenceSystemS4_bPS2_RK11QStringListSB_bS8_]
qgsvectorlayer.h,
libqgis_core.so.1.8.0
QgsVectorLayer::addAttribute ( QString name, QString type )
[symbol: _ZN14QgsVectorLayer12addAttributeE7QStringS0_]
QgsVectorLayer::addJoin ( struct QgsVectorJoinInfo joinInfo )
[symbol: _ZN14QgsVectorLayer7addJoinE17QgsVectorJoinInfo]
QgsVectorLayer::addOverlay ( QgsVectorOverlay* overlay )
[symbol: _ZN14QgsVectorLayer10addOverlayEP16QgsVectorOverlay]
QgsVectorLayer::committedAttributesDeleted ( QString const& layerId, QgsAttributeIds const& deletedAttributeIds )
[symbol: _ZN14QgsVectorLayer26committedAttributesDeletedERK7QStringRK4QSetIiE]
QgsVectorLayer::copySymbologySettings ( QgsMapLayer const& other )
[symbol: _ZN14QgsVectorLayer21copySymbologySettingsERK11QgsMapLayer]
QgsVectorLayer::deselect ( QgsFeatureId featureId, bool emitSignal )
[symbol: _ZN14QgsVectorLayer8deselectExb]
QgsVectorLayer::drawRendererV2 ( QgsRenderContext& rendererContext, bool labeling )
[symbol: _ZN14QgsVectorLayer14drawRendererV2ER16QgsRenderContextb]
QgsVectorLayer::drawRendererV2Levels ( QgsRenderContext& rendererContext, bool labeling )
[symbol: _ZN14QgsVectorLayer20drawRendererV2LevelsER16QgsRenderContextb]
QgsVectorLayer::featureAtId ( QgsFeatureId featureId, QgsFeature& f, bool fetchGeometries, bool fetchAttributes )
[symbol: _ZN14QgsVectorLayer11featureAtIdExR10QgsFeaturebb]
QgsVectorLayer::findOverlayByType ( QString const& typeName )
[symbol: _ZN14QgsVectorLayer17findOverlayByTypeERK7QString]
QgsVectorLayer::hasCompatibleSymbology ( QgsMapLayer const& other ) const
[symbol: _ZNK14QgsVectorLayer22hasCompatibleSymbologyERK11QgsMapLayer]
QgsVectorLayer::isUsingRendererV2 ( )
[symbol: _ZN14QgsVectorLayer17isUsingRendererV2Ev]
QgsVectorLayer::layerModified ( bool onlyGeometry )
[symbol: _ZN14QgsVectorLayer13layerModifiedEb]
QgsVectorLayer::nextFeature ( QgsFeature& feature )
[symbol: _ZN14QgsVectorLayer11nextFeatureER10QgsFeature]
QgsVectorLayer::redoEditCommand ( struct QgsUndoCommand* cmd )
[symbol: _ZN14QgsVectorLayer15redoEditCommandEP14QgsUndoCommand]
QgsVectorLayer::removeOverlay ( QString const& typeName )
[symbol: _ZN14QgsVectorLayer13removeOverlayERK7QString]
QgsVectorLayer::removePolygonIntersections ( QgsGeometry* geom )
[symbol: _ZN14QgsVectorLayer26removePolygonIntersectionsEP11QgsGeometry]
QgsVectorLayer::removeSelection ( bool emitSignal )
[symbol: _ZN14QgsVectorLayer15removeSelectionEb]
QgsVectorLayer::renderer ( ) const
[symbol: _ZNK14QgsVectorLayer8rendererEv]
QgsVectorLayer::rollBack ( )
[symbol: _ZN14QgsVectorLayer8rollBackEv]
QgsVectorLayer::select ( QgsAttributeList fetchAttributes, QgsRectangle rect, bool fetchGeometry, bool useIntersect )
[symbol: _ZN14QgsVectorLayer6selectE5QListIiE12QgsRectanglebb]
QgsVectorLayer::select ( QgsFeatureId featureId, bool emitSignal )
[symbol: _ZN14QgsVectorLayer6selectExb]
QgsVectorLayer::setModified ( bool modified, bool onlyGeometryWasModified )
[symbol: _ZN14QgsVectorLayer11setModifiedEbb]
QgsVectorLayer::setRenderer ( QgsRenderer* r )
[symbol: _ZN14QgsVectorLayer11setRendererEP11QgsRenderer]
QgsVectorLayer::setUsingRendererV2 ( bool usingRendererV2 )
[symbol: _ZN14QgsVectorLayer18setUsingRendererV2Eb]
QgsVectorLayer::undoEditCommand ( struct QgsUndoCommand* cmd )
[symbol: _ZN14QgsVectorLayer15undoEditCommandEP14QgsUndoCommand]
QgsVectorLayer::updateFeatureCount ( ) const
[symbol: _ZNK14QgsVectorLayer18updateFeatureCountEv]
QgsVectorLayer::updateFieldMap ( )
[symbol: _ZN14QgsVectorLayer14updateFieldMapEv]
QgsVectorLayer::vectorOverlays ( QList<QgsVectorOverlay*>& overlayList )
[symbol: _ZN14QgsVectorLayer14vectorOverlaysER5QListIP16QgsVectorOverlayE]
qgsvectorlayerimport.h,
libqgis_core.so.1.8.0
QgsVectorLayerImport::importLayer ( QgsVectorLayer* layer, QString const& uri, QString const& providerKey, QgsCoordinateReferenceSystem const* destCRS, bool onlySelected, QString* errorMessage, bool skipAttributeCreation, QMap<QString, QVariant>* options ) [static]
[symbol: _ZN20QgsVectorLayerImport11importLayerEP14QgsVectorLayerRK7QStringS4_PK28QgsCoordinateReferenceSystembPS2_bP4QMapIS2_8QVariantE]
QgsVectorLayerImport::QgsVectorLayerImport [in-charge] ( QString const& uri, QString const& provider, QgsFieldMap const& fields, enum QGis::WkbType geometryType, QgsCoordinateReferenceSystem const* crs, bool overwrite, QMap<QString, QVariant>const* options )
[symbol: _ZN20QgsVectorLayerImportC1ERK7QStringS2_RK4QMapIi8QgsFieldEN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystembPKS3_IS0_8QVariantE]
QgsVectorLayerImport::QgsVectorLayerImport [not-in-charge] ( QString const& uri, QString const& provider, QgsFieldMap const& fields, enum QGis::WkbType geometryType, QgsCoordinateReferenceSystem const* crs, bool overwrite, QMap<QString, QVariant>const* options )
[symbol: _ZN20QgsVectorLayerImportC2ERK7QStringS2_RK4QMapIi8QgsFieldEN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystembPKS3_IS0_8QVariantE]
qgsvectoroverlay.h,
libqgis_core.so.1.8.0
QgsVectorOverlay::QgsVectorOverlay [in-charge] ( QgsVectorLayer* vl )
[symbol: _ZN16QgsVectorOverlayC1EP14QgsVectorLayer]
QgsVectorOverlay::QgsVectorOverlay [not-in-charge] ( QgsVectorLayer* vl )
[symbol: _ZN16QgsVectorOverlayC2EP14QgsVectorLayer]
QgsVectorOverlay::removeOverlayObjects ( )
[symbol: _ZN16QgsVectorOverlay20removeOverlayObjectsEv]
QgsVectorOverlay::~QgsVectorOverlay [in-charge-deleting] ( )
[symbol: _ZN16QgsVectorOverlayD0Ev]
QgsVectorOverlay::~QgsVectorOverlay [in-charge] ( )
[symbol: _ZN16QgsVectorOverlayD1Ev]
QgsVectorOverlay::~QgsVectorOverlay [not-in-charge] ( )
[symbol: _ZN16QgsVectorOverlayD2Ev]
vtable for QgsVectorOverlay [data]
[symbol: _ZTV16QgsVectorOverlay]
to the top
Problems with Data Types, High Severity (208)
qgisinterface.h
[+] class QgisInterface (56)
| Change |
Effect |
1 | Pure virtual method QgisInterface::actionCancelAllEdits ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Pure virtual method QgisInterface::actionCancelEdits ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Pure virtual method QgisInterface::actionCopyLayerStyle ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Pure virtual method QgisInterface::actionOpenFieldCalculator ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | Pure virtual method QgisInterface::actionPasteLayerStyle ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
6 | Pure virtual method QgisInterface::actionRollbackEdits ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
7 | Pure virtual method QgisInterface::actionSaveActiveLayerEdits ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
8 | Pure virtual method QgisInterface::actionSaveAllEdits ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
9 | Pure virtual method QgisInterface::actionSaveEdits ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
10 | Pure virtual method QgisInterface::actionShowComposerManager ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
11 | Pure virtual method QgisInterface::actionTouch ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
12 | Pure virtual method QgisInterface::addDatabaseToolBarWidget ( QWidget* ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
13 | Pure virtual method QgisInterface::addRasterLayer ( QString const&, QString const&, QString const& ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
14 | Pure virtual method QgisInterface::addRasterToolBarWidget ( QWidget* ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
15 | Pure virtual method QgisInterface::addToolBarWidget ( QWidget* ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
16 | Pure virtual method QgisInterface::addVectorToolBarWidget ( QWidget* ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
17 | Pure virtual method QgisInterface::addWebToolBarWidget ( QWidget* ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
18 | Pure virtual method QgisInterface::buildStyleSheet ( QMap<QString,QVariant>const& ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
19 | Pure virtual method QgisInterface::createNewComposer ( QString ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
20 | Pure virtual method QgisInterface::defaultStyleSheetFont ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
21 | Pure virtual method QgisInterface::defaultStyleSheetOptions ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
22 | Pure virtual method QgisInterface::deleteComposer ( struct QgsComposerView* ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
23 | Pure virtual method QgisInterface::duplicateComposer ( struct QgsComposerView*, QString ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
24 | Pure virtual method QgisInterface::editableLayers ( bool ) const has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
25 | Pure virtual method QgisInterface::getFeatureForm ( QgsVectorLayer*, QgsFeature& ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
26 | Pure virtual method QgisInterface::messageBar ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
27 | Pure virtual method QgisInterface::messageTimeout ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
28 | Pure virtual method QgisInterface::newLayerMenu ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
29 | Pure virtual method QgisInterface::pluginManagerInterface ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
30 | Pure virtual method QgisInterface::preloadForm ( QString ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
31 | Pure virtual method QgisInterface::projectMenu ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
32 | Pure virtual method QgisInterface::saveStyleSheetOptions ( QMap<QString,QVariant>const& ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
33 | Pure virtual method QgisInterface::actionAddIsland ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
34 | Pure virtual method QgisInterface::actionAddVertex ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
35 | Pure virtual method QgisInterface::actionCaptureLine ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
36 | Pure virtual method QgisInterface::actionCapturePoint ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
37 | Pure virtual method QgisInterface::actionCapturePolygon ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
38 | Pure virtual method QgisInterface::actionDeleteVertex ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
39 | Pure virtual method QgisInterface::actionEditSeparator1 ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
40 | Pure virtual method QgisInterface::actionEditSeparator2 ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
41 | Pure virtual method QgisInterface::actionFileSeparator1 ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
42 | Pure virtual method QgisInterface::actionFileSeparator2 ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
43 | Pure virtual method QgisInterface::actionFileSeparator3 ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
44 | Pure virtual method QgisInterface::actionFileSeparator4 ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
45 | Pure virtual method QgisInterface::actionHelpSeparator1 ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
46 | Pure virtual method QgisInterface::actionHelpSeparator2 ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
47 | Pure virtual method QgisInterface::actionLayerSeparator1 ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
48 | Pure virtual method QgisInterface::actionMoveVertex ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
49 | Pure virtual method QgisInterface::actionPluginPythonSeparator ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
50 | Pure virtual method QgisInterface::actionPluginSeparator1 ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
51 | Pure virtual method QgisInterface::actionSettingsSeparator1 ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
52 | Pure virtual method QgisInterface::actionViewSeparator1 ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
53 | Pure virtual method QgisInterface::actionViewSeparator2 ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
54 | Pure virtual method QgisInterface::actionViewSeparator3 ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
55 | Pure virtual method QgisInterface::addRasterLayer ( QString const&, QString const&, QString const&, QStringList const&, QStringList const&, QString const&, QString const& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
56 | Pure virtual method QgisInterface::refreshLegend ( QgsMapLayer* ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 181 entries | Virtual Table (New) - 189 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgisInterface::metaObject |
QgisInterface::metaObject |
12 |
QgisInterface::qt_metacast |
QgisInterface::qt_metacast |
16 |
QgisInterface::qt_metacall |
QgisInterface::qt_metacall |
20 |
~QgisInterface |
~QgisInterface |
24 |
~QgisInterface |
~QgisInterface |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
__cxa_pure_virtual |
__cxa_pure_virtual |
64 |
__cxa_pure_virtual |
__cxa_pure_virtual |
68 |
__cxa_pure_virtual |
__cxa_pure_virtual |
72 |
__cxa_pure_virtual |
__cxa_pure_virtual |
76 |
__cxa_pure_virtual |
__cxa_pure_virtual |
80 |
__cxa_pure_virtual |
__cxa_pure_virtual |
84 |
__cxa_pure_virtual |
__cxa_pure_virtual |
88 |
__cxa_pure_virtual |
__cxa_pure_virtual |
92 |
__cxa_pure_virtual |
__cxa_pure_virtual |
96 |
__cxa_pure_virtual |
__cxa_pure_virtual |
100 |
__cxa_pure_virtual |
__cxa_pure_virtual |
104 |
__cxa_pure_virtual |
__cxa_pure_virtual |
108 |
__cxa_pure_virtual |
__cxa_pure_virtual |
112 |
__cxa_pure_virtual |
__cxa_pure_virtual |
116 |
__cxa_pure_virtual |
__cxa_pure_virtual |
120 |
__cxa_pure_virtual |
__cxa_pure_virtual |
124 |
__cxa_pure_virtual |
__cxa_pure_virtual |
128 |
__cxa_pure_virtual |
__cxa_pure_virtual |
132 |
__cxa_pure_virtual |
__cxa_pure_virtual |
136 |
__cxa_pure_virtual |
__cxa_pure_virtual |
140 |
__cxa_pure_virtual |
__cxa_pure_virtual |
144 |
__cxa_pure_virtual |
__cxa_pure_virtual |
148 |
__cxa_pure_virtual |
__cxa_pure_virtual |
152 |
__cxa_pure_virtual |
__cxa_pure_virtual |
156 |
__cxa_pure_virtual |
__cxa_pure_virtual |
160 |
__cxa_pure_virtual |
__cxa_pure_virtual |
164 |
__cxa_pure_virtual |
__cxa_pure_virtual |
168 |
__cxa_pure_virtual |
__cxa_pure_virtual |
172 |
__cxa_pure_virtual |
__cxa_pure_virtual |
176 |
__cxa_pure_virtual |
__cxa_pure_virtual |
180 |
__cxa_pure_virtual |
__cxa_pure_virtual |
184 |
__cxa_pure_virtual |
__cxa_pure_virtual |
188 |
__cxa_pure_virtual |
__cxa_pure_virtual |
192 |
__cxa_pure_virtual |
__cxa_pure_virtual |
196 |
__cxa_pure_virtual |
__cxa_pure_virtual |
200 |
__cxa_pure_virtual |
__cxa_pure_virtual |
204 |
__cxa_pure_virtual |
__cxa_pure_virtual |
208 |
__cxa_pure_virtual |
__cxa_pure_virtual |
212 |
__cxa_pure_virtual |
__cxa_pure_virtual |
216 |
__cxa_pure_virtual |
__cxa_pure_virtual |
220 |
__cxa_pure_virtual |
__cxa_pure_virtual |
224 |
__cxa_pure_virtual |
__cxa_pure_virtual |
228 |
__cxa_pure_virtual |
__cxa_pure_virtual |
232 |
__cxa_pure_virtual |
__cxa_pure_virtual |
236 |
__cxa_pure_virtual |
__cxa_pure_virtual |
240 |
__cxa_pure_virtual |
__cxa_pure_virtual |
244 |
__cxa_pure_virtual |
__cxa_pure_virtual |
248 |
__cxa_pure_virtual |
__cxa_pure_virtual |
252 |
__cxa_pure_virtual |
__cxa_pure_virtual |
256 |
__cxa_pure_virtual |
__cxa_pure_virtual |
260 |
__cxa_pure_virtual |
__cxa_pure_virtual |
264 |
__cxa_pure_virtual |
__cxa_pure_virtual |
268 |
__cxa_pure_virtual |
__cxa_pure_virtual |
272 |
__cxa_pure_virtual |
__cxa_pure_virtual |
276 |
__cxa_pure_virtual |
__cxa_pure_virtual |
280 |
__cxa_pure_virtual |
__cxa_pure_virtual |
284 |
__cxa_pure_virtual |
__cxa_pure_virtual |
288 |
__cxa_pure_virtual |
__cxa_pure_virtual |
292 |
__cxa_pure_virtual |
__cxa_pure_virtual |
296 |
__cxa_pure_virtual |
__cxa_pure_virtual |
300 |
__cxa_pure_virtual |
__cxa_pure_virtual |
304 |
__cxa_pure_virtual |
__cxa_pure_virtual |
308 |
__cxa_pure_virtual |
__cxa_pure_virtual |
312 |
__cxa_pure_virtual |
__cxa_pure_virtual |
316 |
__cxa_pure_virtual |
__cxa_pure_virtual |
320 |
__cxa_pure_virtual |
__cxa_pure_virtual |
324 |
__cxa_pure_virtual |
__cxa_pure_virtual |
328 |
__cxa_pure_virtual |
__cxa_pure_virtual |
332 |
__cxa_pure_virtual |
__cxa_pure_virtual |
336 |
__cxa_pure_virtual |
__cxa_pure_virtual |
340 |
__cxa_pure_virtual |
__cxa_pure_virtual |
344 |
__cxa_pure_virtual |
__cxa_pure_virtual |
348 |
__cxa_pure_virtual |
__cxa_pure_virtual |
352 |
__cxa_pure_virtual |
__cxa_pure_virtual |
356 |
__cxa_pure_virtual |
__cxa_pure_virtual |
360 |
__cxa_pure_virtual |
__cxa_pure_virtual |
364 |
__cxa_pure_virtual |
__cxa_pure_virtual |
368 |
__cxa_pure_virtual |
__cxa_pure_virtual |
372 |
__cxa_pure_virtual |
__cxa_pure_virtual |
376 |
__cxa_pure_virtual |
__cxa_pure_virtual |
380 |
__cxa_pure_virtual |
__cxa_pure_virtual |
384 |
__cxa_pure_virtual |
__cxa_pure_virtual |
388 |
__cxa_pure_virtual |
__cxa_pure_virtual |
392 |
__cxa_pure_virtual |
__cxa_pure_virtual |
396 |
__cxa_pure_virtual |
__cxa_pure_virtual |
400 |
__cxa_pure_virtual |
__cxa_pure_virtual |
404 |
__cxa_pure_virtual |
__cxa_pure_virtual |
408 |
__cxa_pure_virtual |
__cxa_pure_virtual |
412 |
__cxa_pure_virtual |
__cxa_pure_virtual |
416 |
__cxa_pure_virtual |
__cxa_pure_virtual |
420 |
__cxa_pure_virtual |
__cxa_pure_virtual |
424 |
__cxa_pure_virtual |
__cxa_pure_virtual |
428 |
__cxa_pure_virtual |
__cxa_pure_virtual |
432 |
__cxa_pure_virtual |
__cxa_pure_virtual |
436 |
__cxa_pure_virtual |
__cxa_pure_virtual |
440 |
__cxa_pure_virtual |
__cxa_pure_virtual |
444 |
__cxa_pure_virtual |
__cxa_pure_virtual |
448 |
__cxa_pure_virtual |
__cxa_pure_virtual |
452 |
__cxa_pure_virtual |
__cxa_pure_virtual |
456 |
__cxa_pure_virtual |
__cxa_pure_virtual |
460 |
__cxa_pure_virtual |
__cxa_pure_virtual |
464 |
__cxa_pure_virtual |
__cxa_pure_virtual |
468 |
__cxa_pure_virtual |
__cxa_pure_virtual |
472 |
__cxa_pure_virtual |
__cxa_pure_virtual |
476 |
__cxa_pure_virtual |
__cxa_pure_virtual |
480 |
__cxa_pure_virtual |
__cxa_pure_virtual |
484 |
__cxa_pure_virtual |
__cxa_pure_virtual |
488 |
__cxa_pure_virtual |
__cxa_pure_virtual |
492 |
__cxa_pure_virtual |
__cxa_pure_virtual |
496 |
__cxa_pure_virtual |
__cxa_pure_virtual |
500 |
__cxa_pure_virtual |
__cxa_pure_virtual |
504 |
__cxa_pure_virtual |
__cxa_pure_virtual |
508 |
__cxa_pure_virtual |
__cxa_pure_virtual |
512 |
__cxa_pure_virtual |
__cxa_pure_virtual |
516 |
__cxa_pure_virtual |
__cxa_pure_virtual |
520 |
__cxa_pure_virtual |
__cxa_pure_virtual |
524 |
__cxa_pure_virtual |
__cxa_pure_virtual |
528 |
__cxa_pure_virtual |
__cxa_pure_virtual |
532 |
__cxa_pure_virtual |
__cxa_pure_virtual |
536 |
__cxa_pure_virtual |
__cxa_pure_virtual |
540 |
__cxa_pure_virtual |
__cxa_pure_virtual |
544 |
__cxa_pure_virtual |
__cxa_pure_virtual |
548 |
__cxa_pure_virtual |
__cxa_pure_virtual |
552 |
__cxa_pure_virtual |
__cxa_pure_virtual |
556 |
__cxa_pure_virtual |
__cxa_pure_virtual |
560 |
__cxa_pure_virtual |
__cxa_pure_virtual |
564 |
__cxa_pure_virtual |
__cxa_pure_virtual |
568 |
__cxa_pure_virtual |
__cxa_pure_virtual |
572 |
__cxa_pure_virtual |
__cxa_pure_virtual |
576 |
__cxa_pure_virtual |
__cxa_pure_virtual |
580 |
__cxa_pure_virtual |
__cxa_pure_virtual |
584 |
__cxa_pure_virtual |
__cxa_pure_virtual |
588 |
__cxa_pure_virtual |
__cxa_pure_virtual |
592 |
__cxa_pure_virtual |
__cxa_pure_virtual |
596 |
__cxa_pure_virtual |
__cxa_pure_virtual |
600 |
__cxa_pure_virtual |
__cxa_pure_virtual |
604 |
__cxa_pure_virtual |
__cxa_pure_virtual |
608 |
__cxa_pure_virtual |
__cxa_pure_virtual |
612 |
__cxa_pure_virtual |
__cxa_pure_virtual |
616 |
__cxa_pure_virtual |
__cxa_pure_virtual |
620 |
__cxa_pure_virtual |
__cxa_pure_virtual |
624 |
__cxa_pure_virtual |
__cxa_pure_virtual |
628 |
__cxa_pure_virtual |
__cxa_pure_virtual |
632 |
__cxa_pure_virtual |
__cxa_pure_virtual |
636 |
__cxa_pure_virtual |
__cxa_pure_virtual |
640 |
__cxa_pure_virtual |
__cxa_pure_virtual |
644 |
__cxa_pure_virtual |
__cxa_pure_virtual |
648 |
__cxa_pure_virtual |
__cxa_pure_virtual |
652 |
__cxa_pure_virtual |
__cxa_pure_virtual |
656 |
__cxa_pure_virtual |
__cxa_pure_virtual |
660 |
__cxa_pure_virtual |
__cxa_pure_virtual |
664 |
__cxa_pure_virtual |
__cxa_pure_virtual |
668 |
__cxa_pure_virtual |
__cxa_pure_virtual |
672 |
__cxa_pure_virtual |
__cxa_pure_virtual |
676 |
__cxa_pure_virtual |
__cxa_pure_virtual |
680 |
__cxa_pure_virtual |
__cxa_pure_virtual |
684 |
__cxa_pure_virtual |
__cxa_pure_virtual |
688 |
__cxa_pure_virtual |
__cxa_pure_virtual |
692 |
__cxa_pure_virtual |
__cxa_pure_virtual |
696 |
__cxa_pure_virtual |
__cxa_pure_virtual |
700 |
__cxa_pure_virtual |
__cxa_pure_virtual |
704 |
__cxa_pure_virtual |
__cxa_pure_virtual |
708 |
__cxa_pure_virtual |
__cxa_pure_virtual |
712 |
__cxa_pure_virtual |
__cxa_pure_virtual |
716 |
__cxa_pure_virtual |
__cxa_pure_virtual |
720 |
__cxa_pure_virtual |
__cxa_pure_virtual |
724 |
|
__cxa_pure_virtual |
728 |
|
__cxa_pure_virtual |
732 |
|
__cxa_pure_virtual |
736 |
|
__cxa_pure_virtual |
740 |
|
__cxa_pure_virtual |
744 |
|
__cxa_pure_virtual |
748 |
|
__cxa_pure_virtual |
752 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
QgisInterface::actionAbout ( )This method is from 'QgisInterface' class.
QgisInterface::actionAddAllToOverview ( )This method is from 'QgisInterface' class.
QgisInterface::actionAddFeature ( )This method is from 'QgisInterface' class.
QgisInterface::actionAddOgrLayer ( )This method is from 'QgisInterface' class.
QgisInterface::actionAddPart ( )This method is from 'QgisInterface' class.
QgisInterface::actionAddPgLayer ( )This method is from 'QgisInterface' class.
QgisInterface::actionAddRasterLayer ( )This method is from 'QgisInterface' class.
QgisInterface::actionAddRing ( )This method is from 'QgisInterface' class.
QgisInterface::actionAddToOverview ( )This method is from 'QgisInterface' class.
QgisInterface::actionAddWmsLayer ( )This method is from 'QgisInterface' class.
...
qgsattributeeditor.h
[+] class QgsAttributeEditor (1)
| Change |
Effect |
1 | Size of this class has been changed from 8 bytes to 16 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (7)
QgsAttributeEditor::metaObject ( ) constThis method is from 'QgsAttributeEditor' class.
QgsAttributeEditor::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsAttributeEditor' class.
QgsAttributeEditor::qt_metacast ( char const* p1 )This method is from 'QgsAttributeEditor' class.
QgsAttributeEditor::selectDate ( )This method is from 'QgsAttributeEditor' class.
QgsAttributeEditor::selectFileName ( )This method is from 'QgsAttributeEditor' class.
QgsAttributeEditor::staticMetaObject [data]This method is from 'QgsAttributeEditor' class.
QgsAttributeEditor::~QgsAttributeEditor [in-charge] ( )This method is from 'QgsAttributeEditor' class.
qgsattributetabledelegate.h
[+] class QgsAttributeTableDelegate (1)
| Change |
Effect |
1 | Size of this class has been changed from 8 bytes to 12 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (9)
QgsAttributeTableDelegate::createEditor ( QWidget* parent, QStyleOptionViewItem const& option, QModelIndex const& index ) constThis method is from 'QgsAttributeTableDelegate' class.
QgsAttributeTableDelegate::metaObject ( ) constThis method is from 'QgsAttributeTableDelegate' class.
QgsAttributeTableDelegate::paint ( QPainter* painter, QStyleOptionViewItem const& option, QModelIndex const& index ) constThis method is from 'QgsAttributeTableDelegate' class.
QgsAttributeTableDelegate::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsAttributeTableDelegate' class.
QgsAttributeTableDelegate::qt_metacast ( char const* p1 )This method is from 'QgsAttributeTableDelegate' class.
QgsAttributeTableDelegate::setEditorData ( QWidget* editor, QModelIndex const& index ) constThis method is from 'QgsAttributeTableDelegate' class.
QgsAttributeTableDelegate::setModelData ( QWidget* editor, QAbstractItemModel* model, QModelIndex const& index ) constThis method is from 'QgsAttributeTableDelegate' class.
QgsAttributeTableDelegate::staticMetaObject [data]This method is from 'QgsAttributeTableDelegate' class.
QgsAttributeTableDelegate::~QgsAttributeTableDelegate [in-charge] ( )This method is from 'QgsAttributeTableDelegate' class.
qgsattributetablefiltermodel.h
[+] class QgsAttributeTableFilterModel (2)
| Change |
Effect |
1 | Base class QgsFeatureModel has been added. | 1) The layout of v-table in this class has been changed. 2) Size of the class has been changed from 16 bytes to 36 bytes. 3) The memory layout in this class has been shifted by 4 bytes. |
2 | Size of this class has been increased from 16 bytes to 36 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 50 entries | Virtual Table (New) - 57 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QSortFilterProxyModel::metaObject |
QgsAttributeTableFilterModel::metaObject |
12 |
QSortFilterProxyModel::qt_metacast |
QgsAttributeTableFilterModel::qt_metacast |
16 |
QSortFilterProxyModel::qt_metacall |
QgsAttributeTableFilterModel::qt_metacall |
20 |
~QgsAttributeTableFilterModel |
~QgsAttributeTableFilterModel |
24 |
~QgsAttributeTableFilterModel |
~QgsAttributeTableFilterModel |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QSortFilterProxyModel::index |
QSortFilterProxyModel::index |
60 |
QSortFilterProxyModel::parent |
QSortFilterProxyModel::parent |
64 |
QSortFilterProxyModel::rowCount |
QSortFilterProxyModel::rowCount |
68 |
QSortFilterProxyModel::columnCount |
QSortFilterProxyModel::columnCount |
72 |
QSortFilterProxyModel::hasChildren |
QSortFilterProxyModel::hasChildren |
76 |
QSortFilterProxyModel::data |
QSortFilterProxyModel::data |
80 |
QSortFilterProxyModel::setData |
QSortFilterProxyModel::setData |
84 |
QSortFilterProxyModel::headerData |
QSortFilterProxyModel::headerData |
88 |
QSortFilterProxyModel::setHeaderData |
QSortFilterProxyModel::setHeaderData |
92 |
QAbstractProxyModel::itemData |
QAbstractProxyModel::itemData |
96 |
QAbstractProxyModel::setItemData |
QAbstractProxyModel::setItemData |
100 |
QSortFilterProxyModel::mimeTypes |
QSortFilterProxyModel::mimeTypes |
104 |
QSortFilterProxyModel::mimeData |
QSortFilterProxyModel::mimeData |
108 |
QSortFilterProxyModel::dropMimeData |
QSortFilterProxyModel::dropMimeData |
112 |
QSortFilterProxyModel::supportedDropActions |
QSortFilterProxyModel::supportedDropActions |
116 |
QSortFilterProxyModel::insertRows |
QSortFilterProxyModel::insertRows |
120 |
QSortFilterProxyModel::insertColumns |
QSortFilterProxyModel::insertColumns |
124 |
QSortFilterProxyModel::removeRows |
QSortFilterProxyModel::removeRows |
128 |
QSortFilterProxyModel::removeColumns |
QSortFilterProxyModel::removeColumns |
132 |
QSortFilterProxyModel::fetchMore |
QSortFilterProxyModel::fetchMore |
136 |
QSortFilterProxyModel::canFetchMore |
QSortFilterProxyModel::canFetchMore |
140 |
QSortFilterProxyModel::flags |
QSortFilterProxyModel::flags |
144 |
QgsAttributeTableFilterModel::sort |
QgsAttributeTableFilterModel::sort |
148 |
QSortFilterProxyModel::buddy |
QSortFilterProxyModel::buddy |
152 |
QSortFilterProxyModel::match |
QSortFilterProxyModel::match |
156 |
QSortFilterProxyModel::span |
QSortFilterProxyModel::span |
160 |
QAbstractProxyModel::submit |
QAbstractProxyModel::submit |
164 |
QAbstractProxyModel::revert |
QAbstractProxyModel::revert |
168 |
QSortFilterProxyModel::setSourceModel |
QSortFilterProxyModel::setSourceModel |
172 |
QSortFilterProxyModel::mapToSource |
QSortFilterProxyModel::mapToSource |
176 |
QSortFilterProxyModel::mapFromSource |
QSortFilterProxyModel::mapFromSource |
180 |
QSortFilterProxyModel::mapSelectionToSource |
QSortFilterProxyModel::mapSelectionToSource |
184 |
QSortFilterProxyModel::mapSelectionFromSource |
QSortFilterProxyModel::mapSelectionFromSource |
188 |
QgsAttributeTableFilterModel::filterAcceptsRow |
QgsAttributeTableFilterModel::filterAcceptsRow |
192 |
QSortFilterProxyModel::filterAcceptsColumn |
QSortFilterProxyModel::filterAcceptsColumn |
196 |
QSortFilterProxyModel::lessThan |
QgsAttributeTableFilterModel::lessThan |
200 |
|
QgsAttributeTableFilterModel::setFilteredFeatures |
204 |
|
QgsAttributeTableFilterModel::fidToIndex |
208 |
|
QgsAttributeTableFilterModel::mapToMaster |
212 |
|
QgsAttributeTableFilterModel::mapFromMaster |
216 |
|
(int (*)(...))-0x000000008 |
220 |
|
(int (*)(...))(& typeinfo) |
224 |
|
non-virtual thunk |
[+] affected symbols (4)
QgsAttributeTableFilterModel::filterAcceptsRow ( int sourceRow, QModelIndex const& sourceParent ) constThis method is from 'QgsAttributeTableFilterModel' class.
QgsAttributeTableFilterModel::QgsAttributeTableFilterModel [in-charge] ( QgsVectorLayer* theLayer )This constructor is from 'QgsAttributeTableFilterModel' class.
QgsAttributeTableFilterModel::sort ( int column, enum Qt::SortOrder order )This method is from 'QgsAttributeTableFilterModel' class.
QgsAttributeTableFilterModel::~QgsAttributeTableFilterModel [in-charge] ( )This method is from 'QgsAttributeTableFilterModel' class.
qgsattributetablemodel.h
[+] class QgsAttributeTableModel (12)
| Change |
Effect |
1 | Field mFeatureMap has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field mLayer has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field mSortList has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Size of this class has been increased from 104 bytes to 116 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
5 | Virtual method QgsAttributeTableModel::updatedFields ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
6 | Virtual method QgsAttributeTableModel::attributeAdded ( int ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
7 | The relative position of virtual method QgsAttributeTableModel::attributeValueChanged ( QgsFeatureId, int, QVariant const& ) has been changed from 1 to 2. | The layout of v-table has been changed. Call of this virtual method may result in crash or incorrect behavior of applications. |
8 | The relative position of virtual method QgsAttributeTableModel::featureAdded ( QgsFeatureId, bool ) has been changed from 3 to 4. | The layout of v-table has been changed. Call of this virtual method may result in crash or incorrect behavior of applications. |
9 | The relative position of virtual method QgsAttributeTableModel::featureDeleted ( QgsFeatureId ) has been changed from 2 to 3. | The layout of v-table has been changed. Call of this virtual method may result in crash or incorrect behavior of applications. |
10 | The relative position of virtual method QgsAttributeTableModel::layerDeleted ( ) has been changed from 4 to 5. | The layout of v-table has been changed. Call of this virtual method may result in crash or incorrect behavior of applications. |
11 | The relative position of virtual method QgsAttributeTableModel::loadAttributes ( ) has been changed from 5 to 6. | The layout of v-table has been changed. Call of this virtual method may result in crash or incorrect behavior of applications. |
12 | The relative position of virtual method QgsAttributeTableModel::loadLayer ( ) has been changed from 6 to 0. | The layout of v-table has been changed. Call of this virtual method may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 51 entries | Virtual Table (New) - 51 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsAttributeTableModel::metaObject |
QgsAttributeTableModel::metaObject |
12 |
QgsAttributeTableModel::qt_metacast |
QgsAttributeTableModel::qt_metacast |
16 |
QgsAttributeTableModel::qt_metacall |
QgsAttributeTableModel::qt_metacall |
20 |
~QgsAttributeTableModel |
~QgsAttributeTableModel |
24 |
~QgsAttributeTableModel |
~QgsAttributeTableModel |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QAbstractTableModel::index |
QAbstractTableModel::index |
60 |
QAbstractTableModel::parent |
QAbstractTableModel::parent |
64 |
QgsAttributeTableModel::rowCount |
QgsAttributeTableModel::rowCount |
68 |
QgsAttributeTableModel::columnCount |
QgsAttributeTableModel::columnCount |
72 |
QAbstractTableModel::hasChildren |
QAbstractTableModel::hasChildren |
76 |
QgsAttributeTableModel::data |
QgsAttributeTableModel::data |
80 |
QgsAttributeTableModel::setData |
QgsAttributeTableModel::setData |
84 |
QgsAttributeTableModel::headerData |
QgsAttributeTableModel::headerData |
88 |
QAbstractItemModel::setHeaderData |
QAbstractItemModel::setHeaderData |
92 |
QAbstractItemModel::itemData |
QAbstractItemModel::itemData |
96 |
QAbstractItemModel::setItemData |
QAbstractItemModel::setItemData |
100 |
QAbstractItemModel::mimeTypes |
QAbstractItemModel::mimeTypes |
104 |
QAbstractItemModel::mimeData |
QAbstractItemModel::mimeData |
108 |
QAbstractTableModel::dropMimeData |
QAbstractTableModel::dropMimeData |
112 |
QAbstractItemModel::supportedDropActions |
QAbstractItemModel::supportedDropActions |
116 |
QAbstractItemModel::insertRows |
QAbstractItemModel::insertRows |
120 |
QAbstractItemModel::insertColumns |
QAbstractItemModel::insertColumns |
124 |
QgsAttributeTableModel::removeRows |
QgsAttributeTableModel::removeRows |
128 |
QAbstractItemModel::removeColumns |
QAbstractItemModel::removeColumns |
132 |
QAbstractItemModel::fetchMore |
QAbstractItemModel::fetchMore |
136 |
QAbstractItemModel::canFetchMore |
QAbstractItemModel::canFetchMore |
140 |
QgsAttributeTableModel::flags |
QgsAttributeTableModel::flags |
144 |
QgsAttributeTableModel::sort |
QAbstractItemModel::sort |
148 |
QAbstractItemModel::buddy |
QAbstractItemModel::buddy |
152 |
QAbstractItemModel::match |
QAbstractItemModel::match |
156 |
QAbstractItemModel::span |
QAbstractItemModel::span |
160 |
QAbstractItemModel::submit |
QAbstractItemModel::submit |
164 |
QAbstractItemModel::revert |
QAbstractItemModel::revert |
168 |
QgsAttributeTableModel::attributeAdded |
QgsAttributeTableModel::loadLayer |
172 |
QgsAttributeTableModel::attributeDeleted |
QgsAttributeTableModel::updatedFields |
176 |
QgsAttributeTableModel::attributeValueChanged |
QgsAttributeTableModel::attributeDeleted |
180 |
QgsAttributeTableModel::featureDeleted |
QgsAttributeTableModel::attributeValueChanged |
184 |
QgsAttributeTableModel::featureAdded |
QgsAttributeTableModel::featureDeleted |
188 |
QgsAttributeTableModel::layerDeleted |
QgsAttributeTableModel::featureAdded |
192 |
QgsAttributeTableModel::loadAttributes |
QgsAttributeTableModel::layerDeleted |
196 |
QgsAttributeTableModel::loadLayer |
QgsAttributeTableModel::loadAttributes |
200 |
QgsAttributeTableModel::featureAtId |
QgsAttributeTableModel::loadFeatureAtId |
[+] affected symbols (>10)
QgsAttributeTableMemoryModel::attributeValueChanged ( QgsFeatureId fid, int idx, QVariant const& value )This method is from derived class 'QgsAttributeTableMemoryModel'.
QgsAttributeTableMemoryModel::featureAdded ( QgsFeatureId fid, bool inOperation )This method is from derived class 'QgsAttributeTableMemoryModel'.
QgsAttributeTableMemoryModel::featureDeleted ( QgsFeatureId fid )This method is from derived class 'QgsAttributeTableMemoryModel'.
QgsAttributeTableMemoryModel::layerDeleted ( )This method is from derived class 'QgsAttributeTableMemoryModel'.
QgsAttributeTableMemoryModel::loadLayer ( )This method is from derived class 'QgsAttributeTableMemoryModel'.
QgsAttributeTableModel::attributeValueChanged ( QgsFeatureId fid, int idx, QVariant const& value )This method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::columnCount ( QModelIndex const& parent ) constThis method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::data ( QModelIndex const& index, int role ) constThis method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::executeAction ( int action, QModelIndex const& idx ) constThis method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::feature ( QModelIndex const& idx ) constThis method is from 'QgsAttributeTableModel' class.
...
qgsattributetableview.h
[+] class QgsAttributeTableView (1)
| Change |
Effect |
1 | Size of this class has been increased from 36 bytes to 56 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (10)
QgsAttributeTableView::closeEvent ( QCloseEvent* event )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::contextMenuEvent ( QContextMenuEvent* p1 )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::finished ( )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::metaObject ( ) constThis method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::QgsAttributeTableView [in-charge] ( QWidget* parent )This constructor is from 'QgsAttributeTableView' class.
QgsAttributeTableView::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::qt_metacast ( char const* p1 )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::staticMetaObject [data]This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::willShowContextMenu ( struct QMenu* menu, QModelIndex atIndex )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::~QgsAttributeTableView [in-charge] ( )This method is from 'QgsAttributeTableView' class.
qgsbrowsermodel.h
[+] class QgsBrowserModel (1)
| Change |
Effect |
1 | Size of this class has been increased from 12 bytes to 20 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsBrowserModel::addRootItems ( )This method is from 'QgsBrowserModel' class.
QgsBrowserModel::beginInsertItems ( QgsDataItem* parent, int first, int last )This method is from 'QgsBrowserModel' class.
QgsBrowserModel::beginRemoveItems ( QgsDataItem* parent, int first, int last )This method is from 'QgsBrowserModel' class.
QgsBrowserModel::columnCount ( QModelIndex const& parent ) constThis method is from 'QgsBrowserModel' class.
QgsBrowserModel::connectItem ( QgsDataItem* item )This method is from 'QgsBrowserModel' class.
QgsBrowserModel::data ( QModelIndex const& index, int role ) constThis method is from 'QgsBrowserModel' class.
QgsBrowserModel::dataItem ( QModelIndex const& idx ) constThis method is from 'QgsBrowserModel' class.
QgsBrowserModel::dropMimeData ( QMimeData const* data, enum Qt::DropAction action, int row, int column, QModelIndex const& parent )This method is from 'QgsBrowserModel' class.
QgsBrowserModel::endInsertItems ( )This method is from 'QgsBrowserModel' class.
QgsBrowserModel::endRemoveItems ( )This method is from 'QgsBrowserModel' class.
...
qgscategorizedsymbolrendererv2.h
[+] class QgsCategorizedSymbolRendererV2 (1)
| Change |
Effect |
1 | Size of this class has been increased from 64 bytes to 68 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsCategorizedSymbolRendererV2::addCategory ( QgsRendererCategoryV2 const& category )This method is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::capabilities ( )This method is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::categoryIndexForValue ( QVariant val )This method is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::clone ( )This method is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::deleteAllCategories ( )This method is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::deleteCategory ( int catIndex )This method is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::legendSymbolItems ( )This method is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::legendSymbologyItems ( QSize iconSize )This method is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::QgsCategorizedSymbolRendererV2 [in-charge] ( QString attrName, QgsCategoryList categories )This constructor is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::rebuildHash ( )This method is from 'QgsCategorizedSymbolRendererV2' class.
...
qgscolorbutton.h
[+] class QgsColorButton (1)
| Change |
Effect |
1 | Size of this class has been increased from 36 bytes to 56 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (2)
QgsColorButton::setColor ( QColor const& color )This method is from 'QgsColorButton' class.
QgsColorButton::~QgsColorButton [in-charge] ( )This method is from 'QgsColorButton' class.
qgscolorrampshader.h
[+] class QgsColorRampShader (1)
| Change |
Effect |
1 | Size of this class has been increased from 48 bytes to 52 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (6)
QgsColorRampShader::colorRampTypeAsQString ( )This method is from 'QgsColorRampShader' class.
QgsColorRampShader::QgsColorRampShader [in-charge] ( double theMinimumValue, double theMaximumValue )This constructor is from 'QgsColorRampShader' class.
QgsColorRampShader::setColorRampItemList ( QList<QgsColorRampShader::ColorRampItem>const& theList )This method is from 'QgsColorRampShader' class.
QgsColorRampShader::setColorRampType ( enum QgsColorRampShader::ColorRamp_TYPE theColorRampType )This method is from 'QgsColorRampShader' class.
QgsColorRampShader::setColorRampType ( QString p1 )This method is from 'QgsColorRampShader' class.
QgsColorRampShader::~QgsColorRampShader [in-charge] ( )This method is from 'QgsColorRampShader' class.
qgsdataitem.h
[+] class QgsDataItem (1)
| Change |
Effect |
1 | Virtual method QgsDataItem::removeChildItem ( QgsDataItem* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 26 entries | Virtual Table (New) - 27 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsDataItem::metaObject |
QgsDataItem::metaObject |
12 |
QgsDataItem::qt_metacast |
QgsDataItem::qt_metacast |
16 |
QgsDataItem::qt_metacall |
QgsDataItem::qt_metacall |
20 |
~QgsDataItem |
~QgsDataItem |
24 |
~QgsDataItem |
~QgsDataItem |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QgsDataItem::refresh |
QgsDataItem::refresh |
60 |
QgsDataItem::createChildren |
QgsDataItem::createChildren |
64 |
QgsDataItem::populate |
QgsDataItem::populate |
68 |
QgsDataItem::addChildItem |
QgsDataItem::addChildItem |
72 |
QgsDataItem::deleteChildItem |
QgsDataItem::deleteChildItem |
76 |
QgsDataItem::equal |
QgsDataItem::removeChildItem |
80 |
QgsDataItem::paramWidget |
QgsDataItem::equal |
84 |
QgsDataItem::actions |
QgsDataItem::paramWidget |
88 |
QgsDataItem::acceptDrop |
QgsDataItem::actions |
92 |
QgsDataItem::handleDrop |
QgsDataItem::acceptDrop |
96 |
QgsDataItem::setCrs |
QgsDataItem::handleDrop |
100 |
QgsDataItem::capabilities |
QgsDataItem::setCrs |
104 |
|
QgsDataItem::capabilities |
[+] affected symbols (>10)
QgsDataItem::acceptDrop ( )This method is from 'QgsDataItem' class.
QgsDataItem::actions ( )This method is from 'QgsDataItem' class.
QgsDataItem::capabilities ( )This method is from 'QgsDataItem' class.
QgsDataItem::equal ( QgsDataItem const* other )This method is from 'QgsDataItem' class.
QgsDataItem::handleDrop ( QMimeData const* p1, enum Qt::DropAction p2 )This method is from 'QgsDataItem' class.
QgsDataItem::paramWidget ( )This method is from 'QgsDataItem' class.
QgsDataItem::setCrs ( QgsCoordinateReferenceSystem crs )This method is from 'QgsDataItem' class.
QgsDirectoryItem::equal ( QgsDataItem const* other )This method is from derived class 'QgsDirectoryItem'.
QgsDirectoryItem::paramWidget ( )This method is from derived class 'QgsDirectoryItem'.
QgsLayerItem::equal ( QgsDataItem const* other )This method is from derived class 'QgsLayerItem'.
...
[+] class QgsZipItem (1)
| Change |
Effect |
1 | Size of this class has been increased from 44 bytes to 48 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (9)
QgsZipItem::createChildren ( )This method is from 'QgsZipItem' class.
QgsZipItem::mDataItemPtr [data]This method is from 'QgsZipItem' class.
QgsZipItem::metaObject ( ) constThis method is from 'QgsZipItem' class.
QgsZipItem::mProviderNames [data]This method is from 'QgsZipItem' class.
QgsZipItem::QgsZipItem [in-charge] ( QgsDataItem* parent, QString name, QString path )This constructor is from 'QgsZipItem' class.
QgsZipItem::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsZipItem' class.
QgsZipItem::qt_metacast ( char const* p1 )This method is from 'QgsZipItem' class.
QgsZipItem::staticMetaObject [data]This method is from 'QgsZipItem' class.
QgsZipItem::~QgsZipItem [in-charge] ( )This method is from 'QgsZipItem' class.
qgsdataprovider.h
[+] class QgsDataProvider (2)
| Change |
Effect |
1 | Size of this class has been changed from 16 bytes to 20 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
2 | Virtual method QgsDataProvider::error ( ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 35 entries | Virtual Table (New) - 36 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsDataProvider::metaObject |
QgsDataProvider::metaObject |
12 |
QgsDataProvider::qt_metacast |
QgsDataProvider::qt_metacast |
16 |
QgsDataProvider::qt_metacall |
QgsDataProvider::qt_metacall |
20 |
~QgsDataProvider |
~QgsDataProvider |
24 |
~QgsDataProvider |
~QgsDataProvider |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
QgsDataProvider::setDataSourceUri |
QgsDataProvider::setDataSourceUri |
64 |
QgsDataProvider::dataSourceUri |
QgsDataProvider::dataSourceUri |
68 |
__cxa_pure_virtual |
__cxa_pure_virtual |
72 |
__cxa_pure_virtual |
__cxa_pure_virtual |
76 |
QgsDataProvider::updateExtents |
QgsDataProvider::updateExtents |
80 |
QgsDataProvider::setSubsetString |
QgsDataProvider::setSubsetString |
84 |
QgsDataProvider::supportsSubsetString |
QgsDataProvider::supportsSubsetString |
88 |
QgsDataProvider::subsetString |
QgsDataProvider::subsetString |
92 |
QgsDataProvider::subLayers |
QgsDataProvider::subLayers |
96 |
QgsDataProvider::subLayerStyles |
QgsDataProvider::subLayerStyles |
100 |
QgsDataProvider::subLayerCount |
QgsDataProvider::subLayerCount |
104 |
QgsDataProvider::setLayerOrder |
QgsDataProvider::setLayerOrder |
108 |
QgsDataProvider::setSubLayerVisibility |
QgsDataProvider::setSubLayerVisibility |
112 |
__cxa_pure_virtual |
__cxa_pure_virtual |
116 |
__cxa_pure_virtual |
__cxa_pure_virtual |
120 |
QgsDataProvider::fileVectorFilters |
QgsDataProvider::fileVectorFilters |
124 |
QgsDataProvider::fileRasterFilters |
QgsDataProvider::fileRasterFilters |
128 |
QgsDataProvider::reloadData |
QgsDataProvider::reloadData |
132 |
QgsDataProvider::timestamp |
QgsDataProvider::timestamp |
136 |
QgsDataProvider::dataTimestamp |
QgsDataProvider::dataTimestamp |
140 |
|
QgsDataProvider::error |
[+] affected symbols (>10)
QgsDataProvider::crs ( )This method is from 'QgsDataProvider' class.
QgsDataProvider::dataChanged ( )This method is from 'QgsDataProvider' class.
QgsDataProvider::dataChanged ( int changed )This method is from 'QgsDataProvider' class.
QgsDataProvider::dataSourceUri ( ) constThis method is from 'QgsDataProvider' class.
QgsDataProvider::dataTimestamp ( ) constThis method is from 'QgsDataProvider' class.
QgsDataProvider::description ( ) constThis method is from 'QgsDataProvider' class.
QgsDataProvider::extent ( )This method is from 'QgsDataProvider' class.
QgsDataProvider::fileRasterFilters ( ) constThis method is from 'QgsDataProvider' class.
QgsDataProvider::fileVectorFilters ( ) constThis method is from 'QgsDataProvider' class.
QgsDataProvider::fullExtentCalculated ( )This method is from 'QgsDataProvider' class.
...
qgsdatasourceuri.h
[+] class QgsDataSourceURI (1)
| Change |
Effect |
1 | Size of this class has been increased from 60 bytes to 64 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsDataSourceURI::clearSchema ( )This method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::connectionInfo ( ) constThis method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::database ( ) constThis method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::disableSelectAtId ( bool theFlag )This method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::geometryColumn ( ) constThis method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::host ( ) constThis method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::keyColumn ( ) constThis method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::password ( ) constThis method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::port ( ) constThis method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::QgsDataSourceURI [in-charge] ( )This constructor is from 'QgsDataSourceURI' class.
...
qgsdiagramrendererv2.h
[+] class QgsLinearlyInterpolatedDiagramRenderer (1)
| Change |
Effect |
1 | Size of this class has been increased from 152 bytes to 188 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (5)
QgsLinearlyInterpolatedDiagramRenderer::diagramAttributes ( ) constThis method is from 'QgsLinearlyInterpolatedDiagramRenderer' class.
QgsLinearlyInterpolatedDiagramRenderer::diagramSettings ( ) constThis method is from 'QgsLinearlyInterpolatedDiagramRenderer' class.
QgsLinearlyInterpolatedDiagramRenderer::QgsLinearlyInterpolatedDiagramRenderer [in-charge] ( )This constructor is from 'QgsLinearlyInterpolatedDiagramRenderer' class.
QgsLinearlyInterpolatedDiagramRenderer::rendererName ( ) constThis method is from 'QgsLinearlyInterpolatedDiagramRenderer' class.
QgsLinearlyInterpolatedDiagramRenderer::~QgsLinearlyInterpolatedDiagramRenderer [in-charge] ( )This method is from 'QgsLinearlyInterpolatedDiagramRenderer' class.
[+] class QgsSingleCategoryDiagramRenderer (1)
| Change |
Effect |
1 | Size of this class has been increased from 100 bytes to 136 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (5)
QgsSingleCategoryDiagramRenderer::diagramAttributes ( ) constThis method is from 'QgsSingleCategoryDiagramRenderer' class.
QgsSingleCategoryDiagramRenderer::diagramSettings ( ) constThis method is from 'QgsSingleCategoryDiagramRenderer' class.
QgsSingleCategoryDiagramRenderer::QgsSingleCategoryDiagramRenderer [in-charge] ( )This constructor is from 'QgsSingleCategoryDiagramRenderer' class.
QgsSingleCategoryDiagramRenderer::rendererName ( ) constThis method is from 'QgsSingleCategoryDiagramRenderer' class.
QgsSingleCategoryDiagramRenderer::~QgsSingleCategoryDiagramRenderer [in-charge] ( )This method is from 'QgsSingleCategoryDiagramRenderer' class.
qgsexpression.h
[+] class QgsExpression (1)
| Change |
Effect |
1 | Size of this class has been increased from 24 bytes to 32 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (10)
QgsExpression::BinaryOperatorText [data]This method is from 'QgsExpression' class.
QgsExpression::dump ( ) constThis method is from 'QgsExpression' class.
QgsExpression::gmBuiltinFunctions [data]This method is from 'QgsExpression' class.
QgsExpression::initGeomCalculator ( )This method is from 'QgsExpression' class.
QgsExpression::needsGeometry ( )This method is from 'QgsExpression' class.
QgsExpression::QgsExpression [in-charge] ( QString const& expr )This constructor is from 'QgsExpression' class.
QgsExpression::referencedColumns ( )This method is from 'QgsExpression' class.
QgsExpression::UnaryOperatorText [data]This method is from 'QgsExpression' class.
QgsExpression::~QgsExpression [in-charge] ( )This method is from 'QgsExpression' class.
QgsPalLayerSettings::getLabelExpression ( )Return value (pointer) has base type 'QgsExpression'.
[+] class QgsExpression::Node (1)
| Change |
Effect |
1 | Pure virtual method QgsExpression::Node::prepare ( QgsExpression*, QgsFields const& ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 11 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsExpression::~Node |
QgsExpression::~Node |
12 |
QgsExpression::~Node |
QgsExpression::~Node |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
QgsExpression::Node::toOgcFilter |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
__cxa_pure_virtual |
__cxa_pure_virtual |
[+] affected symbols (4)
QgsExpression::Node::dump ( ) constThis method is from 'QgsExpression::Node' class.
QgsExpression::Node::needsGeometry ( ) constThis method is from 'QgsExpression::Node' class.
QgsExpression::Node::referencedColumns ( ) constThis method is from 'QgsExpression::Node' class.
QgsExpression::Node::~Node [in-charge] ( )This method is from 'QgsExpression::Node' class.
qgsexpressionbuilderwidget.h
[+] class QgsExpressionBuilderWidget (1)
| Change |
Effect |
1 | Size of this class has been increased from 212 bytes to 328 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsExpressionBuilderWidget::currentChanged ( QModelIndex const& index, QModelIndex const& p2 )This method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::expressionParsed ( bool isValid )This method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::expressionText ( )This method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::isExpressionValid ( )This method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::loadAllValues ( )This method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::loadFieldNames ( )This method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::loadSampleValues ( )This method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::metaObject ( ) constThis method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::on_expressionTree_doubleClicked ( QModelIndex const& index )This method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::on_lblPreview_linkActivated ( QString link )This method is from 'QgsExpressionBuilderWidget' class.
...
qgsfieldvalidator.h
[+] class QgsFieldValidator (1)
| Change |
Effect |
1 | Size of this class has been increased from 40 bytes to 44 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (7)
QgsFieldValidator::fixup ( QString& p1 ) constThis method is from 'QgsFieldValidator' class.
QgsFieldValidator::metaObject ( ) constThis method is from 'QgsFieldValidator' class.
QgsFieldValidator::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsFieldValidator' class.
QgsFieldValidator::qt_metacast ( char const* p1 )This method is from 'QgsFieldValidator' class.
QgsFieldValidator::staticMetaObject [data]This method is from 'QgsFieldValidator' class.
QgsFieldValidator::validate ( QString& p1, int& p2 ) constThis method is from 'QgsFieldValidator' class.
QgsFieldValidator::~QgsFieldValidator [in-charge] ( )This method is from 'QgsFieldValidator' class.
qgsfillsymbollayerv2.h
[+] class QgsCentroidFillSymbolLayerV2 (1)
| Change |
Effect |
1 | Size of this class has been increased from 44 bytes to 48 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsCentroidFillSymbolLayerV2::clone ( ) constThis method is from 'QgsCentroidFillSymbolLayerV2' class.
QgsCentroidFillSymbolLayerV2::layerType ( ) constThis method is from 'QgsCentroidFillSymbolLayerV2' class.
QgsCentroidFillSymbolLayerV2::properties ( ) constThis method is from 'QgsCentroidFillSymbolLayerV2' class.
QgsCentroidFillSymbolLayerV2::QgsCentroidFillSymbolLayerV2 [in-charge] ( )This constructor is from 'QgsCentroidFillSymbolLayerV2' class.
QgsCentroidFillSymbolLayerV2::renderPolygon ( QPolygonF const& points, QList<QPolygonF>* rings, QgsSymbolV2RenderContext& context )This method is from 'QgsCentroidFillSymbolLayerV2' class.
QgsCentroidFillSymbolLayerV2::setColor ( QColor const& color )This method is from 'QgsCentroidFillSymbolLayerV2' class.
QgsCentroidFillSymbolLayerV2::setSubSymbol ( QgsSymbolV2* symbol )This method is from 'QgsCentroidFillSymbolLayerV2' class.
QgsCentroidFillSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsCentroidFillSymbolLayerV2' class.
QgsCentroidFillSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsCentroidFillSymbolLayerV2' class.
QgsCentroidFillSymbolLayerV2::subSymbol ( )This method is from 'QgsCentroidFillSymbolLayerV2' class.
...
[+] class QgsImageFillSymbolLayer (2)
| Change |
Effect |
1 | Size of this class has been increased from 56 bytes to 72 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Virtual method QgsImageFillSymbolLayer::applyDataDefinedSettings ( QgsSymbolV2RenderContext const& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 17 entries | Virtual Table (New) - 28 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsSymbolLayerV2::setColor |
QgsSymbolLayerV2::setColor |
12 |
QgsSymbolLayerV2::color |
QgsSymbolLayerV2::color |
16 |
~QgsImageFillSymbolLayer |
~QgsImageFillSymbolLayer |
20 |
~QgsImageFillSymbolLayer |
~QgsImageFillSymbolLayer |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
QgsSymbolLayerV2::toSld |
QgsSymbolLayerV2::toSld |
44 |
__cxa_pure_virtual |
QgsSymbolLayerV2::ogrFeatureStyle |
48 |
QgsFillSymbolLayerV2::drawPreviewIcon |
__cxa_pure_virtual |
52 |
QgsImageFillSymbolLayer::subSymbol |
QgsFillSymbolLayerV2::drawPreviewIcon |
56 |
QgsImageFillSymbolLayer::setSubSymbol |
QgsImageFillSymbolLayer::subSymbol |
60 |
QgsSymbolLayerV2::usedAttributes |
QgsImageFillSymbolLayer::setSubSymbol |
64 |
QgsImageFillSymbolLayer::renderPolygon |
QgsSymbolLayerV2::setOutputUnit |
68 |
|
QgsSymbolLayerV2::outputUnit |
72 |
|
QgsSymbolLayerV2::usedAttributes |
76 |
|
QgsSymbolLayerV2::dataDefinedProperty |
80 |
|
QgsSymbolLayerV2::dataDefinedPropertyString |
84 |
|
QgsSymbolLayerV2::setDataDefinedProperty |
88 |
|
QgsSymbolLayerV2::removeDataDefinedProperty |
92 |
|
QgsSymbolLayerV2::removeDataDefinedProperties |
96 |
|
QgsSymbolLayerV2::prepareExpressions |
100 |
|
QgsSymbolLayerV2::expression |
104 |
|
QgsImageFillSymbolLayer::renderPolygon |
108 |
|
QgsImageFillSymbolLayer::applyDataDefinedSettings |
[+] affected symbols (>10)
QgsFillSymbolLayerV2::renderPolygon ( QPolygonF const& points, QList<QPolygonF>* rings, QgsSymbolV2RenderContext& context )This method is from derived class 'QgsFillSymbolLayerV2'.
QgsImageFillSymbolLayer::QgsImageFillSymbolLayer [in-charge] ( )This constructor is from 'QgsImageFillSymbolLayer' class.
QgsImageFillSymbolLayer::renderPolygon ( QPolygonF const& points, QList<QPolygonF>* rings, QgsSymbolV2RenderContext& context )This method is from 'QgsImageFillSymbolLayer' class.
QgsImageFillSymbolLayer::setSubSymbol ( QgsSymbolV2* symbol )This method is from 'QgsImageFillSymbolLayer' class.
QgsImageFillSymbolLayer::subSymbol ( )This method is from 'QgsImageFillSymbolLayer' class.
QgsImageFillSymbolLayer::~QgsImageFillSymbolLayer [in-charge] ( )This method is from 'QgsImageFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::clone ( ) constThis method is from derived class 'QgsLinePatternFillSymbolLayer'.
QgsLinePatternFillSymbolLayer::color ( ) constThis method is from derived class 'QgsLinePatternFillSymbolLayer'.
QgsLinePatternFillSymbolLayer::create ( QgsStringMap const& properties ) [static]This method is from derived class 'QgsLinePatternFillSymbolLayer'.
QgsLinePatternFillSymbolLayer::createFromSld ( QDomElement& element ) [static]This method is from derived class 'QgsLinePatternFillSymbolLayer'.
...
[+] class QgsLinePatternFillSymbolLayer (1)
| Change |
Effect |
1 | Size of this class has been increased from 104 bytes to 132 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (10)
QgsLinePatternFillSymbolLayer::clone ( ) constThis method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::color ( ) constThis method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::layerType ( ) constThis method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::properties ( ) constThis method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::QgsLinePatternFillSymbolLayer [in-charge] ( )This constructor is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::setColor ( QColor const& c )This method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::~QgsLinePatternFillSymbolLayer [in-charge] ( )This method is from 'QgsLinePatternFillSymbolLayer' class.
[+] class QgsPointPatternFillSymbolLayer (1)
| Change |
Effect |
1 | Size of this class has been increased from 92 bytes to 124 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (10)
QgsPointPatternFillSymbolLayer::clone ( ) constThis method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::layerType ( ) constThis method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::properties ( ) constThis method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::QgsPointPatternFillSymbolLayer [in-charge] ( )This constructor is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::setSubSymbol ( QgsSymbolV2* symbol )This method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::subSymbol ( )This method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::~QgsPointPatternFillSymbolLayer [in-charge] ( )This method is from 'QgsPointPatternFillSymbolLayer' class.
[+] class QgsSimpleFillSymbolLayerV2 (1)
| Change |
Effect |
1 | Size of this class has been increased from 100 bytes to 116 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (9)
QgsSimpleFillSymbolLayerV2::clone ( ) constThis method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::layerType ( ) constThis method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::properties ( ) constThis method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::QgsSimpleFillSymbolLayerV2 [in-charge] ( QColor color, enum Qt::BrushStyle style, QColor borderColor, enum Qt::PenStyle borderStyle, double borderWidth )This constructor is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::renderPolygon ( QPolygonF const& points, QList<QPolygonF>* rings, QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::~QgsSimpleFillSymbolLayerV2 [in-charge] ( )This method is from 'QgsSimpleFillSymbolLayerV2' class.
[+] class QgsSVGFillSymbolLayer (1)
| Change |
Effect |
1 | Size of this class has been increased from 144 bytes to 172 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (10)
QgsSVGFillSymbolLayer::clone ( ) constThis method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::layerType ( ) constThis method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::properties ( ) constThis method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::QgsSVGFillSymbolLayer [in-charge] ( QByteArray const& svgData, double width, double rotation )This constructor is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::QgsSVGFillSymbolLayer [in-charge] ( QString const& svgFilePath, double width, double rotation )This constructor is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::setSvgFilePath ( QString const& svgPath )This method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::~QgsSVGFillSymbolLayer [in-charge] ( )This method is from 'QgsSVGFillSymbolLayer' class.
qgsgraduatedsymbolrendererv2.h
[+] class QgsGraduatedSymbolRendererV2 (1)
| Change |
Effect |
1 | Size of this class has been increased from 64 bytes to 68 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsGraduatedSymbolRendererV2::addClass ( QgsSymbolV2* symbol )This method is from 'QgsGraduatedSymbolRendererV2' class.
QgsGraduatedSymbolRendererV2::capabilities ( )This method is from 'QgsGraduatedSymbolRendererV2' class.
QgsGraduatedSymbolRendererV2::clone ( )This method is from 'QgsGraduatedSymbolRendererV2' class.
QgsGraduatedSymbolRendererV2::createRenderer ( QgsVectorLayer* vlayer, QString attrName, int classes, enum QgsGraduatedSymbolRendererV2::Mode mode, QgsSymbolV2* symbol, QgsVectorColorRampV2* ramp ) [static]Return value (pointer) has base type 'QgsGraduatedSymbolRendererV2'.
QgsGraduatedSymbolRendererV2::deleteClass ( int idx )This method is from 'QgsGraduatedSymbolRendererV2' class.
QgsGraduatedSymbolRendererV2::legendSymbolItems ( )This method is from 'QgsGraduatedSymbolRendererV2' class.
QgsGraduatedSymbolRendererV2::legendSymbologyItems ( QSize iconSize )This method is from 'QgsGraduatedSymbolRendererV2' class.
QgsGraduatedSymbolRendererV2::QgsGraduatedSymbolRendererV2 [in-charge] ( QString attrName, QgsRangeList ranges )This constructor is from 'QgsGraduatedSymbolRendererV2' class.
QgsGraduatedSymbolRendererV2::rotationField ( ) constThis method is from 'QgsGraduatedSymbolRendererV2' class.
QgsGraduatedSymbolRendererV2::save ( QDomDocument& doc )This method is from 'QgsGraduatedSymbolRendererV2' class.
...
qgslabel.h
[+] class QgsLabel (1)
| Change |
Effect |
1 | Size of this class has been increased from 60 bytes to 64 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsLabel::addRequiredFields ( QgsAttributeList& fields ) constThis method is from 'QgsLabel' class.
QgsLabel::fields ( )This method is from 'QgsLabel' class.
QgsLabel::fieldValue ( int attr, QgsFeature& feature )This method is from 'QgsLabel' class.
QgsLabel::labelAttributes ( )This method is from 'QgsLabel' class.
QgsLabel::labelField ( int attr ) constThis method is from 'QgsLabel' class.
QgsLabel::maxScale ( ) constThis method is from 'QgsLabel' class.
QgsLabel::minScale ( ) constThis method is from 'QgsLabel' class.
QgsLabel::readXML ( QDomNode const& node )This method is from 'QgsLabel' class.
QgsLabel::renderLabel ( QgsRenderContext& renderContext, QgsFeature& feature, bool selected, QgsLabelAttributes* classAttributes )This method is from 'QgsLabel' class.
QgsLabel::scaleBasedVisibility ( ) constThis method is from 'QgsLabel' class.
...
qgslegendinterface.h
[+] class QgsLegendInterface (8)
| Change |
Effect |
1 | Pure virtual method QgsLegendInterface::addLegendLayerAction ( QAction*, QString, QString, enum QgsMapLayer::LayerType, bool ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Pure virtual method QgsLegendInterface::addLegendLayerActionForLayer ( QAction*, QgsMapLayer* ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Pure virtual method QgsLegendInterface::currentLayer ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Pure virtual method QgsLegendInterface::isLayerExpanded ( QgsMapLayer* ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | Pure virtual method QgsLegendInterface::removeLegendLayerAction ( QAction* ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
6 | Pure virtual method QgsLegendInterface::selectedLayers ( bool ) const has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
7 | Pure virtual method QgsLegendInterface::setCurrentLayer ( QgsMapLayer* ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
8 | Pure virtual method QgsLegendInterface::setLayerExpanded ( QgsMapLayer*, bool ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 29 entries | Virtual Table (New) - 37 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsLegendInterface::metaObject |
QgsLegendInterface::metaObject |
12 |
QgsLegendInterface::qt_metacast |
QgsLegendInterface::qt_metacast |
16 |
QgsLegendInterface::qt_metacall |
QgsLegendInterface::qt_metacall |
20 |
~QgsLegendInterface |
~QgsLegendInterface |
24 |
~QgsLegendInterface |
~QgsLegendInterface |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
QgsLegendInterface::groupLayerRelationship |
QgsLegendInterface::groupLayerRelationship |
64 |
__cxa_pure_virtual |
__cxa_pure_virtual |
68 |
__cxa_pure_virtual |
__cxa_pure_virtual |
72 |
__cxa_pure_virtual |
__cxa_pure_virtual |
76 |
__cxa_pure_virtual |
__cxa_pure_virtual |
80 |
__cxa_pure_virtual |
__cxa_pure_virtual |
84 |
__cxa_pure_virtual |
__cxa_pure_virtual |
88 |
__cxa_pure_virtual |
__cxa_pure_virtual |
92 |
__cxa_pure_virtual |
__cxa_pure_virtual |
96 |
__cxa_pure_virtual |
__cxa_pure_virtual |
100 |
__cxa_pure_virtual |
__cxa_pure_virtual |
104 |
__cxa_pure_virtual |
__cxa_pure_virtual |
108 |
__cxa_pure_virtual |
__cxa_pure_virtual |
112 |
__cxa_pure_virtual |
__cxa_pure_virtual |
116 |
|
__cxa_pure_virtual |
120 |
|
__cxa_pure_virtual |
124 |
|
__cxa_pure_virtual |
128 |
|
__cxa_pure_virtual |
132 |
|
__cxa_pure_virtual |
136 |
|
__cxa_pure_virtual |
140 |
|
__cxa_pure_virtual |
144 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
QgsLegendInterface::addGroup ( QString name, bool expand, int parentIndex )This method is from 'QgsLegendInterface' class.
QgsLegendInterface::addGroup ( QString name, bool expand, QTreeWidgetItem* parent )This method is from 'QgsLegendInterface' class.
QgsLegendInterface::groupExists ( int groupIndex )This method is from 'QgsLegendInterface' class.
QgsLegendInterface::groupIndexChanged ( int oldIndex, int newIndex )This method is from 'QgsLegendInterface' class.
QgsLegendInterface::groupLayerRelationship ( )This method is from 'QgsLegendInterface' class.
QgsLegendInterface::groupRelationsChanged ( )This method is from 'QgsLegendInterface' class.
QgsLegendInterface::groups ( )This method is from 'QgsLegendInterface' class.
QgsLegendInterface::isGroupExpanded ( int groupIndex )This method is from 'QgsLegendInterface' class.
QgsLegendInterface::isGroupVisible ( int groupIndex )This method is from 'QgsLegendInterface' class.
QgsLegendInterface::isLayerVisible ( QgsMapLayer* ml )This method is from 'QgsLegendInterface' class.
...
qgslinesymbollayerv2.h
[+] class QgsMarkerLineSymbolLayerV2 (1)
| Change |
Effect |
1 | Size of this class has been increased from 68 bytes to 84 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsMarkerLineSymbolLayerV2::clone ( ) constThis method is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::layerType ( ) constThis method is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::properties ( ) constThis method is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::QgsMarkerLineSymbolLayerV2 [in-charge] ( bool rotateMarker, double interval )This constructor is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::renderPolyline ( QPolygonF const& points, QgsSymbolV2RenderContext& context )This method is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::renderPolylineCentral ( QPolygonF const& points, QgsSymbolV2RenderContext& context )This method is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::renderPolylineInterval ( QPolygonF const& points, QgsSymbolV2RenderContext& context )This method is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::setColor ( QColor const& color )This method is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::setSubSymbol ( QgsSymbolV2* symbol )This method is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::setWidth ( double width )This method is from 'QgsMarkerLineSymbolLayerV2' class.
...
[+] class QgsSimpleLineSymbolLayerV2 (1)
| Change |
Effect |
1 | Size of this class has been increased from 76 bytes to 92 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (9)
QgsSimpleLineSymbolLayerV2::clone ( ) constThis method is from 'QgsSimpleLineSymbolLayerV2' class.
QgsSimpleLineSymbolLayerV2::layerType ( ) constThis method is from 'QgsSimpleLineSymbolLayerV2' class.
QgsSimpleLineSymbolLayerV2::properties ( ) constThis method is from 'QgsSimpleLineSymbolLayerV2' class.
QgsSimpleLineSymbolLayerV2::QgsSimpleLineSymbolLayerV2 [in-charge] ( QColor color, double width, enum Qt::PenStyle penStyle )This constructor is from 'QgsSimpleLineSymbolLayerV2' class.
QgsSimpleLineSymbolLayerV2::renderPolyline ( QPolygonF const& points, QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleLineSymbolLayerV2' class.
QgsSimpleLineSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleLineSymbolLayerV2' class.
QgsSimpleLineSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleLineSymbolLayerV2' class.
QgsSimpleLineSymbolLayerV2::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsSimpleLineSymbolLayerV2' class.
QgsSimpleLineSymbolLayerV2::~QgsSimpleLineSymbolLayerV2 [in-charge] ( )This method is from 'QgsSimpleLineSymbolLayerV2' class.
qgsmapcanvas.h
[+] class QgsMapCanvas (1)
| Change |
Effect |
1 | Size of this class has been increased from 92 bytes to 96 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsMapCanvas::canvasColor ( ) constThis method is from 'QgsMapCanvas' class.
QgsMapCanvas::canvasPaintDevice ( )This method is from 'QgsMapCanvas' class.
QgsMapCanvas::clear ( )This method is from 'QgsMapCanvas' class.
QgsMapCanvas::clearExtentHistory ( )This method is from 'QgsMapCanvas' class.
QgsMapCanvas::currentLayer ( )This method is from 'QgsMapCanvas' class.
QgsMapCanvas::dragEnterEvent ( QDragEnterEvent* e )This method is from 'QgsMapCanvas' class.
QgsMapCanvas::enableAntiAliasing ( bool theFlag )This method is from 'QgsMapCanvas' class.
QgsMapCanvas::enableOverviewMode ( QgsMapOverviewCanvas* overview )Field 'overview->mMapCanvas' in 1st parameter 'overview' (pointer) has base type 'QgsMapCanvas'.
QgsMapCanvas::extent ( ) constThis method is from 'QgsMapCanvas' class.
QgsMapCanvas::extentsChanged ( )This method is from 'QgsMapCanvas' class.
...
qgsmaplayer.h
[+] class QgsMapLayer (9)
| Change |
Effect |
1 | Size of this class has been increased from 108 bytes to 152 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Virtual method QgsMapLayer::error ( ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method QgsMapLayer::exportNamedStyle ( QDomDocument&, QString& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Virtual method QgsMapLayer::exportSldStyle ( QDomDocument&, QString& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | Virtual method QgsMapLayer::extent ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
6 | Virtual method QgsMapLayer::onCacheImageDelete ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
7 | Virtual method QgsMapLayer::setExtent ( QgsRectangle const& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
8 | Pure virtual method QgsMapLayer::copySymbologySettings ( QgsMapLayer const& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
9 | Pure virtual method QgsMapLayer::hasCompatibleSymbology ( QgsMapLayer const& ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 41 entries | Virtual Table (New) - 45 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsMapLayer::metaObject |
QgsMapLayer::metaObject |
12 |
QgsMapLayer::qt_metacast |
QgsMapLayer::qt_metacast |
16 |
QgsMapLayer::qt_metacall |
QgsMapLayer::qt_metacall |
20 |
~QgsMapLayer |
~QgsMapLayer |
24 |
~QgsMapLayer |
~QgsMapLayer |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QgsMapLayer::connectNotify |
QgsMapLayer::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QgsMapLayer::reload |
QgsMapLayer::reload |
60 |
QgsMapLayer::draw |
QgsMapLayer::draw |
64 |
QgsMapLayer::drawLabels |
QgsMapLayer::drawLabels |
68 |
QgsMapLayer::subLayers |
QgsMapLayer::extent |
72 |
QgsMapLayer::setLayerOrder |
QgsMapLayer::subLayers |
76 |
QgsMapLayer::setSubLayerVisibility |
QgsMapLayer::setLayerOrder |
80 |
QgsMapLayer::isEditable |
QgsMapLayer::setSubLayerVisibility |
84 |
__cxa_pure_virtual |
QgsMapLayer::isEditable |
88 |
__cxa_pure_virtual |
QgsMapLayer::lastErrorTitle |
92 |
QgsMapLayer::lastErrorTitle |
QgsMapLayer::lastError |
96 |
QgsMapLayer::lastError |
QgsMapLayer::error |
100 |
QgsMapLayer::styleURI |
QgsMapLayer::styleURI |
104 |
QgsMapLayer::loadDefaultStyle |
QgsMapLayer::loadDefaultStyle |
108 |
QgsMapLayer::loadNamedStyle |
QgsMapLayer::loadNamedStyle |
112 |
QgsMapLayer::loadNamedStyleFromDb |
QgsMapLayer::loadNamedStyleFromDb |
116 |
QgsMapLayer::saveDefaultStyle |
QgsMapLayer::exportNamedStyle |
120 |
QgsMapLayer::saveNamedStyle |
QgsMapLayer::exportSldStyle |
124 |
QgsMapLayer::saveSldStyle |
QgsMapLayer::saveDefaultStyle |
128 |
QgsMapLayer::loadSldStyle |
QgsMapLayer::saveNamedStyle |
132 |
QgsMapLayer::readSld |
QgsMapLayer::saveSldStyle |
136 |
__cxa_pure_virtual |
QgsMapLayer::loadSldStyle |
140 |
__cxa_pure_virtual |
QgsMapLayer::readSld |
144 |
QgsMapLayer::invalidTransformInput |
__cxa_pure_virtual |
148 |
QgsMapLayer::metadata |
__cxa_pure_virtual |
152 |
QgsMapLayer::timestamp |
QgsMapLayer::onCacheImageDelete |
156 |
QgsMapLayer::readXml |
QgsMapLayer::invalidTransformInput |
160 |
QgsMapLayer::writeXml |
QgsMapLayer::metadata |
164 |
|
QgsMapLayer::timestamp |
168 |
|
QgsMapLayer::setExtent |
172 |
|
QgsMapLayer::readXml |
176 |
|
QgsMapLayer::writeXml |
[+] affected symbols (>10)
QgisInterface::currentLayerChanged ( QgsMapLayer* layer )1st parameter 'layer' (pointer) has base type 'QgsMapLayer'.
QgsLegendModel::addLayer ( QgsMapLayer* theMapLayer )1st parameter 'theMapLayer' (pointer) has base type 'QgsMapLayer'.
QgsMapCanvas::currentLayer ( )Return value (pointer) has base type 'QgsMapLayer'.
QgsMapCanvas::layer ( int index )Return value (pointer) has base type 'QgsMapLayer'.
QgsMapCanvas::selectionChanged ( QgsMapLayer* layer )1st parameter 'layer' (pointer) has base type 'QgsMapLayer'.
QgsMapCanvas::setCurrentLayer ( QgsMapLayer* layer )1st parameter 'layer' (pointer) has base type 'QgsMapLayer'.
QgsMapCanvas::showError ( QgsMapLayer* mapLayer )1st parameter 'mapLayer' (pointer) has base type 'QgsMapLayer'.
QgsMapLayer::clearCacheImage ( )This method is from 'QgsMapLayer' class.
QgsMapLayer::connectNotify ( char const* signal )This method is from 'QgsMapLayer' class.
QgsMapLayer::crs ( ) constThis method is from 'QgsMapLayer' class.
...
qgsmaplayerregistry.h
[+] class QgsMapLayerRegistry (1)
| Change |
Effect |
1 | Size of this class has been increased from 12 bytes to 16 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsMapLayerRegistry::clearAllLayerCaches ( )This method is from 'QgsMapLayerRegistry' class.
QgsMapLayerRegistry::count ( )This method is from 'QgsMapLayerRegistry' class.
QgsMapLayerRegistry::instance ( ) [static]Return value (pointer) has base type 'QgsMapLayerRegistry'.
QgsMapLayerRegistry::layersAdded ( QList<QgsMapLayer*> theMapLayers )This method is from 'QgsMapLayerRegistry' class.
QgsMapLayerRegistry::layersWillBeRemoved ( QStringList theLayerIds )This method is from 'QgsMapLayerRegistry' class.
QgsMapLayerRegistry::layerWasAdded ( QgsMapLayer* theMapLayer )This method is from 'QgsMapLayerRegistry' class.
QgsMapLayerRegistry::layerWillBeRemoved ( QString theLayerId )This method is from 'QgsMapLayerRegistry' class.
QgsMapLayerRegistry::mapLayer ( QString theLayerId )This method is from 'QgsMapLayerRegistry' class.
QgsMapLayerRegistry::mapLayers ( )This method is from 'QgsMapLayerRegistry' class.
QgsMapLayerRegistry::metaObject ( ) constThis method is from 'QgsMapLayerRegistry' class.
...
qgsmaprenderer.h
[+] class QgsLabelingEngineInterface (4)
| Change |
Effect |
1 | Pure virtual method QgsLabelingEngineInterface::clearActiveLayer ( QgsVectorLayer* ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Pure virtual method QgsLabelingEngineInterface::clearActiveLayers ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Pure virtual method QgsLabelingEngineInterface::labelsWithinRect ( QgsRectangle const& ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Pure virtual method QgsLabelingEngineInterface::layer ( QString const& ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 14 entries | Virtual Table (New) - 18 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~QgsLabelingEngineInterface |
~QgsLabelingEngineInterface |
12 |
~QgsLabelingEngineInterface |
~QgsLabelingEngineInterface |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
QgsLabelingEngineInterface::addDiagramLayer |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
QgsLabelingEngineInterface::registerDiagramFeature |
__cxa_pure_virtual |
40 |
__cxa_pure_virtual |
QgsLabelingEngineInterface::addDiagramLayer |
44 |
__cxa_pure_virtual |
__cxa_pure_virtual |
48 |
__cxa_pure_virtual |
QgsLabelingEngineInterface::registerDiagramFeature |
52 |
__cxa_pure_virtual |
__cxa_pure_virtual |
56 |
|
__cxa_pure_virtual |
60 |
|
__cxa_pure_virtual |
64 |
|
__cxa_pure_virtual |
68 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
QgsLabelingEngineInterface::addDiagramLayer ( QgsVectorLayer* layer, QgsDiagramLayerSettings* s )This method is from 'QgsLabelingEngineInterface' class.
QgsLabelingEngineInterface::clone ( )This method is from 'QgsLabelingEngineInterface' class.
QgsLabelingEngineInterface::drawLabeling ( QgsRenderContext& context )This method is from 'QgsLabelingEngineInterface' class.
QgsLabelingEngineInterface::exit ( )This method is from 'QgsLabelingEngineInterface' class.
QgsLabelingEngineInterface::init ( QgsMapRenderer* mp )This method is from 'QgsLabelingEngineInterface' class.
QgsLabelingEngineInterface::labelsAtPosition ( QgsPoint const& p )This method is from 'QgsLabelingEngineInterface' class.
QgsLabelingEngineInterface::prepareLayer ( QgsVectorLayer* layer, QSet<int>& attrIndices, QgsRenderContext& ctx )This method is from 'QgsLabelingEngineInterface' class.
QgsLabelingEngineInterface::registerDiagramFeature ( QgsVectorLayer* layer, QgsFeature& feat, QgsRenderContext const& context )This method is from 'QgsLabelingEngineInterface' class.
QgsLabelingEngineInterface::registerFeature ( QgsVectorLayer* layer, QgsFeature& feat, QgsRenderContext const& context )This method is from 'QgsLabelingEngineInterface' class.
QgsLabelingEngineInterface::willUseLayer ( QgsVectorLayer* layer )This method is from 'QgsLabelingEngineInterface' class.
...
qgsmaptool.h
[+] class QgsMapTool (2)
| Change |
Effect |
1 | Virtual method QgsMapTool::setCursor ( QCursor ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Virtual method QgsMapTool::wheelEvent ( QWheelEvent* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 25 entries | Virtual Table (New) - 27 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QObject::metaObject |
QObject::metaObject |
12 |
QObject::qt_metacast |
QObject::qt_metacast |
16 |
QObject::qt_metacall |
QObject::qt_metacall |
20 |
~QgsMapTool |
~QgsMapTool |
24 |
~QgsMapTool |
~QgsMapTool |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QgsMapTool::canvasMoveEvent |
QgsMapTool::canvasMoveEvent |
60 |
QgsMapTool::canvasDoubleClickEvent |
QgsMapTool::canvasDoubleClickEvent |
64 |
QgsMapTool::canvasPressEvent |
QgsMapTool::canvasPressEvent |
68 |
QgsMapTool::canvasReleaseEvent |
QgsMapTool::canvasReleaseEvent |
72 |
QgsMapTool::keyPressEvent |
QgsMapTool::wheelEvent |
76 |
QgsMapTool::keyReleaseEvent |
QgsMapTool::keyPressEvent |
80 |
QgsMapTool::renderComplete |
QgsMapTool::keyReleaseEvent |
84 |
QgsMapTool::isTransient |
QgsMapTool::renderComplete |
88 |
QgsMapTool::isEditTool |
QgsMapTool::setCursor |
92 |
QgsMapTool::activate |
QgsMapTool::isTransient |
96 |
QgsMapTool::deactivate |
QgsMapTool::isEditTool |
100 |
|
QgsMapTool::activate |
104 |
|
QgsMapTool::deactivate |
[+] affected symbols (10)
QgsMapTool::activate ( )This method is from 'QgsMapTool' class.
QgsMapTool::deactivate ( )This method is from 'QgsMapTool' class.
QgsMapTool::isEditTool ( )This method is from 'QgsMapTool' class.
QgsMapTool::isTransient ( )This method is from 'QgsMapTool' class.
QgsMapTool::keyPressEvent ( QKeyEvent* e )This method is from 'QgsMapTool' class.
QgsMapTool::keyReleaseEvent ( QKeyEvent* e )This method is from 'QgsMapTool' class.
QgsMapTool::renderComplete ( )This method is from 'QgsMapTool' class.
QgsMapToolPan::isTransient ( )This method is from derived class 'QgsMapToolPan'.
QgsMapToolZoom::deactivate ( )This method is from derived class 'QgsMapToolZoom'.
QgsMapToolZoom::isTransient ( )This method is from derived class 'QgsMapToolZoom'.
qgsmarkersymbollayerv2.h
[+] class QgsFontMarkerSymbolLayerV2 (1)
| Change |
Effect |
1 | Size of this class has been increased from 104 bytes to 120 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (9)
QgsFontMarkerSymbolLayerV2::clone ( ) constThis method is from 'QgsFontMarkerSymbolLayerV2' class.
QgsFontMarkerSymbolLayerV2::layerType ( ) constThis method is from 'QgsFontMarkerSymbolLayerV2' class.
QgsFontMarkerSymbolLayerV2::properties ( ) constThis method is from 'QgsFontMarkerSymbolLayerV2' class.
QgsFontMarkerSymbolLayerV2::QgsFontMarkerSymbolLayerV2 [in-charge] ( QString fontFamily, QChar chr, double pointSize, QColor color, double angle )This constructor is from 'QgsFontMarkerSymbolLayerV2' class.
QgsFontMarkerSymbolLayerV2::renderPoint ( QPointF const& point, QgsSymbolV2RenderContext& context )This method is from 'QgsFontMarkerSymbolLayerV2' class.
QgsFontMarkerSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsFontMarkerSymbolLayerV2' class.
QgsFontMarkerSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsFontMarkerSymbolLayerV2' class.
QgsFontMarkerSymbolLayerV2::writeSldMarker ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsFontMarkerSymbolLayerV2' class.
QgsFontMarkerSymbolLayerV2::~QgsFontMarkerSymbolLayerV2 [in-charge] ( )This method is from 'QgsFontMarkerSymbolLayerV2' class.
[+] class QgsSimpleMarkerSymbolLayerV2 (1)
| Change |
Effect |
1 | Size of this class has been increased from 136 bytes to 164 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (10)
QgsSimpleMarkerSymbolLayerV2::clone ( ) constThis method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::drawMarker ( QPainter* p, QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::layerType ( ) constThis method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::prepareCache ( QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::properties ( ) constThis method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::renderPoint ( QPointF const& point, QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::writeSldMarker ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::~QgsSimpleMarkerSymbolLayerV2 [in-charge] ( )This method is from 'QgsSimpleMarkerSymbolLayerV2' class.
[+] class QgsSvgMarkerSymbolLayerV2 (1)
| Change |
Effect |
1 | Size of this class has been increased from 116 bytes to 136 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (10)
QgsSvgMarkerSymbolLayerV2::clone ( ) constThis method is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::layerType ( ) constThis method is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::properties ( ) constThis method is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::QgsSvgMarkerSymbolLayerV2 [in-charge] ( QString name, double size, double angle )This constructor is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::renderPoint ( QPointF const& point, QgsSymbolV2RenderContext& context )This method is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::setPath ( QString path )This method is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::writeSldMarker ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::~QgsSvgMarkerSymbolLayerV2 [in-charge] ( )This method is from 'QgsSvgMarkerSymbolLayerV2' class.
qgspallabeling.h
[+] class QgsPalLabeling (1)
| Change |
Effect |
1 | Size of this class has been increased from 252 bytes to 672 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsPalLabeling::addDiagramLayer ( QgsVectorLayer* layer, QgsDiagramLayerSettings* s )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::clone ( )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::drawLabelCandidateRect ( struct pal::LabelPosition* lp, QPainter* painter, QgsMapToPixel const* xform )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::drawLabeling ( QgsRenderContext& context )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::exit ( )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::init ( QgsMapRenderer* mr )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::labelsAtPosition ( QgsPoint const& p )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::layer ( QString const& layerName )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::numCandidatePositions ( int& candPoint, int& candLine, int& candPolygon )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::prepareLayer ( QgsVectorLayer* layer, QSet<int>& attrIndices, QgsRenderContext& ctx )This method is from 'QgsPalLabeling' class.
...
[+] class QgsPalLayerSettings (1)
| Change |
Effect |
1 | Size of this class has been increased from 204 bytes to 624 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsPalLabeling::addDiagramLayer ( QgsVectorLayer* layer, QgsDiagramLayerSettings* s )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::clone ( )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::drawLabelCandidateRect ( struct pal::LabelPosition* lp, QPainter* painter, QgsMapToPixel const* xform )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::drawLabeling ( QgsRenderContext& context )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::exit ( )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::init ( QgsMapRenderer* mr )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::labelsAtPosition ( QgsPoint const& p )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::layer ( QString const& layerName )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::numCandidatePositions ( int& candPoint, int& candLine, int& candPolygon )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::prepareLayer ( QgsVectorLayer* layer, QSet<int>& attrIndices, QgsRenderContext& ctx )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
...
qgspluginlayer.h
[+] class QgsPluginLayer (1)
| Change |
Effect |
1 | Size of this class has been increased from 112 bytes to 156 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsPluginLayer::metaObject ( ) constThis method is from 'QgsPluginLayer' class.
QgsPluginLayer::pluginLayerType ( )This method is from 'QgsPluginLayer' class.
QgsPluginLayer::QgsPluginLayer [in-charge] ( QString layerType, QString layerName )This constructor is from 'QgsPluginLayer' class.
QgsPluginLayer::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsPluginLayer' class.
QgsPluginLayer::qt_metacast ( char const* p1 )This method is from 'QgsPluginLayer' class.
QgsPluginLayer::setExtent ( QgsRectangle const& extent )This method is from 'QgsPluginLayer' class.
QgsPluginLayer::staticMetaObject [data]This method is from 'QgsPluginLayer' class.
QgsPluginLayer::~QgsPluginLayer [in-charge] ( )This method is from 'QgsPluginLayer' class.
QgsPluginLayerRegistry::createLayer ( QString typeName )Return value (pointer) has base type 'QgsPluginLayer'.
QgsPluginLayerType::createLayer ( )Return value (pointer) has base type 'QgsPluginLayer'.
...
qgsprojectionselector.h
[+] class QgsProjectionSelector (1)
| Change |
Effect |
1 | Size of this class has been increased from 124 bytes to 136 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsProjectionSelector::loadCrsList ( QSet<QString>* crsFilter )This method is from 'QgsProjectionSelector' class.
QgsProjectionSelector::loadUserCrsList ( QSet<QString>* crsFilter )This method is from 'QgsProjectionSelector' class.
QgsProjectionSelector::metaObject ( ) constThis method is from 'QgsProjectionSelector' class.
QgsProjectionSelector::on_cbxHideDeprecated_stateChanged ( )This method is from 'QgsProjectionSelector' class.
QgsProjectionSelector::on_leSearch_textChanged ( QString const& p1 )This method is from 'QgsProjectionSelector' class.
QgsProjectionSelector::on_lstCoordinateSystems_currentItemChanged ( QTreeWidgetItem* current, QTreeWidgetItem* prev )This method is from 'QgsProjectionSelector' class.
QgsProjectionSelector::on_lstRecent_currentItemChanged ( QTreeWidgetItem* current, QTreeWidgetItem* prev )This method is from 'QgsProjectionSelector' class.
QgsProjectionSelector::QgsProjectionSelector [in-charge] ( QWidget* parent, char const* name, Qt::WFlags fl )This constructor is from 'QgsProjectionSelector' class.
QgsProjectionSelector::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsProjectionSelector' class.
QgsProjectionSelector::qt_metacast ( char const* p1 )This method is from 'QgsProjectionSelector' class.
...
qgsproviderregistry.h
[+] class QgsProviderRegistry (1)
| Change |
Effect |
1 | Virtual method QgsProviderRegistry::fileRasterFilters ( ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 8 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~QgsProviderRegistry |
~QgsProviderRegistry |
12 |
~QgsProviderRegistry |
~QgsProviderRegistry |
16 |
QgsProviderRegistry::fileVectorFilters |
QgsProviderRegistry::fileVectorFilters |
20 |
QgsProviderRegistry::databaseDrivers |
QgsProviderRegistry::fileRasterFilters |
24 |
QgsProviderRegistry::directoryDrivers |
QgsProviderRegistry::databaseDrivers |
28 |
QgsProviderRegistry::protocolDrivers |
QgsProviderRegistry::directoryDrivers |
32 |
|
QgsProviderRegistry::protocolDrivers |
[+] affected symbols (3)
QgsProviderRegistry::databaseDrivers ( ) constThis method is from 'QgsProviderRegistry' class.
QgsProviderRegistry::directoryDrivers ( ) constThis method is from 'QgsProviderRegistry' class.
QgsProviderRegistry::protocolDrivers ( ) constThis method is from 'QgsProviderRegistry' class.
qgspythonrunner.h
[+] class QgsPythonRunner (1)
| Change |
Effect |
1 | Pure virtual method QgsPythonRunner::evalCommand ( QString, QString& ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 5 entries | Virtual Table (New) - 6 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~QgsPythonRunner |
~QgsPythonRunner |
12 |
~QgsPythonRunner |
~QgsPythonRunner |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
|
__cxa_pure_virtual |
[+] affected symbols (6)
QgsPythonRunner::isValid ( ) [static]This method is from 'QgsPythonRunner' class.
QgsPythonRunner::QgsPythonRunner [in-charge] ( )This constructor is from 'QgsPythonRunner' class.
QgsPythonRunner::run ( QString command, QString messageOnError ) [static]This method is from 'QgsPythonRunner' class.
QgsPythonRunner::runCommand ( QString command, QString messageOnError )This method is from 'QgsPythonRunner' class.
QgsPythonRunner::setInstance ( QgsPythonRunner* runner ) [static]This method is from 'QgsPythonRunner' class.
QgsPythonRunner::~QgsPythonRunner [in-charge] ( )This method is from 'QgsPythonRunner' class.
qgsquerybuilder.h
[+] class QgsQueryBuilder (1)
| Change |
Effect |
1 | Size of this class has been increased from 160 bytes to 164 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsQueryBuilder::accept ( )This method is from 'QgsQueryBuilder' class.
QgsQueryBuilder::clear ( )This method is from 'QgsQueryBuilder' class.
QgsQueryBuilder::metaObject ( ) constThis method is from 'QgsQueryBuilder' class.
QgsQueryBuilder::on_btnAnd_clicked ( )This method is from 'QgsQueryBuilder' class.
QgsQueryBuilder::on_btnEqual_clicked ( )This method is from 'QgsQueryBuilder' class.
QgsQueryBuilder::on_btnGetAllValues_clicked ( )This method is from 'QgsQueryBuilder' class.
QgsQueryBuilder::on_btnGreaterEqual_clicked ( )This method is from 'QgsQueryBuilder' class.
QgsQueryBuilder::on_btnGreaterThan_clicked ( )This method is from 'QgsQueryBuilder' class.
QgsQueryBuilder::on_btnILike_clicked ( )This method is from 'QgsQueryBuilder' class.
QgsQueryBuilder::on_btnIn_clicked ( )This method is from 'QgsQueryBuilder' class.
...
qgsrasterdataprovider.h
[+] class QgsRasterDataProvider (29)
| Change |
Effect |
1 | Field mValidNoDataValue has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Size of this class has been increased from 60 bytes to 92 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
3 | Base class QgsRasterInterface has been added. | 1) The layout of v-table in this class has been changed. 2) The memory layout in this class has been shifted by 24 bytes. |
4 | Virtual method QgsRasterDataProvider::identify ( QgsPoint const&, enum QgsRaster::IdentifyFormat, QgsRectangle const&, int, int ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | Virtual method QgsRasterDataProvider::remove ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
6 | Virtual method QgsRasterDataProvider::setUseSrcNoDataValue ( int, bool ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
7 | Virtual method QgsRasterDataProvider::setUserNoDataValue ( int, QgsRasterRangeList ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
8 | Virtual method QgsRasterDataProvider::srcHasNoDataValue ( int ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
9 | Virtual method QgsRasterDataProvider::srcNoDataValue ( int ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
10 | The relative position of pure virtual method QgsRasterDataProvider::lastError ( ) has been changed from 11 to 9. | The layout of v-table has been changed. Call of this pure virtual method implementation may result in crash or incorrect behavior of applications. |
11 | The relative position of pure virtual method QgsRasterDataProvider::lastErrorTitle ( ) has been changed from 10 to 8. | The layout of v-table has been changed. Call of this pure virtual method implementation may result in crash or incorrect behavior of applications. |
12 | The relative position of pure virtual method QgsRasterDataProvider::metadata ( ) has been changed from 9 to 7. | The layout of v-table has been changed. Call of this pure virtual method implementation may result in crash or incorrect behavior of applications. |
13 | Pure virtual method QgsRasterDataProvider::identifyAsHtml ( QgsPoint const& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
14 | Pure virtual method QgsRasterDataProvider::identifyAsText ( QgsPoint const& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
15 | Pure virtual method QgsRasterDataProvider::setImageCrs ( QString const& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
16 | Pure virtual method QgsRasterDataProvider::setImageEncoding ( QString const& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
17 | Pure virtual method QgsRasterDataProvider::supportedImageEncodings ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
18 | Virtual method QgsRasterDataProvider::bandStatistics ( int ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
19 | Virtual method QgsRasterDataProvider::buildPyramidList ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
20 | Virtual method QgsRasterDataProvider::capabilities ( ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
21 | Virtual method QgsRasterDataProvider::identify ( QgsPoint const&, QMap<QString,QString>& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
22 | Virtual method QgsRasterDataProvider::noDataValue ( ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
23 | Virtual method QgsRasterDataProvider::readBlock ( int, QgsRectangle const&, int, int, QgsCoordinateReferenceSystem, QgsCoordinateReferenceSystem, void* ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
24 | Virtual method QgsRasterDataProvider::readValue ( void*, int, int ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
25 | Virtual method QgsRasterDataProvider::yBlockSize ( ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
26 | The relative position of virtual method QgsRasterDataProvider::colorTable ( int ) const has been changed from 8 to 6. | The layout of v-table has been changed. Call of this virtual method may result in crash or incorrect behavior of applications. |
27 | The relative position of virtual method QgsRasterDataProvider::lastErrorFormat ( ) has been changed from 12 to 10. | The layout of v-table has been changed. Call of this virtual method may result in crash or incorrect behavior of applications. |
28 | The relative position of virtual method QgsRasterDataProvider::readBlock ( int, QgsRectangle const&, int, int, void* ) has been changed from 7 to 12. | The layout of v-table has been changed. Call of this virtual method may result in crash or incorrect behavior of applications. |
29 | The relative position of virtual method QgsRasterDataProvider::readBlock ( int, int, int, void* ) has been changed from 6 to 11. | The layout of v-table has been changed. Call of this virtual method may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 71 entries | Virtual Table (New) - 95 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsRasterDataProvider::metaObject |
QgsRasterDataProvider::metaObject |
12 |
QgsRasterDataProvider::qt_metacast |
QgsRasterDataProvider::qt_metacast |
16 |
QgsRasterDataProvider::qt_metacall |
QgsRasterDataProvider::qt_metacall |
20 |
~QgsRasterDataProvider |
~QgsRasterDataProvider |
24 |
~QgsRasterDataProvider |
~QgsRasterDataProvider |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
QgsDataProvider::setDataSourceUri |
QgsDataProvider::setDataSourceUri |
64 |
QgsDataProvider::dataSourceUri |
QgsDataProvider::dataSourceUri |
68 |
__cxa_pure_virtual |
__cxa_pure_virtual |
72 |
__cxa_pure_virtual |
__cxa_pure_virtual |
76 |
QgsDataProvider::updateExtents |
QgsDataProvider::updateExtents |
80 |
QgsDataProvider::setSubsetString |
QgsDataProvider::setSubsetString |
84 |
QgsDataProvider::supportsSubsetString |
QgsDataProvider::supportsSubsetString |
88 |
QgsDataProvider::subsetString |
QgsDataProvider::subsetString |
92 |
QgsRasterDataProvider::subLayers |
QgsRasterDataProvider::subLayers |
96 |
QgsDataProvider::subLayerStyles |
QgsDataProvider::subLayerStyles |
100 |
QgsDataProvider::subLayerCount |
QgsDataProvider::subLayerCount |
104 |
QgsDataProvider::setLayerOrder |
QgsDataProvider::setLayerOrder |
108 |
QgsDataProvider::setSubLayerVisibility |
QgsDataProvider::setSubLayerVisibility |
112 |
__cxa_pure_virtual |
__cxa_pure_virtual |
116 |
__cxa_pure_virtual |
__cxa_pure_virtual |
120 |
QgsDataProvider::fileVectorFilters |
QgsDataProvider::fileVectorFilters |
124 |
QgsDataProvider::fileRasterFilters |
QgsDataProvider::fileRasterFilters |
128 |
QgsDataProvider::reloadData |
QgsDataProvider::reloadData |
132 |
QgsRasterDataProvider::timestamp |
QgsRasterDataProvider::timestamp |
136 |
QgsRasterDataProvider::dataTimestamp |
QgsRasterDataProvider::dataTimestamp |
140 |
__cxa_pure_virtual |
QgsDataProvider::error |
144 |
__cxa_pure_virtual |
__cxa_pure_virtual |
148 |
__cxa_pure_virtual |
QgsRasterDataProvider::setInput |
152 |
__cxa_pure_virtual |
__cxa_pure_virtual |
156 |
__cxa_pure_virtual |
__cxa_pure_virtual |
160 |
__cxa_pure_virtual |
__cxa_pure_virtual |
164 |
QgsRasterDataProvider::capabilities |
QgsRasterDataProvider::colorInterpretation |
168 |
QgsRasterDataProvider::dataType |
QgsRasterDataProvider::reload |
172 |
QgsRasterDataProvider::srcDataType |
QgsRasterDataProvider::colorInterpretationName |
176 |
QgsRasterDataProvider::bandCount |
QgsRasterDataProvider::block |
180 |
QgsRasterDataProvider::colorInterpretation |
QgsRasterDataProvider::srcHasNoDataValue |
184 |
QgsRasterDataProvider::reload |
QgsRasterDataProvider::useSrcNoDataValue |
188 |
QgsRasterDataProvider::colorInterpretationName |
QgsRasterDataProvider::setUseSrcNoDataValue |
192 |
QgsRasterDataProvider::xBlockSize |
QgsRasterDataProvider::srcNoDataValue |
196 |
QgsRasterDataProvider::yBlockSize |
QgsRasterDataProvider::setUserNoDataValue |
200 |
QgsRasterDataProvider::xSize |
QgsRasterDataProvider::userNoDataValues |
204 |
QgsRasterDataProvider::ySize |
QgsRasterDataProvider::colorTable |
208 |
QgsRasterDataProvider::readBlock |
QgsRasterDataProvider::buildPyramids |
212 |
QgsRasterDataProvider::readBlock |
QgsRasterDataProvider::buildPyramidList |
216 |
QgsRasterDataProvider::readBlock |
__cxa_pure_virtual |
220 |
QgsRasterDataProvider::readValue |
QgsRasterDataProvider::identify |
224 |
QgsRasterDataProvider::noDataValue |
__cxa_pure_virtual |
228 |
QgsRasterDataProvider::minimumValue |
__cxa_pure_virtual |
232 |
QgsRasterDataProvider::maximumValue |
QgsRasterDataProvider::lastErrorFormat |
236 |
QgsRasterDataProvider::colorTable |
QgsRasterDataProvider::write |
240 |
QgsRasterDataProvider::populateHistogram |
QgsRasterDataProvider::setNoDataValue |
244 |
QgsRasterDataProvider::buildPyramids |
QgsRasterDataProvider::remove |
248 |
QgsRasterDataProvider::buildPyramidList |
QgsRasterDataProvider::validateCreationOptions |
252 |
QgsRasterDataProvider::bandStatistics |
QgsRasterDataProvider::validatePyramidsConfigOptions |
256 |
__cxa_pure_virtual |
QgsRasterDataProvider::readBlock |
260 |
QgsRasterDataProvider::identify |
QgsRasterDataProvider::readBlock |
264 |
__cxa_pure_virtual |
(int (*)(...))-0x000000014 |
268 |
__cxa_pure_virtual |
(int (*)(...))(& typeinfo) |
272 |
__cxa_pure_virtual |
non-virtual thunk |
276 |
__cxa_pure_virtual |
non-virtual thunk |
280 |
QgsRasterDataProvider::lastErrorFormat |
__cxa_pure_virtual |
284 |
|
QgsRasterInterface::capabilities |
288 |
|
__cxa_pure_virtual |
292 |
|
__cxa_pure_virtual |
296 |
|
__cxa_pure_virtual |
300 |
|
__cxa_pure_virtual |
304 |
|
QgsRasterInterface::xBlockSize |
308 |
|
QgsRasterInterface::yBlockSize |
312 |
|
QgsRasterInterface::xSize |
316 |
|
QgsRasterInterface::ySize |
320 |
|
QgsRasterInterface::generateBandName |
324 |
|
non-virtual thunk |
328 |
|
non-virtual thunk |
332 |
|
QgsRasterInterface::input |
336 |
|
QgsRasterInterface::on |
340 |
|
QgsRasterInterface::setOn |
344 |
|
QgsRasterInterface::srcInput |
348 |
|
QgsRasterInterface::srcInput |
352 |
|
QgsRasterInterface::bandStatistics |
356 |
|
QgsRasterInterface::hasStatistics |
360 |
|
QgsRasterInterface::histogram |
364 |
|
QgsRasterInterface::hasHistogram |
368 |
|
QgsRasterInterface::cumulativeCut |
372 |
|
QgsRasterInterface::writeXML |
376 |
|
QgsRasterInterface::readXML |
[+] affected symbols (>10)
QgsRasterDataProvider::addLayers ( QStringList const& layers, QStringList const& styles )This method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::bandCount ( ) constThis method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::bandStatistics ( int theBandNo )This method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::buildPyramidList ( )This method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::buildPyramids ( QList<QgsRasterPyramid>const& thePyramidList, QString const& theResamplingMethod, bool theTryInternalFlag )This method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::capabilities ( ) constThis method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::capabilitiesString ( ) constThis method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::colorInterpretation ( int theBandNo ) constThis method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::colorInterpretationName ( int theBandNo ) constThis method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::colorTable ( int bandNo ) constThis method is from 'QgsRasterDataProvider' class.
...
qgsrasterprojector.h
[+] class QgsRasterProjector (2)
| Change |
Effect |
1 | Base class QgsRasterInterface has been added. | 1) Size of the class has been changed from 440 bytes to 464 bytes. 2) The memory layout in this class has been shifted by 20 bytes. |
2 | Size of this class has been increased from 440 bytes to 464 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsRasterProjector::approximateSrcRowCol ( int theDestRow, int theDestCol, int* theSrcRow, int* theSrcCol )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::calcCol ( int theCol )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::calcCP ( int theRow, int theCol )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::calcHelper ( int theMatrixRow, QgsPoint* thePoints )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::calcRow ( int theRow )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::calcSrcExtent ( )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::calcSrcRowsCols ( )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::checkCols ( )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::checkRows ( )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::cpToString ( )This method is from 'QgsRasterProjector' class.
...
qgsrastershaderfunction.h
[+] class QgsRasterShaderFunction (1)
| Change |
Effect |
1 | Virtual method QgsRasterShaderFunction::legendSymbologyItems ( QList<QPair<QString,QColor> >& ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 8 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~QgsRasterShaderFunction |
~QgsRasterShaderFunction |
12 |
~QgsRasterShaderFunction |
~QgsRasterShaderFunction |
16 |
QgsRasterShaderFunction::setMaximumValue |
QgsRasterShaderFunction::setMaximumValue |
20 |
QgsRasterShaderFunction::setMinimumValue |
QgsRasterShaderFunction::setMinimumValue |
24 |
QgsRasterShaderFunction::shade |
QgsRasterShaderFunction::shade |
28 |
QgsRasterShaderFunction::shade |
QgsRasterShaderFunction::shade |
32 |
|
QgsRasterShaderFunction::legendSymbologyItems |
[+] affected symbols (4)
QgsRasterShaderFunction::QgsRasterShaderFunction [in-charge] ( double theMinimumValue, double theMaximumValue )This constructor is from 'QgsRasterShaderFunction' class.
QgsRasterShaderFunction::setMaximumValue ( double p1 )This method is from 'QgsRasterShaderFunction' class.
QgsRasterShaderFunction::setMinimumValue ( double p1 )This method is from 'QgsRasterShaderFunction' class.
QgsRasterShaderFunction::~QgsRasterShaderFunction [in-charge] ( )This method is from 'QgsRasterShaderFunction' class.
qgsrendercontext.h
[+] class QgsRenderContext (1)
| Change |
Effect |
1 | Size of this class has been increased from 120 bytes to 128 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsCategorizedSymbolRendererV2::startRender ( QgsRenderContext& context, QgsVectorLayer const* vlayer )1st parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsCategorizedSymbolRendererV2::stopRender ( QgsRenderContext& context )1st parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsDiagramRendererV2::convertSizeToMapUnits ( QSizeF& size, QgsRenderContext const& context ) const2nd parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsFeatureRendererV2::renderFeature ( QgsFeature& feature, QgsRenderContext& context, int layer, bool selected, bool drawVertexMarker )2nd parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsFeatureRendererV2::renderFeatureWithSymbol ( QgsFeature& feature, QgsSymbolV2* symbol, QgsRenderContext& context, int layer, bool selected, bool drawVertexMarker )3rd parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsFeatureRendererV2::renderVertexMarker ( QPointF& pt, QgsRenderContext& context )2nd parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsFeatureRendererV2::renderVertexMarkerPolygon ( QPolygonF& pts, QList<QPolygonF>* rings, QgsRenderContext& context )3rd parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsFeatureRendererV2::renderVertexMarkerPolyline ( QPolygonF& pts, QgsRenderContext& context )2nd parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsFillSymbolV2::renderPolygon ( QPolygonF const& points, QList<QPolygonF>* rings, QgsFeature const* f, QgsRenderContext& context, int layer, bool selected )4th parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsGraduatedSymbolRendererV2::startRender ( QgsRenderContext& context, QgsVectorLayer const* vlayer )1st parameter 'context' (reference) has base type 'QgsRenderContext'.
...
qgsrubberband.h
[+] class QgsRubberBand (1)
| Change |
Effect |
1 | Size of this class has been increased from 100 bytes to 108 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsMapToolZoom::canvasMoveEvent ( QMouseEvent* e )Field 'this->mRubberBand' in the object of this method has base type 'QgsRubberBand'.
QgsMapToolZoom::canvasPressEvent ( QMouseEvent* e )Field 'this->mRubberBand' in the object of this method has base type 'QgsRubberBand'.
QgsMapToolZoom::canvasReleaseEvent ( QMouseEvent* e )Field 'this->mRubberBand' in the object of this method has base type 'QgsRubberBand'.
QgsMapToolZoom::deactivate ( )Field 'this->mRubberBand' in the object of this method has base type 'QgsRubberBand'.
QgsMapToolZoom::isTransient ( )Field 'this->mRubberBand' in the object of this method has base type 'QgsRubberBand'.
QgsMapToolZoom::QgsMapToolZoom [in-charge] ( QgsMapCanvas* canvas, bool zoomOut )Field 'this->mRubberBand' in the object of this method has base type 'QgsRubberBand'.
QgsMapToolZoom::~QgsMapToolZoom [in-charge] ( )Field 'this->mRubberBand' in the object of this method has base type 'QgsRubberBand'.
QgsRubberBand::addGeometry ( QgsGeometry* geom, QgsVectorLayer* layer )This method is from 'QgsRubberBand' class.
QgsRubberBand::addPoint ( QgsPoint const& p, bool update, int geometryIndex )This method is from 'QgsRubberBand' class.
QgsRubberBand::asGeometry ( )This method is from 'QgsRubberBand' class.
...
qgsscalecombobox.h
[+] class QgsScaleComboBox (1)
| Change |
Effect |
1 | Size of this class has been increased from 20 bytes to 28 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (7)
QgsScaleComboBox::metaObject ( ) constThis method is from 'QgsScaleComboBox' class.
QgsScaleComboBox::QgsScaleComboBox [in-charge] ( QWidget* parent )This constructor is from 'QgsScaleComboBox' class.
QgsScaleComboBox::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsScaleComboBox' class.
QgsScaleComboBox::qt_metacast ( char const* p1 )This method is from 'QgsScaleComboBox' class.
QgsScaleComboBox::showPopup ( )This method is from 'QgsScaleComboBox' class.
QgsScaleComboBox::staticMetaObject [data]This method is from 'QgsScaleComboBox' class.
QgsScaleComboBox::~QgsScaleComboBox [in-charge] ( )This method is from 'QgsScaleComboBox' class.
qgssearchquerybuilder.h
[+] class QgsSearchQueryBuilder (1)
| Change |
Effect |
1 | Size of this class has been increased from 156 bytes to 160 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsSearchQueryBuilder::loadQuery ( )This method is from 'QgsSearchQueryBuilder' class.
QgsSearchQueryBuilder::metaObject ( ) constThis method is from 'QgsSearchQueryBuilder' class.
QgsSearchQueryBuilder::on_btnAnd_clicked ( )This method is from 'QgsSearchQueryBuilder' class.
QgsSearchQueryBuilder::on_btnClear_clicked ( )This method is from 'QgsSearchQueryBuilder' class.
QgsSearchQueryBuilder::on_btnEqual_clicked ( )This method is from 'QgsSearchQueryBuilder' class.
QgsSearchQueryBuilder::on_btnGetAllValues_clicked ( )This method is from 'QgsSearchQueryBuilder' class.
QgsSearchQueryBuilder::on_btnGreaterEqual_clicked ( )This method is from 'QgsSearchQueryBuilder' class.
QgsSearchQueryBuilder::on_btnGreaterThan_clicked ( )This method is from 'QgsSearchQueryBuilder' class.
QgsSearchQueryBuilder::on_btnILike_clicked ( )This method is from 'QgsSearchQueryBuilder' class.
QgsSearchQueryBuilder::on_btnIn_clicked ( )This method is from 'QgsSearchQueryBuilder' class.
...
qgssinglesymbolrendererv2.h
[+] class QgsSingleSymbolRendererV2 (1)
| Change |
Effect |
1 | Size of this class has been increased from 52 bytes to 56 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsSingleSymbolRendererV2::capabilities ( )This method is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::clone ( )This method is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::legendSymbolItems ( )This method is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::legendSymbologyItems ( QSize iconSize )This method is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::QgsSingleSymbolRendererV2 [in-charge] ( QgsSymbolV2* symbol )This constructor is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::rotationField ( ) constThis method is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::save ( QDomDocument& doc )This method is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::setRotationField ( QString fieldName )This method is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::setSymbol ( QgsSymbolV2* s )This method is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::startRender ( QgsRenderContext& context, QgsVectorLayer const* vlayer )This method is from 'QgsSingleSymbolRendererV2' class.
...
qgsstylev2.h
[+] class QgsStyleV2 (1)
| Change |
Effect |
1 | Size of this class has been increased from 16 bytes to 20 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsColorRampComboBox::colorRampChanged ( int index )Field 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
QgsColorRampComboBox::currentColorRamp ( )Field 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
QgsColorRampComboBox::metaObject ( ) constField 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
QgsColorRampComboBox::populate ( QgsStyleV2* style )1st parameter 'style' (pointer) has base type 'QgsStyleV2'.
QgsColorRampComboBox::QgsColorRampComboBox [in-charge] ( QWidget* parent )Field 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
QgsColorRampComboBox::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )Field 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
QgsColorRampComboBox::qt_metacast ( char const* p1 )Field 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
QgsColorRampComboBox::rampIconSize [data]Field 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
QgsColorRampComboBox::setSourceColorRamp ( QgsVectorColorRampV2* sourceRamp )Field 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
QgsColorRampComboBox::staticMetaObject [data]Field 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
...
qgssymbollayerv2.h
[+] class QgsFillSymbolLayerV2 (1)
| Change |
Effect |
1 | Size of this class has been increased from 40 bytes to 44 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsCentroidFillSymbolLayerV2::clone ( ) constThis method is from derived class 'QgsCentroidFillSymbolLayerV2'.
QgsCentroidFillSymbolLayerV2::create ( QgsStringMap const& properties ) [static]This method is from derived class 'QgsCentroidFillSymbolLayerV2'.
QgsCentroidFillSymbolLayerV2::createFromSld ( QDomElement& element ) [static]This method is from derived class 'QgsCentroidFillSymbolLayerV2'.
QgsCentroidFillSymbolLayerV2::layerType ( ) constThis method is from derived class 'QgsCentroidFillSymbolLayerV2'.
QgsCentroidFillSymbolLayerV2::properties ( ) constThis method is from derived class 'QgsCentroidFillSymbolLayerV2'.
QgsCentroidFillSymbolLayerV2::QgsCentroidFillSymbolLayerV2 [in-charge] ( )This constructor is from derived class 'QgsCentroidFillSymbolLayerV2'.
QgsCentroidFillSymbolLayerV2::renderPolygon ( QPolygonF const& points, QList<QPolygonF>* rings, QgsSymbolV2RenderContext& context )This method is from derived class 'QgsCentroidFillSymbolLayerV2'.
QgsCentroidFillSymbolLayerV2::setColor ( QColor const& color )This method is from derived class 'QgsCentroidFillSymbolLayerV2'.
QgsCentroidFillSymbolLayerV2::setSubSymbol ( QgsSymbolV2* symbol )This method is from derived class 'QgsCentroidFillSymbolLayerV2'.
QgsCentroidFillSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )This method is from derived class 'QgsCentroidFillSymbolLayerV2'.
...
[+] class QgsLineSymbolLayerV2 (1)
| Change |
Effect |
1 | Size of this class has been increased from 40 bytes to 48 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsLineSymbolLayerV2::drawPreviewIcon ( QgsSymbolV2RenderContext& context, QSize size )This method is from 'QgsLineSymbolLayerV2' class.
QgsLineSymbolLayerV2::QgsLineSymbolLayerV2 [in-charge] ( bool locked )This constructor is from 'QgsLineSymbolLayerV2' class.
QgsLineSymbolLayerV2::renderPolygonOutline ( QPolygonF const& points, QList<QPolygonF>* rings, QgsSymbolV2RenderContext& context )This method is from 'QgsLineSymbolLayerV2' class.
QgsLineSymbolLayerV2::setWidth ( double width )This method is from 'QgsLineSymbolLayerV2' class.
QgsLineSymbolLayerV2::width ( ) constThis method is from 'QgsLineSymbolLayerV2' class.
QgsLineSymbolLayerV2::~QgsLineSymbolLayerV2 [in-charge] ( )This method is from 'QgsLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::clone ( ) constThis method is from derived class 'QgsMarkerLineSymbolLayerV2'.
QgsMarkerLineSymbolLayerV2::create ( QgsStringMap const& properties ) [static]This method is from derived class 'QgsMarkerLineSymbolLayerV2'.
QgsMarkerLineSymbolLayerV2::createFromSld ( QDomElement& element ) [static]This method is from derived class 'QgsMarkerLineSymbolLayerV2'.
QgsMarkerLineSymbolLayerV2::layerType ( ) constThis method is from derived class 'QgsMarkerLineSymbolLayerV2'.
...
[+] class QgsMarkerSymbolLayerV2 (1)
| Change |
Effect |
1 | Size of this class has been increased from 64 bytes to 80 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsFontMarkerSymbolLayerV2::clone ( ) constThis method is from derived class 'QgsFontMarkerSymbolLayerV2'.
QgsFontMarkerSymbolLayerV2::create ( QgsStringMap const& properties ) [static]This method is from derived class 'QgsFontMarkerSymbolLayerV2'.
QgsFontMarkerSymbolLayerV2::createFromSld ( QDomElement& element ) [static]This method is from derived class 'QgsFontMarkerSymbolLayerV2'.
QgsFontMarkerSymbolLayerV2::layerType ( ) constThis method is from derived class 'QgsFontMarkerSymbolLayerV2'.
QgsFontMarkerSymbolLayerV2::properties ( ) constThis method is from derived class 'QgsFontMarkerSymbolLayerV2'.
QgsFontMarkerSymbolLayerV2::QgsFontMarkerSymbolLayerV2 [in-charge] ( QString fontFamily, QChar chr, double pointSize, QColor color, double angle )This constructor is from derived class 'QgsFontMarkerSymbolLayerV2'.
QgsFontMarkerSymbolLayerV2::renderPoint ( QPointF const& point, QgsSymbolV2RenderContext& context )This method is from derived class 'QgsFontMarkerSymbolLayerV2'.
QgsFontMarkerSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )This method is from derived class 'QgsFontMarkerSymbolLayerV2'.
QgsFontMarkerSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext& context )This method is from derived class 'QgsFontMarkerSymbolLayerV2'.
QgsFontMarkerSymbolLayerV2::writeSldMarker ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from derived class 'QgsFontMarkerSymbolLayerV2'.
...
[+] class QgsSymbolLayerV2 (11)
| Change |
Effect |
1 | Size of this class has been changed from 32 bytes to 36 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
2 | Virtual method QgsSymbolLayerV2::dataDefinedProperty ( QString const& ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method QgsSymbolLayerV2::dataDefinedPropertyString ( QString const& ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Virtual method QgsSymbolLayerV2::expression ( QString const& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | Virtual method QgsSymbolLayerV2::ogrFeatureStyle ( double, double ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
6 | Virtual method QgsSymbolLayerV2::outputUnit ( ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
7 | Virtual method QgsSymbolLayerV2::prepareExpressions ( QgsVectorLayer const* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
8 | Virtual method QgsSymbolLayerV2::removeDataDefinedProperties ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
9 | Virtual method QgsSymbolLayerV2::removeDataDefinedProperty ( QString const& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
10 | Virtual method QgsSymbolLayerV2::setDataDefinedProperty ( QString const&, QString const& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
11 | Virtual method QgsSymbolLayerV2::setOutputUnit ( enum QgsSymbolV2::OutputUnit ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 16 entries | Virtual Table (New) - 26 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsSymbolLayerV2::setColor |
QgsSymbolLayerV2::setColor |
12 |
QgsSymbolLayerV2::color |
QgsSymbolLayerV2::color |
16 |
~QgsSymbolLayerV2 |
~QgsSymbolLayerV2 |
20 |
~QgsSymbolLayerV2 |
~QgsSymbolLayerV2 |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
QgsSymbolLayerV2::toSld |
QgsSymbolLayerV2::toSld |
44 |
__cxa_pure_virtual |
QgsSymbolLayerV2::ogrFeatureStyle |
48 |
__cxa_pure_virtual |
__cxa_pure_virtual |
52 |
QgsSymbolLayerV2::subSymbol |
__cxa_pure_virtual |
56 |
QgsSymbolLayerV2::setSubSymbol |
QgsSymbolLayerV2::subSymbol |
60 |
QgsSymbolLayerV2::usedAttributes |
QgsSymbolLayerV2::setSubSymbol |
64 |
|
QgsSymbolLayerV2::setOutputUnit |
68 |
|
QgsSymbolLayerV2::outputUnit |
72 |
|
QgsSymbolLayerV2::usedAttributes |
76 |
|
QgsSymbolLayerV2::dataDefinedProperty |
80 |
|
QgsSymbolLayerV2::dataDefinedPropertyString |
84 |
|
QgsSymbolLayerV2::setDataDefinedProperty |
88 |
|
QgsSymbolLayerV2::removeDataDefinedProperty |
92 |
|
QgsSymbolLayerV2::removeDataDefinedProperties |
96 |
|
QgsSymbolLayerV2::prepareExpressions |
100 |
|
QgsSymbolLayerV2::expression |
[+] affected symbols (>10)
QgsCentroidFillSymbolLayerV2::clone ( ) constReturn value (pointer) has base type 'QgsSymbolLayerV2'.
QgsCentroidFillSymbolLayerV2::create ( QgsStringMap const& properties ) [static]Return value (pointer) has base type 'QgsSymbolLayerV2'.
QgsCentroidFillSymbolLayerV2::createFromSld ( QDomElement& element ) [static]Return value (pointer) has base type 'QgsSymbolLayerV2'.
QgsCentroidFillSymbolLayerV2::properties ( ) constThis method is from derived class 'QgsCentroidFillSymbolLayerV2'.
QgsCentroidFillSymbolLayerV2::setSubSymbol ( QgsSymbolV2* symbol )This method is from derived class 'QgsCentroidFillSymbolLayerV2'.
QgsCentroidFillSymbolLayerV2::subSymbol ( )This method is from derived class 'QgsCentroidFillSymbolLayerV2'.
QgsFillSymbolLayerV2::_renderPolygon ( QPainter* p, QPolygonF const& points, QList<QPolygonF>const* rings )This method is from derived class 'QgsFillSymbolLayerV2'.
QgsFillSymbolLayerV2::drawPreviewIcon ( QgsSymbolV2RenderContext& context, QSize size )This method is from derived class 'QgsFillSymbolLayerV2'.
QgsFillSymbolLayerV2::QgsFillSymbolLayerV2 [in-charge] ( bool locked )This constructor is from derived class 'QgsFillSymbolLayerV2'.
QgsFillSymbolLayerV2::renderPolygon ( QPolygonF const& points, QList<QPolygonF>* rings, QgsSymbolV2RenderContext& context )This method is from derived class 'QgsFillSymbolLayerV2'.
...
qgssymbolv2.h
[+] class QgsSymbolV2 (1)
| Change |
Effect |
1 | Field mOutputUnit has been removed from the middle position of this structural type. | 1) Previous accesses of applications to the removed field will be incorrect. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (>10)
QgsCategorizedSymbolRendererV2::addCategory ( QgsRendererCategoryV2 const& category )Field 'category->mSymbol' in 1st parameter 'category' (reference) has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::capabilities ( )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::categoryIndexForValue ( QVariant val )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::clone ( )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::deleteAllCategories ( )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::deleteCategory ( int catIndex )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::legendSymbolItems ( )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::legendSymbologyItems ( QSize iconSize )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::QgsCategorizedSymbolRendererV2 [in-charge] ( QString attrName, QgsCategoryList categories )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::rebuildHash ( )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
...
qgsvectorcolorrampv2.h
[+] class QgsVectorColorRampV2 (2)
| Change |
Effect |
1 | Pure virtual method QgsVectorColorRampV2::count ( ) const has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Pure virtual method QgsVectorColorRampV2::value ( int ) const has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 8 entries | Virtual Table (New) - 10 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~QgsVectorColorRampV2 |
~QgsVectorColorRampV2 |
12 |
~QgsVectorColorRampV2 |
~QgsVectorColorRampV2 |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
|
__cxa_pure_virtual |
36 |
|
__cxa_pure_virtual |
[+] affected symbols (5)
QgsVectorColorRampV2::clone ( ) constThis method is from 'QgsVectorColorRampV2' class.
QgsVectorColorRampV2::color ( double value ) constThis method is from 'QgsVectorColorRampV2' class.
QgsVectorColorRampV2::properties ( ) constThis method is from 'QgsVectorColorRampV2' class.
QgsVectorColorRampV2::type ( ) constThis method is from 'QgsVectorColorRampV2' class.
QgsVectorColorRampV2::~QgsVectorColorRampV2 [in-charge] ( )This method is from 'QgsVectorColorRampV2' class.
[+] class QgsVectorGradientColorRampV2 (1)
| Change |
Effect |
1 | Size of this class has been increased from 40 bytes to 48 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (5)
QgsVectorGradientColorRampV2::clone ( ) constThis method is from 'QgsVectorGradientColorRampV2' class.
QgsVectorGradientColorRampV2::color ( double value ) constThis method is from 'QgsVectorGradientColorRampV2' class.
QgsVectorGradientColorRampV2::properties ( ) constThis method is from 'QgsVectorGradientColorRampV2' class.
QgsVectorGradientColorRampV2::type ( ) constThis method is from 'QgsVectorGradientColorRampV2' class.
QgsVectorGradientColorRampV2::~QgsVectorGradientColorRampV2 [in-charge] ( )This method is from 'QgsVectorGradientColorRampV2' class.
qgsvectordataprovider.h
[+] class QgsVectorDataProvider (10)
| Change |
Effect |
1 | Size of this class has been increased from 52 bytes to 60 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
2 | Virtual method QgsVectorDataProvider::isSaveAndLoadStyleToDBSupported ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method QgsVectorDataProvider::palAttributeIndexNames ( ) const has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Virtual method QgsVectorDataProvider::pkAttributeIndexes ( ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | Pure virtual method QgsVectorDataProvider::fieldCount ( ) const has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
6 | Pure virtual method QgsVectorDataProvider::nextFeature ( QgsFeature& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
7 | Pure virtual method QgsVectorDataProvider::rewind ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
8 | Virtual method QgsVectorDataProvider::addAttributes ( QMap<QString,QString>const& ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
9 | Virtual method QgsVectorDataProvider::featureAtId ( QgsFeatureId, QgsFeature&, bool, QgsAttributeList ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
10 | Virtual method QgsVectorDataProvider::updateFeatureCount ( ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 64 entries | Virtual Table (New) - 62 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsVectorDataProvider::metaObject |
QgsVectorDataProvider::metaObject |
12 |
QgsVectorDataProvider::qt_metacast |
QgsVectorDataProvider::qt_metacast |
16 |
QgsVectorDataProvider::qt_metacall |
QgsVectorDataProvider::qt_metacall |
20 |
~QgsVectorDataProvider |
~QgsVectorDataProvider |
24 |
~QgsVectorDataProvider |
~QgsVectorDataProvider |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
QgsDataProvider::setDataSourceUri |
QgsDataProvider::setDataSourceUri |
64 |
QgsDataProvider::dataSourceUri |
QgsDataProvider::dataSourceUri |
68 |
__cxa_pure_virtual |
__cxa_pure_virtual |
72 |
__cxa_pure_virtual |
__cxa_pure_virtual |
76 |
QgsDataProvider::updateExtents |
QgsDataProvider::updateExtents |
80 |
QgsDataProvider::setSubsetString |
QgsDataProvider::setSubsetString |
84 |
QgsDataProvider::supportsSubsetString |
QgsDataProvider::supportsSubsetString |
88 |
QgsDataProvider::subsetString |
QgsDataProvider::subsetString |
92 |
QgsDataProvider::subLayers |
QgsDataProvider::subLayers |
96 |
QgsDataProvider::subLayerStyles |
QgsDataProvider::subLayerStyles |
100 |
QgsDataProvider::subLayerCount |
QgsDataProvider::subLayerCount |
104 |
QgsDataProvider::setLayerOrder |
QgsDataProvider::setLayerOrder |
108 |
QgsDataProvider::setSubLayerVisibility |
QgsDataProvider::setSubLayerVisibility |
112 |
__cxa_pure_virtual |
__cxa_pure_virtual |
116 |
__cxa_pure_virtual |
__cxa_pure_virtual |
120 |
QgsDataProvider::fileVectorFilters |
QgsDataProvider::fileVectorFilters |
124 |
QgsDataProvider::fileRasterFilters |
QgsDataProvider::fileRasterFilters |
128 |
QgsDataProvider::reloadData |
QgsDataProvider::reloadData |
132 |
QgsDataProvider::timestamp |
QgsDataProvider::timestamp |
136 |
QgsDataProvider::dataTimestamp |
QgsDataProvider::dataTimestamp |
140 |
QgsVectorDataProvider::storageType |
QgsDataProvider::error |
144 |
__cxa_pure_virtual |
QgsVectorDataProvider::storageType |
148 |
QgsVectorDataProvider::updateFeatureCount |
__cxa_pure_virtual |
152 |
QgsVectorDataProvider::featureAtId |
__cxa_pure_virtual |
156 |
__cxa_pure_virtual |
__cxa_pure_virtual |
160 |
__cxa_pure_virtual |
__cxa_pure_virtual |
164 |
__cxa_pure_virtual |
QgsVectorDataProvider::dataComment |
168 |
__cxa_pure_virtual |
QgsVectorDataProvider::minimumValue |
172 |
__cxa_pure_virtual |
QgsVectorDataProvider::maximumValue |
176 |
QgsVectorDataProvider::dataComment |
QgsVectorDataProvider::uniqueValues |
180 |
__cxa_pure_virtual |
QgsVectorDataProvider::enumValues |
184 |
QgsVectorDataProvider::minimumValue |
QgsVectorDataProvider::addFeatures |
188 |
QgsVectorDataProvider::maximumValue |
QgsVectorDataProvider::deleteFeatures |
192 |
QgsVectorDataProvider::uniqueValues |
QgsVectorDataProvider::addAttributes |
196 |
QgsVectorDataProvider::enumValues |
QgsVectorDataProvider::deleteAttributes |
200 |
QgsVectorDataProvider::addFeatures |
QgsVectorDataProvider::changeAttributeValues |
204 |
QgsVectorDataProvider::deleteFeatures |
QgsVectorDataProvider::defaultValue |
208 |
QgsVectorDataProvider::addAttributes |
QgsVectorDataProvider::changeGeometryValues |
212 |
QgsVectorDataProvider::addAttributes |
QgsVectorDataProvider::createSpatialIndex |
216 |
QgsVectorDataProvider::deleteAttributes |
QgsVectorDataProvider::createAttributeIndex |
220 |
QgsVectorDataProvider::changeAttributeValues |
QgsVectorDataProvider::capabilities |
224 |
QgsVectorDataProvider::defaultValue |
QgsVectorDataProvider::setEncoding |
228 |
QgsVectorDataProvider::changeGeometryValues |
QgsVectorDataProvider::attributeIndexes |
232 |
QgsVectorDataProvider::createSpatialIndex |
QgsVectorDataProvider::pkAttributeIndexes |
236 |
QgsVectorDataProvider::createAttributeIndex |
QgsVectorDataProvider::palAttributeIndexNames |
240 |
QgsVectorDataProvider::capabilities |
QgsVectorDataProvider::doesStrictFeatureTypeCheck |
244 |
QgsVectorDataProvider::setEncoding |
QgsVectorDataProvider::isSaveAndLoadStyleToDBSupported |
248 |
QgsVectorDataProvider::attributeIndexes |
|
252 |
QgsVectorDataProvider::doesStrictFeatureTypeCheck |
|
[+] affected symbols (>10)
QgsGeometryAnalyzer::eventLayer ( QgsVectorLayer* lineLayer, QgsVectorLayer* eventLayer, int lineField, int eventField, QList<int>& unlocatedFeatureIds, QString const& outputLayer, QString const& outputFormat, int locationField1, int locationField2, int offsetField, double offsetScale, bool forceSingleGeometry, QgsVectorDataProvider* memoryProvider, struct QProgressDialog* p )13th parameter 'memoryProvider' (pointer) has base type 'QgsVectorDataProvider'.
QgsVectorDataProvider::addAttributes ( QList<QgsField>const& attributes )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::addFeatures ( QgsFeatureList& flist )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::attributeIndexes ( )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::capabilities ( ) constThis method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::capabilitiesString ( ) constThis method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::changeAttributeValues ( QgsChangedAttributesMap const& attr_map )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::changeGeometryValues ( QgsGeometryMap& geometry_map )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::clearErrors ( )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::clearMinMaxCache ( )This method is from 'QgsVectorDataProvider' class.
...
qgsvectorfilewriter.h
[+] class QgsVectorFileWriter (1)
| Change |
Effect |
1 | Size of this class has been increased from 36 bytes to 56 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (4)
QgsVectorFileWriter::createEmptyGeometry ( enum QGis::WkbType wkbType )This method is from 'QgsVectorFileWriter' class.
QgsVectorFileWriter::errorMessage ( )This method is from 'QgsVectorFileWriter' class.
QgsVectorFileWriter::hasError ( )This method is from 'QgsVectorFileWriter' class.
QgsVectorFileWriter::~QgsVectorFileWriter [in-charge] ( )This method is from 'QgsVectorFileWriter' class.
qgsvectorlayer.h
[+] class QgsVectorLayer (4)
| Change |
Effect |
1 | Virtual method QgsVectorLayer::applyNamedStyle ( QString, QString ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Virtual method QgsVectorLayer::getStyleFromDatabase ( QString, QString& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method QgsVectorLayer::loadNamedStyle ( QString const, bool&, bool ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Virtual method QgsVectorLayer::saveStyleToDatabase ( QString, QString, bool, QString, QString& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 48 entries | Virtual Table (New) - 56 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsVectorLayer::metaObject |
QgsVectorLayer::metaObject |
12 |
QgsVectorLayer::qt_metacast |
QgsVectorLayer::qt_metacast |
16 |
QgsVectorLayer::qt_metacall |
QgsVectorLayer::qt_metacall |
20 |
~QgsVectorLayer |
~QgsVectorLayer |
24 |
~QgsVectorLayer |
~QgsVectorLayer |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QgsMapLayer::connectNotify |
QgsMapLayer::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QgsVectorLayer::reload |
QgsVectorLayer::reload |
60 |
QgsVectorLayer::draw |
QgsVectorLayer::draw |
64 |
QgsVectorLayer::drawLabels |
QgsVectorLayer::drawLabels |
68 |
QgsMapLayer::subLayers |
QgsVectorLayer::extent |
72 |
QgsMapLayer::setLayerOrder |
QgsMapLayer::subLayers |
76 |
QgsMapLayer::setSubLayerVisibility |
QgsMapLayer::setLayerOrder |
80 |
QgsVectorLayer::isEditable |
QgsMapLayer::setSubLayerVisibility |
84 |
QgsVectorLayer::copySymbologySettings |
QgsVectorLayer::isEditable |
88 |
QgsVectorLayer::hasCompatibleSymbology |
QgsMapLayer::lastErrorTitle |
92 |
QgsMapLayer::lastErrorTitle |
QgsMapLayer::lastError |
96 |
QgsMapLayer::lastError |
QgsMapLayer::error |
100 |
QgsMapLayer::styleURI |
QgsMapLayer::styleURI |
104 |
QgsMapLayer::loadDefaultStyle |
QgsMapLayer::loadDefaultStyle |
108 |
QgsMapLayer::loadNamedStyle |
QgsVectorLayer::loadNamedStyle |
112 |
QgsMapLayer::loadNamedStyleFromDb |
QgsMapLayer::loadNamedStyleFromDb |
116 |
QgsMapLayer::saveDefaultStyle |
QgsMapLayer::exportNamedStyle |
120 |
QgsMapLayer::saveNamedStyle |
QgsMapLayer::exportSldStyle |
124 |
QgsMapLayer::saveSldStyle |
QgsMapLayer::saveDefaultStyle |
128 |
QgsMapLayer::loadSldStyle |
QgsMapLayer::saveNamedStyle |
132 |
QgsVectorLayer::readSld |
QgsMapLayer::saveSldStyle |
136 |
QgsVectorLayer::readSymbology |
QgsMapLayer::loadSldStyle |
140 |
QgsVectorLayer::writeSymbology |
QgsVectorLayer::readSld |
144 |
QgsMapLayer::invalidTransformInput |
QgsVectorLayer::readSymbology |
148 |
QgsVectorLayer::metadata |
QgsVectorLayer::writeSymbology |
152 |
QgsMapLayer::timestamp |
QgsVectorLayer::onCacheImageDelete |
156 |
QgsVectorLayer::readXml |
QgsMapLayer::invalidTransformInput |
160 |
QgsVectorLayer::writeXml |
QgsVectorLayer::metadata |
164 |
QgsVectorLayer::featureCount |
QgsMapLayer::timestamp |
168 |
QgsVectorLayer::updateFeatureCount |
QgsVectorLayer::setExtent |
172 |
QgsVectorLayer::setSubsetString |
QgsVectorLayer::readXml |
176 |
QgsVectorLayer::subsetString |
QgsVectorLayer::writeXml |
180 |
QgsVectorLayer::isReadOnly |
QgsVectorLayer::saveStyleToDatabase |
184 |
QgsVectorLayer::isModified |
QgsVectorLayer::listStylesInDatabase |
188 |
QgsVectorLayer::updateExtents |
QgsVectorLayer::getStyleFromDatabase |
192 |
|
QgsVectorLayer::loadNamedStyle |
196 |
|
QgsVectorLayer::applyNamedStyle |
200 |
|
QgsVectorLayer::featureCount |
204 |
|
QgsVectorLayer::setSubsetString |
208 |
|
QgsVectorLayer::subsetString |
212 |
|
QgsVectorLayer::isReadOnly |
216 |
|
QgsVectorLayer::isModified |
220 |
|
QgsVectorLayer::updateExtents |
[+] affected symbols (6)
QgsVectorLayer::featureCount ( ) constThis method is from 'QgsVectorLayer' class.
QgsVectorLayer::isModified ( ) constThis method is from 'QgsVectorLayer' class.
QgsVectorLayer::isReadOnly ( ) constThis method is from 'QgsVectorLayer' class.
QgsVectorLayer::setSubsetString ( QString subset )This method is from 'QgsVectorLayer' class.
QgsVectorLayer::subsetString ( )This method is from 'QgsVectorLayer' class.
QgsVectorLayer::updateExtents ( )This method is from 'QgsVectorLayer' class.
qgsvectorlayerimport.h
[+] class QgsVectorLayerImport (1)
| Change |
Effect |
1 | Size of this class has been increased from 24 bytes to 32 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighboring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (5)
QgsVectorLayerImport::addFeature ( QgsFeature& feature )This method is from 'QgsVectorLayerImport' class.
QgsVectorLayerImport::errorMessage ( )This method is from 'QgsVectorLayerImport' class.
QgsVectorLayerImport::flushBuffer ( )This method is from 'QgsVectorLayerImport' class.
QgsVectorLayerImport::hasError ( )This method is from 'QgsVectorLayerImport' class.
QgsVectorLayerImport::~QgsVectorLayerImport [in-charge] ( )This method is from 'QgsVectorLayerImport' class.
ui_qgsexpressionbuilder.h
namespace Ui
[+] class QgsExpressionBuilderWidgetBase (1)
| Change |
Effect |
1 | Size of this class has been changed from 144 bytes to 132 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsExpressionBuilderWidget::currentChanged ( QModelIndex const& index, QModelIndex const& p2 )This method is from derived class 'QgsExpressionBuilderWidget'.
QgsExpressionBuilderWidget::expressionParsed ( bool isValid )This method is from derived class 'QgsExpressionBuilderWidget'.
QgsExpressionBuilderWidget::expressionText ( )This method is from derived class 'QgsExpressionBuilderWidget'.
QgsExpressionBuilderWidget::isExpressionValid ( )This method is from derived class 'QgsExpressionBuilderWidget'.
QgsExpressionBuilderWidget::loadAllValues ( )This method is from derived class 'QgsExpressionBuilderWidget'.
QgsExpressionBuilderWidget::loadFieldNames ( )This method is from derived class 'QgsExpressionBuilderWidget'.
QgsExpressionBuilderWidget::loadFieldNames ( QgsFieldMap fields )This method is from derived class 'QgsExpressionBuilderWidget'.
QgsExpressionBuilderWidget::loadSampleValues ( )This method is from derived class 'QgsExpressionBuilderWidget'.
QgsExpressionBuilderWidget::metaObject ( ) constThis method is from derived class 'QgsExpressionBuilderWidget'.
QgsExpressionBuilderWidget::on_expressionTree_doubleClicked ( QModelIndex const& index )This method is from derived class 'QgsExpressionBuilderWidget'.
...
ui_qgsprojectionselectorbase.h
namespace Ui
[+] class QgsProjectionSelectorBase (1)
| Change |
Effect |
1 | Size of this class has been changed from 60 bytes to 72 bytes. | 1) The class has only inline or auto-generated constructors which will be copied to applications at compile time and will allocate an older memory layout. Call of any exported method of this class may access a memory outside the allocated objects or inside the older memory structure and result in crash or incorrect behavior of applications. 2) The memory layout and size of subclasses will be changed. |
[+] affected symbols (>10)
QgsProjectionSelector::loadCrsList ( QSet<QString>* crsFilter )This method is from derived class 'QgsProjectionSelector'.
QgsProjectionSelector::loadUserCrsList ( QSet<QString>* crsFilter )This method is from derived class 'QgsProjectionSelector'.
QgsProjectionSelector::metaObject ( ) constThis method is from derived class 'QgsProjectionSelector'.
QgsProjectionSelector::on_cbxHideDeprecated_stateChanged ( )This method is from derived class 'QgsProjectionSelector'.
QgsProjectionSelector::on_leSearch_textChanged ( QString const& p1 )This method is from derived class 'QgsProjectionSelector'.
QgsProjectionSelector::on_lstCoordinateSystems_currentItemChanged ( QTreeWidgetItem* current, QTreeWidgetItem* prev )This method is from derived class 'QgsProjectionSelector'.
QgsProjectionSelector::on_lstRecent_currentItemChanged ( QTreeWidgetItem* current, QTreeWidgetItem* prev )This method is from derived class 'QgsProjectionSelector'.
QgsProjectionSelector::QgsProjectionSelector [in-charge] ( QWidget* parent, char const* name, Qt::WFlags fl )This constructor is from derived class 'QgsProjectionSelector'.
QgsProjectionSelector::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from derived class 'QgsProjectionSelector'.
QgsProjectionSelector::qt_metacast ( char const* p1 )This method is from derived class 'QgsProjectionSelector'.
...
to the top
Problems with Symbols, High Severity (178)
qgsattributetablefiltermodel.h,
libqgis_gui.so.1.8.0
[+] QgsAttributeTableFilterModel::QgsAttributeTableFilterModel [not-in-charge] ( QgsVectorLayer* theLayer ) (1)
changed to:QgsAttributeTableFilterModel::QgsAttributeTableFilterModel [not-in-charge] ( QgsMapCanvas* canvas, QgsAttributeTableModel* sourceModel, QObject* parent )
[symbol: _ZN28QgsAttributeTableFilterModelC2EP14QgsVectorLayer]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN28QgsAttributeTableFilterModelC2EP14QgsVectorLayer to _ZN28QgsAttributeTableFilterModelC2EP12QgsMapCanvasP22QgsAttributeTableModelP7QObject. This may cause "undefined reference" linker error in old client applications. |
[+] QgsAttributeTableFilterModel::QgsAttributeTableFilterModel [in-charge] ( QgsVectorLayer* theLayer ) (1)
changed to:QgsAttributeTableFilterModel::QgsAttributeTableFilterModel [in-charge] ( QgsMapCanvas* canvas, QgsAttributeTableModel* sourceModel, QObject* parent )
[symbol: _ZN28QgsAttributeTableFilterModelC1EP14QgsVectorLayer]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN28QgsAttributeTableFilterModelC1EP14QgsVectorLayer to _ZN28QgsAttributeTableFilterModelC1EP12QgsMapCanvasP22QgsAttributeTableModelP7QObject. This may cause "undefined reference" linker error in old client applications. |
qgsattributetablemodel.h,
libqgis_gui.so.1.8.0
[+] QgsAttributeTableModel::QgsAttributeTableModel [in-charge] ( QgsMapCanvas* canvas, QgsVectorLayer* theLayer, QObject* parent ) (1)
changed to:QgsAttributeTableModel::QgsAttributeTableModel [in-charge] ( QgsVectorLayerCache* layerCache, QObject* parent )
[symbol: _ZN22QgsAttributeTableModelC1EP12QgsMapCanvasP14QgsVectorLayerP7QObject]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN22QgsAttributeTableModelC1EP12QgsMapCanvasP14QgsVectorLayerP7QObject to _ZN22QgsAttributeTableModelC1EP19QgsVectorLayerCacheP7QObject. This may cause "undefined reference" linker error in old client applications. |
[+] QgsAttributeTableModel::QgsAttributeTableModel [not-in-charge] ( QgsMapCanvas* canvas, QgsVectorLayer* theLayer, QObject* parent ) (1)
changed to:QgsAttributeTableModel::QgsAttributeTableModel [not-in-charge] ( QgsVectorLayerCache* layerCache, QObject* parent )
[symbol: _ZN22QgsAttributeTableModelC2EP12QgsMapCanvasP14QgsVectorLayerP7QObject]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN22QgsAttributeTableModelC2EP12QgsMapCanvasP14QgsVectorLayerP7QObject to _ZN22QgsAttributeTableModelC2EP19QgsVectorLayerCacheP7QObject. This may cause "undefined reference" linker error in old client applications. |
qgscategorizedsymbolrendererv2.h,
libqgis_core.so.1.8.0
[+] QgsCategorizedSymbolRendererV2::dump ( ) (1)
changed to:QgsCategorizedSymbolRendererV2::dump ( ) const
[symbol: _ZN30QgsCategorizedSymbolRendererV24dumpEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN30QgsCategorizedSymbolRendererV24dumpEv to _ZNK30QgsCategorizedSymbolRendererV24dumpEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsRendererCategoryV2::dump ( ) (1)
changed to:QgsRendererCategoryV2::dump ( ) const
[symbol: _ZN21QgsRendererCategoryV24dumpEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN21QgsRendererCategoryV24dumpEv to _ZNK21QgsRendererCategoryV24dumpEv. This may cause "undefined reference" linker error in old client applications. |
qgsclipper.h,
libqgis_core.so.1.8.0
[+] QgsClipper::clippedLineWKB ( unsigned char* wkb, QgsRectangle const& clipExtent, QPolygonF& line ) [static] (1)
changed to:QgsClipper::clippedLineWKB ( unsigned char const* wkb, QgsRectangle const& clipExtent, QPolygonF& line ) [static]
[symbol: _ZN10QgsClipper14clippedLineWKBEPhRK12QgsRectangleR9QPolygonF]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10QgsClipper14clippedLineWKBEPhRK12QgsRectangleR9QPolygonF to _ZN10QgsClipper14clippedLineWKBEPKhRK12QgsRectangleR9QPolygonF. This may cause "undefined reference" linker error in old client applications. |
qgscliptominmaxenhancement.h,
libqgis_core.so.1.8.0
[+] QgsClipToMinMaxEnhancement::QgsClipToMinMaxEnhancement [not-in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType p1, double p2, double p3 ) (1)
changed to:QgsClipToMinMaxEnhancement::QgsClipToMinMaxEnhancement [not-in-charge] ( enum QGis::DataType p1, double p2, double p3 )
[symbol: _ZN26QgsClipToMinMaxEnhancementC2EN22QgsContrastEnhancement17QgsRasterDataTypeEdd]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN26QgsClipToMinMaxEnhancementC2EN22QgsContrastEnhancement17QgsRasterDataTypeEdd to _ZN26QgsClipToMinMaxEnhancementC2EN4QGis8DataTypeEdd. This may cause "undefined reference" linker error in old client applications. |
[+] QgsClipToMinMaxEnhancement::QgsClipToMinMaxEnhancement [in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType p1, double p2, double p3 ) (1)
changed to:QgsClipToMinMaxEnhancement::QgsClipToMinMaxEnhancement [in-charge] ( enum QGis::DataType p1, double p2, double p3 )
[symbol: _ZN26QgsClipToMinMaxEnhancementC1EN22QgsContrastEnhancement17QgsRasterDataTypeEdd]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN26QgsClipToMinMaxEnhancementC1EN22QgsContrastEnhancement17QgsRasterDataTypeEdd to _ZN26QgsClipToMinMaxEnhancementC1EN4QGis8DataTypeEdd. This may cause "undefined reference" linker error in old client applications. |
qgscolorbutton.h,
libqgis_gui.so.1.8.0
[+] QgsColorButton::QgsColorButton [not-in-charge] ( QWidget* parent ) (1)
changed to:QgsColorButton::QgsColorButton [not-in-charge] ( QWidget* parent, QString cdt, QColorDialog::ColorDialogOptions cdo )
[symbol: _ZN14QgsColorButtonC2EP7QWidget]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsColorButtonC2EP7QWidget to _ZN14QgsColorButtonC2EP7QWidget7QString6QFlagsIN12QColorDialog17ColorDialogOptionEE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsColorButton::QgsColorButton [in-charge] ( QWidget* parent ) (1)
changed to:QgsColorButton::QgsColorButton [in-charge] ( QWidget* parent, QString cdt, QColorDialog::ColorDialogOptions cdo )
[symbol: _ZN14QgsColorButtonC1EP7QWidget]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsColorButtonC1EP7QWidget to _ZN14QgsColorButtonC1EP7QWidget7QString6QFlagsIN12QColorDialog17ColorDialogOptionEE. This may cause "undefined reference" linker error in old client applications. |
qgscolorrampshader.h,
libqgis_core.so.1.8.0
[+] QgsColorRampShader::shade ( double p1, double p2, double p3, int* p4, int* p5, int* p6 ) (1)
changed to:QgsColorRampShader::shade ( double p1, double p2, double p3, double p4, int* p5, int* p6, int* p7, int* p8 )
[symbol: _ZN18QgsColorRampShader5shadeEdddPiS0_S0_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN18QgsColorRampShader5shadeEdddPiS0_S0_ to _ZN18QgsColorRampShader5shadeEddddPiS0_S0_S0_. This may cause "undefined reference" linker error in old client applications. |
[+] QgsColorRampShader::shade ( double p1, int* p2, int* p3, int* p4 ) (1)
changed to:QgsColorRampShader::shade ( double p1, double p2, double p3, double p4, int* p5, int* p6, int* p7, int* p8 )
[symbol: _ZN18QgsColorRampShader5shadeEdPiS0_S0_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN18QgsColorRampShader5shadeEdPiS0_S0_ to _ZN18QgsColorRampShader5shadeEddddPiS0_S0_S0_. This may cause "undefined reference" linker error in old client applications. |
qgscontrastenhancement.h,
libqgis_core.so.1.8.0
[+] QgsContrastEnhancement::maximumValuePossible ( enum QgsContrastEnhancement::QgsRasterDataType p1 ) [static] (1)
changed to:QgsContrastEnhancement::maximumValuePossible ( enum QGis::DataType p1 ) [static]
[symbol: _ZN22QgsContrastEnhancement20maximumValuePossibleENS_17QgsRasterDataTypeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN22QgsContrastEnhancement20maximumValuePossibleENS_17QgsRasterDataTypeE to _ZN22QgsContrastEnhancement20maximumValuePossibleEN4QGis8DataTypeE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsContrastEnhancement::minimumValuePossible ( enum QgsContrastEnhancement::QgsRasterDataType p1 ) [static] (1)
changed to:QgsContrastEnhancement::minimumValuePossible ( enum QGis::DataType p1 ) [static]
[symbol: _ZN22QgsContrastEnhancement20minimumValuePossibleENS_17QgsRasterDataTypeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN22QgsContrastEnhancement20minimumValuePossibleENS_17QgsRasterDataTypeE to _ZN22QgsContrastEnhancement20minimumValuePossibleEN4QGis8DataTypeE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsContrastEnhancement::QgsContrastEnhancement [in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType theDatatype ) (1)
changed to:QgsContrastEnhancement::QgsContrastEnhancement [in-charge] ( enum QGis::DataType theDatatype )
[symbol: _ZN22QgsContrastEnhancementC1ENS_17QgsRasterDataTypeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN22QgsContrastEnhancementC1ENS_17QgsRasterDataTypeE to _ZN22QgsContrastEnhancementC1EN4QGis8DataTypeE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsContrastEnhancement::QgsContrastEnhancement [not-in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType theDatatype ) (1)
changed to:QgsContrastEnhancement::QgsContrastEnhancement [not-in-charge] ( enum QGis::DataType theDatatype )
[symbol: _ZN22QgsContrastEnhancementC2ENS_17QgsRasterDataTypeE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN22QgsContrastEnhancementC2ENS_17QgsRasterDataTypeE to _ZN22QgsContrastEnhancementC2EN4QGis8DataTypeE. This may cause "undefined reference" linker error in old client applications. |
qgscontrastenhancementfunction.h,
libqgis_core.so.1.8.0
[+] QgsContrastEnhancementFunction::QgsContrastEnhancementFunction [in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType p1, double p2, double p3 ) (1)
changed to:QgsContrastEnhancementFunction::QgsContrastEnhancementFunction [in-charge] ( enum QGis::DataType p1, double p2, double p3 )
[symbol: _ZN30QgsContrastEnhancementFunctionC1EN22QgsContrastEnhancement17QgsRasterDataTypeEdd]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN30QgsContrastEnhancementFunctionC1EN22QgsContrastEnhancement17QgsRasterDataTypeEdd to _ZN30QgsContrastEnhancementFunctionC1EN4QGis8DataTypeEdd. This may cause "undefined reference" linker error in old client applications. |
[+] QgsContrastEnhancementFunction::QgsContrastEnhancementFunction [not-in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType p1, double p2, double p3 ) (1)
changed to:QgsContrastEnhancementFunction::QgsContrastEnhancementFunction [not-in-charge] ( enum QGis::DataType p1, double p2, double p3 )
[symbol: _ZN30QgsContrastEnhancementFunctionC2EN22QgsContrastEnhancement17QgsRasterDataTypeEdd]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN30QgsContrastEnhancementFunctionC2EN22QgsContrastEnhancement17QgsRasterDataTypeEdd to _ZN30QgsContrastEnhancementFunctionC2EN4QGis8DataTypeEdd. This may cause "undefined reference" linker error in old client applications. |
qgscoordinatereferencesystem.h,
libqgis_core.so.1.8.0
[+] QgsCoordinateReferenceSystem::setCustomSrsValidation ( void(*f)(QgsCoordinateReferenceSystem*) ) [static] (1)
changed to:QgsCoordinateReferenceSystem::setCustomSrsValidation ( void(*f)(QgsCoordinateReferenceSystem&) ) [static]
[symbol: _ZN28QgsCoordinateReferenceSystem22setCustomSrsValidationEPFvPS_E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN28QgsCoordinateReferenceSystem22setCustomSrsValidationEPFvPS_E to _ZN28QgsCoordinateReferenceSystem22setCustomSrsValidationEPFvRS_E. This may cause "undefined reference" linker error in old client applications. |
qgscoordinatetransform.h,
libqgis_core.so.1.8.0
[+] QgsCoordinateTransform::transformInPlace ( std::vector<double>& x, std::vector<double>& y, std::vector<double>& z, enum QgsCoordinateTransform::TransformDirection direction ) const (1)
changed to:QgsCoordinateTransform::transformInPlace ( QVector<double>& x, QVector<double>& y, QVector<double>& z, enum QgsCoordinateTransform::TransformDirection direction ) const
[symbol: _ZNK22QgsCoordinateTransform16transformInPlaceERSt6vectorIdSaIdEES3_S3_NS_18TransformDirectionE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK22QgsCoordinateTransform16transformInPlaceERSt6vectorIdSaIdEES3_S3_NS_18TransformDirectionE to _ZNK22QgsCoordinateTransform16transformInPlaceER7QVectorIdES2_S2_NS_18TransformDirectionE. This may cause "undefined reference" linker error in old client applications. |
qgsdiagramrendererv2.h,
libqgis_core.so.1.8.0
[+] QgsDiagramLayerSettings::readXML ( QDomElement const& elem ) (1)
changed to:QgsDiagramLayerSettings::readXML ( QDomElement const& elem, QgsVectorLayer const* layer )
[symbol: _ZN23QgsDiagramLayerSettings7readXMLERK11QDomElement]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN23QgsDiagramLayerSettings7readXMLERK11QDomElement to _ZN23QgsDiagramLayerSettings7readXMLERK11QDomElementPK14QgsVectorLayer. This may cause "undefined reference" linker error in old client applications. |
[+] QgsDiagramLayerSettings::writeXML ( QDomElement& layerElem, QDomDocument& doc ) const (1)
changed to:QgsDiagramLayerSettings::writeXML ( QDomElement& layerElem, QDomDocument& doc, QgsVectorLayer const* layer ) const
[symbol: _ZNK23QgsDiagramLayerSettings8writeXMLER11QDomElementR12QDomDocument]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK23QgsDiagramLayerSettings8writeXMLER11QDomElementR12QDomDocument to _ZNK23QgsDiagramLayerSettings8writeXMLER11QDomElementR12QDomDocumentPK14QgsVectorLayer. This may cause "undefined reference" linker error in old client applications. |
[+] QgsDiagramRendererV2::_readXML ( QDomElement const& elem ) (1)
changed to:QgsDiagramRendererV2::_readXML ( QDomElement const& elem, QgsVectorLayer const* layer )
[symbol: _ZN20QgsDiagramRendererV28_readXMLERK11QDomElement]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN20QgsDiagramRendererV28_readXMLERK11QDomElement to _ZN20QgsDiagramRendererV28_readXMLERK11QDomElementPK14QgsVectorLayer. This may cause "undefined reference" linker error in old client applications. |
[+] QgsDiagramRendererV2::_writeXML ( QDomElement& rendererElem, QDomDocument& doc ) const (1)
changed to:QgsDiagramRendererV2::_writeXML ( QDomElement& rendererElem, QDomDocument& doc, QgsVectorLayer const* layer ) const
[symbol: _ZNK20QgsDiagramRendererV29_writeXMLER11QDomElementR12QDomDocument]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK20QgsDiagramRendererV29_writeXMLER11QDomElementR12QDomDocument to _ZNK20QgsDiagramRendererV29_writeXMLER11QDomElementR12QDomDocumentPK14QgsVectorLayer. This may cause "undefined reference" linker error in old client applications. |
[+] QgsDiagramRendererV2::renderDiagram ( QgsAttributeMap const& att, QgsRenderContext& c, QPointF const& pos ) (1)
changed to:QgsDiagramRendererV2::renderDiagram ( QgsAttributes const& att, QgsRenderContext& c, QPointF const& pos )
[symbol: _ZN20QgsDiagramRendererV213renderDiagramERK4QMapIi8QVariantER16QgsRenderContextRK7QPointF]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN20QgsDiagramRendererV213renderDiagramERK4QMapIi8QVariantER16QgsRenderContextRK7QPointF to _ZN20QgsDiagramRendererV213renderDiagramERK7QVectorI8QVariantER16QgsRenderContextRK7QPointF. This may cause "undefined reference" linker error in old client applications. |
[+] QgsDiagramRendererV2::sizeMapUnits ( QgsAttributeMap const& attributes, QgsRenderContext const& c ) (1)
changed to:QgsDiagramRendererV2::sizeMapUnits ( QgsAttributes const& attributes, QgsRenderContext const& c )
[symbol: _ZN20QgsDiagramRendererV212sizeMapUnitsERK4QMapIi8QVariantERK16QgsRenderContext]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN20QgsDiagramRendererV212sizeMapUnitsERK4QMapIi8QVariantERK16QgsRenderContext to _ZN20QgsDiagramRendererV212sizeMapUnitsERK7QVectorI8QVariantERK16QgsRenderContext. This may cause "undefined reference" linker error in old client applications. |
[+] QgsDiagramSettings::readXML ( QDomElement const& elem ) (1)
changed to:QgsDiagramSettings::readXML ( QDomElement const& elem, QgsVectorLayer const* layer )
[symbol: _ZN18QgsDiagramSettings7readXMLERK11QDomElement]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN18QgsDiagramSettings7readXMLERK11QDomElement to _ZN18QgsDiagramSettings7readXMLERK11QDomElementPK14QgsVectorLayer. This may cause "undefined reference" linker error in old client applications. |
[+] QgsDiagramSettings::writeXML ( QDomElement& rendererElem, QDomDocument& doc ) const (1)
changed to:QgsDiagramSettings::writeXML ( QDomElement& rendererElem, QDomDocument& doc, QgsVectorLayer const* layer ) const
[symbol: _ZNK18QgsDiagramSettings8writeXMLER11QDomElementR12QDomDocument]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK18QgsDiagramSettings8writeXMLER11QDomElementR12QDomDocument to _ZNK18QgsDiagramSettings8writeXMLER11QDomElementR12QDomDocumentPK14QgsVectorLayer. This may cause "undefined reference" linker error in old client applications. |
[+] QgsLinearlyInterpolatedDiagramRenderer::diagramSettings ( QgsAttributeMap const& p1, QgsRenderContext const& c, QgsDiagramSettings& s ) (1)
changed to:QgsLinearlyInterpolatedDiagramRenderer::diagramSettings ( QgsAttributes const& p1, QgsRenderContext const& c, QgsDiagramSettings& s )
[symbol: _ZN38QgsLinearlyInterpolatedDiagramRenderer15diagramSettingsERK4QMapIi8QVariantERK16QgsRenderContextR18QgsDiagramSettings]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN38QgsLinearlyInterpolatedDiagramRenderer15diagramSettingsERK4QMapIi8QVariantERK16QgsRenderContextR18QgsDiagramSettings to _ZN38QgsLinearlyInterpolatedDiagramRenderer15diagramSettingsERK7QVectorI8QVariantERK16QgsRenderContextR18QgsDiagramSettings. This may cause "undefined reference" linker error in old client applications. |
[+] QgsLinearlyInterpolatedDiagramRenderer::diagramSize ( QgsAttributeMap const& attributes, QgsRenderContext const& c ) (1)
changed to:QgsLinearlyInterpolatedDiagramRenderer::diagramSize ( QgsAttributes const& attributes, QgsRenderContext const& c )
[symbol: _ZN38QgsLinearlyInterpolatedDiagramRenderer11diagramSizeERK4QMapIi8QVariantERK16QgsRenderContext]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN38QgsLinearlyInterpolatedDiagramRenderer11diagramSizeERK4QMapIi8QVariantERK16QgsRenderContext to _ZN38QgsLinearlyInterpolatedDiagramRenderer11diagramSizeERK7QVectorI8QVariantERK16QgsRenderContext. This may cause "undefined reference" linker error in old client applications. |
[+] QgsLinearlyInterpolatedDiagramRenderer::readXML ( QDomElement const& elem ) (1)
changed to:QgsLinearlyInterpolatedDiagramRenderer::readXML ( QDomElement const& elem, QgsVectorLayer const* layer )
[symbol: _ZN38QgsLinearlyInterpolatedDiagramRenderer7readXMLERK11QDomElement]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN38QgsLinearlyInterpolatedDiagramRenderer7readXMLERK11QDomElement to _ZN38QgsLinearlyInterpolatedDiagramRenderer7readXMLERK11QDomElementPK14QgsVectorLayer. This may cause "undefined reference" linker error in old client applications. |
[+] QgsLinearlyInterpolatedDiagramRenderer::writeXML ( QDomElement& layerElem, QDomDocument& doc ) const (1)
changed to:QgsLinearlyInterpolatedDiagramRenderer::writeXML ( QDomElement& layerElem, QDomDocument& doc, QgsVectorLayer const* layer ) const
[symbol: _ZNK38QgsLinearlyInterpolatedDiagramRenderer8writeXMLER11QDomElementR12QDomDocument]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK38QgsLinearlyInterpolatedDiagramRenderer8writeXMLER11QDomElementR12QDomDocument to _ZNK38QgsLinearlyInterpolatedDiagramRenderer8writeXMLER11QDomElementR12QDomDocumentPK14QgsVectorLayer. This may cause "undefined reference" linker error in old client applications. |
[+] QgsSingleCategoryDiagramRenderer::diagramSettings ( QgsAttributeMap const& p1, QgsRenderContext const& c, QgsDiagramSettings& s ) (1)
changed to:QgsSingleCategoryDiagramRenderer::diagramSettings ( QgsAttributes const& p1, QgsRenderContext const& c, QgsDiagramSettings& s )
[symbol: _ZN32QgsSingleCategoryDiagramRenderer15diagramSettingsERK4QMapIi8QVariantERK16QgsRenderContextR18QgsDiagramSettings]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN32QgsSingleCategoryDiagramRenderer15diagramSettingsERK4QMapIi8QVariantERK16QgsRenderContextR18QgsDiagramSettings to _ZN32QgsSingleCategoryDiagramRenderer15diagramSettingsERK7QVectorI8QVariantERK16QgsRenderContextR18QgsDiagramSettings. This may cause "undefined reference" linker error in old client applications. |
[+] QgsSingleCategoryDiagramRenderer::diagramSize ( QgsAttributeMap const& attributes, QgsRenderContext const& c ) (1)
changed to:QgsSingleCategoryDiagramRenderer::diagramSize ( QgsAttributes const& attributes, QgsRenderContext const& c )
[symbol: _ZN32QgsSingleCategoryDiagramRenderer11diagramSizeERK4QMapIi8QVariantERK16QgsRenderContext]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN32QgsSingleCategoryDiagramRenderer11diagramSizeERK4QMapIi8QVariantERK16QgsRenderContext to _ZN32QgsSingleCategoryDiagramRenderer11diagramSizeERK7QVectorI8QVariantERK16QgsRenderContext. This may cause "undefined reference" linker error in old client applications. |
[+] QgsSingleCategoryDiagramRenderer::readXML ( QDomElement const& elem ) (1)
changed to:QgsSingleCategoryDiagramRenderer::readXML ( QDomElement const& elem, QgsVectorLayer const* layer )
[symbol: _ZN32QgsSingleCategoryDiagramRenderer7readXMLERK11QDomElement]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN32QgsSingleCategoryDiagramRenderer7readXMLERK11QDomElement to _ZN32QgsSingleCategoryDiagramRenderer7readXMLERK11QDomElementPK14QgsVectorLayer. This may cause "undefined reference" linker error in old client applications. |
[+] QgsSingleCategoryDiagramRenderer::writeXML ( QDomElement& layerElem, QDomDocument& doc ) const (1)
changed to:QgsSingleCategoryDiagramRenderer::writeXML ( QDomElement& layerElem, QDomDocument& doc, QgsVectorLayer const* layer ) const
[symbol: _ZNK32QgsSingleCategoryDiagramRenderer8writeXMLER11QDomElementR12QDomDocument]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK32QgsSingleCategoryDiagramRenderer8writeXMLER11QDomElementR12QDomDocument to _ZNK32QgsSingleCategoryDiagramRenderer8writeXMLER11QDomElementR12QDomDocumentPK14QgsVectorLayer. This may cause "undefined reference" linker error in old client applications. |
qgsdistancearea.h,
libqgis_core.so.1.8.0
[+] QgsDistanceArea::measureLine ( unsigned char* feature, double* area, bool hasZptr ) (1)
changed to:QgsDistanceArea::measureLine ( unsigned char const* feature, double* area, bool hasZptr )
[symbol: _ZN15QgsDistanceArea11measureLineEPhPdb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN15QgsDistanceArea11measureLineEPhPdb to _ZN15QgsDistanceArea11measureLineEPKhPdb. This may cause "undefined reference" linker error in old client applications. |
[+] QgsDistanceArea::measurePolygon ( unsigned char* feature, double* area, double* perimeter, bool hasZptr ) (1)
changed to:QgsDistanceArea::measurePolygon ( unsigned char const* feature, double* area, double* perimeter, bool hasZptr )
[symbol: _ZN15QgsDistanceArea14measurePolygonEPhPdS1_b]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN15QgsDistanceArea14measurePolygonEPhPdS1_b to _ZN15QgsDistanceArea14measurePolygonEPKhPdS2_b. This may cause "undefined reference" linker error in old client applications. |
qgsexpression.h,
libqgis_core.so.1.8.0
[+] QgsExpression::acceptVisitor ( QgsExpression::Visitor& v ) (1)
changed to:QgsExpression::acceptVisitor ( QgsExpression::Visitor& v ) const
[symbol: _ZN13QgsExpression13acceptVisitorERNS_7VisitorE]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression13acceptVisitorERNS_7VisitorE to _ZNK13QgsExpression13acceptVisitorERNS_7VisitorE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::evaluate ( QgsFeature* f ) (1)
changed to:QgsExpression::evaluate ( QgsFeature const* f )
[symbol: _ZN13QgsExpression8evaluateEP10QgsFeature]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression8evaluateEP10QgsFeature to _ZN13QgsExpression8evaluateEPK10QgsFeature. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::evaluate ( QgsFeature* f, QgsFieldMap const& fields ) (1)
changed to:QgsExpression::evaluate ( QgsFeature const* f )
[symbol: _ZN13QgsExpression8evaluateEP10QgsFeatureRK4QMapIi8QgsFieldE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression8evaluateEP10QgsFeatureRK4QMapIi8QgsFieldE to _ZN13QgsExpression8evaluateEPK10QgsFeature. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::NodeBinaryOperator::eval ( QgsExpression* parent, QgsFeature* f ) (1)
changed to:QgsExpression::NodeBinaryOperator::eval ( QgsExpression* parent, QgsFeature const* f )
[symbol: _ZN13QgsExpression18NodeBinaryOperator4evalEPS_P10QgsFeature]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression18NodeBinaryOperator4evalEPS_P10QgsFeature to _ZN13QgsExpression18NodeBinaryOperator4evalEPS_PK10QgsFeature. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::NodeBinaryOperator::prepare ( QgsExpression* parent, QgsFieldMap const& fields ) (1)
changed to:QgsExpression::NodeBinaryOperator::prepare ( QgsExpression* parent, QgsFields const& fields )
[symbol: _ZN13QgsExpression18NodeBinaryOperator7prepareEPS_RK4QMapIi8QgsFieldE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression18NodeBinaryOperator7prepareEPS_RK4QMapIi8QgsFieldE to _ZN13QgsExpression18NodeBinaryOperator7prepareEPS_RK9QgsFields. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::NodeColumnRef::eval ( QgsExpression* parent, QgsFeature* f ) (1)
changed to:QgsExpression::NodeColumnRef::eval ( QgsExpression* parent, QgsFeature const* f )
[symbol: _ZN13QgsExpression13NodeColumnRef4evalEPS_P10QgsFeature]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression13NodeColumnRef4evalEPS_P10QgsFeature to _ZN13QgsExpression13NodeColumnRef4evalEPS_PK10QgsFeature. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::NodeColumnRef::prepare ( QgsExpression* parent, QgsFieldMap const& fields ) (1)
changed to:QgsExpression::NodeColumnRef::prepare ( QgsExpression* parent, QgsFields const& fields )
[symbol: _ZN13QgsExpression13NodeColumnRef7prepareEPS_RK4QMapIi8QgsFieldE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression13NodeColumnRef7prepareEPS_RK4QMapIi8QgsFieldE to _ZN13QgsExpression13NodeColumnRef7prepareEPS_RK9QgsFields. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::NodeCondition::eval ( QgsExpression* parent, QgsFeature* f ) (1)
changed to:QgsExpression::NodeCondition::eval ( QgsExpression* parent, QgsFeature const* f )
[symbol: _ZN13QgsExpression13NodeCondition4evalEPS_P10QgsFeature]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression13NodeCondition4evalEPS_P10QgsFeature to _ZN13QgsExpression13NodeCondition4evalEPS_PK10QgsFeature. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::NodeCondition::prepare ( QgsExpression* parent, QgsFieldMap const& fields ) (1)
changed to:QgsExpression::NodeCondition::prepare ( QgsExpression* parent, QgsFields const& fields )
[symbol: _ZN13QgsExpression13NodeCondition7prepareEPS_RK4QMapIi8QgsFieldE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression13NodeCondition7prepareEPS_RK4QMapIi8QgsFieldE to _ZN13QgsExpression13NodeCondition7prepareEPS_RK9QgsFields. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::NodeFunction::eval ( QgsExpression* parent, QgsFeature* f ) (1)
changed to:QgsExpression::NodeFunction::eval ( QgsExpression* parent, QgsFeature const* f )
[symbol: _ZN13QgsExpression12NodeFunction4evalEPS_P10QgsFeature]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression12NodeFunction4evalEPS_P10QgsFeature to _ZN13QgsExpression12NodeFunction4evalEPS_PK10QgsFeature. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::NodeFunction::prepare ( QgsExpression* parent, QgsFieldMap const& fields ) (1)
changed to:QgsExpression::NodeFunction::prepare ( QgsExpression* parent, QgsFields const& fields )
[symbol: _ZN13QgsExpression12NodeFunction7prepareEPS_RK4QMapIi8QgsFieldE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression12NodeFunction7prepareEPS_RK4QMapIi8QgsFieldE to _ZN13QgsExpression12NodeFunction7prepareEPS_RK9QgsFields. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::NodeInOperator::eval ( QgsExpression* parent, QgsFeature* f ) (1)
changed to:QgsExpression::NodeInOperator::eval ( QgsExpression* parent, QgsFeature const* f )
[symbol: _ZN13QgsExpression14NodeInOperator4evalEPS_P10QgsFeature]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression14NodeInOperator4evalEPS_P10QgsFeature to _ZN13QgsExpression14NodeInOperator4evalEPS_PK10QgsFeature. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::NodeInOperator::prepare ( QgsExpression* parent, QgsFieldMap const& fields ) (1)
changed to:QgsExpression::NodeInOperator::prepare ( QgsExpression* parent, QgsFields const& fields )
[symbol: _ZN13QgsExpression14NodeInOperator7prepareEPS_RK4QMapIi8QgsFieldE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression14NodeInOperator7prepareEPS_RK4QMapIi8QgsFieldE to _ZN13QgsExpression14NodeInOperator7prepareEPS_RK9QgsFields. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::NodeLiteral::eval ( QgsExpression* parent, QgsFeature* f ) (1)
changed to:QgsExpression::NodeLiteral::eval ( QgsExpression* parent, QgsFeature const* f )
[symbol: _ZN13QgsExpression11NodeLiteral4evalEPS_P10QgsFeature]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression11NodeLiteral4evalEPS_P10QgsFeature to _ZN13QgsExpression11NodeLiteral4evalEPS_PK10QgsFeature. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::NodeLiteral::prepare ( QgsExpression* parent, QgsFieldMap const& fields ) (1)
changed to:QgsExpression::NodeLiteral::prepare ( QgsExpression* parent, QgsFields const& fields )
[symbol: _ZN13QgsExpression11NodeLiteral7prepareEPS_RK4QMapIi8QgsFieldE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression11NodeLiteral7prepareEPS_RK4QMapIi8QgsFieldE to _ZN13QgsExpression11NodeLiteral7prepareEPS_RK9QgsFields. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::NodeUnaryOperator::eval ( QgsExpression* parent, QgsFeature* f ) (1)
changed to:QgsExpression::NodeUnaryOperator::eval ( QgsExpression* parent, QgsFeature const* f )
[symbol: _ZN13QgsExpression17NodeUnaryOperator4evalEPS_P10QgsFeature]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression17NodeUnaryOperator4evalEPS_P10QgsFeature to _ZN13QgsExpression17NodeUnaryOperator4evalEPS_PK10QgsFeature. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::NodeUnaryOperator::prepare ( QgsExpression* parent, QgsFieldMap const& fields ) (1)
changed to:QgsExpression::NodeUnaryOperator::prepare ( QgsExpression* parent, QgsFields const& fields )
[symbol: _ZN13QgsExpression17NodeUnaryOperator7prepareEPS_RK4QMapIi8QgsFieldE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression17NodeUnaryOperator7prepareEPS_RK4QMapIi8QgsFieldE to _ZN13QgsExpression17NodeUnaryOperator7prepareEPS_RK9QgsFields. This may cause "undefined reference" linker error in old client applications. |
[+] QgsExpression::prepare ( QgsFieldMap const& fields ) (1)
changed to:QgsExpression::prepare ( QgsFields const& fields )
[symbol: _ZN13QgsExpression7prepareERK4QMapIi8QgsFieldE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsExpression7prepareERK4QMapIi8QgsFieldE to _ZN13QgsExpression7prepareERK9QgsFields. This may cause "undefined reference" linker error in old client applications. |
qgsexpressionbuilderwidget.h,
libqgis_gui.so.1.8.0
[+] QgsExpressionBuilderWidget::loadFieldNames ( QgsFieldMap fields ) (1)
changed to:QgsExpressionBuilderWidget::loadFieldNames ( QgsFields const& fields )
[symbol: _ZN26QgsExpressionBuilderWidget14loadFieldNamesE4QMapIi8QgsFieldE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN26QgsExpressionBuilderWidget14loadFieldNamesE4QMapIi8QgsFieldE to _ZN26QgsExpressionBuilderWidget14loadFieldNamesERK9QgsFields. This may cause "undefined reference" linker error in old client applications. |
qgsfeature.h,
libqgis_core.so.1.8.0
[+] QgsFeature::geometry ( ) (1)
changed to:QgsFeature::geometry ( ) const
[symbol: _ZN10QgsFeature8geometryEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10QgsFeature8geometryEv to _ZNK10QgsFeature8geometryEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsFeature::QgsFeature [in-charge] ( QgsFeatureId id, QString typeName ) (1)
changed to:QgsFeature::QgsFeature [in-charge] ( QgsFields const& fields, QgsFeatureId id )
[symbol: _ZN10QgsFeatureC1Ex7QString]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10QgsFeatureC1Ex7QString to _ZN10QgsFeatureC1ERK9QgsFieldsx. This may cause "undefined reference" linker error in old client applications. |
[+] QgsFeature::QgsFeature [not-in-charge] ( QgsFeatureId id, QString typeName ) (1)
changed to:QgsFeature::QgsFeature [not-in-charge] ( QgsFields const& fields, QgsFeatureId id )
[symbol: _ZN10QgsFeatureC2Ex7QString]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10QgsFeatureC2Ex7QString to _ZN10QgsFeatureC2ERK9QgsFieldsx. This may cause "undefined reference" linker error in old client applications. |
qgsfieldvalidator.h,
libqgis_gui.so.1.8.0
[+] QgsFieldValidator::QgsFieldValidator [in-charge] ( QObject* parent, QgsField const& field ) (1)
changed to:QgsFieldValidator::QgsFieldValidator [in-charge] ( QObject* parent, QgsField const& field, QString dateFormat )
[symbol: _ZN17QgsFieldValidatorC1EP7QObjectRK8QgsField]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN17QgsFieldValidatorC1EP7QObjectRK8QgsField to _ZN17QgsFieldValidatorC1EP7QObjectRK8QgsField7QString. This may cause "undefined reference" linker error in old client applications. |
[+] QgsFieldValidator::QgsFieldValidator [not-in-charge] ( QObject* parent, QgsField const& field ) (1)
changed to:QgsFieldValidator::QgsFieldValidator [not-in-charge] ( QObject* parent, QgsField const& field, QString dateFormat )
[symbol: _ZN17QgsFieldValidatorC2EP7QObjectRK8QgsField]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN17QgsFieldValidatorC2EP7QObjectRK8QgsField to _ZN17QgsFieldValidatorC2EP7QObjectRK8QgsField7QString. This may cause "undefined reference" linker error in old client applications. |
qgsgeometry.h,
libqgis_core.so.1.8.0
[+] QgsGeometry::asGeometryCollection ( ) (1)
changed to:QgsGeometry::asGeometryCollection ( ) const
[symbol: _ZN11QgsGeometry20asGeometryCollectionEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry20asGeometryCollectionEv to _ZNK11QgsGeometry20asGeometryCollectionEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::asGeos ( ) (1)
changed to:QgsGeometry::asGeos ( ) const
[symbol: _ZN11QgsGeometry6asGeosEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry6asGeosEv to _ZNK11QgsGeometry6asGeosEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::asMultiPoint ( ) (1)
changed to:QgsGeometry::asMultiPoint ( ) const
[symbol: _ZN11QgsGeometry12asMultiPointEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry12asMultiPointEv to _ZNK11QgsGeometry12asMultiPointEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::asMultiPolygon ( ) (1)
changed to:QgsGeometry::asMultiPolygon ( ) const
[symbol: _ZN11QgsGeometry14asMultiPolygonEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry14asMultiPolygonEv to _ZNK11QgsGeometry14asMultiPolygonEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::asMultiPolyline ( ) (1)
changed to:QgsGeometry::asMultiPolyline ( ) const
[symbol: _ZN11QgsGeometry15asMultiPolylineEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry15asMultiPolylineEv to _ZNK11QgsGeometry15asMultiPolylineEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::asPoint ( ) (1)
changed to:QgsGeometry::asPoint ( ) const
[symbol: _ZN11QgsGeometry7asPointEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry7asPointEv to _ZNK11QgsGeometry7asPointEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::asPolygon ( ) (1)
changed to:QgsGeometry::asPolygon ( ) const
[symbol: _ZN11QgsGeometry9asPolygonEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry9asPolygonEv to _ZNK11QgsGeometry9asPolygonEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::asPolyline ( ) (1)
changed to:QgsGeometry::asPolyline ( ) const
[symbol: _ZN11QgsGeometry10asPolylineEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry10asPolylineEv to _ZNK11QgsGeometry10asPolylineEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::asWkb ( ) (1)
changed to:QgsGeometry::asWkb ( ) const
[symbol: _ZN11QgsGeometry5asWkbEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry5asWkbEv to _ZNK11QgsGeometry5asWkbEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::avoidIntersections ( ) (1)
changed to:QgsGeometry::avoidIntersections ( QMap<QgsVectorLayer*, QgsFeatureIds> ignoreFeatures )
[symbol: _ZN11QgsGeometry18avoidIntersectionsEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry18avoidIntersectionsEv to _ZN11QgsGeometry18avoidIntersectionsE4QMapIP14QgsVectorLayer4QSetIxEE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::contains ( QgsGeometry* geometry ) (2)
changed to:QgsGeometry::contains ( QgsGeometry const* geometry ) const
[symbol: _ZN11QgsGeometry8containsEPS_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry8containsEPS_ to _ZNK11QgsGeometry8containsEPKS_. This may cause "undefined reference" linker error in old client applications. |
2 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry8containsEPS_ to _ZNK11QgsGeometry8containsEPKS_. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::contains ( QgsPoint* p ) (2)
changed to:QgsGeometry::contains ( QgsGeometry const* geometry ) const
[symbol: _ZN11QgsGeometry8containsEP8QgsPoint]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry8containsEP8QgsPoint to _ZNK11QgsGeometry8containsEPKS_. This may cause "undefined reference" linker error in old client applications. |
2 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry8containsEP8QgsPoint to _ZNK11QgsGeometry8containsEPKS_. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::crosses ( QgsGeometry* geometry ) (2)
changed to:QgsGeometry::crosses ( QgsGeometry const* geometry ) const
[symbol: _ZN11QgsGeometry7crossesEPS_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry7crossesEPS_ to _ZNK11QgsGeometry7crossesEPKS_. This may cause "undefined reference" linker error in old client applications. |
2 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry7crossesEPS_ to _ZNK11QgsGeometry7crossesEPKS_. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::disjoint ( QgsGeometry* geometry ) (2)
changed to:QgsGeometry::disjoint ( QgsGeometry const* geometry ) const
[symbol: _ZN11QgsGeometry8disjointEPS_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry8disjointEPS_ to _ZNK11QgsGeometry8disjointEPKS_. This may cause "undefined reference" linker error in old client applications. |
2 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry8disjointEPS_ to _ZNK11QgsGeometry8disjointEPKS_. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::equals ( QgsGeometry* geometry ) (2)
changed to:QgsGeometry::equals ( QgsGeometry const* geometry ) const
[symbol: _ZN11QgsGeometry6equalsEPS_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry6equalsEPS_ to _ZNK11QgsGeometry6equalsEPKS_. This may cause "undefined reference" linker error in old client applications. |
2 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry6equalsEPS_ to _ZNK11QgsGeometry6equalsEPKS_. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::exportToGeoJSON ( ) (1)
changed to:QgsGeometry::exportToGeoJSON ( ) const
[symbol: _ZN11QgsGeometry15exportToGeoJSONEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry15exportToGeoJSONEv to _ZNK11QgsGeometry15exportToGeoJSONEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::exportToWkt ( ) (1)
changed to:QgsGeometry::exportToWkt ( ) const
[symbol: _ZN11QgsGeometry11exportToWktEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry11exportToWktEv to _ZNK11QgsGeometry11exportToWktEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::intersects ( QgsGeometry* geometry ) (2)
changed to:QgsGeometry::intersects ( QgsGeometry const* geometry ) const
[symbol: _ZN11QgsGeometry10intersectsEPS_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry10intersectsEPS_ to _ZNK11QgsGeometry10intersectsEPKS_. This may cause "undefined reference" linker error in old client applications. |
2 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry10intersectsEPS_ to _ZNK11QgsGeometry10intersectsEPKS_. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::intersects ( QgsRectangle const& r ) (2)
changed to:QgsGeometry::intersects ( QgsGeometry const* geometry ) const
[symbol: _ZN11QgsGeometry10intersectsERK12QgsRectangle]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry10intersectsERK12QgsRectangle to _ZNK11QgsGeometry10intersectsEPKS_. This may cause "undefined reference" linker error in old client applications. |
2 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry10intersectsERK12QgsRectangle to _ZNK11QgsGeometry10intersectsEPKS_. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::overlaps ( QgsGeometry* geometry ) (2)
changed to:QgsGeometry::overlaps ( QgsGeometry const* geometry ) const
[symbol: _ZN11QgsGeometry8overlapsEPS_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry8overlapsEPS_ to _ZNK11QgsGeometry8overlapsEPKS_. This may cause "undefined reference" linker error in old client applications. |
2 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry8overlapsEPS_ to _ZNK11QgsGeometry8overlapsEPKS_. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::touches ( QgsGeometry* geometry ) (2)
changed to:QgsGeometry::touches ( QgsGeometry const* geometry ) const
[symbol: _ZN11QgsGeometry7touchesEPS_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry7touchesEPS_ to _ZNK11QgsGeometry7touchesEPKS_. This may cause "undefined reference" linker error in old client applications. |
2 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry7touchesEPS_ to _ZNK11QgsGeometry7touchesEPKS_. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::within ( QgsGeometry* geometry ) (2)
changed to:QgsGeometry::within ( QgsGeometry const* geometry ) const
[symbol: _ZN11QgsGeometry6withinEPS_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry6withinEPS_ to _ZNK11QgsGeometry6withinEPKS_. This may cause "undefined reference" linker error in old client applications. |
2 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry6withinEPS_ to _ZNK11QgsGeometry6withinEPKS_. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::wkbSize ( ) (1)
changed to:QgsGeometry::wkbSize ( ) const
[symbol: _ZN11QgsGeometry7wkbSizeEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry7wkbSizeEv to _ZNK11QgsGeometry7wkbSizeEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsGeometry::wkbType ( ) (1)
changed to:QgsGeometry::wkbType ( ) const
[symbol: _ZN11QgsGeometry7wkbTypeEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsGeometry7wkbTypeEv to _ZNK11QgsGeometry7wkbTypeEv. This may cause "undefined reference" linker error in old client applications. |
qgsgraduatedsymbolrendererv2.h,
libqgis_core.so.1.8.0
[+] QgsGraduatedSymbolRendererV2::dump ( ) (1)
changed to:QgsGraduatedSymbolRendererV2::dump ( ) const
[symbol: _ZN28QgsGraduatedSymbolRendererV24dumpEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN28QgsGraduatedSymbolRendererV24dumpEv to _ZNK28QgsGraduatedSymbolRendererV24dumpEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsRendererRangeV2::dump ( ) (1)
changed to:QgsRendererRangeV2::dump ( ) const
[symbol: _ZN18QgsRendererRangeV24dumpEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN18QgsRendererRangeV24dumpEv to _ZNK18QgsRendererRangeV24dumpEv. This may cause "undefined reference" linker error in old client applications. |
qgslabel.h,
libqgis_core.so.1.8.0
[+] QgsLabel::QgsLabel [in-charge] ( QgsFieldMap const& fields ) (1)
changed to:QgsLabel::QgsLabel [in-charge] ( QgsFields const& fields )
[symbol: _ZN8QgsLabelC1ERK4QMapIi8QgsFieldE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN8QgsLabelC1ERK4QMapIi8QgsFieldE to _ZN8QgsLabelC1ERK9QgsFields. This may cause "undefined reference" linker error in old client applications. |
[+] QgsLabel::QgsLabel [not-in-charge] ( QgsFieldMap const& fields ) (1)
changed to:QgsLabel::QgsLabel [not-in-charge] ( QgsFields const& fields )
[symbol: _ZN8QgsLabelC2ERK4QMapIi8QgsFieldE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN8QgsLabelC2ERK4QMapIi8QgsFieldE to _ZN8QgsLabelC2ERK9QgsFields. This may cause "undefined reference" linker error in old client applications. |
[+] QgsLabel::setFields ( QgsFieldMap const& fields ) (1)
changed to:QgsLabel::setFields ( QgsFields const& fields )
[symbol: _ZN8QgsLabel9setFieldsERK4QMapIi8QgsFieldE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN8QgsLabel9setFieldsERK4QMapIi8QgsFieldE to _ZN8QgsLabel9setFieldsERK9QgsFields. This may cause "undefined reference" linker error in old client applications. |
qgslinearminmaxenhancement.h,
libqgis_core.so.1.8.0
[+] QgsLinearMinMaxEnhancement::QgsLinearMinMaxEnhancement [in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType p1, double p2, double p3 ) (1)
changed to:QgsLinearMinMaxEnhancement::QgsLinearMinMaxEnhancement [in-charge] ( enum QGis::DataType p1, double p2, double p3 )
[symbol: _ZN26QgsLinearMinMaxEnhancementC1EN22QgsContrastEnhancement17QgsRasterDataTypeEdd]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN26QgsLinearMinMaxEnhancementC1EN22QgsContrastEnhancement17QgsRasterDataTypeEdd to _ZN26QgsLinearMinMaxEnhancementC1EN4QGis8DataTypeEdd. This may cause "undefined reference" linker error in old client applications. |
[+] QgsLinearMinMaxEnhancement::QgsLinearMinMaxEnhancement [not-in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType p1, double p2, double p3 ) (1)
changed to:QgsLinearMinMaxEnhancement::QgsLinearMinMaxEnhancement [not-in-charge] ( enum QGis::DataType p1, double p2, double p3 )
[symbol: _ZN26QgsLinearMinMaxEnhancementC2EN22QgsContrastEnhancement17QgsRasterDataTypeEdd]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN26QgsLinearMinMaxEnhancementC2EN22QgsContrastEnhancement17QgsRasterDataTypeEdd to _ZN26QgsLinearMinMaxEnhancementC2EN4QGis8DataTypeEdd. This may cause "undefined reference" linker error in old client applications. |
qgslinearminmaxenhancementwithclip.h,
libqgis_core.so.1.8.0
[+] QgsLinearMinMaxEnhancementWithClip::QgsLinearMinMaxEnhancementWithClip [not-in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType p1, double p2, double p3 ) (1)
changed to:QgsLinearMinMaxEnhancementWithClip::QgsLinearMinMaxEnhancementWithClip [not-in-charge] ( enum QGis::DataType p1, double p2, double p3 )
[symbol: _ZN34QgsLinearMinMaxEnhancementWithClipC2EN22QgsContrastEnhancement17QgsRasterDataTypeEdd]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN34QgsLinearMinMaxEnhancementWithClipC2EN22QgsContrastEnhancement17QgsRasterDataTypeEdd to _ZN34QgsLinearMinMaxEnhancementWithClipC2EN4QGis8DataTypeEdd. This may cause "undefined reference" linker error in old client applications. |
[+] QgsLinearMinMaxEnhancementWithClip::QgsLinearMinMaxEnhancementWithClip [in-charge] ( enum QgsContrastEnhancement::QgsRasterDataType p1, double p2, double p3 ) (1)
changed to:QgsLinearMinMaxEnhancementWithClip::QgsLinearMinMaxEnhancementWithClip [in-charge] ( enum QGis::DataType p1, double p2, double p3 )
[symbol: _ZN34QgsLinearMinMaxEnhancementWithClipC1EN22QgsContrastEnhancement17QgsRasterDataTypeEdd]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN34QgsLinearMinMaxEnhancementWithClipC1EN22QgsContrastEnhancement17QgsRasterDataTypeEdd to _ZN34QgsLinearMinMaxEnhancementWithClipC1EN4QGis8DataTypeEdd. This may cause "undefined reference" linker error in old client applications. |
qgslinesymbollayerv2.h,
libqgis_core.so.1.8.0
[+] QgsMarkerLineSymbolLayerV2::renderPolylineVertex ( QPolygonF const& points, QgsSymbolV2RenderContext& context ) (1)
changed to:QgsMarkerLineSymbolLayerV2::renderPolylineVertex ( QPolygonF const& points, QgsSymbolV2RenderContext& context, enum QgsMarkerLineSymbolLayerV2::Placement placement )
[symbol: _ZN26QgsMarkerLineSymbolLayerV220renderPolylineVertexERK9QPolygonFR24QgsSymbolV2RenderContext]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN26QgsMarkerLineSymbolLayerV220renderPolylineVertexERK9QPolygonFR24QgsSymbolV2RenderContext to _ZN26QgsMarkerLineSymbolLayerV220renderPolylineVertexERK9QPolygonFR24QgsSymbolV2RenderContextNS_9PlacementE. This may cause "undefined reference" linker error in old client applications. |
qgsmaplayer.h,
libqgis_core.so.1.8.0
[+] QgsMapLayer::capitaliseLayerName ( QString const name ) [static] (1)
changed to:QgsMapLayer::capitaliseLayerName ( QString const& name ) [static]
[symbol: _ZN11QgsMapLayer19capitaliseLayerNameE7QString]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsMapLayer19capitaliseLayerNameE7QString to _ZN11QgsMapLayer19capitaliseLayerNameERK7QString. This may cause "undefined reference" linker error in old client applications. |
[+] QgsMapLayer::extent ( ) const (1)
changed to:QgsMapLayer::extent ( )
[symbol: _ZNK11QgsMapLayer6extentEv]
| Change | Effect |
---|
1 | Method became non-const. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK11QgsMapLayer6extentEv to _ZN11QgsMapLayer6extentEv. This may cause "undefined reference" linker error in old client applications. |
qgsmaplayerregistry.h,
libqgis_core.so.1.8.0
[+] QgsMapLayerRegistry::addMapLayer ( QgsMapLayer* theMapLayer, bool theEmitSignal ) (1)
changed to:QgsMapLayerRegistry::addMapLayer ( QgsMapLayer* theMapLayer, bool addToLegend, bool takeOwnership )
[symbol: _ZN19QgsMapLayerRegistry11addMapLayerEP11QgsMapLayerb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN19QgsMapLayerRegistry11addMapLayerEP11QgsMapLayerb to _ZN19QgsMapLayerRegistry11addMapLayerEP11QgsMapLayerbb. This may cause "undefined reference" linker error in old client applications. |
[+] QgsMapLayerRegistry::addMapLayers ( QList<QgsMapLayer*> theMapLayers, bool theEmitSignal ) (1)
changed to:QgsMapLayerRegistry::addMapLayers ( QList<QgsMapLayer*> theMapLayers, bool addToLegend, bool takeOwnership )
[symbol: _ZN19QgsMapLayerRegistry12addMapLayersE5QListIP11QgsMapLayerEb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN19QgsMapLayerRegistry12addMapLayersE5QListIP11QgsMapLayerEb to _ZN19QgsMapLayerRegistry12addMapLayersE5QListIP11QgsMapLayerEbb. This may cause "undefined reference" linker error in old client applications. |
[+] QgsMapLayerRegistry::removeMapLayer ( QString theLayerId, bool theEmitSignal ) (1)
changed to:QgsMapLayerRegistry::removeMapLayer ( QString const& theLayerId )
[symbol: _ZN19QgsMapLayerRegistry14removeMapLayerE7QStringb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN19QgsMapLayerRegistry14removeMapLayerE7QStringb to _ZN19QgsMapLayerRegistry14removeMapLayerERK7QString. This may cause "undefined reference" linker error in old client applications. |
[+] QgsMapLayerRegistry::removeMapLayers ( QStringList theLayerIds, bool theEmitSignal ) (1)
changed to:QgsMapLayerRegistry::removeMapLayers ( QStringList theLayerIds )
[symbol: _ZN19QgsMapLayerRegistry15removeMapLayersE11QStringListb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN19QgsMapLayerRegistry15removeMapLayersE11QStringListb to _ZN19QgsMapLayerRegistry15removeMapLayersE11QStringList. This may cause "undefined reference" linker error in old client applications. |
qgsmapoverviewcanvas.h,
libqgis_gui.so.1.8.0
[+] QgsMapOverviewCanvas::updateFullExtent ( QgsRectangle const& rect ) (1)
changed to:QgsMapOverviewCanvas::updateFullExtent ( )
[symbol: _ZN20QgsMapOverviewCanvas16updateFullExtentERK12QgsRectangle]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN20QgsMapOverviewCanvas16updateFullExtentERK12QgsRectangle to _ZN20QgsMapOverviewCanvas16updateFullExtentEv. This may cause "undefined reference" linker error in old client applications. |
qgsmaprenderer.h,
libqgis_core.so.1.8.0
[+] QgsMapRenderer::destinationCrs ( ) (1)
changed to:QgsMapRenderer::destinationCrs ( ) const
[symbol: _ZN14QgsMapRenderer14destinationCrsEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsMapRenderer14destinationCrsEv to _ZNK14QgsMapRenderer14destinationCrsEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsMapRenderer::hasCrsTransformEnabled ( ) (1)
changed to:QgsMapRenderer::hasCrsTransformEnabled ( ) const
[symbol: _ZN14QgsMapRenderer22hasCrsTransformEnabledEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsMapRenderer22hasCrsTransformEnabledEv to _ZNK14QgsMapRenderer22hasCrsTransformEnabledEv. This may cause "undefined reference" linker error in old client applications. |
qgsmaptopixel.h,
libqgis_core.so.1.8.0
[+] QgsMapToPixel::transformInPlace ( std::vector<double>& x, std::vector<double>& y ) const (1)
changed to:QgsMapToPixel::transformInPlace ( QVector<double>& x, QVector<double>& y ) const
[symbol: _ZNK13QgsMapToPixel16transformInPlaceERSt6vectorIdSaIdEES3_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK13QgsMapToPixel16transformInPlaceERSt6vectorIdSaIdEES3_ to _ZNK13QgsMapToPixel16transformInPlaceER7QVectorIdES2_. This may cause "undefined reference" linker error in old client applications. |
qgsmarkersymbollayerv2.h,
libqgis_core.so.1.8.0
[+] QgsSimpleMarkerSymbolLayerV2::preparePath ( ) (1)
changed to:QgsSimpleMarkerSymbolLayerV2::preparePath ( QString name )
[symbol: _ZN28QgsSimpleMarkerSymbolLayerV211preparePathEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN28QgsSimpleMarkerSymbolLayerV211preparePathEv to _ZN28QgsSimpleMarkerSymbolLayerV211preparePathE7QString. This may cause "undefined reference" linker error in old client applications. |
[+] QgsSimpleMarkerSymbolLayerV2::prepareShape ( ) (1)
changed to:QgsSimpleMarkerSymbolLayerV2::prepareShape ( QString name )
[symbol: _ZN28QgsSimpleMarkerSymbolLayerV212prepareShapeEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN28QgsSimpleMarkerSymbolLayerV212prepareShapeEv to _ZN28QgsSimpleMarkerSymbolLayerV212prepareShapeE7QString. This may cause "undefined reference" linker error in old client applications. |
[+] QgsSimpleMarkerSymbolLayerV2::QgsSimpleMarkerSymbolLayerV2 [in-charge] ( QString name, QColor color, QColor borderColor, double size, double angle ) (1)
changed to:QgsSimpleMarkerSymbolLayerV2::QgsSimpleMarkerSymbolLayerV2 [in-charge] ( QString name, QColor color, QColor borderColor, double size, double angle, enum QgsSymbolV2::ScaleMethod scaleMethod )
[symbol: _ZN28QgsSimpleMarkerSymbolLayerV2C1E7QString6QColorS1_dd]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN28QgsSimpleMarkerSymbolLayerV2C1E7QString6QColorS1_dd to _ZN28QgsSimpleMarkerSymbolLayerV2C1E7QString6QColorS1_ddN11QgsSymbolV211ScaleMethodE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsSimpleMarkerSymbolLayerV2::QgsSimpleMarkerSymbolLayerV2 [not-in-charge] ( QString name, QColor color, QColor borderColor, double size, double angle ) (1)
changed to:QgsSimpleMarkerSymbolLayerV2::QgsSimpleMarkerSymbolLayerV2 [not-in-charge] ( QString name, QColor color, QColor borderColor, double size, double angle, enum QgsSymbolV2::ScaleMethod scaleMethod )
[symbol: _ZN28QgsSimpleMarkerSymbolLayerV2C2E7QString6QColorS1_dd]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN28QgsSimpleMarkerSymbolLayerV2C2E7QString6QColorS1_dd to _ZN28QgsSimpleMarkerSymbolLayerV2C2E7QString6QColorS1_ddN11QgsSymbolV211ScaleMethodE. This may cause "undefined reference" linker error in old client applications. |
qgsmessagelog.h,
libqgis_core.so.1.8.0
[+] QgsMessageLog::logMessage ( QString message, QString tag, int level ) [static] (1)
changed to:QgsMessageLog::logMessage ( QString message, QString tag, enum QgsMessageLog::MessageLevel level ) [static]
[symbol: _ZN13QgsMessageLog10logMessageE7QStringS0_i]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsMessageLog10logMessageE7QStringS0_i to _ZN13QgsMessageLog10logMessageE7QStringS0_NS_12MessageLevelE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsMessageLog::messageReceived ( QString message, QString tag, int level ) (1)
changed to:QgsMessageLog::messageReceived ( QString message, QString tag, enum QgsMessageLog::MessageLevel level )
[symbol: _ZN13QgsMessageLog15messageReceivedE7QStringS0_i]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsMessageLog15messageReceivedE7QStringS0_i to _ZN13QgsMessageLog15messageReceivedE7QStringS0_NS_12MessageLevelE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsMessageLogConsole::logMessage ( QString message, QString tag, int level ) (1)
changed to:QgsMessageLogConsole::logMessage ( QString message, QString tag, enum QgsMessageLog::MessageLevel level )
[symbol: _ZN20QgsMessageLogConsole10logMessageE7QStringS0_i]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN20QgsMessageLogConsole10logMessageE7QStringS0_i to _ZN20QgsMessageLogConsole10logMessageE7QStringS0_N13QgsMessageLog12MessageLevelE. This may cause "undefined reference" linker error in old client applications. |
qgsmessagelogviewer.h,
libqgis_gui.so.1.8.0
[+] QgsMessageLogViewer::logMessage ( QString message, QString tag, int level ) (1)
changed to:QgsMessageLogViewer::logMessage ( QString message, QString tag, enum QgsMessageLog::MessageLevel level )
[symbol: _ZN19QgsMessageLogViewer10logMessageE7QStringS0_i]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN19QgsMessageLogViewer10logMessageE7QStringS0_i to _ZN19QgsMessageLogViewer10logMessageE7QStringS0_N13QgsMessageLog12MessageLevelE. This may cause "undefined reference" linker error in old client applications. |
qgsmessageviewer.h,
libqgis_gui.so.1.8.0
[+] QgsMessageViewer::QgsMessageViewer [not-in-charge] ( QWidget* parent, Qt::WFlags fl ) (1)
changed to:QgsMessageViewer::QgsMessageViewer [not-in-charge] ( QWidget* parent, Qt::WFlags fl, bool deleteOnClose )
[symbol: _ZN16QgsMessageViewerC2EP7QWidget6QFlagsIN2Qt10WindowTypeEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN16QgsMessageViewerC2EP7QWidget6QFlagsIN2Qt10WindowTypeEE to _ZN16QgsMessageViewerC2EP7QWidget6QFlagsIN2Qt10WindowTypeEEb. This may cause "undefined reference" linker error in old client applications. |
[+] QgsMessageViewer::QgsMessageViewer [in-charge] ( QWidget* parent, Qt::WFlags fl ) (1)
changed to:QgsMessageViewer::QgsMessageViewer [in-charge] ( QWidget* parent, Qt::WFlags fl, bool deleteOnClose )
[symbol: _ZN16QgsMessageViewerC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN16QgsMessageViewerC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE to _ZN16QgsMessageViewerC1EP7QWidget6QFlagsIN2Qt10WindowTypeEEb. This may cause "undefined reference" linker error in old client applications. |
qgspallabeling.h,
libqgis_core.so.1.8.0
[+] QgsPalLabeling::drawLabel ( struct pal::LabelPosition* label, QPainter* painter, QFont const& f, QColor const& c, QgsMapToPixel const* xform, double bufferSize, QColor const& bufferColor, bool drawBuffer ) (1)
changed to:QgsPalLabeling::drawLabel ( struct pal::LabelPosition* label, QgsRenderContext& context, QgsPalLayerSettings& tmpLyr, enum QgsPalLabeling::DrawLabelType drawType )
[symbol: _ZN14QgsPalLabeling9drawLabelEPN3pal13LabelPositionEP8QPainterRK5QFontRK6QColorPK13QgsMapToPixeldSA_b]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsPalLabeling9drawLabelEPN3pal13LabelPositionEP8QPainterRK5QFontRK6QColorPK13QgsMapToPixeldSA_b to _ZN14QgsPalLabeling9drawLabelEPN3pal13LabelPositionER16QgsRenderContextR19QgsPalLayerSettingsNS_13DrawLabelTypeE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsPalLabeling::drawLabelBuffer ( QPainter* p, QString text, QFont const& font, double size, QColor color ) [static] (1)
changed to:QgsPalLabeling::drawLabelBuffer ( QgsRenderContext& context, QgsLabelComponent component, QgsPalLayerSettings const& tmpLyr ) [static]
[symbol: _ZN14QgsPalLabeling15drawLabelBufferEP8QPainter7QStringRK5QFontd6QColor]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsPalLabeling15drawLabelBufferEP8QPainter7QStringRK5QFontd6QColor to _ZN14QgsPalLabeling15drawLabelBufferER16QgsRenderContext17QgsLabelComponentRK19QgsPalLayerSettings. This may cause "undefined reference" linker error in old client applications. |
[+] QgsPalLayerSettings::calculateLabelSize ( QFontMetricsF const* fm, QString text, double& labelX, double& labelY ) (1)
changed to:QgsPalLayerSettings::calculateLabelSize ( QFontMetricsF const* fm, QString text, double& labelX, double& labelY, QgsFeature* f )
[symbol: _ZN19QgsPalLayerSettings18calculateLabelSizeEPK13QFontMetricsF7QStringRdS4_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN19QgsPalLayerSettings18calculateLabelSizeEPK13QFontMetricsF7QStringRdS4_ to _ZN19QgsPalLayerSettings18calculateLabelSizeEPK13QFontMetricsF7QStringRdS4_P10QgsFeature. This may cause "undefined reference" linker error in old client applications. |
[+] QgsPalLayerSettings::setDataDefinedProperty ( enum QgsPalLayerSettings::DataDefinedProperties p, int attributeIndex ) (1)
changed to:QgsPalLayerSettings::setDataDefinedProperty ( enum QgsPalLayerSettings::DataDefinedProperties p, bool active, bool useExpr, QString const& expr, QString const& field )
[symbol: _ZN19QgsPalLayerSettings22setDataDefinedPropertyENS_21DataDefinedPropertiesEi]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN19QgsPalLayerSettings22setDataDefinedPropertyENS_21DataDefinedPropertiesEi to _ZN19QgsPalLayerSettings22setDataDefinedPropertyENS_21DataDefinedPropertiesEbbRK7QStringS3_. This may cause "undefined reference" linker error in old client applications. |
[+] QgsPalLayerSettings::sizeToPixel ( double size, QgsRenderContext const& c ) const (1)
changed to:QgsPalLayerSettings::sizeToPixel ( double size, QgsRenderContext const& c, enum QgsPalLayerSettings::SizeUnit unit, bool rasterfactor ) const
[symbol: _ZNK19QgsPalLayerSettings11sizeToPixelEdRK16QgsRenderContext]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK19QgsPalLayerSettings11sizeToPixelEdRK16QgsRenderContext to _ZNK19QgsPalLayerSettings11sizeToPixelEdRK16QgsRenderContextNS_8SizeUnitEb. This may cause "undefined reference" linker error in old client applications. |
qgsproject.h,
libqgis_core.so.1.8.0
[+] QgsProject::readListEntry ( QString const& scope, QString const& key, bool* ok ) const (1)
changed to:QgsProject::readListEntry ( QString const& scope, QString const& key, QStringList def, bool* ok ) const
[symbol: _ZNK10QgsProject13readListEntryERK7QStringS2_Pb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZNK10QgsProject13readListEntryERK7QStringS2_Pb to _ZNK10QgsProject13readListEntryERK7QStringS2_11QStringListPb. This may cause "undefined reference" linker error in old client applications. |
qgsrasterdataprovider.h,
libqgis_core.so.1.8.0
[+] QgsRasterDataProvider::buildPyramidList ( ) (1)
changed to:QgsRasterDataProvider::buildPyramidList ( QList<int> overviewList )
[symbol: _ZN21QgsRasterDataProvider16buildPyramidListEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN21QgsRasterDataProvider16buildPyramidListEv to _ZN21QgsRasterDataProvider16buildPyramidListE5QListIiE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsRasterDataProvider::buildPyramids ( QList<QgsRasterPyramid>const& thePyramidList, QString const& theResamplingMethod, bool theTryInternalFlag ) (1)
changed to:QgsRasterDataProvider::buildPyramids ( QList<QgsRasterPyramid>const& thePyramidList, QString const& theResamplingMethod, enum QgsRaster::RasterPyramidsFormat theFormat, QStringList const& theConfigOptions )
[symbol: _ZN21QgsRasterDataProvider13buildPyramidsERK5QListI16QgsRasterPyramidERK7QStringb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN21QgsRasterDataProvider13buildPyramidsERK5QListI16QgsRasterPyramidERK7QStringb to _ZN21QgsRasterDataProvider13buildPyramidsERK5QListI16QgsRasterPyramidERK7QStringN9QgsRaster20RasterPyramidsFormatERK11QStringList. This may cause "undefined reference" linker error in old client applications. |
[+] QgsRasterDataProvider::identify ( QgsPoint const& point, QMap<QString, QString>& results ) (1)
changed to:QgsRasterDataProvider::identify ( QgsPoint const& thePoint, enum QgsRaster::IdentifyFormat theFormat, QgsRectangle const& theExtent, int theWidth, int theHeight )
[symbol: _ZN21QgsRasterDataProvider8identifyERK8QgsPointR4QMapI7QStringS4_E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN21QgsRasterDataProvider8identifyERK8QgsPointR4QMapI7QStringS4_E to _ZN21QgsRasterDataProvider8identifyERK8QgsPointN9QgsRaster14IdentifyFormatERK12QgsRectangleii. This may cause "undefined reference" linker error in old client applications. |
qgsrasterlayer.h,
libqgis_core.so.1.8.0
[+] QgsRasterLayer::QgsRasterLayer [in-charge] ( int dummy, QString const& baseName, QString const& path, QString const& providerLib, QStringList const& layers, QStringList const& styles, QString const& format, QString const& crs ) (1)
changed to:QgsRasterLayer::QgsRasterLayer [in-charge] ( )
[symbol: _ZN14QgsRasterLayerC1EiRK7QStringS2_S2_RK11QStringListS5_S2_S2_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsRasterLayerC1EiRK7QStringS2_S2_RK11QStringListS5_S2_S2_ to _ZN14QgsRasterLayerC1Ev. This may cause "undefined reference" linker error in old client applications. |
[+] QgsRasterLayer::QgsRasterLayer [not-in-charge] ( int dummy, QString const& baseName, QString const& path, QString const& providerLib, QStringList const& layers, QStringList const& styles, QString const& format, QString const& crs ) (1)
changed to:QgsRasterLayer::QgsRasterLayer [not-in-charge] ( )
[symbol: _ZN14QgsRasterLayerC2EiRK7QStringS2_S2_RK11QStringListS5_S2_S2_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsRasterLayerC2EiRK7QStringS2_S2_RK11QStringListS5_S2_S2_ to _ZN14QgsRasterLayerC2Ev. This may cause "undefined reference" linker error in old client applications. |
[+] QgsRasterLayer::setDataProvider ( QString const& provider, QStringList const& layers, QStringList const& styles, QString const& format, QString const& crs ) (1)
changed to:QgsRasterLayer::setDataProvider ( QString const& provider )
[symbol: _ZN14QgsRasterLayer15setDataProviderERK7QStringRK11QStringListS5_S2_S2_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsRasterLayer15setDataProviderERK7QStringRK11QStringListS5_S2_S2_ to _ZN14QgsRasterLayer15setDataProviderERK7QString. This may cause "undefined reference" linker error in old client applications. |
[+] QgsRasterLayer::setDataProvider ( QString const& provider, QStringList const& layers, QStringList const& styles, QString const& format, QString const& crs, bool loadDefaultStyleFlag ) (1)
changed to:QgsRasterLayer::setDataProvider ( QString const& provider )
[symbol: _ZN14QgsRasterLayer15setDataProviderERK7QStringRK11QStringListS5_S2_S2_b]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsRasterLayer15setDataProviderERK7QStringRK11QStringListS5_S2_S2_b to _ZN14QgsRasterLayer15setDataProviderERK7QString. This may cause "undefined reference" linker error in old client applications. |
qgsrastershader.h,
libqgis_core.so.1.8.0
[+] QgsRasterShader::shade ( double p1, double p2, double p3, int* p4, int* p5, int* p6 ) (1)
changed to:QgsRasterShader::shade ( double p1, double p2, double p3, double p4, int* p5, int* p6, int* p7, int* p8 )
[symbol: _ZN15QgsRasterShader5shadeEdddPiS0_S0_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN15QgsRasterShader5shadeEdddPiS0_S0_ to _ZN15QgsRasterShader5shadeEddddPiS0_S0_S0_. This may cause "undefined reference" linker error in old client applications. |
[+] QgsRasterShader::shade ( double p1, int* p2, int* p3, int* p4 ) (1)
changed to:QgsRasterShader::shade ( double p1, double p2, double p3, double p4, int* p5, int* p6, int* p7, int* p8 )
[symbol: _ZN15QgsRasterShader5shadeEdPiS0_S0_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN15QgsRasterShader5shadeEdPiS0_S0_ to _ZN15QgsRasterShader5shadeEddddPiS0_S0_S0_. This may cause "undefined reference" linker error in old client applications. |
qgsrastershaderfunction.h,
libqgis_core.so.1.8.0
[+] QgsRasterShaderFunction::shade ( double p1, double p2, double p3, int* p4, int* p5, int* p6 ) (1)
changed to:QgsRasterShaderFunction::shade ( double p1, double p2, double p3, double p4, int* p5, int* p6, int* p7, int* p8 )
[symbol: _ZN23QgsRasterShaderFunction5shadeEdddPiS0_S0_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN23QgsRasterShaderFunction5shadeEdddPiS0_S0_ to _ZN23QgsRasterShaderFunction5shadeEddddPiS0_S0_S0_. This may cause "undefined reference" linker error in old client applications. |
[+] QgsRasterShaderFunction::shade ( double p1, int* p2, int* p3, int* p4 ) (1)
changed to:QgsRasterShaderFunction::shade ( double p1, double p2, double p3, double p4, int* p5, int* p6, int* p7, int* p8 )
[symbol: _ZN23QgsRasterShaderFunction5shadeEdPiS0_S0_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN23QgsRasterShaderFunction5shadeEdPiS0_S0_ to _ZN23QgsRasterShaderFunction5shadeEddddPiS0_S0_S0_. This may cause "undefined reference" linker error in old client applications. |
qgsrendercontext.h,
libqgis_core.so.1.8.0
[+] QgsRenderContext::setCoordinateTransform ( QgsCoordinateTransform* t ) (1)
changed to:QgsRenderContext::setCoordinateTransform ( QgsCoordinateTransform const* t )
[symbol: _ZN16QgsRenderContext22setCoordinateTransformEP22QgsCoordinateTransform]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN16QgsRenderContext22setCoordinateTransformEP22QgsCoordinateTransform to _ZN16QgsRenderContext22setCoordinateTransformEPK22QgsCoordinateTransform. This may cause "undefined reference" linker error in old client applications. |
qgsrendererv2.h,
libqgis_core.so.1.8.0
[+] QgsFeatureRendererV2::_getLineString ( QPolygonF& pts, QgsRenderContext& context, unsigned char* wkb ) [static] (1)
changed to:QgsFeatureRendererV2::_getLineString ( QPolygonF& pts, QgsRenderContext& context, unsigned char const* wkb ) [static]
[symbol: _ZN20QgsFeatureRendererV214_getLineStringER9QPolygonFR16QgsRenderContextPh]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN20QgsFeatureRendererV214_getLineStringER9QPolygonFR16QgsRenderContextPh to _ZN20QgsFeatureRendererV214_getLineStringER9QPolygonFR16QgsRenderContextPKh. This may cause "undefined reference" linker error in old client applications. |
[+] QgsFeatureRendererV2::_getPoint ( QPointF& pt, QgsRenderContext& context, unsigned char* wkb ) [static] (1)
changed to:QgsFeatureRendererV2::_getPoint ( QPointF& pt, QgsRenderContext& context, unsigned char const* wkb ) [static]
[symbol: _ZN20QgsFeatureRendererV29_getPointER7QPointFR16QgsRenderContextPh]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN20QgsFeatureRendererV29_getPointER7QPointFR16QgsRenderContextPh to _ZN20QgsFeatureRendererV29_getPointER7QPointFR16QgsRenderContextPKh. This may cause "undefined reference" linker error in old client applications. |
[+] QgsFeatureRendererV2::_getPolygon ( QPolygonF& pts, QList<QPolygonF>& holes, QgsRenderContext& context, unsigned char* wkb ) [static] (1)
changed to:QgsFeatureRendererV2::_getPolygon ( QPolygonF& pts, QList<QPolygonF>& holes, QgsRenderContext& context, unsigned char const* wkb ) [static]
[symbol: _ZN20QgsFeatureRendererV211_getPolygonER9QPolygonFR5QListIS0_ER16QgsRenderContextPh]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN20QgsFeatureRendererV211_getPolygonER9QPolygonFR5QListIS0_ER16QgsRenderContextPh to _ZN20QgsFeatureRendererV211_getPolygonER9QPolygonFR5QListIS0_ER16QgsRenderContextPKh. This may cause "undefined reference" linker error in old client applications. |
[+] QgsFeatureRendererV2::dump ( ) (1)
changed to:QgsFeatureRendererV2::dump ( ) const
[symbol: _ZN20QgsFeatureRendererV24dumpEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN20QgsFeatureRendererV24dumpEv to _ZNK20QgsFeatureRendererV24dumpEv. This may cause "undefined reference" linker error in old client applications. |
qgsrubberband.h,
libqgis_gui.so.1.8.0
[+] QgsRubberBand::removeLastPoint ( int geometryIndex ) (1)
changed to:QgsRubberBand::removeLastPoint ( int geometryIndex, bool doUpdate )
[symbol: _ZN13QgsRubberBand15removeLastPointEi]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN13QgsRubberBand15removeLastPointEi to _ZN13QgsRubberBand15removeLastPointEib. This may cause "undefined reference" linker error in old client applications. |
qgssinglesymbolrendererv2.h,
libqgis_core.so.1.8.0
[+] QgsSingleSymbolRendererV2::dump ( ) (1)
changed to:QgsSingleSymbolRendererV2::dump ( ) const
[symbol: _ZN25QgsSingleSymbolRendererV24dumpEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN25QgsSingleSymbolRendererV24dumpEv to _ZNK25QgsSingleSymbolRendererV24dumpEv. This may cause "undefined reference" linker error in old client applications. |
qgsstylev2.h,
libqgis_core.so.1.8.0
[+] QgsStyleV2::addColorRamp ( QString name, QgsVectorColorRampV2* colorRamp ) (1)
changed to:QgsStyleV2::addColorRamp ( QString name, QgsVectorColorRampV2* colorRamp, bool update )
[symbol: _ZN10QgsStyleV212addColorRampE7QStringP20QgsVectorColorRampV2]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10QgsStyleV212addColorRampE7QStringP20QgsVectorColorRampV2 to _ZN10QgsStyleV212addColorRampE7QStringP20QgsVectorColorRampV2b. This may cause "undefined reference" linker error in old client applications. |
[+] QgsStyleV2::addSymbol ( QString name, QgsSymbolV2* symbol ) (1)
changed to:QgsStyleV2::addSymbol ( QString name, QgsSymbolV2* symbol, bool update )
[symbol: _ZN10QgsStyleV29addSymbolE7QStringP11QgsSymbolV2]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN10QgsStyleV29addSymbolE7QStringP11QgsSymbolV2 to _ZN10QgsStyleV29addSymbolE7QStringP11QgsSymbolV2b. This may cause "undefined reference" linker error in old client applications. |
qgssymbollayerv2utils.h,
libqgis_core.so.1.8.0
[+] QgsSymbolLayerV2Utils::lineWidthScaleFactor ( QgsRenderContext& c, enum QgsSymbolV2::OutputUnit u ) [static] (1)
changed to:QgsSymbolLayerV2Utils::lineWidthScaleFactor ( QgsRenderContext const& c, enum QgsSymbolV2::OutputUnit u ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils20lineWidthScaleFactorER16QgsRenderContextN11QgsSymbolV210OutputUnitE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN21QgsSymbolLayerV2Utils20lineWidthScaleFactorER16QgsRenderContextN11QgsSymbolV210OutputUnitE to _ZN21QgsSymbolLayerV2Utils20lineWidthScaleFactorERK16QgsRenderContextN11QgsSymbolV210OutputUnitE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsSymbolLayerV2Utils::pixelSizeScaleFactor ( QgsRenderContext& c, enum QgsSymbolV2::OutputUnit u ) [static] (1)
changed to:QgsSymbolLayerV2Utils::pixelSizeScaleFactor ( QgsRenderContext const& c, enum QgsSymbolV2::OutputUnit u ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils20pixelSizeScaleFactorER16QgsRenderContextN11QgsSymbolV210OutputUnitE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN21QgsSymbolLayerV2Utils20pixelSizeScaleFactorER16QgsRenderContextN11QgsSymbolV210OutputUnitE to _ZN21QgsSymbolLayerV2Utils20pixelSizeScaleFactorERK16QgsRenderContextN11QgsSymbolV210OutputUnitE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsSymbolLayerV2Utils::saveSymbol ( QString name, QgsSymbolV2* symbol, QDomDocument& doc, QgsSymbolV2Map* subSymbols ) [static] (1)
changed to:QgsSymbolLayerV2Utils::saveSymbol ( QString symbolName, QgsSymbolV2* symbol, QDomDocument& doc ) [static]
[symbol: _ZN21QgsSymbolLayerV2Utils10saveSymbolE7QStringP11QgsSymbolV2R12QDomDocumentP4QMapIS0_S2_E]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN21QgsSymbolLayerV2Utils10saveSymbolE7QStringP11QgsSymbolV2R12QDomDocumentP4QMapIS0_S2_E to _ZN21QgsSymbolLayerV2Utils10saveSymbolE7QStringP11QgsSymbolV2R12QDomDocument. This may cause "undefined reference" linker error in old client applications. |
qgssymbolv2.h,
libqgis_core.so.1.8.0
[+] QgsSymbolV2::color ( ) (1)
changed to:QgsSymbolV2::color ( ) const
[symbol: _ZN11QgsSymbolV25colorEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsSymbolV25colorEv to _ZNK11QgsSymbolV25colorEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsSymbolV2::dump ( ) (1)
changed to:QgsSymbolV2::dump ( ) const
[symbol: _ZN11QgsSymbolV24dumpEv]
| Change | Effect |
---|
1 | Method became const. | The name of the appropriate symbol for this function on binary level has been changed from _ZN11QgsSymbolV24dumpEv to _ZNK11QgsSymbolV24dumpEv. This may cause "undefined reference" linker error in old client applications. |
qgsvectorcolorrampv2.h,
libqgis_core.so.1.8.0
[+] QgsVectorGradientColorRampV2::QgsVectorGradientColorRampV2 [in-charge] ( QColor color1, QColor color2 ) (1)
changed to:QgsVectorGradientColorRampV2::QgsVectorGradientColorRampV2 [in-charge] ( QColor color1, QColor color2, bool discrete, QgsGradientStopsList stops )
[symbol: _ZN28QgsVectorGradientColorRampV2C1E6QColorS0_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN28QgsVectorGradientColorRampV2C1E6QColorS0_ to _ZN28QgsVectorGradientColorRampV2C1E6QColorS0_b5QListI15QgsGradientStopE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsVectorGradientColorRampV2::QgsVectorGradientColorRampV2 [not-in-charge] ( QColor color1, QColor color2 ) (1)
changed to:QgsVectorGradientColorRampV2::QgsVectorGradientColorRampV2 [not-in-charge] ( QColor color1, QColor color2, bool discrete, QgsGradientStopsList stops )
[symbol: _ZN28QgsVectorGradientColorRampV2C2E6QColorS0_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN28QgsVectorGradientColorRampV2C2E6QColorS0_ to _ZN28QgsVectorGradientColorRampV2C2E6QColorS0_b5QListI15QgsGradientStopE. This may cause "undefined reference" linker error in old client applications. |
qgsvectorfilewriter.h,
libqgis_core.so.1.8.0
[+] QgsVectorFileWriter::addFeature ( QgsFeature& feature ) (1)
changed to:QgsVectorFileWriter::addFeature ( QgsFeature& feature, QgsFeatureRendererV2* renderer, enum QGis::UnitType outputUnit )
[symbol: _ZN19QgsVectorFileWriter10addFeatureER10QgsFeature]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN19QgsVectorFileWriter10addFeatureER10QgsFeature to _ZN19QgsVectorFileWriter10addFeatureER10QgsFeatureP20QgsFeatureRendererV2N4QGis8UnitTypeE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsVectorFileWriter::QgsVectorFileWriter [in-charge] ( QString const& vectorFileName, QString const& fileEncoding, QgsFieldMap const& fields, enum QGis::WkbType geometryType, QgsCoordinateReferenceSystem const* srs, QString const& driverName, QStringList const& datasourceOptions, QStringList const& layerOptions, QString* newFilename ) (1)
changed to:QgsVectorFileWriter::QgsVectorFileWriter [in-charge] ( QString const& vectorFileName, QString const& fileEncoding, QgsFields const& fields, enum QGis::WkbType geometryType, QgsCoordinateReferenceSystem const* srs, QString const& driverName, QStringList const& datasourceOptions, QStringList const& layerOptions, QString* newFilename, enum QgsVectorFileWriter::SymbologyExport symbologyExport )
[symbol: _ZN19QgsVectorFileWriterC1ERK7QStringS2_RK4QMapIi8QgsFieldEN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystemS2_RK11QStringListSF_PS0_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN19QgsVectorFileWriterC1ERK7QStringS2_RK4QMapIi8QgsFieldEN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystemS2_RK11QStringListSF_PS0_ to _ZN19QgsVectorFileWriterC1ERK7QStringS2_RK9QgsFieldsN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystemS2_RK11QStringListSD_PS0_NS_15SymbologyExportE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsVectorFileWriter::QgsVectorFileWriter [not-in-charge] ( QString const& vectorFileName, QString const& fileEncoding, QgsFieldMap const& fields, enum QGis::WkbType geometryType, QgsCoordinateReferenceSystem const* srs, QString const& driverName, QStringList const& datasourceOptions, QStringList const& layerOptions, QString* newFilename ) (1)
changed to:QgsVectorFileWriter::QgsVectorFileWriter [not-in-charge] ( QString const& vectorFileName, QString const& fileEncoding, QgsFields const& fields, enum QGis::WkbType geometryType, QgsCoordinateReferenceSystem const* srs, QString const& driverName, QStringList const& datasourceOptions, QStringList const& layerOptions, QString* newFilename, enum QgsVectorFileWriter::SymbologyExport symbologyExport )
[symbol: _ZN19QgsVectorFileWriterC2ERK7QStringS2_RK4QMapIi8QgsFieldEN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystemS2_RK11QStringListSF_PS0_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN19QgsVectorFileWriterC2ERK7QStringS2_RK4QMapIi8QgsFieldEN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystemS2_RK11QStringListSF_PS0_ to _ZN19QgsVectorFileWriterC2ERK7QStringS2_RK9QgsFieldsN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystemS2_RK11QStringListSD_PS0_NS_15SymbologyExportE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsVectorFileWriter::writeAsVectorFormat ( QgsVectorLayer* layer, QString const& fileName, QString const& fileEncoding, QgsCoordinateReferenceSystem const* destCRS, QString const& driverName, bool onlySelected, QString* errorMessage, QStringList const& datasourceOptions, QStringList const& layerOptions, bool skipAttributeCreation, QString* newFilename ) [static] (1)
changed to:QgsVectorFileWriter::writeAsVectorFormat ( QgsVectorLayer* layer, QString const& fileName, QString const& fileEncoding, QgsCoordinateReferenceSystem const* destCRS, QString const& driverName, bool onlySelected, QString* errorMessage, QStringList const& datasourceOptions, QStringList const& layerOptions, bool skipAttributeCreation, QString* newFilename, enum QgsVectorFileWriter::SymbologyExport symbologyExport, double symbologyScale ) [static]
[symbol: _ZN19QgsVectorFileWriter19writeAsVectorFormatEP14QgsVectorLayerRK7QStringS4_PK28QgsCoordinateReferenceSystemS4_bPS2_RK11QStringListSB_bS8_]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN19QgsVectorFileWriter19writeAsVectorFormatEP14QgsVectorLayerRK7QStringS4_PK28QgsCoordinateReferenceSystemS4_bPS2_RK11QStringListSB_bS8_ to _ZN19QgsVectorFileWriter19writeAsVectorFormatEP14QgsVectorLayerRK7QStringS4_PK28QgsCoordinateReferenceSystemS4_bPS2_RK11QStringListSB_bS8_NS_15SymbologyExportEd. This may cause "undefined reference" linker error in old client applications. |
qgsvectorlayer.h,
libqgis_core.so.1.8.0
[+] QgsVectorLayer::addJoin ( struct QgsVectorJoinInfo joinInfo ) (1)
changed to:QgsVectorLayer::addJoin ( struct QgsVectorJoinInfo const& joinInfo )
[symbol: _ZN14QgsVectorLayer7addJoinE17QgsVectorJoinInfo]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsVectorLayer7addJoinE17QgsVectorJoinInfo to _ZN14QgsVectorLayer7addJoinERK17QgsVectorJoinInfo. This may cause "undefined reference" linker error in old client applications. |
[+] QgsVectorLayer::committedAttributesDeleted ( QString const& layerId, QgsAttributeIds const& deletedAttributeIds ) (1)
changed to:QgsVectorLayer::committedAttributesDeleted ( QString const& layerId, QgsAttributeList const& deletedAttributes )
[symbol: _ZN14QgsVectorLayer26committedAttributesDeletedERK7QStringRK4QSetIiE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsVectorLayer26committedAttributesDeletedERK7QStringRK4QSetIiE to _ZN14QgsVectorLayer26committedAttributesDeletedERK7QStringRK5QListIiE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsVectorLayer::deselect ( QgsFeatureId featureId, bool emitSignal ) (1)
changed to:QgsVectorLayer::deselect ( QgsFeatureIds const& featureIds )
[symbol: _ZN14QgsVectorLayer8deselectExb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsVectorLayer8deselectExb to _ZN14QgsVectorLayer8deselectERK4QSetIxE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsVectorLayer::drawRendererV2 ( QgsRenderContext& rendererContext, bool labeling ) (1)
changed to:QgsVectorLayer::drawRendererV2 ( QgsFeatureIterator& fit, QgsRenderContext& rendererContext, bool labeling )
[symbol: _ZN14QgsVectorLayer14drawRendererV2ER16QgsRenderContextb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsVectorLayer14drawRendererV2ER16QgsRenderContextb to _ZN14QgsVectorLayer14drawRendererV2ER18QgsFeatureIteratorR16QgsRenderContextb. This may cause "undefined reference" linker error in old client applications. |
[+] QgsVectorLayer::drawRendererV2Levels ( QgsRenderContext& rendererContext, bool labeling ) (1)
changed to:QgsVectorLayer::drawRendererV2Levels ( QgsFeatureIterator& fit, QgsRenderContext& rendererContext, bool labeling )
[symbol: _ZN14QgsVectorLayer20drawRendererV2LevelsER16QgsRenderContextb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsVectorLayer20drawRendererV2LevelsER16QgsRenderContextb to _ZN14QgsVectorLayer20drawRendererV2LevelsER18QgsFeatureIteratorR16QgsRenderContextb. This may cause "undefined reference" linker error in old client applications. |
[+] QgsVectorLayer::layerModified ( bool onlyGeometry ) (1)
changed to:QgsVectorLayer::layerModified ( )
[symbol: _ZN14QgsVectorLayer13layerModifiedEb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsVectorLayer13layerModifiedEb to _ZN14QgsVectorLayer13layerModifiedEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsVectorLayer::removePolygonIntersections ( QgsGeometry* geom ) (1)
changed to:QgsVectorLayer::removePolygonIntersections ( QgsGeometry* geom, QgsFeatureIds ignoreFeatures )
[symbol: _ZN14QgsVectorLayer26removePolygonIntersectionsEP11QgsGeometry]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsVectorLayer26removePolygonIntersectionsEP11QgsGeometry to _ZN14QgsVectorLayer26removePolygonIntersectionsEP11QgsGeometry4QSetIxE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsVectorLayer::removeSelection ( bool emitSignal ) (1)
changed to:QgsVectorLayer::removeSelection ( )
[symbol: _ZN14QgsVectorLayer15removeSelectionEb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsVectorLayer15removeSelectionEb to _ZN14QgsVectorLayer15removeSelectionEv. This may cause "undefined reference" linker error in old client applications. |
[+] QgsVectorLayer::rollBack ( ) (1)
changed to:QgsVectorLayer::rollBack ( bool deleteBuffer )
[symbol: _ZN14QgsVectorLayer8rollBackEv]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsVectorLayer8rollBackEv to _ZN14QgsVectorLayer8rollBackEb. This may cause "undefined reference" linker error in old client applications. |
[+] QgsVectorLayer::select ( QgsFeatureId featureId, bool emitSignal ) (1)
changed to:QgsVectorLayer::select ( QgsFeatureIds const& featureIds )
[symbol: _ZN14QgsVectorLayer6selectExb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsVectorLayer6selectExb to _ZN14QgsVectorLayer6selectERK4QSetIxE. This may cause "undefined reference" linker error in old client applications. |
[+] QgsVectorLayer::select ( QgsAttributeList fetchAttributes, QgsRectangle rect, bool fetchGeometry, bool useIntersect ) (1)
changed to:QgsVectorLayer::select ( QgsFeatureIds const& featureIds )
[symbol: _ZN14QgsVectorLayer6selectE5QListIiE12QgsRectanglebb]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN14QgsVectorLayer6selectE5QListIiE12QgsRectanglebb to _ZN14QgsVectorLayer6selectERK4QSetIxE. This may cause "undefined reference" linker error in old client applications. |
qgsvectorlayerimport.h,
libqgis_core.so.1.8.0
[+] QgsVectorLayerImport::importLayer ( QgsVectorLayer* layer, QString const& uri, QString const& providerKey, QgsCoordinateReferenceSystem const* destCRS, bool onlySelected, QString* errorMessage, bool skipAttributeCreation, QMap<QString, QVariant>* options ) [static] (1)
changed to:QgsVectorLayerImport::importLayer ( QgsVectorLayer* layer, QString const& uri, QString const& providerKey, QgsCoordinateReferenceSystem const* destCRS, bool onlySelected, QString* errorMessage, bool skipAttributeCreation, QMap<QString, QVariant>* options, QProgressDialog* progress ) [static]
[symbol: _ZN20QgsVectorLayerImport11importLayerEP14QgsVectorLayerRK7QStringS4_PK28QgsCoordinateReferenceSystembPS2_bP4QMapIS2_8QVariantE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN20QgsVectorLayerImport11importLayerEP14QgsVectorLayerRK7QStringS4_PK28QgsCoordinateReferenceSystembPS2_bP4QMapIS2_8QVariantE to _ZN20QgsVectorLayerImport11importLayerEP14QgsVectorLayerRK7QStringS4_PK28QgsCoordinateReferenceSystembPS2_bP4QMapIS2_8QVariantEP15QProgressDialog. This may cause "undefined reference" linker error in old client applications. |
[+] QgsVectorLayerImport::QgsVectorLayerImport [in-charge] ( QString const& uri, QString const& provider, QgsFieldMap const& fields, enum QGis::WkbType geometryType, QgsCoordinateReferenceSystem const* crs, bool overwrite, QMap<QString, QVariant>const* options ) (1)
changed to:QgsVectorLayerImport::QgsVectorLayerImport [in-charge] ( QString const& uri, QString const& provider, QgsFields const& fields, enum QGis::WkbType geometryType, QgsCoordinateReferenceSystem const* crs, bool overwrite, QMap<QString, QVariant>const* options, QProgressDialog* progress )
[symbol: _ZN20QgsVectorLayerImportC1ERK7QStringS2_RK4QMapIi8QgsFieldEN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystembPKS3_IS0_8QVariantE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN20QgsVectorLayerImportC1ERK7QStringS2_RK4QMapIi8QgsFieldEN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystembPKS3_IS0_8QVariantE to _ZN20QgsVectorLayerImportC1ERK7QStringS2_RK9QgsFieldsN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystembPK4QMapIS0_8QVariantEP15QProgressDialog. This may cause "undefined reference" linker error in old client applications. |
[+] QgsVectorLayerImport::QgsVectorLayerImport [not-in-charge] ( QString const& uri, QString const& provider, QgsFieldMap const& fields, enum QGis::WkbType geometryType, QgsCoordinateReferenceSystem const* crs, bool overwrite, QMap<QString, QVariant>const* options ) (1)
changed to:QgsVectorLayerImport::QgsVectorLayerImport [not-in-charge] ( QString const& uri, QString const& provider, QgsFields const& fields, enum QGis::WkbType geometryType, QgsCoordinateReferenceSystem const* crs, bool overwrite, QMap<QString, QVariant>const* options, QProgressDialog* progress )
[symbol: _ZN20QgsVectorLayerImportC2ERK7QStringS2_RK4QMapIi8QgsFieldEN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystembPKS3_IS0_8QVariantE]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN20QgsVectorLayerImportC2ERK7QStringS2_RK4QMapIi8QgsFieldEN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystembPKS3_IS0_8QVariantE to _ZN20QgsVectorLayerImportC2ERK7QStringS2_RK9QgsFieldsN4QGis7WkbTypeEPK28QgsCoordinateReferenceSystembPK4QMapIS0_8QVariantEP15QProgressDialog. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Data Types, Medium Severity (174)
qgis.h
[+] enum QGis::UnitType (2)
| Change |
Effect |
1 | Value of member DegreesDecimalMinutes has been changed from 5 to 2. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
2 | Value of member DegreesMinutesSeconds has been changed from 4 to 2. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
[+] affected symbols (9)
QgsCoordinateReferenceSystem::mapUnits ( ) constReturn value has type 'enum QGis::UnitType'.
QgsDistanceArea::textUnit ( double value, int decimals, enum QGis::UnitType u, bool isArea, bool keepBaseUnit ) [static]3rd parameter 'u' has type 'enum QGis::UnitType'.
QgsMapCanvas::mapUnits ( ) constReturn value has type 'enum QGis::UnitType'.
QgsMapCanvas::setMapUnits ( enum QGis::UnitType mapUnits )1st parameter 'mapUnits' has type 'enum QGis::UnitType'.
QgsMapRenderer::mapUnits ( ) constReturn value has type 'enum QGis::UnitType'.
QgsMapRenderer::setMapUnits ( enum QGis::UnitType u )1st parameter 'u' has type 'enum QGis::UnitType'.
QgsScaleCalculator::mapUnits ( ) constReturn value has type 'enum QGis::UnitType'.
QgsScaleCalculator::QgsScaleCalculator [in-charge] ( double dpi, enum QGis::UnitType mapUnits )2nd parameter 'mapUnits' has type 'enum QGis::UnitType'.
QgsScaleCalculator::setMapUnits ( enum QGis::UnitType mapUnits )1st parameter 'mapUnits' has type 'enum QGis::UnitType'.
qgisinterface.h
[+] class QgisInterface (3)
| Change |
Effect |
1 | Pure virtual method QgisInterface::actionAllEdits ( ) has been added to this class instead of QgisInterface::actionLayerSeparator2 ( ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
2 | Pure virtual method QgisInterface::actionDuplicateLayer ( ) has been added to this class instead of QgisInterface::actionPluginSeparator2 ( ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
3 | Pure virtual method QgisInterface::actionRollbackAllEdits ( ) has been added to this class instead of QgisInterface::actionLayerSeparator3 ( ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 181 entries | Virtual Table (New) - 189 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgisInterface::metaObject |
QgisInterface::metaObject |
12 |
QgisInterface::qt_metacast |
QgisInterface::qt_metacast |
16 |
QgisInterface::qt_metacall |
QgisInterface::qt_metacall |
20 |
~QgisInterface |
~QgisInterface |
24 |
~QgisInterface |
~QgisInterface |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
__cxa_pure_virtual |
__cxa_pure_virtual |
64 |
__cxa_pure_virtual |
__cxa_pure_virtual |
68 |
__cxa_pure_virtual |
__cxa_pure_virtual |
72 |
__cxa_pure_virtual |
__cxa_pure_virtual |
76 |
__cxa_pure_virtual |
__cxa_pure_virtual |
80 |
__cxa_pure_virtual |
__cxa_pure_virtual |
84 |
__cxa_pure_virtual |
__cxa_pure_virtual |
88 |
__cxa_pure_virtual |
__cxa_pure_virtual |
92 |
__cxa_pure_virtual |
__cxa_pure_virtual |
96 |
__cxa_pure_virtual |
__cxa_pure_virtual |
100 |
__cxa_pure_virtual |
__cxa_pure_virtual |
104 |
__cxa_pure_virtual |
__cxa_pure_virtual |
108 |
__cxa_pure_virtual |
__cxa_pure_virtual |
112 |
__cxa_pure_virtual |
__cxa_pure_virtual |
116 |
__cxa_pure_virtual |
__cxa_pure_virtual |
120 |
__cxa_pure_virtual |
__cxa_pure_virtual |
124 |
__cxa_pure_virtual |
__cxa_pure_virtual |
128 |
__cxa_pure_virtual |
__cxa_pure_virtual |
132 |
__cxa_pure_virtual |
__cxa_pure_virtual |
136 |
__cxa_pure_virtual |
__cxa_pure_virtual |
140 |
__cxa_pure_virtual |
__cxa_pure_virtual |
144 |
__cxa_pure_virtual |
__cxa_pure_virtual |
148 |
__cxa_pure_virtual |
__cxa_pure_virtual |
152 |
__cxa_pure_virtual |
__cxa_pure_virtual |
156 |
__cxa_pure_virtual |
__cxa_pure_virtual |
160 |
__cxa_pure_virtual |
__cxa_pure_virtual |
164 |
__cxa_pure_virtual |
__cxa_pure_virtual |
168 |
__cxa_pure_virtual |
__cxa_pure_virtual |
172 |
__cxa_pure_virtual |
__cxa_pure_virtual |
176 |
__cxa_pure_virtual |
__cxa_pure_virtual |
180 |
__cxa_pure_virtual |
__cxa_pure_virtual |
184 |
__cxa_pure_virtual |
__cxa_pure_virtual |
188 |
__cxa_pure_virtual |
__cxa_pure_virtual |
192 |
__cxa_pure_virtual |
__cxa_pure_virtual |
196 |
__cxa_pure_virtual |
__cxa_pure_virtual |
200 |
__cxa_pure_virtual |
__cxa_pure_virtual |
204 |
__cxa_pure_virtual |
__cxa_pure_virtual |
208 |
__cxa_pure_virtual |
__cxa_pure_virtual |
212 |
__cxa_pure_virtual |
__cxa_pure_virtual |
216 |
__cxa_pure_virtual |
__cxa_pure_virtual |
220 |
__cxa_pure_virtual |
__cxa_pure_virtual |
224 |
__cxa_pure_virtual |
__cxa_pure_virtual |
228 |
__cxa_pure_virtual |
__cxa_pure_virtual |
232 |
__cxa_pure_virtual |
__cxa_pure_virtual |
236 |
__cxa_pure_virtual |
__cxa_pure_virtual |
240 |
__cxa_pure_virtual |
__cxa_pure_virtual |
244 |
__cxa_pure_virtual |
__cxa_pure_virtual |
248 |
__cxa_pure_virtual |
__cxa_pure_virtual |
252 |
__cxa_pure_virtual |
__cxa_pure_virtual |
256 |
__cxa_pure_virtual |
__cxa_pure_virtual |
260 |
__cxa_pure_virtual |
__cxa_pure_virtual |
264 |
__cxa_pure_virtual |
__cxa_pure_virtual |
268 |
__cxa_pure_virtual |
__cxa_pure_virtual |
272 |
__cxa_pure_virtual |
__cxa_pure_virtual |
276 |
__cxa_pure_virtual |
__cxa_pure_virtual |
280 |
__cxa_pure_virtual |
__cxa_pure_virtual |
284 |
__cxa_pure_virtual |
__cxa_pure_virtual |
288 |
__cxa_pure_virtual |
__cxa_pure_virtual |
292 |
__cxa_pure_virtual |
__cxa_pure_virtual |
296 |
__cxa_pure_virtual |
__cxa_pure_virtual |
300 |
__cxa_pure_virtual |
__cxa_pure_virtual |
304 |
__cxa_pure_virtual |
__cxa_pure_virtual |
308 |
__cxa_pure_virtual |
__cxa_pure_virtual |
312 |
__cxa_pure_virtual |
__cxa_pure_virtual |
316 |
__cxa_pure_virtual |
__cxa_pure_virtual |
320 |
__cxa_pure_virtual |
__cxa_pure_virtual |
324 |
__cxa_pure_virtual |
__cxa_pure_virtual |
328 |
__cxa_pure_virtual |
__cxa_pure_virtual |
332 |
__cxa_pure_virtual |
__cxa_pure_virtual |
336 |
__cxa_pure_virtual |
__cxa_pure_virtual |
340 |
__cxa_pure_virtual |
__cxa_pure_virtual |
344 |
__cxa_pure_virtual |
__cxa_pure_virtual |
348 |
__cxa_pure_virtual |
__cxa_pure_virtual |
352 |
__cxa_pure_virtual |
__cxa_pure_virtual |
356 |
__cxa_pure_virtual |
__cxa_pure_virtual |
360 |
__cxa_pure_virtual |
__cxa_pure_virtual |
364 |
__cxa_pure_virtual |
__cxa_pure_virtual |
368 |
__cxa_pure_virtual |
__cxa_pure_virtual |
372 |
__cxa_pure_virtual |
__cxa_pure_virtual |
376 |
__cxa_pure_virtual |
__cxa_pure_virtual |
380 |
__cxa_pure_virtual |
__cxa_pure_virtual |
384 |
__cxa_pure_virtual |
__cxa_pure_virtual |
388 |
__cxa_pure_virtual |
__cxa_pure_virtual |
392 |
__cxa_pure_virtual |
__cxa_pure_virtual |
396 |
__cxa_pure_virtual |
__cxa_pure_virtual |
400 |
__cxa_pure_virtual |
__cxa_pure_virtual |
404 |
__cxa_pure_virtual |
__cxa_pure_virtual |
408 |
__cxa_pure_virtual |
__cxa_pure_virtual |
412 |
__cxa_pure_virtual |
__cxa_pure_virtual |
416 |
__cxa_pure_virtual |
__cxa_pure_virtual |
420 |
__cxa_pure_virtual |
__cxa_pure_virtual |
424 |
__cxa_pure_virtual |
__cxa_pure_virtual |
428 |
__cxa_pure_virtual |
__cxa_pure_virtual |
432 |
__cxa_pure_virtual |
__cxa_pure_virtual |
436 |
__cxa_pure_virtual |
__cxa_pure_virtual |
440 |
__cxa_pure_virtual |
__cxa_pure_virtual |
444 |
__cxa_pure_virtual |
__cxa_pure_virtual |
448 |
__cxa_pure_virtual |
__cxa_pure_virtual |
452 |
__cxa_pure_virtual |
__cxa_pure_virtual |
456 |
__cxa_pure_virtual |
__cxa_pure_virtual |
460 |
__cxa_pure_virtual |
__cxa_pure_virtual |
464 |
__cxa_pure_virtual |
__cxa_pure_virtual |
468 |
__cxa_pure_virtual |
__cxa_pure_virtual |
472 |
__cxa_pure_virtual |
__cxa_pure_virtual |
476 |
__cxa_pure_virtual |
__cxa_pure_virtual |
480 |
__cxa_pure_virtual |
__cxa_pure_virtual |
484 |
__cxa_pure_virtual |
__cxa_pure_virtual |
488 |
__cxa_pure_virtual |
__cxa_pure_virtual |
492 |
__cxa_pure_virtual |
__cxa_pure_virtual |
496 |
__cxa_pure_virtual |
__cxa_pure_virtual |
500 |
__cxa_pure_virtual |
__cxa_pure_virtual |
504 |
__cxa_pure_virtual |
__cxa_pure_virtual |
508 |
__cxa_pure_virtual |
__cxa_pure_virtual |
512 |
__cxa_pure_virtual |
__cxa_pure_virtual |
516 |
__cxa_pure_virtual |
__cxa_pure_virtual |
520 |
__cxa_pure_virtual |
__cxa_pure_virtual |
524 |
__cxa_pure_virtual |
__cxa_pure_virtual |
528 |
__cxa_pure_virtual |
__cxa_pure_virtual |
532 |
__cxa_pure_virtual |
__cxa_pure_virtual |
536 |
__cxa_pure_virtual |
__cxa_pure_virtual |
540 |
__cxa_pure_virtual |
__cxa_pure_virtual |
544 |
__cxa_pure_virtual |
__cxa_pure_virtual |
548 |
__cxa_pure_virtual |
__cxa_pure_virtual |
552 |
__cxa_pure_virtual |
__cxa_pure_virtual |
556 |
__cxa_pure_virtual |
__cxa_pure_virtual |
560 |
__cxa_pure_virtual |
__cxa_pure_virtual |
564 |
__cxa_pure_virtual |
__cxa_pure_virtual |
568 |
__cxa_pure_virtual |
__cxa_pure_virtual |
572 |
__cxa_pure_virtual |
__cxa_pure_virtual |
576 |
__cxa_pure_virtual |
__cxa_pure_virtual |
580 |
__cxa_pure_virtual |
__cxa_pure_virtual |
584 |
__cxa_pure_virtual |
__cxa_pure_virtual |
588 |
__cxa_pure_virtual |
__cxa_pure_virtual |
592 |
__cxa_pure_virtual |
__cxa_pure_virtual |
596 |
__cxa_pure_virtual |
__cxa_pure_virtual |
600 |
__cxa_pure_virtual |
__cxa_pure_virtual |
604 |
__cxa_pure_virtual |
__cxa_pure_virtual |
608 |
__cxa_pure_virtual |
__cxa_pure_virtual |
612 |
__cxa_pure_virtual |
__cxa_pure_virtual |
616 |
__cxa_pure_virtual |
__cxa_pure_virtual |
620 |
__cxa_pure_virtual |
__cxa_pure_virtual |
624 |
__cxa_pure_virtual |
__cxa_pure_virtual |
628 |
__cxa_pure_virtual |
__cxa_pure_virtual |
632 |
__cxa_pure_virtual |
__cxa_pure_virtual |
636 |
__cxa_pure_virtual |
__cxa_pure_virtual |
640 |
__cxa_pure_virtual |
__cxa_pure_virtual |
644 |
__cxa_pure_virtual |
__cxa_pure_virtual |
648 |
__cxa_pure_virtual |
__cxa_pure_virtual |
652 |
__cxa_pure_virtual |
__cxa_pure_virtual |
656 |
__cxa_pure_virtual |
__cxa_pure_virtual |
660 |
__cxa_pure_virtual |
__cxa_pure_virtual |
664 |
__cxa_pure_virtual |
__cxa_pure_virtual |
668 |
__cxa_pure_virtual |
__cxa_pure_virtual |
672 |
__cxa_pure_virtual |
__cxa_pure_virtual |
676 |
__cxa_pure_virtual |
__cxa_pure_virtual |
680 |
__cxa_pure_virtual |
__cxa_pure_virtual |
684 |
__cxa_pure_virtual |
__cxa_pure_virtual |
688 |
__cxa_pure_virtual |
__cxa_pure_virtual |
692 |
__cxa_pure_virtual |
__cxa_pure_virtual |
696 |
__cxa_pure_virtual |
__cxa_pure_virtual |
700 |
__cxa_pure_virtual |
__cxa_pure_virtual |
704 |
__cxa_pure_virtual |
__cxa_pure_virtual |
708 |
__cxa_pure_virtual |
__cxa_pure_virtual |
712 |
__cxa_pure_virtual |
__cxa_pure_virtual |
716 |
__cxa_pure_virtual |
__cxa_pure_virtual |
720 |
__cxa_pure_virtual |
__cxa_pure_virtual |
724 |
|
__cxa_pure_virtual |
728 |
|
__cxa_pure_virtual |
732 |
|
__cxa_pure_virtual |
736 |
|
__cxa_pure_virtual |
740 |
|
__cxa_pure_virtual |
744 |
|
__cxa_pure_virtual |
748 |
|
__cxa_pure_virtual |
752 |
|
__cxa_pure_virtual |
[+] affected symbols (>10)
QgisInterface::composerAdded ( struct QgsComposerView* v )This method is from 'QgisInterface' class.
QgisInterface::composerWillBeRemoved ( struct QgsComposerView* v )This method is from 'QgisInterface' class.
QgisInterface::currentLayerChanged ( QgsMapLayer* layer )This method is from 'QgisInterface' class.
QgisInterface::initializationCompleted ( )This method is from 'QgisInterface' class.
QgisInterface::metaObject ( ) constThis method is from 'QgisInterface' class.
QgisInterface::newProjectCreated ( )This method is from 'QgisInterface' class.
QgisInterface::projectRead ( )This method is from 'QgisInterface' class.
QgisInterface::QgisInterface [in-charge] ( )This constructor is from 'QgisInterface' class.
QgisInterface::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgisInterface' class.
QgisInterface::qt_metacast ( char const* p1 )This method is from 'QgisInterface' class.
...
qgsattributetablemodel.h
[+] class QgsAttributeTableModel (2)
| Change |
Effect |
1 | Field mCurrentExtent has been removed from this type. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
2 | Virtual method QgsAttributeTableModel::loadFeatureAtId ( QgsFeatureId ) const has been added to this class instead of QgsAttributeTableModel::featureAtId ( QgsFeatureId ) const. | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 51 entries | Virtual Table (New) - 51 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsAttributeTableModel::metaObject |
QgsAttributeTableModel::metaObject |
12 |
QgsAttributeTableModel::qt_metacast |
QgsAttributeTableModel::qt_metacast |
16 |
QgsAttributeTableModel::qt_metacall |
QgsAttributeTableModel::qt_metacall |
20 |
~QgsAttributeTableModel |
~QgsAttributeTableModel |
24 |
~QgsAttributeTableModel |
~QgsAttributeTableModel |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QAbstractTableModel::index |
QAbstractTableModel::index |
60 |
QAbstractTableModel::parent |
QAbstractTableModel::parent |
64 |
QgsAttributeTableModel::rowCount |
QgsAttributeTableModel::rowCount |
68 |
QgsAttributeTableModel::columnCount |
QgsAttributeTableModel::columnCount |
72 |
QAbstractTableModel::hasChildren |
QAbstractTableModel::hasChildren |
76 |
QgsAttributeTableModel::data |
QgsAttributeTableModel::data |
80 |
QgsAttributeTableModel::setData |
QgsAttributeTableModel::setData |
84 |
QgsAttributeTableModel::headerData |
QgsAttributeTableModel::headerData |
88 |
QAbstractItemModel::setHeaderData |
QAbstractItemModel::setHeaderData |
92 |
QAbstractItemModel::itemData |
QAbstractItemModel::itemData |
96 |
QAbstractItemModel::setItemData |
QAbstractItemModel::setItemData |
100 |
QAbstractItemModel::mimeTypes |
QAbstractItemModel::mimeTypes |
104 |
QAbstractItemModel::mimeData |
QAbstractItemModel::mimeData |
108 |
QAbstractTableModel::dropMimeData |
QAbstractTableModel::dropMimeData |
112 |
QAbstractItemModel::supportedDropActions |
QAbstractItemModel::supportedDropActions |
116 |
QAbstractItemModel::insertRows |
QAbstractItemModel::insertRows |
120 |
QAbstractItemModel::insertColumns |
QAbstractItemModel::insertColumns |
124 |
QgsAttributeTableModel::removeRows |
QgsAttributeTableModel::removeRows |
128 |
QAbstractItemModel::removeColumns |
QAbstractItemModel::removeColumns |
132 |
QAbstractItemModel::fetchMore |
QAbstractItemModel::fetchMore |
136 |
QAbstractItemModel::canFetchMore |
QAbstractItemModel::canFetchMore |
140 |
QgsAttributeTableModel::flags |
QgsAttributeTableModel::flags |
144 |
QgsAttributeTableModel::sort |
QAbstractItemModel::sort |
148 |
QAbstractItemModel::buddy |
QAbstractItemModel::buddy |
152 |
QAbstractItemModel::match |
QAbstractItemModel::match |
156 |
QAbstractItemModel::span |
QAbstractItemModel::span |
160 |
QAbstractItemModel::submit |
QAbstractItemModel::submit |
164 |
QAbstractItemModel::revert |
QAbstractItemModel::revert |
168 |
QgsAttributeTableModel::attributeAdded |
QgsAttributeTableModel::loadLayer |
172 |
QgsAttributeTableModel::attributeDeleted |
QgsAttributeTableModel::updatedFields |
176 |
QgsAttributeTableModel::attributeValueChanged |
QgsAttributeTableModel::attributeDeleted |
180 |
QgsAttributeTableModel::featureDeleted |
QgsAttributeTableModel::attributeValueChanged |
184 |
QgsAttributeTableModel::featureAdded |
QgsAttributeTableModel::featureDeleted |
188 |
QgsAttributeTableModel::layerDeleted |
QgsAttributeTableModel::featureAdded |
192 |
QgsAttributeTableModel::loadAttributes |
QgsAttributeTableModel::layerDeleted |
196 |
QgsAttributeTableModel::loadLayer |
QgsAttributeTableModel::loadAttributes |
200 |
QgsAttributeTableModel::featureAtId |
QgsAttributeTableModel::loadFeatureAtId |
[+] affected symbols (>10)
QgsAttributeTableModel::attributeValueChanged ( QgsFeatureId fid, int idx, QVariant const& value )This method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::columnCount ( QModelIndex const& parent ) constThis method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::data ( QModelIndex const& index, int role ) constThis method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::executeAction ( int action, QModelIndex const& idx ) constThis method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::feature ( QModelIndex const& idx ) constThis method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::featureAdded ( QgsFeatureId fid, bool inOperation )This method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::featureAtId ( QgsFeatureId fid ) constThis method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::featureDeleted ( QgsFeatureId fid )This method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::fieldCol ( int idx ) constThis method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::fieldIdx ( int col ) constThis method is from 'QgsAttributeTableModel' class.
...
qgscategorizedsymbolrendererv2.h
[+] class QgsCategorizedSymbolRendererV2 (1)
| Change |
Effect |
1 | Field mScaleMethod has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (>10)
QgsCategorizedSymbolRendererV2::addCategory ( QgsRendererCategoryV2 const& category )This method is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::capabilities ( )This method is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::categoryIndexForValue ( QVariant val )This method is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::clone ( )This method is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::deleteAllCategories ( )This method is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::deleteCategory ( int catIndex )This method is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::legendSymbolItems ( )This method is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::legendSymbologyItems ( QSize iconSize )This method is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::QgsCategorizedSymbolRendererV2 [in-charge] ( QString attrName, QgsCategoryList categories )This constructor is from 'QgsCategorizedSymbolRendererV2' class.
QgsCategorizedSymbolRendererV2::rebuildHash ( )This method is from 'QgsCategorizedSymbolRendererV2' class.
...
qgscontrastenhancementfunction.h
[+] class QgsContrastEnhancementFunction (1)
| Change |
Effect |
1 | Type of field mQgsRasterDataType has been changed from enum QgsContrastEnhancement::QgsRasterDataType to enum QGis::DataType of different format. | This field may be incorrectly initialized or accessed by applications. |
[+] affected symbols (6)
QgsContrastEnhancement::setContrastEnhancementFunction ( QgsContrastEnhancementFunction* p1 )1st parameter 'p1' (pointer) has base type 'QgsContrastEnhancementFunction'.
QgsContrastEnhancementFunction::enhance ( double p1 )This method is from 'QgsContrastEnhancementFunction' class.
QgsContrastEnhancementFunction::isValueInDisplayableRange ( double p1 )This method is from 'QgsContrastEnhancementFunction' class.
QgsContrastEnhancementFunction::setMaximumValue ( double p1 )This method is from 'QgsContrastEnhancementFunction' class.
QgsContrastEnhancementFunction::setMinimumValue ( double p1 )This method is from 'QgsContrastEnhancementFunction' class.
QgsContrastEnhancementFunction::~QgsContrastEnhancementFunction [in-charge] ( )This method is from 'QgsContrastEnhancementFunction' class.
qgsdataitem.h
[+] class QgsZipItem (1)
| Change |
Effect |
1 | Field mVsiPrefix has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (9)
QgsZipItem::createChildren ( )This method is from 'QgsZipItem' class.
QgsZipItem::mDataItemPtr [data]This method is from 'QgsZipItem' class.
QgsZipItem::metaObject ( ) constThis method is from 'QgsZipItem' class.
QgsZipItem::mProviderNames [data]This method is from 'QgsZipItem' class.
QgsZipItem::QgsZipItem [in-charge] ( QgsDataItem* parent, QString name, QString path )This constructor is from 'QgsZipItem' class.
QgsZipItem::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsZipItem' class.
QgsZipItem::qt_metacast ( char const* p1 )This method is from 'QgsZipItem' class.
QgsZipItem::staticMetaObject [data]This method is from 'QgsZipItem' class.
QgsZipItem::~QgsZipItem [in-charge] ( )This method is from 'QgsZipItem' class.
qgsdiagramrendererv2.h
[+] class QgsDiagramRendererV2 (5)
| Change |
Effect |
1 | Pure virtual method QgsDiagramRendererV2::diagramSettings ( QgsAttributes const&, QgsRenderContext const&, QgsDiagramSettings& ) has been added to this class instead of QgsDiagramRendererV2::diagramSettings ( QgsAttributeMap const&, QgsRenderContext const&, QgsDiagramSettings& ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
2 | Pure virtual method QgsDiagramRendererV2::diagramSize ( QgsAttributes const&, QgsRenderContext const& ) has been added to this class instead of QgsDiagramRendererV2::diagramSize ( QgsAttributeMap const&, QgsRenderContext const& ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
3 | Pure virtual method QgsDiagramRendererV2::readXML ( QDomElement const&, QgsVectorLayer const* ) has been added to this class instead of QgsDiagramRendererV2::readXML ( QDomElement const& ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
4 | Pure virtual method QgsDiagramRendererV2::writeXML ( QDomElement&, QDomDocument&, QgsVectorLayer const* ) const has been added to this class instead of QgsDiagramRendererV2::writeXML ( QDomElement&, QDomDocument& ) const. | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
5 | Virtual method QgsDiagramRendererV2::sizeMapUnits ( QgsAttributes const&, QgsRenderContext const& ) has been added to this class instead of QgsDiagramRendererV2::sizeMapUnits ( QgsAttributeMap const&, QgsRenderContext const& ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 12 entries | Virtual Table (New) - 12 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~QgsDiagramRendererV2 |
~QgsDiagramRendererV2 |
12 |
~QgsDiagramRendererV2 |
~QgsDiagramRendererV2 |
16 |
QgsDiagramRendererV2::sizeMapUnits |
QgsDiagramRendererV2::sizeMapUnits |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
__cxa_pure_virtual |
__cxa_pure_virtual |
44 |
__cxa_pure_virtual |
__cxa_pure_virtual |
[+] affected symbols (>10)
QgsDiagramRendererV2::_readXML ( QDomElement const& elem )This method is from 'QgsDiagramRendererV2' class.
QgsDiagramRendererV2::_writeXML ( QDomElement& rendererElem, QDomDocument& doc ) constThis method is from 'QgsDiagramRendererV2' class.
QgsDiagramRendererV2::convertSizeToMapUnits ( QSizeF& size, QgsRenderContext const& context ) constThis method is from 'QgsDiagramRendererV2' class.
QgsDiagramRendererV2::dpiPaintDevice ( QPainter const* p1 ) [static]This method is from 'QgsDiagramRendererV2' class.
QgsDiagramRendererV2::QgsDiagramRendererV2 [in-charge] ( )This constructor is from 'QgsDiagramRendererV2' class.
QgsDiagramRendererV2::renderDiagram ( QgsAttributeMap const& att, QgsRenderContext& c, QPointF const& pos )This method is from 'QgsDiagramRendererV2' class.
QgsDiagramRendererV2::setDiagram ( struct QgsDiagram* d )This method is from 'QgsDiagramRendererV2' class.
QgsDiagramRendererV2::sizeMapUnits ( QgsAttributeMap const& attributes, QgsRenderContext const& c )This method is from 'QgsDiagramRendererV2' class.
QgsDiagramRendererV2::~QgsDiagramRendererV2 [in-charge] ( )This method is from 'QgsDiagramRendererV2' class.
QgsLinearlyInterpolatedDiagramRenderer::diagramSettings ( QgsAttributeMap const& p1, QgsRenderContext const& c, QgsDiagramSettings& s )This method is from derived class 'QgsLinearlyInterpolatedDiagramRenderer'.
...
qgsexpression.h
[+] class QgsExpression (1)
| Change |
Effect |
1 | Field mScale has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (10)
QgsExpression::BinaryOperatorText [data]This method is from 'QgsExpression' class.
QgsExpression::dump ( ) constThis method is from 'QgsExpression' class.
QgsExpression::gmBuiltinFunctions [data]This method is from 'QgsExpression' class.
QgsExpression::initGeomCalculator ( )This method is from 'QgsExpression' class.
QgsExpression::needsGeometry ( )This method is from 'QgsExpression' class.
QgsExpression::QgsExpression [in-charge] ( QString const& expr )This constructor is from 'QgsExpression' class.
QgsExpression::referencedColumns ( )This method is from 'QgsExpression' class.
QgsExpression::UnaryOperatorText [data]This method is from 'QgsExpression' class.
QgsExpression::~QgsExpression [in-charge] ( )This method is from 'QgsExpression' class.
QgsPalLayerSettings::getLabelExpression ( )Return value (pointer) has base type 'QgsExpression'.
[+] class QgsExpression::Node (3)
| Change |
Effect |
1 | Pure virtual method QgsExpression::Node::accept ( QgsExpression::Visitor& ) const has been added to this class instead of QgsExpression::Node::accept ( QgsExpression::Visitor& ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
2 | Pure virtual method QgsExpression::Node::eval ( QgsExpression*, QgsFeature const* ) has been added to this class instead of QgsExpression::Node::prepare ( QgsExpression*, QgsFieldMap const& ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
3 | Pure virtual method QgsExpression::Node::nodeType ( ) const has been added to this class instead of QgsExpression::Node::eval ( QgsExpression*, QgsFeature* ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 11 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsExpression::~Node |
QgsExpression::~Node |
12 |
QgsExpression::~Node |
QgsExpression::~Node |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
QgsExpression::Node::toOgcFilter |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
__cxa_pure_virtual |
__cxa_pure_virtual |
[+] affected symbols (>10)
QgsExpression::Node::createFromOgcFilter ( QDomElement& element, QString& errorMessage ) [static]This method is from 'QgsExpression::Node' class.
QgsExpression::NodeBinaryOperator::eval ( QgsExpression* parent, QgsFeature* f )This method is from derived class 'QgsExpression::NodeBinaryOperator'.
QgsExpression::NodeBinaryOperator::prepare ( QgsExpression* parent, QgsFieldMap const& fields )This method is from derived class 'QgsExpression::NodeBinaryOperator'.
QgsExpression::NodeColumnRef::eval ( QgsExpression* parent, QgsFeature* f )This method is from derived class 'QgsExpression::NodeColumnRef'.
QgsExpression::NodeColumnRef::prepare ( QgsExpression* parent, QgsFieldMap const& fields )This method is from derived class 'QgsExpression::NodeColumnRef'.
QgsExpression::NodeCondition::eval ( QgsExpression* parent, QgsFeature* f )This method is from derived class 'QgsExpression::NodeCondition'.
QgsExpression::NodeCondition::prepare ( QgsExpression* parent, QgsFieldMap const& fields )This method is from derived class 'QgsExpression::NodeCondition'.
QgsExpression::NodeFunction::eval ( QgsExpression* parent, QgsFeature* f )This method is from derived class 'QgsExpression::NodeFunction'.
QgsExpression::NodeFunction::prepare ( QgsExpression* parent, QgsFieldMap const& fields )This method is from derived class 'QgsExpression::NodeFunction'.
QgsExpression::NodeInOperator::eval ( QgsExpression* parent, QgsFeature* f )This method is from derived class 'QgsExpression::NodeInOperator'.
...
[+] class QgsExpression::NodeBinaryOperator (1)
| Change |
Effect |
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 11 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsExpression::~NodeBinaryOperator |
QgsExpression::~NodeBinaryOperator |
12 |
QgsExpression::~NodeBinaryOperator |
QgsExpression::~NodeBinaryOperator |
16 |
QgsExpression::NodeBinaryOperator::eval |
QgsExpression::NodeBinaryOperator::nodeType |
20 |
QgsExpression::NodeBinaryOperator::prepare |
QgsExpression::NodeBinaryOperator::eval |
24 |
QgsExpression::NodeBinaryOperator::dump |
QgsExpression::NodeBinaryOperator::prepare |
28 |
QgsExpression::NodeBinaryOperator::toOgcFilter |
QgsExpression::NodeBinaryOperator::dump |
32 |
QgsExpression::NodeBinaryOperator::referencedColumns |
QgsExpression::NodeBinaryOperator::referencedColumns |
36 |
QgsExpression::NodeBinaryOperator::needsGeometry |
QgsExpression::NodeBinaryOperator::needsGeometry |
40 |
QgsExpression::NodeBinaryOperator::accept |
QgsExpression::NodeBinaryOperator::accept |
[+] affected symbols (8)
QgsExpression::NodeBinaryOperator::compare ( double diff )This method is from 'QgsExpression::NodeBinaryOperator' class.
QgsExpression::NodeBinaryOperator::computeDouble ( double x, double y )This method is from 'QgsExpression::NodeBinaryOperator' class.
QgsExpression::NodeBinaryOperator::computeInt ( int x, int y )This method is from 'QgsExpression::NodeBinaryOperator' class.
QgsExpression::NodeBinaryOperator::createFromOgcFilter ( QDomElement& element, QString& errorMessage ) [static]This method is from 'QgsExpression::NodeBinaryOperator' class.
QgsExpression::NodeBinaryOperator::dump ( ) constThis method is from 'QgsExpression::NodeBinaryOperator' class.
QgsExpression::NodeBinaryOperator::eval ( QgsExpression* parent, QgsFeature* f )This method is from 'QgsExpression::NodeBinaryOperator' class.
QgsExpression::NodeBinaryOperator::prepare ( QgsExpression* parent, QgsFieldMap const& fields )This method is from 'QgsExpression::NodeBinaryOperator' class.
QgsExpression::NodeBinaryOperator::toOgcFilter ( QDomDocument& doc, QDomElement& element ) constThis method is from 'QgsExpression::NodeBinaryOperator' class.
[+] class QgsExpression::NodeColumnRef (1)
| Change |
Effect |
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 11 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsExpression::~NodeColumnRef |
QgsExpression::~NodeColumnRef |
12 |
QgsExpression::~NodeColumnRef |
QgsExpression::~NodeColumnRef |
16 |
QgsExpression::NodeColumnRef::eval |
QgsExpression::NodeColumnRef::nodeType |
20 |
QgsExpression::NodeColumnRef::prepare |
QgsExpression::NodeColumnRef::eval |
24 |
QgsExpression::NodeColumnRef::dump |
QgsExpression::NodeColumnRef::prepare |
28 |
QgsExpression::NodeColumnRef::toOgcFilter |
QgsExpression::NodeColumnRef::dump |
32 |
QgsExpression::NodeColumnRef::referencedColumns |
QgsExpression::NodeColumnRef::referencedColumns |
36 |
QgsExpression::NodeColumnRef::needsGeometry |
QgsExpression::NodeColumnRef::needsGeometry |
40 |
QgsExpression::NodeColumnRef::accept |
QgsExpression::NodeColumnRef::accept |
[+] affected symbols (5)
QgsExpression::NodeColumnRef::createFromOgcFilter ( QDomElement& element, QString& errorMessage ) [static]This method is from 'QgsExpression::NodeColumnRef' class.
QgsExpression::NodeColumnRef::dump ( ) constThis method is from 'QgsExpression::NodeColumnRef' class.
QgsExpression::NodeColumnRef::eval ( QgsExpression* parent, QgsFeature* f )This method is from 'QgsExpression::NodeColumnRef' class.
QgsExpression::NodeColumnRef::prepare ( QgsExpression* parent, QgsFieldMap const& fields )This method is from 'QgsExpression::NodeColumnRef' class.
QgsExpression::NodeColumnRef::toOgcFilter ( QDomDocument& doc, QDomElement& element ) constThis method is from 'QgsExpression::NodeColumnRef' class.
[+] class QgsExpression::NodeCondition (1)
| Change |
Effect |
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 11 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsExpression::~NodeCondition |
QgsExpression::~NodeCondition |
12 |
QgsExpression::~NodeCondition |
QgsExpression::~NodeCondition |
16 |
QgsExpression::NodeCondition::eval |
QgsExpression::NodeCondition::nodeType |
20 |
QgsExpression::NodeCondition::prepare |
QgsExpression::NodeCondition::eval |
24 |
QgsExpression::NodeCondition::dump |
QgsExpression::NodeCondition::prepare |
28 |
QgsExpression::NodeCondition::toOgcFilter |
QgsExpression::NodeCondition::dump |
32 |
QgsExpression::NodeCondition::referencedColumns |
QgsExpression::NodeCondition::referencedColumns |
36 |
QgsExpression::NodeCondition::needsGeometry |
QgsExpression::NodeCondition::needsGeometry |
40 |
QgsExpression::NodeCondition::accept |
QgsExpression::NodeCondition::accept |
[+] affected symbols (6)
QgsExpression::NodeCondition::dump ( ) constThis method is from 'QgsExpression::NodeCondition' class.
QgsExpression::NodeCondition::eval ( QgsExpression* parent, QgsFeature* f )This method is from 'QgsExpression::NodeCondition' class.
QgsExpression::NodeCondition::needsGeometry ( ) constThis method is from 'QgsExpression::NodeCondition' class.
QgsExpression::NodeCondition::prepare ( QgsExpression* parent, QgsFieldMap const& fields )This method is from 'QgsExpression::NodeCondition' class.
QgsExpression::NodeCondition::referencedColumns ( ) constThis method is from 'QgsExpression::NodeCondition' class.
QgsExpression::NodeCondition::toOgcFilter ( QDomDocument& doc, QDomElement& element ) constThis method is from 'QgsExpression::NodeCondition' class.
[+] class QgsExpression::NodeFunction (1)
| Change |
Effect |
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 11 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsExpression::~NodeFunction |
QgsExpression::~NodeFunction |
12 |
QgsExpression::~NodeFunction |
QgsExpression::~NodeFunction |
16 |
QgsExpression::NodeFunction::eval |
QgsExpression::NodeFunction::nodeType |
20 |
QgsExpression::NodeFunction::prepare |
QgsExpression::NodeFunction::eval |
24 |
QgsExpression::NodeFunction::dump |
QgsExpression::NodeFunction::prepare |
28 |
QgsExpression::NodeFunction::toOgcFilter |
QgsExpression::NodeFunction::dump |
32 |
QgsExpression::NodeFunction::referencedColumns |
QgsExpression::NodeFunction::referencedColumns |
36 |
QgsExpression::NodeFunction::needsGeometry |
QgsExpression::NodeFunction::needsGeometry |
40 |
QgsExpression::NodeFunction::accept |
QgsExpression::NodeFunction::accept |
[+] affected symbols (5)
QgsExpression::NodeFunction::createFromOgcFilter ( QDomElement& element, QString& errorMessage ) [static]This method is from 'QgsExpression::NodeFunction' class.
QgsExpression::NodeFunction::dump ( ) constThis method is from 'QgsExpression::NodeFunction' class.
QgsExpression::NodeFunction::eval ( QgsExpression* parent, QgsFeature* f )This method is from 'QgsExpression::NodeFunction' class.
QgsExpression::NodeFunction::prepare ( QgsExpression* parent, QgsFieldMap const& fields )This method is from 'QgsExpression::NodeFunction' class.
QgsExpression::NodeFunction::toOgcFilter ( QDomDocument& doc, QDomElement& element ) constThis method is from 'QgsExpression::NodeFunction' class.
[+] class QgsExpression::NodeInOperator (1)
| Change |
Effect |
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 11 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsExpression::~NodeInOperator |
QgsExpression::~NodeInOperator |
12 |
QgsExpression::~NodeInOperator |
QgsExpression::~NodeInOperator |
16 |
QgsExpression::NodeInOperator::eval |
QgsExpression::NodeInOperator::nodeType |
20 |
QgsExpression::NodeInOperator::prepare |
QgsExpression::NodeInOperator::eval |
24 |
QgsExpression::NodeInOperator::dump |
QgsExpression::NodeInOperator::prepare |
28 |
QgsExpression::NodeInOperator::toOgcFilter |
QgsExpression::NodeInOperator::dump |
32 |
QgsExpression::NodeInOperator::referencedColumns |
QgsExpression::NodeInOperator::referencedColumns |
36 |
QgsExpression::NodeInOperator::needsGeometry |
QgsExpression::NodeInOperator::needsGeometry |
40 |
QgsExpression::NodeInOperator::accept |
QgsExpression::NodeInOperator::accept |
[+] affected symbols (4)
QgsExpression::NodeInOperator::dump ( ) constThis method is from 'QgsExpression::NodeInOperator' class.
QgsExpression::NodeInOperator::eval ( QgsExpression* parent, QgsFeature* f )This method is from 'QgsExpression::NodeInOperator' class.
QgsExpression::NodeInOperator::prepare ( QgsExpression* parent, QgsFieldMap const& fields )This method is from 'QgsExpression::NodeInOperator' class.
QgsExpression::NodeInOperator::toOgcFilter ( QDomDocument& doc, QDomElement& element ) constThis method is from 'QgsExpression::NodeInOperator' class.
[+] class QgsExpression::NodeList (1)
| Change |
Effect |
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 6 entries | Virtual Table (New) - 5 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsExpression::~NodeList |
QgsExpression::~NodeList |
12 |
QgsExpression::~NodeList |
QgsExpression::~NodeList |
16 |
QgsExpression::NodeList::dump |
QgsExpression::NodeList::dump |
20 |
QgsExpression::NodeList::toOgcFilter |
|
[+] affected symbols (2)
QgsExpression::NodeList::dump ( ) constThis method is from 'QgsExpression::NodeList' class.
QgsExpression::NodeList::toOgcFilter ( QDomDocument& doc, QDomElement& element ) constThis method is from 'QgsExpression::NodeList' class.
[+] class QgsExpression::NodeLiteral (1)
| Change |
Effect |
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 11 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsExpression::~NodeLiteral |
QgsExpression::~NodeLiteral |
12 |
QgsExpression::~NodeLiteral |
QgsExpression::~NodeLiteral |
16 |
QgsExpression::NodeLiteral::eval |
QgsExpression::NodeLiteral::nodeType |
20 |
QgsExpression::NodeLiteral::prepare |
QgsExpression::NodeLiteral::eval |
24 |
QgsExpression::NodeLiteral::dump |
QgsExpression::NodeLiteral::prepare |
28 |
QgsExpression::NodeLiteral::toOgcFilter |
QgsExpression::NodeLiteral::dump |
32 |
QgsExpression::NodeLiteral::referencedColumns |
QgsExpression::NodeLiteral::referencedColumns |
36 |
QgsExpression::NodeLiteral::needsGeometry |
QgsExpression::NodeLiteral::needsGeometry |
40 |
QgsExpression::NodeLiteral::accept |
QgsExpression::NodeLiteral::accept |
[+] affected symbols (5)
QgsExpression::NodeLiteral::createFromOgcFilter ( QDomElement& element, QString& errorMessage ) [static]This method is from 'QgsExpression::NodeLiteral' class.
QgsExpression::NodeLiteral::dump ( ) constThis method is from 'QgsExpression::NodeLiteral' class.
QgsExpression::NodeLiteral::eval ( QgsExpression* parent, QgsFeature* f )This method is from 'QgsExpression::NodeLiteral' class.
QgsExpression::NodeLiteral::prepare ( QgsExpression* parent, QgsFieldMap const& fields )This method is from 'QgsExpression::NodeLiteral' class.
QgsExpression::NodeLiteral::toOgcFilter ( QDomDocument& doc, QDomElement& element ) constThis method is from 'QgsExpression::NodeLiteral' class.
[+] class QgsExpression::NodeUnaryOperator (1)
| Change |
Effect |
1 | The layout of v-table has been changed for unknown reason. | Call of any method in this class may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 11 entries | Virtual Table (New) - 11 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsExpression::~NodeUnaryOperator |
QgsExpression::~NodeUnaryOperator |
12 |
QgsExpression::~NodeUnaryOperator |
QgsExpression::~NodeUnaryOperator |
16 |
QgsExpression::NodeUnaryOperator::eval |
QgsExpression::NodeUnaryOperator::nodeType |
20 |
QgsExpression::NodeUnaryOperator::prepare |
QgsExpression::NodeUnaryOperator::eval |
24 |
QgsExpression::NodeUnaryOperator::dump |
QgsExpression::NodeUnaryOperator::prepare |
28 |
QgsExpression::NodeUnaryOperator::toOgcFilter |
QgsExpression::NodeUnaryOperator::dump |
32 |
QgsExpression::NodeUnaryOperator::referencedColumns |
QgsExpression::NodeUnaryOperator::referencedColumns |
36 |
QgsExpression::NodeUnaryOperator::needsGeometry |
QgsExpression::NodeUnaryOperator::needsGeometry |
40 |
QgsExpression::NodeUnaryOperator::accept |
QgsExpression::NodeUnaryOperator::accept |
[+] affected symbols (5)
QgsExpression::NodeUnaryOperator::createFromOgcFilter ( QDomElement& element, QString& errorMessage ) [static]This method is from 'QgsExpression::NodeUnaryOperator' class.
QgsExpression::NodeUnaryOperator::dump ( ) constThis method is from 'QgsExpression::NodeUnaryOperator' class.
QgsExpression::NodeUnaryOperator::eval ( QgsExpression* parent, QgsFeature* f )This method is from 'QgsExpression::NodeUnaryOperator' class.
QgsExpression::NodeUnaryOperator::prepare ( QgsExpression* parent, QgsFieldMap const& fields )This method is from 'QgsExpression::NodeUnaryOperator' class.
QgsExpression::NodeUnaryOperator::toOgcFilter ( QDomDocument& doc, QDomElement& element ) constThis method is from 'QgsExpression::NodeUnaryOperator' class.
qgsfillsymbollayerv2.h
[+] class QgsImageFillSymbolLayer (2)
| Change |
Effect |
1 | Field mNextAngle has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field mOutlineWidthUnit has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (5)
QgsImageFillSymbolLayer::QgsImageFillSymbolLayer [in-charge] ( )This constructor is from 'QgsImageFillSymbolLayer' class.
QgsImageFillSymbolLayer::renderPolygon ( QPolygonF const& points, QList<QPolygonF>* rings, QgsSymbolV2RenderContext& context )This method is from 'QgsImageFillSymbolLayer' class.
QgsImageFillSymbolLayer::setSubSymbol ( QgsSymbolV2* symbol )This method is from 'QgsImageFillSymbolLayer' class.
QgsImageFillSymbolLayer::subSymbol ( )This method is from 'QgsImageFillSymbolLayer' class.
QgsImageFillSymbolLayer::~QgsImageFillSymbolLayer [in-charge] ( )This method is from 'QgsImageFillSymbolLayer' class.
[+] class QgsLinePatternFillSymbolLayer (2)
| Change |
Effect |
1 | Field mDistanceUnit has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field mLineWidthUnit has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (10)
QgsLinePatternFillSymbolLayer::clone ( ) constThis method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::color ( ) constThis method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::layerType ( ) constThis method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::properties ( ) constThis method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::QgsLinePatternFillSymbolLayer [in-charge] ( )This constructor is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::setColor ( QColor const& c )This method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::~QgsLinePatternFillSymbolLayer [in-charge] ( )This method is from 'QgsLinePatternFillSymbolLayer' class.
[+] class QgsPointPatternFillSymbolLayer (3)
| Change |
Effect |
1 | Field mDisplacementXUnit has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field mDistanceXUnit has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field mDistanceYUnit has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (10)
QgsPointPatternFillSymbolLayer::clone ( ) constThis method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::layerType ( ) constThis method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::properties ( ) constThis method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::QgsPointPatternFillSymbolLayer [in-charge] ( )This constructor is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::setSubSymbol ( QgsSymbolV2* symbol )This method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::subSymbol ( )This method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::~QgsPointPatternFillSymbolLayer [in-charge] ( )This method is from 'QgsPointPatternFillSymbolLayer' class.
[+] class QgsSimpleFillSymbolLayerV2 (2)
| Change |
Effect |
1 | Field mBorderWidthUnit has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field mSelPen has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (9)
QgsSimpleFillSymbolLayerV2::clone ( ) constThis method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::layerType ( ) constThis method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::properties ( ) constThis method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::QgsSimpleFillSymbolLayerV2 [in-charge] ( QColor color, enum Qt::BrushStyle style, QColor borderColor, enum Qt::PenStyle borderStyle, double borderWidth )This constructor is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::renderPolygon ( QPolygonF const& points, QList<QPolygonF>* rings, QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::~QgsSimpleFillSymbolLayerV2 [in-charge] ( )This method is from 'QgsSimpleFillSymbolLayerV2' class.
[+] class QgsSVGFillSymbolLayer (2)
| Change |
Effect |
1 | Field mPatternWidthUnit has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field mSvgPattern has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (10)
QgsSVGFillSymbolLayer::clone ( ) constThis method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::layerType ( ) constThis method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::properties ( ) constThis method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::QgsSVGFillSymbolLayer [in-charge] ( QByteArray const& svgData, double width, double rotation )This constructor is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::QgsSVGFillSymbolLayer [in-charge] ( QString const& svgFilePath, double width, double rotation )This constructor is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::setSvgFilePath ( QString const& svgPath )This method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::~QgsSVGFillSymbolLayer [in-charge] ( )This method is from 'QgsSVGFillSymbolLayer' class.
qgsgraduatedsymbolrendererv2.h
[+] class QgsGraduatedSymbolRendererV2 (1)
| Change |
Effect |
1 | Field mScaleMethod has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (>10)
QgsGraduatedSymbolRendererV2::addClass ( QgsSymbolV2* symbol )This method is from 'QgsGraduatedSymbolRendererV2' class.
QgsGraduatedSymbolRendererV2::capabilities ( )This method is from 'QgsGraduatedSymbolRendererV2' class.
QgsGraduatedSymbolRendererV2::clone ( )This method is from 'QgsGraduatedSymbolRendererV2' class.
QgsGraduatedSymbolRendererV2::createRenderer ( QgsVectorLayer* vlayer, QString attrName, int classes, enum QgsGraduatedSymbolRendererV2::Mode mode, QgsSymbolV2* symbol, QgsVectorColorRampV2* ramp ) [static]Return value (pointer) has base type 'QgsGraduatedSymbolRendererV2'.
QgsGraduatedSymbolRendererV2::deleteClass ( int idx )This method is from 'QgsGraduatedSymbolRendererV2' class.
QgsGraduatedSymbolRendererV2::legendSymbolItems ( )This method is from 'QgsGraduatedSymbolRendererV2' class.
QgsGraduatedSymbolRendererV2::legendSymbologyItems ( QSize iconSize )This method is from 'QgsGraduatedSymbolRendererV2' class.
QgsGraduatedSymbolRendererV2::QgsGraduatedSymbolRendererV2 [in-charge] ( QString attrName, QgsRangeList ranges )This constructor is from 'QgsGraduatedSymbolRendererV2' class.
QgsGraduatedSymbolRendererV2::rotationField ( ) constThis method is from 'QgsGraduatedSymbolRendererV2' class.
QgsGraduatedSymbolRendererV2::save ( QDomDocument& doc )This method is from 'QgsGraduatedSymbolRendererV2' class.
...
qgslinesymbollayerv2.h
[+] class QgsMarkerLineSymbolLayerV2 (2)
| Change |
Effect |
1 | Field mIntervalUnit has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field mOffsetUnit has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (>10)
QgsMarkerLineSymbolLayerV2::clone ( ) constThis method is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::layerType ( ) constThis method is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::properties ( ) constThis method is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::QgsMarkerLineSymbolLayerV2 [in-charge] ( bool rotateMarker, double interval )This constructor is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::renderPolyline ( QPolygonF const& points, QgsSymbolV2RenderContext& context )This method is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::renderPolylineCentral ( QPolygonF const& points, QgsSymbolV2RenderContext& context )This method is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::renderPolylineInterval ( QPolygonF const& points, QgsSymbolV2RenderContext& context )This method is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::setColor ( QColor const& color )This method is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::setSubSymbol ( QgsSymbolV2* symbol )This method is from 'QgsMarkerLineSymbolLayerV2' class.
QgsMarkerLineSymbolLayerV2::setWidth ( double width )This method is from 'QgsMarkerLineSymbolLayerV2' class.
...
[+] class QgsSimpleLineSymbolLayerV2 (2)
| Change |
Effect |
1 | Field mCustomDashPatternUnit has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field mOffsetUnit has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (9)
QgsSimpleLineSymbolLayerV2::clone ( ) constThis method is from 'QgsSimpleLineSymbolLayerV2' class.
QgsSimpleLineSymbolLayerV2::layerType ( ) constThis method is from 'QgsSimpleLineSymbolLayerV2' class.
QgsSimpleLineSymbolLayerV2::properties ( ) constThis method is from 'QgsSimpleLineSymbolLayerV2' class.
QgsSimpleLineSymbolLayerV2::QgsSimpleLineSymbolLayerV2 [in-charge] ( QColor color, double width, enum Qt::PenStyle penStyle )This constructor is from 'QgsSimpleLineSymbolLayerV2' class.
QgsSimpleLineSymbolLayerV2::renderPolyline ( QPolygonF const& points, QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleLineSymbolLayerV2' class.
QgsSimpleLineSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleLineSymbolLayerV2' class.
QgsSimpleLineSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleLineSymbolLayerV2' class.
QgsSimpleLineSymbolLayerV2::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsSimpleLineSymbolLayerV2' class.
QgsSimpleLineSymbolLayerV2::~QgsSimpleLineSymbolLayerV2 [in-charge] ( )This method is from 'QgsSimpleLineSymbolLayerV2' class.
qgsmaplayer.h
[+] class QgsMapLayer (1)
| Change |
Effect |
1 | Field mLayerOrigName has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (>10)
QgisInterface::currentLayerChanged ( QgsMapLayer* layer )1st parameter 'layer' (pointer) has base type 'QgsMapLayer'.
QgsLegendModel::addLayer ( QgsMapLayer* theMapLayer )1st parameter 'theMapLayer' (pointer) has base type 'QgsMapLayer'.
QgsMapCanvas::currentLayer ( )Return value (pointer) has base type 'QgsMapLayer'.
QgsMapCanvas::layer ( int index )Return value (pointer) has base type 'QgsMapLayer'.
QgsMapCanvas::selectionChanged ( QgsMapLayer* layer )1st parameter 'layer' (pointer) has base type 'QgsMapLayer'.
QgsMapCanvas::setCurrentLayer ( QgsMapLayer* layer )1st parameter 'layer' (pointer) has base type 'QgsMapLayer'.
QgsMapCanvas::showError ( QgsMapLayer* mapLayer )1st parameter 'mapLayer' (pointer) has base type 'QgsMapLayer'.
QgsMapLayer::clearCacheImage ( )This method is from 'QgsMapLayer' class.
QgsMapLayer::connectNotify ( char const* signal )This method is from 'QgsMapLayer' class.
QgsMapLayer::crs ( ) constThis method is from 'QgsMapLayer' class.
...
qgsmaprenderer.h
[+] class QgsMapRenderer (1)
| Change |
Effect |
1 | Size of field mRenderContext has been changed from 120 bytes to 128 bytes. | Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (>10)
QgsMapCanvas::enableOverviewMode ( QgsMapOverviewCanvas* overview )Field 'overview->mMapRenderer' in 1st parameter 'overview' (pointer) has base type 'QgsMapRenderer'.
QgsMapCanvas::mapRenderer ( )Return value (pointer) has base type 'QgsMapRenderer'.
QgsMapOverviewCanvas::destinationSrsChanged ( )Field 'this->mMapRenderer' in the object of this method has base type 'QgsMapRenderer'.
QgsMapOverviewCanvas::drawExtentRect ( )Field 'this->mMapRenderer' in the object of this method has base type 'QgsMapRenderer'.
QgsMapOverviewCanvas::hasCrsTransformEnabled ( bool flag )Field 'this->mMapRenderer' in the object of this method has base type 'QgsMapRenderer'.
QgsMapOverviewCanvas::layerSet ( )Field 'this->mMapRenderer' in the object of this method has base type 'QgsMapRenderer'.
QgsMapOverviewCanvas::metaObject ( ) constField 'this->mMapRenderer' in the object of this method has base type 'QgsMapRenderer'.
QgsMapOverviewCanvas::mouseMoveEvent ( QMouseEvent* e )Field 'this->mMapRenderer' in the object of this method has base type 'QgsMapRenderer'.
QgsMapOverviewCanvas::mousePressEvent ( QMouseEvent* e )Field 'this->mMapRenderer' in the object of this method has base type 'QgsMapRenderer'.
QgsMapOverviewCanvas::mouseReleaseEvent ( QMouseEvent* e )Field 'this->mMapRenderer' in the object of this method has base type 'QgsMapRenderer'.
...
qgsmarkersymbollayerv2.h
[+] class QgsSimpleMarkerSymbolLayerV2 (2)
| Change |
Effect |
1 | Field mOutlineWidth has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field mOutlineWidthUnit has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (10)
QgsSimpleMarkerSymbolLayerV2::clone ( ) constThis method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::drawMarker ( QPainter* p, QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::layerType ( ) constThis method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::prepareCache ( QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::properties ( ) constThis method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::renderPoint ( QPointF const& point, QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::writeSldMarker ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsSimpleMarkerSymbolLayerV2' class.
QgsSimpleMarkerSymbolLayerV2::~QgsSimpleMarkerSymbolLayerV2 [in-charge] ( )This method is from 'QgsSimpleMarkerSymbolLayerV2' class.
[+] class QgsSvgMarkerSymbolLayerV2 (1)
| Change |
Effect |
1 | Field mOutlineWidthUnit has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (10)
QgsSvgMarkerSymbolLayerV2::clone ( ) constThis method is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::layerType ( ) constThis method is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::properties ( ) constThis method is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::QgsSvgMarkerSymbolLayerV2 [in-charge] ( QString name, double size, double angle )This constructor is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::renderPoint ( QPointF const& point, QgsSymbolV2RenderContext& context )This method is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::setPath ( QString path )This method is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::writeSldMarker ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsSvgMarkerSymbolLayerV2' class.
QgsSvgMarkerSymbolLayerV2::~QgsSvgMarkerSymbolLayerV2 [in-charge] ( )This method is from 'QgsSvgMarkerSymbolLayerV2' class.
qgspallabeling.h
[+] class QgsPalLabeling (1)
| Change |
Effect |
1 | Size of field mInvalidLayerSettings has been changed from 204 bytes to 624 bytes. | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (>10)
QgsPalLabeling::addDiagramLayer ( QgsVectorLayer* layer, QgsDiagramLayerSettings* s )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::clone ( )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::drawLabelCandidateRect ( struct pal::LabelPosition* lp, QPainter* painter, QgsMapToPixel const* xform )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::drawLabeling ( QgsRenderContext& context )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::exit ( )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::init ( QgsMapRenderer* mr )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::labelsAtPosition ( QgsPoint const& p )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::layer ( QString const& layerName )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::numCandidatePositions ( int& candPoint, int& candLine, int& candPolygon )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::prepareLayer ( QgsVectorLayer* layer, QSet<int>& attrIndices, QgsRenderContext& ctx )This method is from 'QgsPalLabeling' class.
...
[+] class QgsPalLayerSettings (98)
| Change |
Effect |
1 | Field angleOffset has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field blendMode has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field bufferJoinStyle has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Field bufferNoFill has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
5 | Field bufferSizeInMapUnits has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
6 | Field bufferTransp has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
7 | Field centroidWhole has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
8 | Field displayAll has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
9 | Field fontLimitPixelSize has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
10 | Field fontMaxPixelSize has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
11 | Field fontMinPixelSize has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
12 | Field labelOffsetInMapUnits has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
13 | Field leftDirectionSymbol has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
14 | Field mCurFeat has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
15 | Field mCurFields has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
16 | Field maxCurvedCharAngleIn has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
17 | Field maxCurvedCharAngleOut has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
18 | Field maxNumLabels has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
19 | Field multilineAlign has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
20 | Field multilineHeight has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
21 | Field placeDirectionSymbol has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
22 | Field preserveRotation has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
23 | Field previewBkgrdColor has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
24 | Field quadOffset has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
25 | Field reverseDirectionSymbol has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
26 | Field rightDirectionSymbol has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
27 | Field scaleVisibility has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
28 | Field shadowBlendMode has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
29 | Field shadowColor has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
30 | Field shadowDraw has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
31 | Field shadowOffsetAngle has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
32 | Field shadowOffsetDist has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
33 | Field shadowOffsetGlobal has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
34 | Field shadowOffsetUnits has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
35 | Field shadowRadius has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
36 | Field shadowRadiusAlphaOnly has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
37 | Field shadowRadiusUnits has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
38 | Field shadowScale has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
39 | Field shadowTransparency has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
40 | Field shadowUnder has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
41 | Field shapeBlendMode has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
42 | Field shapeBorderColor has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
43 | Field shapeBorderWidth has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
44 | Field shapeBorderWidthUnits has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
45 | Field shapeDraw has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
46 | Field shapeFillColor has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
47 | Field shapeJoinStyle has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
48 | Field shapeOffset has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
49 | Field shapeOffsetUnits has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
50 | Field shapeRadii has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
51 | Field shapeRadiiUnits has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
52 | Field shapeRotation has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
53 | Field shapeRotationType has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
54 | Field shapeSVGFile has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
55 | Field shapeSize has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
56 | Field shapeSizeType has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
57 | Field shapeSizeUnits has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
58 | Field shapeTransparency has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
59 | Field shapeType has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
60 | Field textNamedStyle has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
61 | Field textTransp has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
62 | Field upsidedownLabels has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
63 | Field xOffset has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
64 | Field yOffset has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
65 | The relative position of field addDirectionSymbol has been changed from 22 to 7. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
66 | The relative position of field bufferColor has been changed from 15 to 12. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
67 | The relative position of field ct has been changed from 30 to 31. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
68 | The relative position of field decimals has been changed from 17 to 9. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
69 | The relative position of field dist has been changed from 9 to 16. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
70 | The relative position of field distInMapUnits has been changed from 24 to 17. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
71 | The relative position of field enabled has been changed from 6 to 0. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
72 | The relative position of field fieldName has been changed from 0 to 1. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
73 | The relative position of field fontSizeInMapUnits has been changed from 23 to 4. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
74 | The relative position of field isExpression has been changed from 1 to 2. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
75 | The relative position of field labelPerPart has been changed from 19 to 21. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
76 | The relative position of field minFeatureSize has been changed from 21 to 23. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
77 | The relative position of field placement has been changed from 2 to 14. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
78 | The relative position of field placementFlags has been changed from 3 to 15. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
79 | The relative position of field plusSign has been changed from 18 to 10. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
80 | The relative position of field priority has been changed from 7 to 18. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
81 | The relative position of field ptOne has been changed from 32 to 33. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
82 | The relative position of field rasterCompressFactor has been changed from 11 to 26. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
83 | The relative position of field scaleMax has been changed from 13 to 20. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
84 | The relative position of field scaleMin has been changed from 12 to 19. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
85 | The relative position of field textFont has been changed from 4 to 3. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
86 | The relative position of field vectorScaleFactor has been changed from 10 to 25. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
87 | The relative position of field wrapChar has been changed from 25 to 6. | 1) Applications will access incorrect memory when attempting to access this field. 2) Size of the inclusive type has been changed. |
88 | The relative position of field bufferSize has been changed from 14 to 11. | Applications will access incorrect memory when attempting to access this field. |
89 | The relative position of field dataDefinedProperties has been changed from 35 to 27. | Applications will access incorrect memory when attempting to access this field. |
90 | The relative position of field extentGeom has been changed from 34 to 35. | Applications will access incorrect memory when attempting to access this field. |
91 | The relative position of field fieldIndex has been changed from 27 to 29. | Applications will access incorrect memory when attempting to access this field. |
92 | The relative position of field formatNumbers has been changed from 16 to 8. | Applications will access incorrect memory when attempting to access this field. |
93 | The relative position of field geometries has been changed from 33 to 34. | Applications will access incorrect memory when attempting to access this field. |
94 | The relative position of field mergeLines has been changed from 20 to 22. | Applications will access incorrect memory when attempting to access this field. |
95 | The relative position of field obstacle has been changed from 8 to 24. | Applications will access incorrect memory when attempting to access this field. |
96 | The relative position of field palLayer has been changed from 26 to 28. | Applications will access incorrect memory when attempting to access this field. |
97 | The relative position of field ptZero has been changed from 31 to 32. | Applications will access incorrect memory when attempting to access this field. |
98 | The relative position of field xform has been changed from 29 to 30. | Applications will access incorrect memory when attempting to access this field. |
[+] affected symbols (>10)
QgsPalLabeling::addDiagramLayer ( QgsVectorLayer* layer, QgsDiagramLayerSettings* s )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::clone ( )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::drawLabelCandidateRect ( struct pal::LabelPosition* lp, QPainter* painter, QgsMapToPixel const* xform )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::drawLabeling ( QgsRenderContext& context )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::exit ( )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::init ( QgsMapRenderer* mr )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::labelsAtPosition ( QgsPoint const& p )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::layer ( QString const& layerName )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::numCandidatePositions ( int& candPoint, int& candLine, int& candPolygon )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::prepareLayer ( QgsVectorLayer* layer, QSet<int>& attrIndices, QgsRenderContext& ctx )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
...
qgsrasterdataprovider.h
[+] class QgsRasterDataProvider (15)
| Change |
Effect |
1 | Field mSrcHasNoDataValue has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field mUseSrcNoDataValue has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
3 | Field mUserNoDataValue has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
4 | Pure virtual method QgsRasterDataProvider::clone ( ) const has been added to this class instead of QgsRasterDataProvider::addLayers ( QStringList const&, QStringList const& ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
5 | Pure virtual method QgsRasterDataProvider::extent ( ) has been added to this class instead of QgsRasterDataProvider::imageEncoding ( ) const. | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
6 | Virtual method int QgsRasterDataProvider::dataType(int) const became pure. | Old applications will not provide implementation for this pure virtual method. This may result in crash or incorrect behavior of applications. |
7 | Virtual method int QgsRasterDataProvider::srcDataType(int) const became pure. | Old applications will not provide implementation for this pure virtual method. This may result in crash or incorrect behavior of applications. |
8 | Virtual method QgsRasterDataProvider::buildPyramidList ( QList<int> ) has been added to this class instead of QgsRasterDataProvider::ySize ( ) const. | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
9 | Virtual method QgsRasterDataProvider::buildPyramids ( QList<QgsRasterPyramid>const&, QString const&, enum QgsRaster::RasterPyramidsFormat, QStringList const& ) has been added to this class instead of QgsRasterDataProvider::xSize ( ) const. | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
10 | Virtual method QgsRasterDataProvider::setNoDataValue ( int, double ) has been added to this class instead of QgsRasterDataProvider::maximumValue ( int ) const. | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
11 | Virtual method QgsRasterDataProvider::useSrcNoDataValue ( int ) const has been added to this class instead of QgsRasterDataProvider::bandCount ( ) const. | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
12 | Virtual method QgsRasterDataProvider::userNoDataValues ( int ) const has been added to this class instead of QgsRasterDataProvider::xBlockSize ( ) const. | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
13 | Virtual method QgsRasterDataProvider::validateCreationOptions ( QStringList const&, QString ) has been added to this class instead of QgsRasterDataProvider::populateHistogram ( int, QgsRasterBandStats&, int, bool, bool ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
14 | Virtual method QgsRasterDataProvider::validatePyramidsConfigOptions ( enum QgsRaster::RasterPyramidsFormat, QStringList const&, QString const& ) has been added to this class instead of QgsRasterDataProvider::buildPyramids ( QList<QgsRasterPyramid>const&, QString const&, bool ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
15 | Virtual method QgsRasterDataProvider::write ( void*, int, int, int, int, int ) has been added to this class instead of QgsRasterDataProvider::minimumValue ( int ) const. | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 71 entries | Virtual Table (New) - 95 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsRasterDataProvider::metaObject |
QgsRasterDataProvider::metaObject |
12 |
QgsRasterDataProvider::qt_metacast |
QgsRasterDataProvider::qt_metacast |
16 |
QgsRasterDataProvider::qt_metacall |
QgsRasterDataProvider::qt_metacall |
20 |
~QgsRasterDataProvider |
~QgsRasterDataProvider |
24 |
~QgsRasterDataProvider |
~QgsRasterDataProvider |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
QgsDataProvider::setDataSourceUri |
QgsDataProvider::setDataSourceUri |
64 |
QgsDataProvider::dataSourceUri |
QgsDataProvider::dataSourceUri |
68 |
__cxa_pure_virtual |
__cxa_pure_virtual |
72 |
__cxa_pure_virtual |
__cxa_pure_virtual |
76 |
QgsDataProvider::updateExtents |
QgsDataProvider::updateExtents |
80 |
QgsDataProvider::setSubsetString |
QgsDataProvider::setSubsetString |
84 |
QgsDataProvider::supportsSubsetString |
QgsDataProvider::supportsSubsetString |
88 |
QgsDataProvider::subsetString |
QgsDataProvider::subsetString |
92 |
QgsRasterDataProvider::subLayers |
QgsRasterDataProvider::subLayers |
96 |
QgsDataProvider::subLayerStyles |
QgsDataProvider::subLayerStyles |
100 |
QgsDataProvider::subLayerCount |
QgsDataProvider::subLayerCount |
104 |
QgsDataProvider::setLayerOrder |
QgsDataProvider::setLayerOrder |
108 |
QgsDataProvider::setSubLayerVisibility |
QgsDataProvider::setSubLayerVisibility |
112 |
__cxa_pure_virtual |
__cxa_pure_virtual |
116 |
__cxa_pure_virtual |
__cxa_pure_virtual |
120 |
QgsDataProvider::fileVectorFilters |
QgsDataProvider::fileVectorFilters |
124 |
QgsDataProvider::fileRasterFilters |
QgsDataProvider::fileRasterFilters |
128 |
QgsDataProvider::reloadData |
QgsDataProvider::reloadData |
132 |
QgsRasterDataProvider::timestamp |
QgsRasterDataProvider::timestamp |
136 |
QgsRasterDataProvider::dataTimestamp |
QgsRasterDataProvider::dataTimestamp |
140 |
__cxa_pure_virtual |
QgsDataProvider::error |
144 |
__cxa_pure_virtual |
__cxa_pure_virtual |
148 |
__cxa_pure_virtual |
QgsRasterDataProvider::setInput |
152 |
__cxa_pure_virtual |
__cxa_pure_virtual |
156 |
__cxa_pure_virtual |
__cxa_pure_virtual |
160 |
__cxa_pure_virtual |
__cxa_pure_virtual |
164 |
QgsRasterDataProvider::capabilities |
QgsRasterDataProvider::colorInterpretation |
168 |
QgsRasterDataProvider::dataType |
QgsRasterDataProvider::reload |
172 |
QgsRasterDataProvider::srcDataType |
QgsRasterDataProvider::colorInterpretationName |
176 |
QgsRasterDataProvider::bandCount |
QgsRasterDataProvider::block |
180 |
QgsRasterDataProvider::colorInterpretation |
QgsRasterDataProvider::srcHasNoDataValue |
184 |
QgsRasterDataProvider::reload |
QgsRasterDataProvider::useSrcNoDataValue |
188 |
QgsRasterDataProvider::colorInterpretationName |
QgsRasterDataProvider::setUseSrcNoDataValue |
192 |
QgsRasterDataProvider::xBlockSize |
QgsRasterDataProvider::srcNoDataValue |
196 |
QgsRasterDataProvider::yBlockSize |
QgsRasterDataProvider::setUserNoDataValue |
200 |
QgsRasterDataProvider::xSize |
QgsRasterDataProvider::userNoDataValues |
204 |
QgsRasterDataProvider::ySize |
QgsRasterDataProvider::colorTable |
208 |
QgsRasterDataProvider::readBlock |
QgsRasterDataProvider::buildPyramids |
212 |
QgsRasterDataProvider::readBlock |
QgsRasterDataProvider::buildPyramidList |
216 |
QgsRasterDataProvider::readBlock |
__cxa_pure_virtual |
220 |
QgsRasterDataProvider::readValue |
QgsRasterDataProvider::identify |
224 |
QgsRasterDataProvider::noDataValue |
__cxa_pure_virtual |
228 |
QgsRasterDataProvider::minimumValue |
__cxa_pure_virtual |
232 |
QgsRasterDataProvider::maximumValue |
QgsRasterDataProvider::lastErrorFormat |
236 |
QgsRasterDataProvider::colorTable |
QgsRasterDataProvider::write |
240 |
QgsRasterDataProvider::populateHistogram |
QgsRasterDataProvider::setNoDataValue |
244 |
QgsRasterDataProvider::buildPyramids |
QgsRasterDataProvider::remove |
248 |
QgsRasterDataProvider::buildPyramidList |
QgsRasterDataProvider::validateCreationOptions |
252 |
QgsRasterDataProvider::bandStatistics |
QgsRasterDataProvider::validatePyramidsConfigOptions |
256 |
__cxa_pure_virtual |
QgsRasterDataProvider::readBlock |
260 |
QgsRasterDataProvider::identify |
QgsRasterDataProvider::readBlock |
264 |
__cxa_pure_virtual |
(int (*)(...))-0x000000014 |
268 |
__cxa_pure_virtual |
(int (*)(...))(& typeinfo) |
272 |
__cxa_pure_virtual |
non-virtual thunk |
276 |
__cxa_pure_virtual |
non-virtual thunk |
280 |
QgsRasterDataProvider::lastErrorFormat |
__cxa_pure_virtual |
284 |
|
QgsRasterInterface::capabilities |
288 |
|
__cxa_pure_virtual |
292 |
|
__cxa_pure_virtual |
296 |
|
__cxa_pure_virtual |
300 |
|
__cxa_pure_virtual |
304 |
|
QgsRasterInterface::xBlockSize |
308 |
|
QgsRasterInterface::yBlockSize |
312 |
|
QgsRasterInterface::xSize |
316 |
|
QgsRasterInterface::ySize |
320 |
|
QgsRasterInterface::generateBandName |
324 |
|
non-virtual thunk |
328 |
|
non-virtual thunk |
332 |
|
QgsRasterInterface::input |
336 |
|
QgsRasterInterface::on |
340 |
|
QgsRasterInterface::setOn |
344 |
|
QgsRasterInterface::srcInput |
348 |
|
QgsRasterInterface::srcInput |
352 |
|
QgsRasterInterface::bandStatistics |
356 |
|
QgsRasterInterface::hasStatistics |
360 |
|
QgsRasterInterface::histogram |
364 |
|
QgsRasterInterface::hasHistogram |
368 |
|
QgsRasterInterface::cumulativeCut |
372 |
|
QgsRasterInterface::writeXML |
376 |
|
QgsRasterInterface::readXML |
[+] affected symbols (>10)
QgsRasterDataProvider::bandCount ( ) constThis method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::bandStatistics ( int theBandNo )This method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::buildPyramidList ( )This method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::buildPyramids ( QList<QgsRasterPyramid>const& thePyramidList, QString const& theResamplingMethod, bool theTryInternalFlag )This method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::capabilities ( ) constThis method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::capabilitiesString ( ) constThis method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::colorInterpretation ( int theBandNo ) constThis method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::colorInterpretationName ( int theBandNo ) constThis method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::colorTable ( int bandNo ) constThis method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::cStringList2Q_ ( char** stringList ) [static]This method is from 'QgsRasterDataProvider' class.
...
qgsrastershaderfunction.h
[+] class QgsRasterShaderFunction (2)
| Change |
Effect |
1 | Virtual method QgsRasterShaderFunction::shade ( double, double, double, double, int*, int*, int*, int* ) has been added to this class instead of QgsRasterShaderFunction::shade ( double, double, double, int*, int*, int* ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
2 | Virtual method QgsRasterShaderFunction::shade ( double, int*, int*, int*, int* ) has been added to this class instead of QgsRasterShaderFunction::shade ( double, int*, int*, int* ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 8 entries | Virtual Table (New) - 9 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~QgsRasterShaderFunction |
~QgsRasterShaderFunction |
12 |
~QgsRasterShaderFunction |
~QgsRasterShaderFunction |
16 |
QgsRasterShaderFunction::setMaximumValue |
QgsRasterShaderFunction::setMaximumValue |
20 |
QgsRasterShaderFunction::setMinimumValue |
QgsRasterShaderFunction::setMinimumValue |
24 |
QgsRasterShaderFunction::shade |
QgsRasterShaderFunction::shade |
28 |
QgsRasterShaderFunction::shade |
QgsRasterShaderFunction::shade |
32 |
|
QgsRasterShaderFunction::legendSymbologyItems |
[+] affected symbols (2)
QgsRasterShaderFunction::shade ( double p1, double p2, double p3, int* p4, int* p5, int* p6 )This method is from 'QgsRasterShaderFunction' class.
QgsRasterShaderFunction::shade ( double p1, int* p2, int* p3, int* p4 )This method is from 'QgsRasterShaderFunction' class.
qgsrendererv2.h
[+] class QgsFeatureRendererV2 (1)
| Change |
Effect |
1 | Virtual method QgsFeatureRendererV2::dump ( ) const has been added to this class instead of QgsFeatureRendererV2::dump ( ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 22 entries | Virtual Table (New) - 22 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
__cxa_pure_virtual |
__cxa_pure_virtual |
12 |
__cxa_pure_virtual |
__cxa_pure_virtual |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
~QgsFeatureRendererV2 |
~QgsFeatureRendererV2 |
28 |
~QgsFeatureRendererV2 |
~QgsFeatureRendererV2 |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
QgsFeatureRendererV2::renderFeature |
QgsFeatureRendererV2::renderFeature |
40 |
QgsFeatureRendererV2::dump |
QgsFeatureRendererV2::dump |
44 |
QgsFeatureRendererV2::capabilities |
QgsFeatureRendererV2::capabilities |
48 |
__cxa_pure_virtual |
__cxa_pure_virtual |
52 |
QgsFeatureRendererV2::save |
QgsFeatureRendererV2::save |
56 |
QgsFeatureRendererV2::writeSld |
QgsFeatureRendererV2::writeSld |
60 |
QgsFeatureRendererV2::toSld |
QgsFeatureRendererV2::toSld |
64 |
QgsFeatureRendererV2::legendSymbologyItems |
QgsFeatureRendererV2::legendSymbologyItems |
68 |
QgsFeatureRendererV2::legendSymbolItems |
QgsFeatureRendererV2::legendSymbolItems |
72 |
QgsFeatureRendererV2::rotationField |
QgsFeatureRendererV2::rotationField |
76 |
QgsFeatureRendererV2::setRotationField |
QgsFeatureRendererV2::setRotationField |
80 |
QgsFeatureRendererV2::willRenderFeature |
QgsFeatureRendererV2::willRenderFeature |
84 |
QgsFeatureRendererV2::symbolsForFeature |
QgsFeatureRendererV2::symbolsForFeature |
[+] affected symbols (1)
QgsFeatureRendererV2::dump ( )This method is from 'QgsFeatureRendererV2' class.
qgssinglesymbolrendererv2.h
[+] class QgsSingleSymbolRendererV2 (1)
| Change |
Effect |
1 | Field mScaleMethod has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (>10)
QgsSingleSymbolRendererV2::capabilities ( )This method is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::clone ( )This method is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::legendSymbolItems ( )This method is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::legendSymbologyItems ( QSize iconSize )This method is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::QgsSingleSymbolRendererV2 [in-charge] ( QgsSymbolV2* symbol )This constructor is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::rotationField ( ) constThis method is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::save ( QDomDocument& doc )This method is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::setRotationField ( QString fieldName )This method is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::setSymbol ( QgsSymbolV2* s )This method is from 'QgsSingleSymbolRendererV2' class.
QgsSingleSymbolRendererV2::startRender ( QgsRenderContext& context, QgsVectorLayer const* vlayer )This method is from 'QgsSingleSymbolRendererV2' class.
...
qgssymbollayerv2.h
[+] class QgsMarkerSymbolLayerV2 (1)
| Change |
Effect |
1 | Field mSizeUnit has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (5)
QgsMarkerSymbolLayerV2::drawPreviewIcon ( QgsSymbolV2RenderContext& context, QSize size )This method is from 'QgsMarkerSymbolLayerV2' class.
QgsMarkerSymbolLayerV2::QgsMarkerSymbolLayerV2 [in-charge] ( bool locked )This constructor is from 'QgsMarkerSymbolLayerV2' class.
QgsMarkerSymbolLayerV2::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsMarkerSymbolLayerV2' class.
QgsMarkerSymbolLayerV2::writeSldMarker ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsMarkerSymbolLayerV2' class.
QgsMarkerSymbolLayerV2::~QgsMarkerSymbolLayerV2 [in-charge] ( )This method is from 'QgsMarkerSymbolLayerV2' class.
qgsvectorcolorrampv2.h
[+] class QgsVectorGradientColorRampV2 (2)
| Change |
Effect |
1 | Field mDiscrete has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Type of field mStops has been changed from QgsVectorGradientColorRampV2::StopsMap to QgsGradientStopsList of different format. | This field may be incorrectly initialized or accessed by applications. |
[+] affected symbols (5)
QgsVectorGradientColorRampV2::clone ( ) constThis method is from 'QgsVectorGradientColorRampV2' class.
QgsVectorGradientColorRampV2::color ( double value ) constThis method is from 'QgsVectorGradientColorRampV2' class.
QgsVectorGradientColorRampV2::properties ( ) constThis method is from 'QgsVectorGradientColorRampV2' class.
QgsVectorGradientColorRampV2::type ( ) constThis method is from 'QgsVectorGradientColorRampV2' class.
QgsVectorGradientColorRampV2::~QgsVectorGradientColorRampV2 [in-charge] ( )This method is from 'QgsVectorGradientColorRampV2' class.
qgsvectordataprovider.h
[+] class QgsVectorDataProvider (1)
| Change |
Effect |
1 | Pure virtual method QgsVectorDataProvider::getFeatures ( QgsFeatureRequest const& ) has been added to this class instead of QgsVectorDataProvider::select ( QgsAttributeList, QgsRectangle, bool, bool ). | Applications will provide an older method to the library instead of expected newely added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 64 entries | Virtual Table (New) - 62 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsVectorDataProvider::metaObject |
QgsVectorDataProvider::metaObject |
12 |
QgsVectorDataProvider::qt_metacast |
QgsVectorDataProvider::qt_metacast |
16 |
QgsVectorDataProvider::qt_metacall |
QgsVectorDataProvider::qt_metacall |
20 |
~QgsVectorDataProvider |
~QgsVectorDataProvider |
24 |
~QgsVectorDataProvider |
~QgsVectorDataProvider |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
QgsDataProvider::setDataSourceUri |
QgsDataProvider::setDataSourceUri |
64 |
QgsDataProvider::dataSourceUri |
QgsDataProvider::dataSourceUri |
68 |
__cxa_pure_virtual |
__cxa_pure_virtual |
72 |
__cxa_pure_virtual |
__cxa_pure_virtual |
76 |
QgsDataProvider::updateExtents |
QgsDataProvider::updateExtents |
80 |
QgsDataProvider::setSubsetString |
QgsDataProvider::setSubsetString |
84 |
QgsDataProvider::supportsSubsetString |
QgsDataProvider::supportsSubsetString |
88 |
QgsDataProvider::subsetString |
QgsDataProvider::subsetString |
92 |
QgsDataProvider::subLayers |
QgsDataProvider::subLayers |
96 |
QgsDataProvider::subLayerStyles |
QgsDataProvider::subLayerStyles |
100 |
QgsDataProvider::subLayerCount |
QgsDataProvider::subLayerCount |
104 |
QgsDataProvider::setLayerOrder |
QgsDataProvider::setLayerOrder |
108 |
QgsDataProvider::setSubLayerVisibility |
QgsDataProvider::setSubLayerVisibility |
112 |
__cxa_pure_virtual |
__cxa_pure_virtual |
116 |
__cxa_pure_virtual |
__cxa_pure_virtual |
120 |
QgsDataProvider::fileVectorFilters |
QgsDataProvider::fileVectorFilters |
124 |
QgsDataProvider::fileRasterFilters |
QgsDataProvider::fileRasterFilters |
128 |
QgsDataProvider::reloadData |
QgsDataProvider::reloadData |
132 |
QgsDataProvider::timestamp |
QgsDataProvider::timestamp |
136 |
QgsDataProvider::dataTimestamp |
QgsDataProvider::dataTimestamp |
140 |
QgsVectorDataProvider::storageType |
QgsDataProvider::error |
144 |
__cxa_pure_virtual |
QgsVectorDataProvider::storageType |
148 |
QgsVectorDataProvider::updateFeatureCount |
__cxa_pure_virtual |
152 |
QgsVectorDataProvider::featureAtId |
__cxa_pure_virtual |
156 |
__cxa_pure_virtual |
__cxa_pure_virtual |
160 |
__cxa_pure_virtual |
__cxa_pure_virtual |
164 |
__cxa_pure_virtual |
QgsVectorDataProvider::dataComment |
168 |
__cxa_pure_virtual |
QgsVectorDataProvider::minimumValue |
172 |
__cxa_pure_virtual |
QgsVectorDataProvider::maximumValue |
176 |
QgsVectorDataProvider::dataComment |
QgsVectorDataProvider::uniqueValues |
180 |
__cxa_pure_virtual |
QgsVectorDataProvider::enumValues |
184 |
QgsVectorDataProvider::minimumValue |
QgsVectorDataProvider::addFeatures |
188 |
QgsVectorDataProvider::maximumValue |
QgsVectorDataProvider::deleteFeatures |
192 |
QgsVectorDataProvider::uniqueValues |
QgsVectorDataProvider::addAttributes |
196 |
QgsVectorDataProvider::enumValues |
QgsVectorDataProvider::deleteAttributes |
200 |
QgsVectorDataProvider::addFeatures |
QgsVectorDataProvider::changeAttributeValues |
204 |
QgsVectorDataProvider::deleteFeatures |
QgsVectorDataProvider::defaultValue |
208 |
QgsVectorDataProvider::addAttributes |
QgsVectorDataProvider::changeGeometryValues |
212 |
QgsVectorDataProvider::addAttributes |
QgsVectorDataProvider::createSpatialIndex |
216 |
QgsVectorDataProvider::deleteAttributes |
QgsVectorDataProvider::createAttributeIndex |
220 |
QgsVectorDataProvider::changeAttributeValues |
QgsVectorDataProvider::capabilities |
224 |
QgsVectorDataProvider::defaultValue |
QgsVectorDataProvider::setEncoding |
228 |
QgsVectorDataProvider::changeGeometryValues |
QgsVectorDataProvider::attributeIndexes |
232 |
QgsVectorDataProvider::createSpatialIndex |
QgsVectorDataProvider::pkAttributeIndexes |
236 |
QgsVectorDataProvider::createAttributeIndex |
QgsVectorDataProvider::palAttributeIndexNames |
240 |
QgsVectorDataProvider::capabilities |
QgsVectorDataProvider::doesStrictFeatureTypeCheck |
244 |
QgsVectorDataProvider::setEncoding |
QgsVectorDataProvider::isSaveAndLoadStyleToDBSupported |
248 |
QgsVectorDataProvider::attributeIndexes |
|
252 |
QgsVectorDataProvider::doesStrictFeatureTypeCheck |
|
[+] affected symbols (>10)
QgsVectorDataProvider::addAttributes ( QList<QgsField>const& attributes )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::addAttributes ( QMap<QString, QString>const& attributes )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::addFeatures ( QgsFeatureList& flist )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::attributeIndexes ( )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::availableEncodings ( ) [static]This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::capabilities ( ) constThis method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::capabilitiesString ( ) constThis method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::changeAttributeValues ( QgsChangedAttributesMap const& attr_map )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::changeGeometryValues ( QgsGeometryMap& geometry_map )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::clearErrors ( )This method is from 'QgsVectorDataProvider' class.
...
qgsvectorfilewriter.h
[+] class QgsVectorFileWriter (1)
| Change |
Effect |
1 | Type of field mFields has been changed from QgsFieldMap (4 bytes) to QgsFields (8 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (4)
QgsVectorFileWriter::createEmptyGeometry ( enum QGis::WkbType wkbType )This method is from 'QgsVectorFileWriter' class.
QgsVectorFileWriter::errorMessage ( )This method is from 'QgsVectorFileWriter' class.
QgsVectorFileWriter::hasError ( )This method is from 'QgsVectorFileWriter' class.
QgsVectorFileWriter::~QgsVectorFileWriter [in-charge] ( )This method is from 'QgsVectorFileWriter' class.
qgsvectorlayer.h
[+] class QgsVectorLayer (1)
| Change |
Effect |
1 | Virtual method QgsVectorLayer::listStylesInDatabase ( QStringList&, QStringList&, QStringList&, QString& ) has been added to this class instead of QgsVectorLayer::updateFeatureCount ( ) const. | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 48 entries | Virtual Table (New) - 56 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsVectorLayer::metaObject |
QgsVectorLayer::metaObject |
12 |
QgsVectorLayer::qt_metacast |
QgsVectorLayer::qt_metacast |
16 |
QgsVectorLayer::qt_metacall |
QgsVectorLayer::qt_metacall |
20 |
~QgsVectorLayer |
~QgsVectorLayer |
24 |
~QgsVectorLayer |
~QgsVectorLayer |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QgsMapLayer::connectNotify |
QgsMapLayer::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QgsVectorLayer::reload |
QgsVectorLayer::reload |
60 |
QgsVectorLayer::draw |
QgsVectorLayer::draw |
64 |
QgsVectorLayer::drawLabels |
QgsVectorLayer::drawLabels |
68 |
QgsMapLayer::subLayers |
QgsVectorLayer::extent |
72 |
QgsMapLayer::setLayerOrder |
QgsMapLayer::subLayers |
76 |
QgsMapLayer::setSubLayerVisibility |
QgsMapLayer::setLayerOrder |
80 |
QgsVectorLayer::isEditable |
QgsMapLayer::setSubLayerVisibility |
84 |
QgsVectorLayer::copySymbologySettings |
QgsVectorLayer::isEditable |
88 |
QgsVectorLayer::hasCompatibleSymbology |
QgsMapLayer::lastErrorTitle |
92 |
QgsMapLayer::lastErrorTitle |
QgsMapLayer::lastError |
96 |
QgsMapLayer::lastError |
QgsMapLayer::error |
100 |
QgsMapLayer::styleURI |
QgsMapLayer::styleURI |
104 |
QgsMapLayer::loadDefaultStyle |
QgsMapLayer::loadDefaultStyle |
108 |
QgsMapLayer::loadNamedStyle |
QgsVectorLayer::loadNamedStyle |
112 |
QgsMapLayer::loadNamedStyleFromDb |
QgsMapLayer::loadNamedStyleFromDb |
116 |
QgsMapLayer::saveDefaultStyle |
QgsMapLayer::exportNamedStyle |
120 |
QgsMapLayer::saveNamedStyle |
QgsMapLayer::exportSldStyle |
124 |
QgsMapLayer::saveSldStyle |
QgsMapLayer::saveDefaultStyle |
128 |
QgsMapLayer::loadSldStyle |
QgsMapLayer::saveNamedStyle |
132 |
QgsVectorLayer::readSld |
QgsMapLayer::saveSldStyle |
136 |
QgsVectorLayer::readSymbology |
QgsMapLayer::loadSldStyle |
140 |
QgsVectorLayer::writeSymbology |
QgsVectorLayer::readSld |
144 |
QgsMapLayer::invalidTransformInput |
QgsVectorLayer::readSymbology |
148 |
QgsVectorLayer::metadata |
QgsVectorLayer::writeSymbology |
152 |
QgsMapLayer::timestamp |
QgsVectorLayer::onCacheImageDelete |
156 |
QgsVectorLayer::readXml |
QgsMapLayer::invalidTransformInput |
160 |
QgsVectorLayer::writeXml |
QgsVectorLayer::metadata |
164 |
QgsVectorLayer::featureCount |
QgsMapLayer::timestamp |
168 |
QgsVectorLayer::updateFeatureCount |
QgsVectorLayer::setExtent |
172 |
QgsVectorLayer::setSubsetString |
QgsVectorLayer::readXml |
176 |
QgsVectorLayer::subsetString |
QgsVectorLayer::writeXml |
180 |
QgsVectorLayer::isReadOnly |
QgsVectorLayer::saveStyleToDatabase |
184 |
QgsVectorLayer::isModified |
QgsVectorLayer::listStylesInDatabase |
188 |
QgsVectorLayer::updateExtents |
QgsVectorLayer::getStyleFromDatabase |
192 |
|
QgsVectorLayer::loadNamedStyle |
196 |
|
QgsVectorLayer::applyNamedStyle |
200 |
|
QgsVectorLayer::featureCount |
204 |
|
QgsVectorLayer::setSubsetString |
208 |
|
QgsVectorLayer::subsetString |
212 |
|
QgsVectorLayer::isReadOnly |
216 |
|
QgsVectorLayer::isModified |
220 |
|
QgsVectorLayer::updateExtents |
[+] affected symbols (1)
QgsVectorLayer::updateFeatureCount ( ) constThis method is from 'QgsVectorLayer' class.
[+] class QgsVectorLayer::ValueRelationData (1)
| Change |
Effect |
1 | Field mFilterExpression has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (1)
QgsVectorLayer::valueRelation ( int idx )Return value (reference) has base type 'QgsVectorLayer::ValueRelationData'.
qgsvectorlayerimport.h
[+] class QgsVectorLayerImport (1)
| Change |
Effect |
1 | Field mAttributeCount has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (5)
QgsVectorLayerImport::addFeature ( QgsFeature& feature )This method is from 'QgsVectorLayerImport' class.
QgsVectorLayerImport::errorMessage ( )This method is from 'QgsVectorLayerImport' class.
QgsVectorLayerImport::flushBuffer ( )This method is from 'QgsVectorLayerImport' class.
QgsVectorLayerImport::hasError ( )This method is from 'QgsVectorLayerImport' class.
QgsVectorLayerImport::~QgsVectorLayerImport [in-charge] ( )This method is from 'QgsVectorLayerImport' class.
to the top
Problems with Symbols, Medium Severity (3)
qgslabel.h,
libqgis_core.so.1.8.0
[+] QgsLabel::fields ( ) (1)
[symbol: _ZN8QgsLabel6fieldsEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from QMap<int,QgsField> (4 bytes) to QgsFields (8 bytes). | Applications will obtain a different return value and execution may change. |
qgsmaplayerregistry.h,
libqgis_core.so.1.8.0
[+] QgsMapLayerRegistry::mapLayers ( ) (1)
[symbol: _ZN19QgsMapLayerRegistry9mapLayersEv]
| Change | Effect |
---|
1 | Type of return value became const (has been changed from QMap<QString,QgsMapLayer*>& to QMap<QString,QgsMapLayer*>const&). | The return value will be treated as non-const by old client applications. This may result in crash or incorrect behavior of applications. |
qgsvectorlayer.h,
libqgis_core.so.1.8.0
[+] QgsVectorLayer::pendingFields ( ) const (1)
[symbol: _ZNK14QgsVectorLayer13pendingFieldsEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from QMap<int,QgsField> (4 bytes) to QgsFields (8 bytes). | Applications will obtain a different return value and execution may change. |
to the top
Problems with Data Types, Low Severity (201)
qgsattributeeditor.h
[+] class QgsAttributeEditor (2)
| Change |
Effect |
1 | Field mIdx has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field mLayer has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (7)
QgsAttributeEditor::metaObject ( ) constThis method is from 'QgsAttributeEditor' class.
QgsAttributeEditor::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsAttributeEditor' class.
QgsAttributeEditor::qt_metacast ( char const* p1 )This method is from 'QgsAttributeEditor' class.
QgsAttributeEditor::selectDate ( )This method is from 'QgsAttributeEditor' class.
QgsAttributeEditor::selectFileName ( )This method is from 'QgsAttributeEditor' class.
QgsAttributeEditor::staticMetaObject [data]This method is from 'QgsAttributeEditor' class.
QgsAttributeEditor::~QgsAttributeEditor [in-charge] ( )This method is from 'QgsAttributeEditor' class.
qgsattributetabledelegate.h
[+] class QgsAttributeTableDelegate (1)
| Change |
Effect |
1 | Field mFeatureSelectionModel has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (9)
QgsAttributeTableDelegate::createEditor ( QWidget* parent, QStyleOptionViewItem const& option, QModelIndex const& index ) constThis method is from 'QgsAttributeTableDelegate' class.
QgsAttributeTableDelegate::metaObject ( ) constThis method is from 'QgsAttributeTableDelegate' class.
QgsAttributeTableDelegate::paint ( QPainter* painter, QStyleOptionViewItem const& option, QModelIndex const& index ) constThis method is from 'QgsAttributeTableDelegate' class.
QgsAttributeTableDelegate::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsAttributeTableDelegate' class.
QgsAttributeTableDelegate::qt_metacast ( char const* p1 )This method is from 'QgsAttributeTableDelegate' class.
QgsAttributeTableDelegate::setEditorData ( QWidget* editor, QModelIndex const& index ) constThis method is from 'QgsAttributeTableDelegate' class.
QgsAttributeTableDelegate::setModelData ( QWidget* editor, QAbstractItemModel* model, QModelIndex const& index ) constThis method is from 'QgsAttributeTableDelegate' class.
QgsAttributeTableDelegate::staticMetaObject [data]This method is from 'QgsAttributeTableDelegate' class.
QgsAttributeTableDelegate::~QgsAttributeTableDelegate [in-charge] ( )This method is from 'QgsAttributeTableDelegate' class.
qgsattributetablefiltermodel.h
[+] class QgsAttributeTableFilterModel (10)
| Change |
Effect |
1 | Field mCanvas has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field mFilterMode has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field mMasterSelection has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field mSelectedOnTop has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field mTableModel has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Field mHideUnselected has been removed from this type. | Size of the inclusive type has been changed. |
7 | Virtual method QSortFilterProxyModel::lessThan ( QModelIndex const&, QModelIndex const& ) const has been overridden by QgsAttributeTableFilterModel::lessThan ( QModelIndex const&, QModelIndex const& ) const. | Method QgsAttributeTableFilterModel::lessThan ( QModelIndex const&, QModelIndex const& ) const will be called instead of QSortFilterProxyModel::lessThan ( QModelIndex const&, QModelIndex const& ) const by old applications. |
8 | Virtual method QSortFilterProxyModel::metaObject ( ) const has been overridden by QgsAttributeTableFilterModel::metaObject ( ) const. | Method QgsAttributeTableFilterModel::metaObject ( ) const will be called instead of QSortFilterProxyModel::metaObject ( ) const by old applications. |
9 | Virtual method QSortFilterProxyModel::qt_metacall ( enum QMetaObject::Call, int, void** ) has been overridden by QgsAttributeTableFilterModel::qt_metacall ( enum QMetaObject::Call, int, void** ). | Method QgsAttributeTableFilterModel::qt_metacall ( enum QMetaObject::Call, int, void** ) will be called instead of QSortFilterProxyModel::qt_metacall ( enum QMetaObject::Call, int, void** ) by old applications. |
10 | Virtual method QSortFilterProxyModel::qt_metacast ( char const* ) has been overridden by QgsAttributeTableFilterModel::qt_metacast ( char const* ). | Method QgsAttributeTableFilterModel::qt_metacast ( char const* ) will be called instead of QSortFilterProxyModel::qt_metacast ( char const* ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 50 entries | Virtual Table (New) - 57 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QSortFilterProxyModel::metaObject |
QgsAttributeTableFilterModel::metaObject |
12 |
QSortFilterProxyModel::qt_metacast |
QgsAttributeTableFilterModel::qt_metacast |
16 |
QSortFilterProxyModel::qt_metacall |
QgsAttributeTableFilterModel::qt_metacall |
20 |
~QgsAttributeTableFilterModel |
~QgsAttributeTableFilterModel |
24 |
~QgsAttributeTableFilterModel |
~QgsAttributeTableFilterModel |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QSortFilterProxyModel::index |
QSortFilterProxyModel::index |
60 |
QSortFilterProxyModel::parent |
QSortFilterProxyModel::parent |
64 |
QSortFilterProxyModel::rowCount |
QSortFilterProxyModel::rowCount |
68 |
QSortFilterProxyModel::columnCount |
QSortFilterProxyModel::columnCount |
72 |
QSortFilterProxyModel::hasChildren |
QSortFilterProxyModel::hasChildren |
76 |
QSortFilterProxyModel::data |
QSortFilterProxyModel::data |
80 |
QSortFilterProxyModel::setData |
QSortFilterProxyModel::setData |
84 |
QSortFilterProxyModel::headerData |
QSortFilterProxyModel::headerData |
88 |
QSortFilterProxyModel::setHeaderData |
QSortFilterProxyModel::setHeaderData |
92 |
QAbstractProxyModel::itemData |
QAbstractProxyModel::itemData |
96 |
QAbstractProxyModel::setItemData |
QAbstractProxyModel::setItemData |
100 |
QSortFilterProxyModel::mimeTypes |
QSortFilterProxyModel::mimeTypes |
104 |
QSortFilterProxyModel::mimeData |
QSortFilterProxyModel::mimeData |
108 |
QSortFilterProxyModel::dropMimeData |
QSortFilterProxyModel::dropMimeData |
112 |
QSortFilterProxyModel::supportedDropActions |
QSortFilterProxyModel::supportedDropActions |
116 |
QSortFilterProxyModel::insertRows |
QSortFilterProxyModel::insertRows |
120 |
QSortFilterProxyModel::insertColumns |
QSortFilterProxyModel::insertColumns |
124 |
QSortFilterProxyModel::removeRows |
QSortFilterProxyModel::removeRows |
128 |
QSortFilterProxyModel::removeColumns |
QSortFilterProxyModel::removeColumns |
132 |
QSortFilterProxyModel::fetchMore |
QSortFilterProxyModel::fetchMore |
136 |
QSortFilterProxyModel::canFetchMore |
QSortFilterProxyModel::canFetchMore |
140 |
QSortFilterProxyModel::flags |
QSortFilterProxyModel::flags |
144 |
QgsAttributeTableFilterModel::sort |
QgsAttributeTableFilterModel::sort |
148 |
QSortFilterProxyModel::buddy |
QSortFilterProxyModel::buddy |
152 |
QSortFilterProxyModel::match |
QSortFilterProxyModel::match |
156 |
QSortFilterProxyModel::span |
QSortFilterProxyModel::span |
160 |
QAbstractProxyModel::submit |
QAbstractProxyModel::submit |
164 |
QAbstractProxyModel::revert |
QAbstractProxyModel::revert |
168 |
QSortFilterProxyModel::setSourceModel |
QSortFilterProxyModel::setSourceModel |
172 |
QSortFilterProxyModel::mapToSource |
QSortFilterProxyModel::mapToSource |
176 |
QSortFilterProxyModel::mapFromSource |
QSortFilterProxyModel::mapFromSource |
180 |
QSortFilterProxyModel::mapSelectionToSource |
QSortFilterProxyModel::mapSelectionToSource |
184 |
QSortFilterProxyModel::mapSelectionFromSource |
QSortFilterProxyModel::mapSelectionFromSource |
188 |
QgsAttributeTableFilterModel::filterAcceptsRow |
QgsAttributeTableFilterModel::filterAcceptsRow |
192 |
QSortFilterProxyModel::filterAcceptsColumn |
QSortFilterProxyModel::filterAcceptsColumn |
196 |
QSortFilterProxyModel::lessThan |
QgsAttributeTableFilterModel::lessThan |
200 |
|
QgsAttributeTableFilterModel::setFilteredFeatures |
204 |
|
QgsAttributeTableFilterModel::fidToIndex |
208 |
|
QgsAttributeTableFilterModel::mapToMaster |
212 |
|
QgsAttributeTableFilterModel::mapFromMaster |
216 |
|
(int (*)(...))-0x000000008 |
220 |
|
(int (*)(...))(& typeinfo) |
224 |
|
non-virtual thunk |
[+] affected symbols (7)
QgsAttributeTableFilterModel::filterAcceptsRow ( int sourceRow, QModelIndex const& sourceParent ) constThis method is from 'QgsAttributeTableFilterModel' class.
QgsAttributeTableFilterModel::sort ( int column, enum Qt::SortOrder order )This method is from 'QgsAttributeTableFilterModel' class.
QgsAttributeTableFilterModel::~QgsAttributeTableFilterModel [in-charge] ( )This method is from 'QgsAttributeTableFilterModel' class.
QSortFilterProxyModel::lessThan ( QModelIndex const& left, QModelIndex const& right ) constThe method 'QgsAttributeTableFilterModel::lessThan (QModelIndex const& left, QModelIndex const& right) const' will be called instead of this method.
QSortFilterProxyModel::metaObject ( ) constThe method 'QgsAttributeTableFilterModel::metaObject () const' will be called instead of this method.
QSortFilterProxyModel::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )The method 'QgsAttributeTableFilterModel::qt_metacall (enum QMetaObject::Call p1, int p2, void** p3)' will be called instead of this method.
QSortFilterProxyModel::qt_metacast ( char const* p1 )The method 'QgsAttributeTableFilterModel::qt_metacast (char const* p1)' will be called instead of this method.
qgsattributetablemodel.h
[+] class QgsAttributeTableModel (6)
| Change |
Effect |
1 | Field mCachedField has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field mFeatureRequest has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field mFieldCache has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field mFeatureQueue has been removed from this type. | Size of the inclusive type has been changed. |
5 | Virtual method QgsAttributeTableModel::sort ( int, enum Qt::SortOrder ) has been overridden by QAbstractItemModel::sort ( int, enum Qt::SortOrder ). | Method QAbstractItemModel::sort ( int, enum Qt::SortOrder ) will be called instead of QgsAttributeTableModel::sort ( int, enum Qt::SortOrder ) by old applications. |
6 | Field mCanvas has been renamed to mLayerCache. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 51 entries | Virtual Table (New) - 51 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsAttributeTableModel::metaObject |
QgsAttributeTableModel::metaObject |
12 |
QgsAttributeTableModel::qt_metacast |
QgsAttributeTableModel::qt_metacast |
16 |
QgsAttributeTableModel::qt_metacall |
QgsAttributeTableModel::qt_metacall |
20 |
~QgsAttributeTableModel |
~QgsAttributeTableModel |
24 |
~QgsAttributeTableModel |
~QgsAttributeTableModel |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QAbstractTableModel::index |
QAbstractTableModel::index |
60 |
QAbstractTableModel::parent |
QAbstractTableModel::parent |
64 |
QgsAttributeTableModel::rowCount |
QgsAttributeTableModel::rowCount |
68 |
QgsAttributeTableModel::columnCount |
QgsAttributeTableModel::columnCount |
72 |
QAbstractTableModel::hasChildren |
QAbstractTableModel::hasChildren |
76 |
QgsAttributeTableModel::data |
QgsAttributeTableModel::data |
80 |
QgsAttributeTableModel::setData |
QgsAttributeTableModel::setData |
84 |
QgsAttributeTableModel::headerData |
QgsAttributeTableModel::headerData |
88 |
QAbstractItemModel::setHeaderData |
QAbstractItemModel::setHeaderData |
92 |
QAbstractItemModel::itemData |
QAbstractItemModel::itemData |
96 |
QAbstractItemModel::setItemData |
QAbstractItemModel::setItemData |
100 |
QAbstractItemModel::mimeTypes |
QAbstractItemModel::mimeTypes |
104 |
QAbstractItemModel::mimeData |
QAbstractItemModel::mimeData |
108 |
QAbstractTableModel::dropMimeData |
QAbstractTableModel::dropMimeData |
112 |
QAbstractItemModel::supportedDropActions |
QAbstractItemModel::supportedDropActions |
116 |
QAbstractItemModel::insertRows |
QAbstractItemModel::insertRows |
120 |
QAbstractItemModel::insertColumns |
QAbstractItemModel::insertColumns |
124 |
QgsAttributeTableModel::removeRows |
QgsAttributeTableModel::removeRows |
128 |
QAbstractItemModel::removeColumns |
QAbstractItemModel::removeColumns |
132 |
QAbstractItemModel::fetchMore |
QAbstractItemModel::fetchMore |
136 |
QAbstractItemModel::canFetchMore |
QAbstractItemModel::canFetchMore |
140 |
QgsAttributeTableModel::flags |
QgsAttributeTableModel::flags |
144 |
QgsAttributeTableModel::sort |
QAbstractItemModel::sort |
148 |
QAbstractItemModel::buddy |
QAbstractItemModel::buddy |
152 |
QAbstractItemModel::match |
QAbstractItemModel::match |
156 |
QAbstractItemModel::span |
QAbstractItemModel::span |
160 |
QAbstractItemModel::submit |
QAbstractItemModel::submit |
164 |
QAbstractItemModel::revert |
QAbstractItemModel::revert |
168 |
QgsAttributeTableModel::attributeAdded |
QgsAttributeTableModel::loadLayer |
172 |
QgsAttributeTableModel::attributeDeleted |
QgsAttributeTableModel::updatedFields |
176 |
QgsAttributeTableModel::attributeValueChanged |
QgsAttributeTableModel::attributeDeleted |
180 |
QgsAttributeTableModel::featureDeleted |
QgsAttributeTableModel::attributeValueChanged |
184 |
QgsAttributeTableModel::featureAdded |
QgsAttributeTableModel::featureDeleted |
188 |
QgsAttributeTableModel::layerDeleted |
QgsAttributeTableModel::featureAdded |
192 |
QgsAttributeTableModel::loadAttributes |
QgsAttributeTableModel::layerDeleted |
196 |
QgsAttributeTableModel::loadLayer |
QgsAttributeTableModel::loadAttributes |
200 |
QgsAttributeTableModel::featureAtId |
QgsAttributeTableModel::loadFeatureAtId |
[+] affected symbols (>10)
QgsAttributeTableModel::attributeValueChanged ( QgsFeatureId fid, int idx, QVariant const& value )This method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::columnCount ( QModelIndex const& parent ) constThis method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::data ( QModelIndex const& index, int role ) constThis method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::executeAction ( int action, QModelIndex const& idx ) constThis method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::feature ( QModelIndex const& idx ) constThis method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::featureAdded ( QgsFeatureId fid, bool inOperation )This method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::featureDeleted ( QgsFeatureId fid )This method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::fieldCol ( int idx ) constThis method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::fieldIdx ( int col ) constThis method is from 'QgsAttributeTableModel' class.
QgsAttributeTableModel::finished ( )This method is from 'QgsAttributeTableModel' class.
...
qgsattributetableview.h
[+] class QgsAttributeTableView (11)
| Change |
Effect |
1 | Field mCtrlDragSelectionFlag has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field mFeatureSelectionModel has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field mLayerCache has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field mRowSectionAnchor has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field mTableDelegate has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Virtual method QObject::eventFilter ( QObject*, QEvent* ) has been overridden by QgsAttributeTableView::eventFilter ( QObject*, QEvent* ). | Method QgsAttributeTableView::eventFilter ( QObject*, QEvent* ) will be called instead of QObject::eventFilter ( QObject*, QEvent* ) by old applications. |
7 | Virtual method QWidget::keyPressEvent ( QKeyEvent* ) has been overridden by QgsAttributeTableView::keyPressEvent ( QKeyEvent* ). | Method QgsAttributeTableView::keyPressEvent ( QKeyEvent* ) will be called instead of QWidget::keyPressEvent ( QKeyEvent* ) by old applications. |
8 | Virtual method QWidget::mouseMoveEvent ( QMouseEvent* ) has been overridden by QgsAttributeTableView::mouseMoveEvent ( QMouseEvent* ). | Method QgsAttributeTableView::mouseMoveEvent ( QMouseEvent* ) will be called instead of QWidget::mouseMoveEvent ( QMouseEvent* ) by old applications. |
9 | Virtual method QWidget::mousePressEvent ( QMouseEvent* ) has been overridden by QgsAttributeTableView::mousePressEvent ( QMouseEvent* ). | Method QgsAttributeTableView::mousePressEvent ( QMouseEvent* ) will be called instead of QWidget::mousePressEvent ( QMouseEvent* ) by old applications. |
10 | Virtual method QWidget::mouseReleaseEvent ( QMouseEvent* ) has been overridden by QgsAttributeTableView::mouseReleaseEvent ( QMouseEvent* ). | Method QgsAttributeTableView::mouseReleaseEvent ( QMouseEvent* ) will be called instead of QWidget::mouseReleaseEvent ( QMouseEvent* ) by old applications. |
11 | Virtual method QAbstractItemView::selectAll ( ) has been overridden by QgsAttributeTableView::selectAll ( ). | Method QgsAttributeTableView::selectAll ( ) will be called instead of QAbstractItemView::selectAll ( ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 103 entries | Virtual Table (New) - 106 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsAttributeTableView::metaObject |
QgsAttributeTableView::metaObject |
12 |
QgsAttributeTableView::qt_metacast |
QgsAttributeTableView::qt_metacast |
16 |
QgsAttributeTableView::qt_metacall |
QgsAttributeTableView::qt_metacall |
20 |
~QgsAttributeTableView |
~QgsAttributeTableView |
24 |
~QgsAttributeTableView |
~QgsAttributeTableView |
28 |
QAbstractItemView::event |
QAbstractItemView::event |
32 |
QObject::eventFilter |
QgsAttributeTableView::eventFilter |
36 |
QTableView::timerEvent |
QTableView::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QWidget::devType |
QWidget::devType |
60 |
QWidget::setVisible |
QWidget::setVisible |
64 |
QAbstractScrollArea::sizeHint |
QAbstractScrollArea::sizeHint |
68 |
QAbstractScrollArea::minimumSizeHint |
QAbstractScrollArea::minimumSizeHint |
72 |
QWidget::heightForWidth |
QWidget::heightForWidth |
76 |
QWidget::paintEngine |
QWidget::paintEngine |
80 |
QAbstractItemView::mousePressEvent |
QgsAttributeTableView::mousePressEvent |
84 |
QAbstractItemView::mouseReleaseEvent |
QgsAttributeTableView::mouseReleaseEvent |
88 |
QAbstractItemView::mouseDoubleClickEvent |
QAbstractItemView::mouseDoubleClickEvent |
92 |
QAbstractItemView::mouseMoveEvent |
QgsAttributeTableView::mouseMoveEvent |
96 |
QAbstractScrollArea::wheelEvent |
QAbstractScrollArea::wheelEvent |
100 |
QAbstractItemView::keyPressEvent |
QgsAttributeTableView::keyPressEvent |
104 |
QWidget::keyReleaseEvent |
QWidget::keyReleaseEvent |
108 |
QAbstractItemView::focusInEvent |
QAbstractItemView::focusInEvent |
112 |
QAbstractItemView::focusOutEvent |
QAbstractItemView::focusOutEvent |
116 |
QWidget::enterEvent |
QWidget::enterEvent |
120 |
QWidget::leaveEvent |
QWidget::leaveEvent |
124 |
QTableView::paintEvent |
QTableView::paintEvent |
128 |
QWidget::moveEvent |
QWidget::moveEvent |
132 |
QAbstractItemView::resizeEvent |
QAbstractItemView::resizeEvent |
136 |
QgsAttributeTableView::closeEvent |
QgsAttributeTableView::closeEvent |
140 |
QgsAttributeTableView::contextMenuEvent |
QgsAttributeTableView::contextMenuEvent |
144 |
QWidget::tabletEvent |
QWidget::tabletEvent |
148 |
QWidget::actionEvent |
QWidget::actionEvent |
152 |
QAbstractItemView::dragEnterEvent |
QAbstractItemView::dragEnterEvent |
156 |
QAbstractItemView::dragMoveEvent |
QAbstractItemView::dragMoveEvent |
160 |
QAbstractItemView::dragLeaveEvent |
QAbstractItemView::dragLeaveEvent |
164 |
QAbstractItemView::dropEvent |
QAbstractItemView::dropEvent |
168 |
QWidget::showEvent |
QWidget::showEvent |
172 |
QWidget::hideEvent |
QWidget::hideEvent |
176 |
QWidget::x11Event |
QWidget::x11Event |
180 |
QFrame::changeEvent |
QFrame::changeEvent |
184 |
QWidget::metric |
QWidget::metric |
188 |
QAbstractItemView::inputMethodEvent |
QAbstractItemView::inputMethodEvent |
192 |
QAbstractItemView::inputMethodQuery |
QAbstractItemView::inputMethodQuery |
196 |
QAbstractItemView::focusNextPrevChild |
QAbstractItemView::focusNextPrevChild |
200 |
QWidget::styleChange |
QWidget::styleChange |
204 |
QWidget::enabledChange |
QWidget::enabledChange |
208 |
QWidget::paletteChange |
QWidget::paletteChange |
212 |
QWidget::fontChange |
QWidget::fontChange |
216 |
QWidget::windowActivationChange |
QWidget::windowActivationChange |
220 |
QWidget::languageChange |
QWidget::languageChange |
224 |
QAbstractItemView::viewportEvent |
QAbstractItemView::viewportEvent |
228 |
QTableView::scrollContentsBy |
QTableView::scrollContentsBy |
232 |
QTableView::setModel |
QTableView::setModel |
236 |
QTableView::setSelectionModel |
QTableView::setSelectionModel |
240 |
QAbstractItemView::keyboardSearch |
QAbstractItemView::keyboardSearch |
244 |
QTableView::visualRect |
QTableView::visualRect |
248 |
QTableView::scrollTo |
QTableView::scrollTo |
252 |
QTableView::indexAt |
QTableView::indexAt |
256 |
QTableView::sizeHintForRow |
QTableView::sizeHintForRow |
260 |
QTableView::sizeHintForColumn |
QTableView::sizeHintForColumn |
264 |
QAbstractItemView::reset |
QAbstractItemView::reset |
268 |
QTableView::setRootIndex |
QTableView::setRootIndex |
272 |
QTableView::doItemsLayout |
QTableView::doItemsLayout |
276 |
QAbstractItemView::selectAll |
QgsAttributeTableView::selectAll |
280 |
QAbstractItemView::dataChanged |
QAbstractItemView::dataChanged |
284 |
QAbstractItemView::rowsInserted |
QAbstractItemView::rowsInserted |
288 |
QAbstractItemView::rowsAboutToBeRemoved |
QAbstractItemView::rowsAboutToBeRemoved |
292 |
QTableView::selectionChanged |
QTableView::selectionChanged |
296 |
QTableView::currentChanged |
QTableView::currentChanged |
300 |
QAbstractItemView::updateEditorData |
QAbstractItemView::updateEditorData |
304 |
QAbstractItemView::updateEditorGeometries |
QAbstractItemView::updateEditorGeometries |
308 |
QTableView::updateGeometries |
QTableView::updateGeometries |
312 |
QTableView::verticalScrollbarAction |
QTableView::verticalScrollbarAction |
316 |
QTableView::horizontalScrollbarAction |
QTableView::horizontalScrollbarAction |
320 |
QAbstractItemView::verticalScrollbarValueChanged |
QAbstractItemView::verticalScrollbarValueChanged |
324 |
QAbstractItemView::horizontalScrollbarValueChanged |
QAbstractItemView::horizontalScrollbarValueChanged |
328 |
QAbstractItemView::closeEditor |
QAbstractItemView::closeEditor |
332 |
QAbstractItemView::commitData |
QAbstractItemView::commitData |
336 |
QAbstractItemView::editorDestroyed |
QAbstractItemView::editorDestroyed |
340 |
QTableView::moveCursor |
QTableView::moveCursor |
344 |
QTableView::horizontalOffset |
QTableView::horizontalOffset |
348 |
QTableView::verticalOffset |
QTableView::verticalOffset |
352 |
QTableView::isIndexHidden |
QTableView::isIndexHidden |
356 |
QTableView::setSelection |
QTableView::setSelection |
360 |
QTableView::visualRegionForSelection |
QTableView::visualRegionForSelection |
364 |
QTableView::selectedIndexes |
QTableView::selectedIndexes |
368 |
QAbstractItemView::edit |
QAbstractItemView::edit |
372 |
QAbstractItemView::selectionCommand |
QAbstractItemView::selectionCommand |
376 |
QAbstractItemView::startDrag |
QAbstractItemView::startDrag |
380 |
QTableView::viewOptions |
QTableView::viewOptions |
384 |
(int (*)(...))-0x000000008 |
QgsAttributeTableView::setModel |
388 |
(int (*)(...))(& typeinfo) |
QgsAttributeTableView::selectRow |
392 |
non-virtual thunk |
QgsAttributeTableView::_q_selectRow |
396 |
non-virtual thunk |
(int (*)(...))-0x000000008 |
400 |
non-virtual thunk |
(int (*)(...))(& typeinfo) |
404 |
non-virtual thunk |
non-virtual thunk |
408 |
non-virtual thunk |
non-virtual thunk |
412 |
|
non-virtual thunk |
416 |
|
non-virtual thunk |
420 |
|
non-virtual thunk |
[+] affected symbols (>10)
QAbstractItemView::selectAll ( )The method 'QgsAttributeTableView::selectAll ()' will be called instead of this method.
QgsAttributeTableView::closeEvent ( QCloseEvent* event )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::contextMenuEvent ( QContextMenuEvent* p1 )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::finished ( )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::metaObject ( ) constThis method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::QgsAttributeTableView [in-charge] ( QWidget* parent )This constructor is from 'QgsAttributeTableView' class.
QgsAttributeTableView::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::qt_metacast ( char const* p1 )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::staticMetaObject [data]This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::willShowContextMenu ( struct QMenu* menu, QModelIndex atIndex )This method is from 'QgsAttributeTableView' class.
...
qgsbrowsermodel.h
[+] class QgsBrowserModel (4)
| Change |
Effect |
1 | Field mFavourites has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field mProjectHome has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Virtual method QAbstractItemModel::canFetchMore ( QModelIndex const& ) const has been overridden by QgsBrowserModel::canFetchMore ( QModelIndex const& ) const. | Method QgsBrowserModel::canFetchMore ( QModelIndex const& ) const will be called instead of QAbstractItemModel::canFetchMore ( QModelIndex const& ) const by old applications. |
4 | Virtual method QAbstractItemModel::fetchMore ( QModelIndex const& ) has been overridden by QgsBrowserModel::fetchMore ( QModelIndex const& ). | Method QgsBrowserModel::fetchMore ( QModelIndex const& ) will be called instead of QAbstractItemModel::fetchMore ( QModelIndex const& ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 42 entries | Virtual Table (New) - 42 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsBrowserModel::metaObject |
QgsBrowserModel::metaObject |
12 |
QgsBrowserModel::qt_metacast |
QgsBrowserModel::qt_metacast |
16 |
QgsBrowserModel::qt_metacall |
QgsBrowserModel::qt_metacall |
20 |
~QgsBrowserModel |
~QgsBrowserModel |
24 |
~QgsBrowserModel |
~QgsBrowserModel |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QgsBrowserModel::index |
QgsBrowserModel::index |
60 |
QgsBrowserModel::parent |
QgsBrowserModel::parent |
64 |
QgsBrowserModel::rowCount |
QgsBrowserModel::rowCount |
68 |
QgsBrowserModel::columnCount |
QgsBrowserModel::columnCount |
72 |
QgsBrowserModel::hasChildren |
QgsBrowserModel::hasChildren |
76 |
QgsBrowserModel::data |
QgsBrowserModel::data |
80 |
QAbstractItemModel::setData |
QAbstractItemModel::setData |
84 |
QgsBrowserModel::headerData |
QgsBrowserModel::headerData |
88 |
QAbstractItemModel::setHeaderData |
QAbstractItemModel::setHeaderData |
92 |
QAbstractItemModel::itemData |
QAbstractItemModel::itemData |
96 |
QAbstractItemModel::setItemData |
QAbstractItemModel::setItemData |
100 |
QgsBrowserModel::mimeTypes |
QgsBrowserModel::mimeTypes |
104 |
QgsBrowserModel::mimeData |
QgsBrowserModel::mimeData |
108 |
QgsBrowserModel::dropMimeData |
QgsBrowserModel::dropMimeData |
112 |
QAbstractItemModel::supportedDropActions |
QAbstractItemModel::supportedDropActions |
116 |
QAbstractItemModel::insertRows |
QAbstractItemModel::insertRows |
120 |
QAbstractItemModel::insertColumns |
QAbstractItemModel::insertColumns |
124 |
QAbstractItemModel::removeRows |
QAbstractItemModel::removeRows |
128 |
QAbstractItemModel::removeColumns |
QAbstractItemModel::removeColumns |
132 |
QAbstractItemModel::fetchMore |
QgsBrowserModel::fetchMore |
136 |
QAbstractItemModel::canFetchMore |
QgsBrowserModel::canFetchMore |
140 |
QgsBrowserModel::flags |
QgsBrowserModel::flags |
144 |
QAbstractItemModel::sort |
QAbstractItemModel::sort |
148 |
QAbstractItemModel::buddy |
QAbstractItemModel::buddy |
152 |
QAbstractItemModel::match |
QAbstractItemModel::match |
156 |
QAbstractItemModel::span |
QAbstractItemModel::span |
160 |
QAbstractItemModel::submit |
QAbstractItemModel::submit |
164 |
QAbstractItemModel::revert |
QAbstractItemModel::revert |
[+] affected symbols (>10)
QAbstractItemModel::canFetchMore ( QModelIndex const& parent ) constThe method 'QgsBrowserModel::canFetchMore (QModelIndex const& parent) const' will be called instead of this method.
QAbstractItemModel::fetchMore ( QModelIndex const& parent )The method 'QgsBrowserModel::fetchMore (QModelIndex const& parent)' will be called instead of this method.
QgsBrowserModel::addRootItems ( )This method is from 'QgsBrowserModel' class.
QgsBrowserModel::beginInsertItems ( QgsDataItem* parent, int first, int last )This method is from 'QgsBrowserModel' class.
QgsBrowserModel::beginRemoveItems ( QgsDataItem* parent, int first, int last )This method is from 'QgsBrowserModel' class.
QgsBrowserModel::columnCount ( QModelIndex const& parent ) constThis method is from 'QgsBrowserModel' class.
QgsBrowserModel::connectItem ( QgsDataItem* item )This method is from 'QgsBrowserModel' class.
QgsBrowserModel::data ( QModelIndex const& index, int role ) constThis method is from 'QgsBrowserModel' class.
QgsBrowserModel::dataItem ( QModelIndex const& idx ) constThis method is from 'QgsBrowserModel' class.
QgsBrowserModel::dropMimeData ( QMimeData const* data, enum Qt::DropAction action, int row, int column, QModelIndex const& parent )This method is from 'QgsBrowserModel' class.
...
qgscolorbutton.h
[+] class QgsColorButton (11)
| Change |
Effect |
1 | Field mAcceptLiveUpdates has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field mColorDialogOptions has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field mColorDialogTitle has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field mTempPNG has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Base class QPushButton has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
6 | Virtual method QWidget::changeEvent ( QEvent* ) has been overridden by QgsColorButton::changeEvent ( QEvent* ). | Method QgsColorButton::changeEvent ( QEvent* ) will be called instead of QWidget::changeEvent ( QEvent* ) by old applications. |
7 | Virtual method QObject::metaObject ( ) const has been overridden by QgsColorButton::metaObject ( ) const. | Method QgsColorButton::metaObject ( ) const will be called instead of QObject::metaObject ( ) const by old applications. |
8 | Virtual method QObject::qt_metacall ( enum QMetaObject::Call, int, void** ) has been overridden by QgsColorButton::qt_metacall ( enum QMetaObject::Call, int, void** ). | Method QgsColorButton::qt_metacall ( enum QMetaObject::Call, int, void** ) will be called instead of QObject::qt_metacall ( enum QMetaObject::Call, int, void** ) by old applications. |
9 | Virtual method QObject::qt_metacast ( char const* ) has been overridden by QgsColorButton::qt_metacast ( char const* ). | Method QgsColorButton::qt_metacast ( char const* ) will be called instead of QObject::qt_metacast ( char const* ) by old applications. |
10 | Virtual method QWidget::showEvent ( QShowEvent* ) has been overridden by QgsColorButton::showEvent ( QShowEvent* ). | Method QgsColorButton::showEvent ( QShowEvent* ) will be called instead of QWidget::showEvent ( QShowEvent* ) by old applications. |
11 | Base class QToolButton has been removed. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 66 entries | Virtual Table (New) - 66 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QToolButton::metaObject |
QgsColorButton::metaObject |
12 |
QToolButton::qt_metacast |
QgsColorButton::qt_metacast |
16 |
QToolButton::qt_metacall |
QgsColorButton::qt_metacall |
20 |
~QgsColorButton |
~QgsColorButton |
24 |
~QgsColorButton |
~QgsColorButton |
28 |
QToolButton::event |
QPushButton::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QToolButton::timerEvent |
QAbstractButton::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QWidget::devType |
QWidget::devType |
60 |
QWidget::setVisible |
QWidget::setVisible |
64 |
QToolButton::sizeHint |
QPushButton::sizeHint |
68 |
QToolButton::minimumSizeHint |
QPushButton::minimumSizeHint |
72 |
QWidget::heightForWidth |
QWidget::heightForWidth |
76 |
QWidget::paintEngine |
QWidget::paintEngine |
80 |
QToolButton::mousePressEvent |
QAbstractButton::mousePressEvent |
84 |
QToolButton::mouseReleaseEvent |
QAbstractButton::mouseReleaseEvent |
88 |
QWidget::mouseDoubleClickEvent |
QWidget::mouseDoubleClickEvent |
92 |
QAbstractButton::mouseMoveEvent |
QAbstractButton::mouseMoveEvent |
96 |
QWidget::wheelEvent |
QWidget::wheelEvent |
100 |
QAbstractButton::keyPressEvent |
QPushButton::keyPressEvent |
104 |
QAbstractButton::keyReleaseEvent |
QAbstractButton::keyReleaseEvent |
108 |
QAbstractButton::focusInEvent |
QPushButton::focusInEvent |
112 |
QAbstractButton::focusOutEvent |
QPushButton::focusOutEvent |
116 |
QToolButton::enterEvent |
QWidget::enterEvent |
120 |
QToolButton::leaveEvent |
QWidget::leaveEvent |
124 |
QgsColorButton::paintEvent |
QPushButton::paintEvent |
128 |
QWidget::moveEvent |
QWidget::moveEvent |
132 |
QWidget::resizeEvent |
QWidget::resizeEvent |
136 |
QWidget::closeEvent |
QWidget::closeEvent |
140 |
QWidget::contextMenuEvent |
QWidget::contextMenuEvent |
144 |
QWidget::tabletEvent |
QWidget::tabletEvent |
148 |
QToolButton::actionEvent |
QWidget::actionEvent |
152 |
QWidget::dragEnterEvent |
QWidget::dragEnterEvent |
156 |
QWidget::dragMoveEvent |
QWidget::dragMoveEvent |
160 |
QWidget::dragLeaveEvent |
QWidget::dragLeaveEvent |
164 |
QWidget::dropEvent |
QWidget::dropEvent |
168 |
QWidget::showEvent |
QgsColorButton::showEvent |
172 |
QWidget::hideEvent |
QWidget::hideEvent |
176 |
QWidget::x11Event |
QWidget::x11Event |
180 |
QToolButton::changeEvent |
QgsColorButton::changeEvent |
184 |
QWidget::metric |
QWidget::metric |
188 |
QWidget::inputMethodEvent |
QWidget::inputMethodEvent |
192 |
QWidget::inputMethodQuery |
QWidget::inputMethodQuery |
196 |
QWidget::focusNextPrevChild |
QWidget::focusNextPrevChild |
200 |
QWidget::styleChange |
QWidget::styleChange |
204 |
QWidget::enabledChange |
QWidget::enabledChange |
208 |
QWidget::paletteChange |
QWidget::paletteChange |
212 |
QWidget::fontChange |
QWidget::fontChange |
216 |
QWidget::windowActivationChange |
QWidget::windowActivationChange |
220 |
QWidget::languageChange |
QWidget::languageChange |
224 |
QToolButton::hitButton |
QAbstractButton::hitButton |
228 |
QAbstractButton::checkStateSet |
QAbstractButton::checkStateSet |
232 |
QToolButton::nextCheckState |
QAbstractButton::nextCheckState |
236 |
(int (*)(...))-0x000000008 |
(int (*)(...))-0x000000008 |
240 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
244 |
non-virtual thunk |
non-virtual thunk |
248 |
non-virtual thunk |
non-virtual thunk |
252 |
non-virtual thunk |
non-virtual thunk |
256 |
non-virtual thunk |
non-virtual thunk |
260 |
non-virtual thunk |
non-virtual thunk |
[+] affected symbols (9)
QgsColorButton::paintEvent ( QPaintEvent* e )This method is from 'QgsColorButton' class.
QgsColorButton::QgsColorButton [in-charge] ( QWidget* parent )This constructor is from 'QgsColorButton' class.
QgsColorButton::setColor ( QColor const& color )This method is from 'QgsColorButton' class.
QgsColorButton::~QgsColorButton [in-charge] ( )This method is from 'QgsColorButton' class.
QObject::metaObject ( ) constThe method 'QgsColorButton::metaObject () const' will be called instead of this method.
QObject::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )The method 'QgsColorButton::qt_metacall (enum QMetaObject::Call p1, int p2, void** p3)' will be called instead of this method.
QObject::qt_metacast ( char const* p1 )The method 'QgsColorButton::qt_metacast (char const* p1)' will be called instead of this method.
QWidget::changeEvent ( QEvent* p1 )The method 'QgsColorButton::changeEvent (QEvent* e)' will be called instead of this method.
QWidget::showEvent ( QShowEvent* p1 )The method 'QgsColorButton::showEvent (QShowEvent* e)' will be called instead of this method.
qgscolorrampshader.h
[+] class QgsColorRampShader (1)
| Change |
Effect |
1 | Field mClip has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (6)
QgsColorRampShader::colorRampTypeAsQString ( )This method is from 'QgsColorRampShader' class.
QgsColorRampShader::QgsColorRampShader [in-charge] ( double theMinimumValue, double theMaximumValue )This constructor is from 'QgsColorRampShader' class.
QgsColorRampShader::setColorRampItemList ( QList<QgsColorRampShader::ColorRampItem>const& theList )This method is from 'QgsColorRampShader' class.
QgsColorRampShader::setColorRampType ( enum QgsColorRampShader::ColorRamp_TYPE theColorRampType )This method is from 'QgsColorRampShader' class.
QgsColorRampShader::setColorRampType ( QString p1 )This method is from 'QgsColorRampShader' class.
QgsColorRampShader::~QgsColorRampShader [in-charge] ( )This method is from 'QgsColorRampShader' class.
qgscontexthelp.h
[+] class QgsContextHelp (2)
| Change |
Effect |
1 | Size of this type has been changed from 16 bytes to 12 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field mNextProcess has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (4)
QgsContextHelp::metaObject ( ) constThis method is from 'QgsContextHelp' class.
QgsContextHelp::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsContextHelp' class.
QgsContextHelp::qt_metacast ( char const* p1 )This method is from 'QgsContextHelp' class.
QgsContextHelp::staticMetaObject [data]This method is from 'QgsContextHelp' class.
qgscoordinatereferencesystem.h
[+] typedef CUSTOM_CRS_VALIDATION (1)
| Change |
Effect |
1 | Base type has been changed from void(*)(QgsCoordinateReferenceSystem*) to void(*)(QgsCoordinateReferenceSystem&). | Replacement of the base data type may indicate a change in its semantic meaning. |
[+] affected symbols (1)
QgsCoordinateReferenceSystem::customSrsValidation ( ) [static]Return value has type 'CUSTOM_CRS_VALIDATION'.
qgsdataprovider.h
[+] class QgsDataProvider (1)
| Change |
Effect |
1 | Field mError has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (>10)
QgsDataProvider::dataChanged ( )This method is from 'QgsDataProvider' class.
QgsDataProvider::dataChanged ( int changed )This method is from 'QgsDataProvider' class.
QgsDataProvider::dataSourceUri ( ) constThis method is from 'QgsDataProvider' class.
QgsDataProvider::dataTimestamp ( ) constThis method is from 'QgsDataProvider' class.
QgsDataProvider::fileRasterFilters ( ) constThis method is from 'QgsDataProvider' class.
QgsDataProvider::fileVectorFilters ( ) constThis method is from 'QgsDataProvider' class.
QgsDataProvider::fullExtentCalculated ( )This method is from 'QgsDataProvider' class.
QgsDataProvider::metaObject ( ) constThis method is from 'QgsDataProvider' class.
QgsDataProvider::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsDataProvider' class.
QgsDataProvider::qt_metacast ( char const* p1 )This method is from 'QgsDataProvider' class.
...
qgsdatasourceuri.h
[+] class QgsDataSourceURI (1)
| Change |
Effect |
1 | Field mParams has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (>10)
QgsDataSourceURI::clearSchema ( )This method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::connectionInfo ( ) constThis method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::database ( ) constThis method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::disableSelectAtId ( bool theFlag )This method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::geometryColumn ( ) constThis method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::host ( ) constThis method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::keyColumn ( ) constThis method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::password ( ) constThis method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::port ( ) constThis method is from 'QgsDataSourceURI' class.
QgsDataSourceURI::QgsDataSourceURI [in-charge] ( )This constructor is from 'QgsDataSourceURI' class.
...
qgsdiagramrendererv2.h
[+] class QgsLinearlyInterpolatedDiagramRenderer (7)
| Change |
Effect |
1 | Field mInterpolationSettings has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Size of field mSettings has been changed from 92 bytes to 128 bytes. | Size of the inclusive type has been changed. |
3 | Field mClassificationAttribute has been removed from this type. | Size of the inclusive type has been changed. |
4 | Field mLowerSize has been removed from this type. | Size of the inclusive type has been changed. |
5 | Field mLowerValue has been removed from this type. | Size of the inclusive type has been changed. |
6 | Field mUpperSize has been removed from this type. | Size of the inclusive type has been changed. |
7 | Field mUpperValue has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (5)
QgsLinearlyInterpolatedDiagramRenderer::diagramAttributes ( ) constThis method is from 'QgsLinearlyInterpolatedDiagramRenderer' class.
QgsLinearlyInterpolatedDiagramRenderer::diagramSettings ( ) constThis method is from 'QgsLinearlyInterpolatedDiagramRenderer' class.
QgsLinearlyInterpolatedDiagramRenderer::QgsLinearlyInterpolatedDiagramRenderer [in-charge] ( )This constructor is from 'QgsLinearlyInterpolatedDiagramRenderer' class.
QgsLinearlyInterpolatedDiagramRenderer::rendererName ( ) constThis method is from 'QgsLinearlyInterpolatedDiagramRenderer' class.
QgsLinearlyInterpolatedDiagramRenderer::~QgsLinearlyInterpolatedDiagramRenderer [in-charge] ( )This method is from 'QgsLinearlyInterpolatedDiagramRenderer' class.
[+] class QgsSingleCategoryDiagramRenderer (1)
| Change |
Effect |
1 | Size of field mSettings has been changed from 92 bytes to 128 bytes. | Size of the inclusive type has been changed. |
[+] affected symbols (5)
QgsSingleCategoryDiagramRenderer::diagramAttributes ( ) constThis method is from 'QgsSingleCategoryDiagramRenderer' class.
QgsSingleCategoryDiagramRenderer::diagramSettings ( ) constThis method is from 'QgsSingleCategoryDiagramRenderer' class.
QgsSingleCategoryDiagramRenderer::QgsSingleCategoryDiagramRenderer [in-charge] ( )This constructor is from 'QgsSingleCategoryDiagramRenderer' class.
QgsSingleCategoryDiagramRenderer::rendererName ( ) constThis method is from 'QgsSingleCategoryDiagramRenderer' class.
QgsSingleCategoryDiagramRenderer::~QgsSingleCategoryDiagramRenderer [in-charge] ( )This method is from 'QgsSingleCategoryDiagramRenderer' class.
qgsexpressionbuilderwidget.h
[+] class QgsExpressionBuilderWidget (1)
| Change |
Effect |
1 | Field mDa has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (>10)
QgsExpressionBuilderWidget::currentChanged ( QModelIndex const& index, QModelIndex const& p2 )This method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::expressionParsed ( bool isValid )This method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::expressionText ( )This method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::isExpressionValid ( )This method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::loadAllValues ( )This method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::loadFieldNames ( )This method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::loadSampleValues ( )This method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::metaObject ( ) constThis method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::on_expressionTree_doubleClicked ( QModelIndex const& index )This method is from 'QgsExpressionBuilderWidget' class.
QgsExpressionBuilderWidget::on_lblPreview_linkActivated ( QString link )This method is from 'QgsExpressionBuilderWidget' class.
...
qgsfieldvalidator.h
[+] class QgsFieldValidator (1)
| Change |
Effect |
1 | Field mDateFormat has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (7)
QgsFieldValidator::fixup ( QString& p1 ) constThis method is from 'QgsFieldValidator' class.
QgsFieldValidator::metaObject ( ) constThis method is from 'QgsFieldValidator' class.
QgsFieldValidator::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsFieldValidator' class.
QgsFieldValidator::qt_metacast ( char const* p1 )This method is from 'QgsFieldValidator' class.
QgsFieldValidator::staticMetaObject [data]This method is from 'QgsFieldValidator' class.
QgsFieldValidator::validate ( QString& p1, int& p2 ) constThis method is from 'QgsFieldValidator' class.
QgsFieldValidator::~QgsFieldValidator [in-charge] ( )This method is from 'QgsFieldValidator' class.
qgsfillsymbollayerv2.h
[+] class QgsCentroidFillSymbolLayerV2 (1)
| Change |
Effect |
1 | Virtual method QgsSymbolLayerV2::usedAttributes ( ) const has been overridden by QgsCentroidFillSymbolLayerV2::usedAttributes ( ) const. | Method QgsCentroidFillSymbolLayerV2::usedAttributes ( ) const will be called instead of QgsSymbolLayerV2::usedAttributes ( ) const by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 17 entries | Virtual Table (New) - 27 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsCentroidFillSymbolLayerV2::setColor |
QgsCentroidFillSymbolLayerV2::setColor |
12 |
QgsSymbolLayerV2::color |
QgsSymbolLayerV2::color |
16 |
~QgsCentroidFillSymbolLayerV2 |
~QgsCentroidFillSymbolLayerV2 |
20 |
~QgsCentroidFillSymbolLayerV2 |
~QgsCentroidFillSymbolLayerV2 |
24 |
QgsCentroidFillSymbolLayerV2::layerType |
QgsCentroidFillSymbolLayerV2::layerType |
28 |
QgsCentroidFillSymbolLayerV2::startRender |
QgsCentroidFillSymbolLayerV2::startRender |
32 |
QgsCentroidFillSymbolLayerV2::stopRender |
QgsCentroidFillSymbolLayerV2::stopRender |
36 |
QgsCentroidFillSymbolLayerV2::clone |
QgsCentroidFillSymbolLayerV2::clone |
40 |
QgsCentroidFillSymbolLayerV2::toSld |
QgsCentroidFillSymbolLayerV2::toSld |
44 |
QgsCentroidFillSymbolLayerV2::properties |
QgsSymbolLayerV2::ogrFeatureStyle |
48 |
QgsFillSymbolLayerV2::drawPreviewIcon |
QgsCentroidFillSymbolLayerV2::properties |
52 |
QgsCentroidFillSymbolLayerV2::subSymbol |
QgsFillSymbolLayerV2::drawPreviewIcon |
56 |
QgsCentroidFillSymbolLayerV2::setSubSymbol |
QgsCentroidFillSymbolLayerV2::subSymbol |
60 |
QgsSymbolLayerV2::usedAttributes |
QgsCentroidFillSymbolLayerV2::setSubSymbol |
64 |
QgsCentroidFillSymbolLayerV2::renderPolygon |
QgsCentroidFillSymbolLayerV2::setOutputUnit |
68 |
|
QgsCentroidFillSymbolLayerV2::outputUnit |
72 |
|
QgsCentroidFillSymbolLayerV2::usedAttributes |
76 |
|
QgsSymbolLayerV2::dataDefinedProperty |
80 |
|
QgsSymbolLayerV2::dataDefinedPropertyString |
84 |
|
QgsSymbolLayerV2::setDataDefinedProperty |
88 |
|
QgsSymbolLayerV2::removeDataDefinedProperty |
92 |
|
QgsSymbolLayerV2::removeDataDefinedProperties |
96 |
|
QgsSymbolLayerV2::prepareExpressions |
100 |
|
QgsSymbolLayerV2::expression |
104 |
|
QgsCentroidFillSymbolLayerV2::renderPolygon |
[+] affected symbols (1)
QgsSymbolLayerV2::usedAttributes ( ) constThe method 'QgsCentroidFillSymbolLayerV2::usedAttributes () const' will be called instead of this method.
[+] class QgsLinePatternFillSymbolLayer (1)
| Change |
Effect |
1 | Field mOffsetUnit has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (10)
QgsLinePatternFillSymbolLayer::clone ( ) constThis method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::color ( ) constThis method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::layerType ( ) constThis method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::properties ( ) constThis method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::QgsLinePatternFillSymbolLayer [in-charge] ( )This constructor is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::setColor ( QColor const& c )This method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsLinePatternFillSymbolLayer' class.
QgsLinePatternFillSymbolLayer::~QgsLinePatternFillSymbolLayer [in-charge] ( )This method is from 'QgsLinePatternFillSymbolLayer' class.
[+] class QgsPointPatternFillSymbolLayer (1)
| Change |
Effect |
1 | Field mDisplacementYUnit has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (10)
QgsPointPatternFillSymbolLayer::clone ( ) constThis method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::layerType ( ) constThis method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::properties ( ) constThis method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::QgsPointPatternFillSymbolLayer [in-charge] ( )This constructor is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::setSubSymbol ( QgsSymbolV2* symbol )This method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::subSymbol ( )This method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsPointPatternFillSymbolLayer' class.
QgsPointPatternFillSymbolLayer::~QgsPointPatternFillSymbolLayer [in-charge] ( )This method is from 'QgsPointPatternFillSymbolLayer' class.
[+] class QgsSimpleFillSymbolLayerV2 (1)
| Change |
Effect |
1 | Field mOffsetUnit has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (9)
QgsSimpleFillSymbolLayerV2::clone ( ) constThis method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::layerType ( ) constThis method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::properties ( ) constThis method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::QgsSimpleFillSymbolLayerV2 [in-charge] ( QColor color, enum Qt::BrushStyle style, QColor borderColor, enum Qt::PenStyle borderStyle, double borderWidth )This constructor is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::renderPolygon ( QPolygonF const& points, QList<QPolygonF>* rings, QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsSimpleFillSymbolLayerV2' class.
QgsSimpleFillSymbolLayerV2::~QgsSimpleFillSymbolLayerV2 [in-charge] ( )This method is from 'QgsSimpleFillSymbolLayerV2' class.
[+] class QgsSVGFillSymbolLayer (1)
| Change |
Effect |
1 | Field mSvgOutlineWidthUnit has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (10)
QgsSVGFillSymbolLayer::clone ( ) constThis method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::layerType ( ) constThis method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::properties ( ) constThis method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::QgsSVGFillSymbolLayer [in-charge] ( QByteArray const& svgData, double width, double rotation )This constructor is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::QgsSVGFillSymbolLayer [in-charge] ( QString const& svgFilePath, double width, double rotation )This constructor is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::setSvgFilePath ( QString const& svgPath )This method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::startRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::stopRender ( QgsSymbolV2RenderContext& context )This method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsSVGFillSymbolLayer' class.
QgsSVGFillSymbolLayer::~QgsSVGFillSymbolLayer [in-charge] ( )This method is from 'QgsSVGFillSymbolLayer' class.
qgsgeometry.h
[+] class QgsGeometry (5)
| Change |
Effect |
1 | Field mDirtyGeos became mutable. | The value of this field can begin to change in ways outside the control of old client applications. |
2 | Field mDirtyWkb became mutable. | The value of this field can begin to change in ways outside the control of old client applications. |
3 | Field mGeometry became mutable. | The value of this field can begin to change in ways outside the control of old client applications. |
4 | Field mGeometrySize became mutable. | The value of this field can begin to change in ways outside the control of old client applications. |
5 | Field mGeos became mutable. | The value of this field can begin to change in ways outside the control of old client applications. |
[+] affected symbols (>10)
QgsDistanceArea::measure ( QgsGeometry* geometry )1st parameter 'geometry' (pointer) has base type 'QgsGeometry'.
QgsDistanceArea::measurePerimeter ( QgsGeometry* geometry )1st parameter 'geometry' (pointer) has base type 'QgsGeometry'.
QgsFeature::geometryAndOwnership ( )Return value (pointer) has base type 'QgsGeometry'.
QgsFeature::setGeometry ( QgsGeometry const& geom )1st parameter 'geom' (reference) has base type 'QgsGeometry'.
QgsFeature::setGeometry ( QgsGeometry* geom )1st parameter 'geom' (pointer) has base type 'QgsGeometry'.
QgsGeometry::addPart ( QList<QgsPoint>const& points )This method is from 'QgsGeometry' class.
QgsGeometry::addRing ( QList<QgsPoint>const& ring )This method is from 'QgsGeometry' class.
QgsGeometry::adjacentVertices ( int atVertex, int& beforeVertex, int& afterVertex )This method is from 'QgsGeometry' class.
QgsGeometry::area ( )This method is from 'QgsGeometry' class.
QgsGeometry::boundingBox ( )This method is from 'QgsGeometry' class.
...
qgslabel.h
[+] class QgsLabel (2)
| Change |
Effect |
1 | Field mFields has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field mField has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (>10)
QgsLabel::addRequiredFields ( QgsAttributeList& fields ) constThis method is from 'QgsLabel' class.
QgsLabel::fields ( )This method is from 'QgsLabel' class.
QgsLabel::fieldValue ( int attr, QgsFeature& feature )This method is from 'QgsLabel' class.
QgsLabel::labelAttributes ( )This method is from 'QgsLabel' class.
QgsLabel::labelField ( int attr ) constThis method is from 'QgsLabel' class.
QgsLabel::maxScale ( ) constThis method is from 'QgsLabel' class.
QgsLabel::minScale ( ) constThis method is from 'QgsLabel' class.
QgsLabel::readXML ( QDomNode const& node )This method is from 'QgsLabel' class.
QgsLabel::renderLabel ( QgsRenderContext& renderContext, QgsFeature& feature, bool selected, QgsLabelAttributes* classAttributes )This method is from 'QgsLabel' class.
QgsLabel::scaleBasedVisibility ( ) constThis method is from 'QgsLabel' class.
...
qgsmapcanvas.h
[+] class QgsMapCanvas (1)
| Change |
Effect |
1 | Field mBackbufferEnabled has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (>10)
QgsMapCanvas::canvasColor ( ) constThis method is from 'QgsMapCanvas' class.
QgsMapCanvas::canvasPaintDevice ( )This method is from 'QgsMapCanvas' class.
QgsMapCanvas::clear ( )This method is from 'QgsMapCanvas' class.
QgsMapCanvas::clearExtentHistory ( )This method is from 'QgsMapCanvas' class.
QgsMapCanvas::currentLayer ( )This method is from 'QgsMapCanvas' class.
QgsMapCanvas::dragEnterEvent ( QDragEnterEvent* e )This method is from 'QgsMapCanvas' class.
QgsMapCanvas::enableAntiAliasing ( bool theFlag )This method is from 'QgsMapCanvas' class.
QgsMapCanvas::enableOverviewMode ( QgsMapOverviewCanvas* overview )Field 'overview->mMapCanvas' in 1st parameter 'overview' (pointer) has base type 'QgsMapCanvas'.
QgsMapCanvas::extent ( ) constThis method is from 'QgsMapCanvas' class.
QgsMapCanvas::extentsChanged ( )This method is from 'QgsMapCanvas' class.
...
qgsmaplayer.h
[+] class QgsMapLayer (11)
| Change |
Effect |
1 | Field mAttribution has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field mAttributionUrl has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field mDataUrl has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field mDataUrlFormat has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field mError has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Field mKeywordList has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
7 | Field mMetadataUrl has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
8 | Field mMetadataUrlFormat has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
9 | Field mMetadataUrlType has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
10 | Field mBlendMode has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
11 | Field mLayerExtent has been renamed to mExtent. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
QgisInterface::currentLayerChanged ( QgsMapLayer* layer )1st parameter 'layer' (pointer) has base type 'QgsMapLayer'.
QgsLegendModel::addLayer ( QgsMapLayer* theMapLayer )1st parameter 'theMapLayer' (pointer) has base type 'QgsMapLayer'.
QgsMapCanvas::currentLayer ( )Return value (pointer) has base type 'QgsMapLayer'.
QgsMapCanvas::layer ( int index )Return value (pointer) has base type 'QgsMapLayer'.
QgsMapCanvas::selectionChanged ( QgsMapLayer* layer )1st parameter 'layer' (pointer) has base type 'QgsMapLayer'.
QgsMapCanvas::setCurrentLayer ( QgsMapLayer* layer )1st parameter 'layer' (pointer) has base type 'QgsMapLayer'.
QgsMapCanvas::showError ( QgsMapLayer* mapLayer )1st parameter 'mapLayer' (pointer) has base type 'QgsMapLayer'.
QgsMapLayer::clearCacheImage ( )This method is from 'QgsMapLayer' class.
QgsMapLayer::connectNotify ( char const* signal )This method is from 'QgsMapLayer' class.
QgsMapLayer::crs ( ) constThis method is from 'QgsMapLayer' class.
...
qgsmaplayerregistry.h
[+] class QgsMapLayerRegistry (1)
| Change |
Effect |
1 | Field mOwnedLayers has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (>10)
QgsMapLayerRegistry::clearAllLayerCaches ( )This method is from 'QgsMapLayerRegistry' class.
QgsMapLayerRegistry::count ( )This method is from 'QgsMapLayerRegistry' class.
QgsMapLayerRegistry::instance ( ) [static]Return value (pointer) has base type 'QgsMapLayerRegistry'.
QgsMapLayerRegistry::layersAdded ( QList<QgsMapLayer*> theMapLayers )This method is from 'QgsMapLayerRegistry' class.
QgsMapLayerRegistry::layersWillBeRemoved ( QStringList theLayerIds )This method is from 'QgsMapLayerRegistry' class.
QgsMapLayerRegistry::layerWasAdded ( QgsMapLayer* theMapLayer )This method is from 'QgsMapLayerRegistry' class.
QgsMapLayerRegistry::layerWillBeRemoved ( QString theLayerId )This method is from 'QgsMapLayerRegistry' class.
QgsMapLayerRegistry::mapLayer ( QString theLayerId )This method is from 'QgsMapLayerRegistry' class.
QgsMapLayerRegistry::mapLayers ( )This method is from 'QgsMapLayerRegistry' class.
QgsMapLayerRegistry::metaObject ( ) constThis method is from 'QgsMapLayerRegistry' class.
...
qgsmaptopixel.h
[+] class QgsMapToPixel (2)
| Change |
Effect |
1 | Size of this type has been changed from 40 bytes to 32 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field xMax has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (>10)
QgsLabelingEngineInterface::addDiagramLayer ( QgsVectorLayer* layer, QgsDiagramLayerSettings* s )Field 's->xform' in 2nd parameter 's' (pointer) has base type 'QgsMapToPixel'.
QgsMapCanvas::getCoordinateTransform ( )Return value (pointer) has base type 'QgsMapToPixel'.
QgsMapToPixel::mapUnitsPerPixel ( ) constThis method is from 'QgsMapToPixel' class.
QgsMapToPixel::QgsMapToPixel [in-charge] ( double mapUnitsPerPixel, double ymax, double ymin, double xmin )This constructor is from 'QgsMapToPixel' class.
QgsMapToPixel::setMapUnitsPerPixel ( double mapUnitsPerPixel )This method is from 'QgsMapToPixel' class.
QgsMapToPixel::setParameters ( double mapUnitsPerPixel, double xmin, double ymin, double ymax )This method is from 'QgsMapToPixel' class.
QgsMapToPixel::setXMinimum ( double xmin )This method is from 'QgsMapToPixel' class.
QgsMapToPixel::setYMaximum ( double ymax )This method is from 'QgsMapToPixel' class.
QgsMapToPixel::setYMinimum ( double ymin )This method is from 'QgsMapToPixel' class.
QgsMapToPixel::showParameters ( )This method is from 'QgsMapToPixel' class.
...
qgspallabeling.h
[+] class QgsPalLabeling (2)
| Change |
Effect |
1 | Field mSavedWithProject has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field mShowingShadowRects has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (>10)
QgsPalLabeling::addDiagramLayer ( QgsVectorLayer* layer, QgsDiagramLayerSettings* s )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::clone ( )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::drawLabelCandidateRect ( struct pal::LabelPosition* lp, QPainter* painter, QgsMapToPixel const* xform )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::drawLabeling ( QgsRenderContext& context )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::exit ( )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::init ( QgsMapRenderer* mr )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::labelsAtPosition ( QgsPoint const& p )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::layer ( QString const& layerName )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::numCandidatePositions ( int& candPoint, int& candLine, int& candPolygon )This method is from 'QgsPalLabeling' class.
QgsPalLabeling::prepareLayer ( QgsVectorLayer* layer, QSet<int>& attrIndices, QgsRenderContext& ctx )This method is from 'QgsPalLabeling' class.
...
[+] class QgsPalLayerSettings (13)
| Change |
Effect |
1 | Field mFeatsRegPal has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field mFeatsSendingToPal has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field mFeaturesToLabel has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field mTextFontFamily has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field mTextFontFound has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Field dataDefinedValues has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
7 | Field mDataDefinedNames has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
8 | Field mFontDB has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
9 | Field bufferDraw has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
10 | Field limitNumLabels has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
11 | Field showingShadowRects has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
12 | Type of field dataDefinedProperties has been changed from QMap<enum QgsPalLayerSettings::DataDefinedProperties,int> to QMap<enum QgsPalLayerSettings::DataDefinedProperties,QgsDataDefined*>. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
13 | Field fontMetrics has been renamed to bufferBlendMode. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
QgsPalLabeling::addDiagramLayer ( QgsVectorLayer* layer, QgsDiagramLayerSettings* s )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::clone ( )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::drawLabelCandidateRect ( struct pal::LabelPosition* lp, QPainter* painter, QgsMapToPixel const* xform )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::drawLabeling ( QgsRenderContext& context )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::exit ( )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::init ( QgsMapRenderer* mr )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::labelsAtPosition ( QgsPoint const& p )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::layer ( QString const& layerName )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::numCandidatePositions ( int& candPoint, int& candLine, int& candPolygon )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
QgsPalLabeling::prepareLayer ( QgsVectorLayer* layer, QSet<int>& attrIndices, QgsRenderContext& ctx )Field 'this->mInvalidLayerSettings' in the object of this method has type 'QgsPalLayerSettings'.
...
qgsproviderregistry.h
[+] class QgsProviderRegistry (2)
| Change |
Effect |
1 | Field mRasterFileFilters has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Size of this type has been changed from 48 bytes to 52 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (>10)
QgsProviderRegistry::databaseDrivers ( ) constThis method is from 'QgsProviderRegistry' class.
QgsProviderRegistry::directoryDrivers ( ) constThis method is from 'QgsProviderRegistry' class.
QgsProviderRegistry::fileVectorFilters ( ) constThis method is from 'QgsProviderRegistry' class.
QgsProviderRegistry::function ( QString const& providerKey, QString const& functionName )This method is from 'QgsProviderRegistry' class.
QgsProviderRegistry::instance ( QString pluginPath ) [static]Return value (pointer) has base type 'QgsProviderRegistry'.
QgsProviderRegistry::library ( QString const& providerKey ) constThis method is from 'QgsProviderRegistry' class.
QgsProviderRegistry::libraryDirectory ( ) constThis method is from 'QgsProviderRegistry' class.
QgsProviderRegistry::pluginList ( bool asHtml ) constThis method is from 'QgsProviderRegistry' class.
QgsProviderRegistry::protocolDrivers ( ) constThis method is from 'QgsProviderRegistry' class.
QgsProviderRegistry::provider ( QString const& providerKey, QString const& dataSource )This method is from 'QgsProviderRegistry' class.
...
qgsrasterdataprovider.h
[+] class QgsRasterDataProvider (1)
| Change |
Effect |
1 | Field mNoDataValue has been renamed to mSrcNoDataValue. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (>10)
QgsRasterDataProvider::colorInterpretation ( int theBandNo ) constThis method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::colorInterpretationName ( int theBandNo ) constThis method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::colorTable ( int bandNo ) constThis method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::dataTimestamp ( ) constThis method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::lastErrorFormat ( )This method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::metaObject ( ) constThis method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::progress ( int theType, double theProgress, QString theMessage )This method is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::QgsRasterDataProvider [in-charge] ( )This constructor is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::QgsRasterDataProvider [in-charge] ( QString const& uri )This constructor is from 'QgsRasterDataProvider' class.
QgsRasterDataProvider::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsRasterDataProvider' class.
...
qgsrasterlayer.h
[+] class QgsRasterLayer (35)
| Change |
Effect |
1 | Field mPipe has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Size of this type has been changed from 492 bytes to 368 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
3 | Field mBandCount has been removed from this type. | Size of the inclusive type has been changed. |
4 | Field mBlueBandName has been removed from this type. | Size of the inclusive type has been changed. |
5 | Field mColorShadingAlgorithm has been removed from this type. | Size of the inclusive type has been changed. |
6 | Field mContrastEnhancementAlgorithm has been removed from this type. | Size of the inclusive type has been changed. |
7 | Field mContrastEnhancementList has been removed from this type. | Size of the inclusive type has been changed. |
8 | Field mCrs has been removed from this type. | Size of the inclusive type has been changed. |
9 | Field mDrawingStyle has been removed from this type. | Size of the inclusive type has been changed. |
10 | Field mEditable has been removed from this type. | Size of the inclusive type has been changed. |
11 | Field mFormat has been removed from this type. | Size of the inclusive type has been changed. |
12 | Field mGeoTransform has been removed from this type. | Size of the inclusive type has been changed. |
13 | Field mGrayBandName has been removed from this type. | Size of the inclusive type has been changed. |
14 | Field mGrayMinimumMaximumEstimated has been removed from this type. | Size of the inclusive type has been changed. |
15 | Field mGreenBandName has been removed from this type. | Size of the inclusive type has been changed. |
16 | Field mHasPyramids has been removed from this type. | Size of the inclusive type has been changed. |
17 | Field mHeight has been removed from this type. | Size of the inclusive type has been changed. |
18 | Field mInvertColor has been removed from this type. | Size of the inclusive type has been changed. |
19 | Field mLayers has been removed from this type. | Size of the inclusive type has been changed. |
20 | Field mModified has been removed from this type. | Size of the inclusive type has been changed. |
21 | Field mNoDataValue has been removed from this type. | Size of the inclusive type has been changed. |
22 | Field mPyramidList has been removed from this type. | Size of the inclusive type has been changed. |
23 | Field mRGBMinimumMaximumEstimated has been removed from this type. | Size of the inclusive type has been changed. |
24 | Field mRasterShader has been removed from this type. | Size of the inclusive type has been changed. |
25 | Field mRasterStatsList has been removed from this type. | Size of the inclusive type has been changed. |
26 | Field mRasterTransparency has been removed from this type. | Size of the inclusive type has been changed. |
27 | Field mRedBandName has been removed from this type. | Size of the inclusive type has been changed. |
28 | Field mStandardDeviations has been removed from this type. | Size of the inclusive type has been changed. |
29 | Field mStyles has been removed from this type. | Size of the inclusive type has been changed. |
30 | Field mTransparencyBandName has been removed from this type. | Size of the inclusive type has been changed. |
31 | Field mUserDefinedGrayMinimumMaximum has been removed from this type. | Size of the inclusive type has been changed. |
32 | Field mUserDefinedRGBMinimumMaximum has been removed from this type. | Size of the inclusive type has been changed. |
33 | Field mValidNoDataValue has been removed from this type. | Size of the inclusive type has been changed. |
34 | Field mWidth has been removed from this type. | Size of the inclusive type has been changed. |
35 | Virtual method QgsRasterLayer::isEditable ( ) const has been overridden by QgsMapLayer::isEditable ( ) const. | Method QgsMapLayer::isEditable ( ) const will be called instead of QgsRasterLayer::isEditable ( ) const by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 41 entries | Virtual Table (New) - 45 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsRasterLayer::metaObject |
QgsRasterLayer::metaObject |
12 |
QgsRasterLayer::qt_metacast |
QgsRasterLayer::qt_metacast |
16 |
QgsRasterLayer::qt_metacall |
QgsRasterLayer::qt_metacall |
20 |
~QgsRasterLayer |
~QgsRasterLayer |
24 |
~QgsRasterLayer |
~QgsRasterLayer |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QgsMapLayer::connectNotify |
QgsMapLayer::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QgsRasterLayer::reload |
QgsRasterLayer::reload |
60 |
QgsRasterLayer::draw |
QgsRasterLayer::draw |
64 |
QgsMapLayer::drawLabels |
QgsMapLayer::drawLabels |
68 |
QgsRasterLayer::subLayers |
QgsMapLayer::extent |
72 |
QgsRasterLayer::setLayerOrder |
QgsRasterLayer::subLayers |
76 |
QgsRasterLayer::setSubLayerVisibility |
QgsRasterLayer::setLayerOrder |
80 |
QgsRasterLayer::isEditable |
QgsRasterLayer::setSubLayerVisibility |
84 |
QgsRasterLayer::copySymbologySettings |
QgsMapLayer::isEditable |
88 |
QgsRasterLayer::hasCompatibleSymbology |
QgsRasterLayer::lastErrorTitle |
92 |
QgsRasterLayer::lastErrorTitle |
QgsRasterLayer::lastError |
96 |
QgsRasterLayer::lastError |
QgsMapLayer::error |
100 |
QgsMapLayer::styleURI |
QgsMapLayer::styleURI |
104 |
QgsMapLayer::loadDefaultStyle |
QgsMapLayer::loadDefaultStyle |
108 |
QgsMapLayer::loadNamedStyle |
QgsMapLayer::loadNamedStyle |
112 |
QgsMapLayer::loadNamedStyleFromDb |
QgsMapLayer::loadNamedStyleFromDb |
116 |
QgsMapLayer::saveDefaultStyle |
QgsMapLayer::exportNamedStyle |
120 |
QgsMapLayer::saveNamedStyle |
QgsMapLayer::exportSldStyle |
124 |
QgsMapLayer::saveSldStyle |
QgsMapLayer::saveDefaultStyle |
128 |
QgsMapLayer::loadSldStyle |
QgsMapLayer::saveNamedStyle |
132 |
QgsMapLayer::readSld |
QgsMapLayer::saveSldStyle |
136 |
QgsRasterLayer::readSymbology |
QgsMapLayer::loadSldStyle |
140 |
QgsRasterLayer::writeSymbology |
QgsMapLayer::readSld |
144 |
QgsMapLayer::invalidTransformInput |
QgsRasterLayer::readSymbology |
148 |
QgsRasterLayer::metadata |
QgsRasterLayer::writeSymbology |
152 |
QgsRasterLayer::timestamp |
QgsMapLayer::onCacheImageDelete |
156 |
QgsRasterLayer::readXml |
QgsMapLayer::invalidTransformInput |
160 |
QgsRasterLayer::writeXml |
QgsRasterLayer::metadata |
164 |
|
QgsRasterLayer::timestamp |
168 |
|
QgsMapLayer::setExtent |
172 |
|
QgsRasterLayer::readXml |
176 |
|
QgsRasterLayer::writeXml |
[+] affected symbols (>10)
QgsRasterLayer::bandCount ( ) constThis method is from 'QgsRasterLayer' class.
QgsRasterLayer::bandName ( int theBandNoInt )This method is from 'QgsRasterLayer' class.
QgsRasterLayer::dataChanged ( )This method is from 'QgsRasterLayer' class.
QgsRasterLayer::dataProvider ( )This method is from 'QgsRasterLayer' class.
QgsRasterLayer::dataProvider ( ) constThis method is from 'QgsRasterLayer' class.
QgsRasterLayer::draw ( QgsRenderContext& rendererContext )This method is from 'QgsRasterLayer' class.
QgsRasterLayer::draw ( QPainter* theQPainter, struct QgsRasterViewPort* myRasterViewPort, QgsMapToPixel const* theQgsMapToPixel )This method is from 'QgsRasterLayer' class.
QgsRasterLayer::init ( )This method is from 'QgsRasterLayer' class.
QgsRasterLayer::isEditable ( ) constThe method 'QgsMapLayer::isEditable () const' will be called instead of this method.
QgsRasterLayer::lastError ( )This method is from 'QgsRasterLayer' class.
...
qgsrasterprojector.h
[+] class QgsRasterProjector (1)
| Change |
Effect |
1 | Field mCPLegalMatrix has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (>10)
QgsRasterProjector::approximateSrcRowCol ( int theDestRow, int theDestCol, int* theSrcRow, int* theSrcCol )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::calcCol ( int theCol )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::calcCP ( int theRow, int theCol )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::calcHelper ( int theMatrixRow, QgsPoint* thePoints )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::calcRow ( int theRow )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::calcSrcExtent ( )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::calcSrcRowsCols ( )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::checkCols ( )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::checkRows ( )This method is from 'QgsRasterProjector' class.
QgsRasterProjector::cpToString ( )This method is from 'QgsRasterProjector' class.
...
qgsrasterviewport.h
[+] struct QgsRasterViewPort (4)
| Change |
Effect |
1 | Field bottomRightPoint has been renamed to mBottomRightPoint. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
2 | Field drawableAreaXDim has been renamed to mWidth. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
3 | Field drawableAreaYDim has been renamed to mHeight. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
4 | Field topLeftPoint has been renamed to mTopLeftPoint. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (1)
QgsRasterLayer::draw ( QPainter* theQPainter, struct QgsRasterViewPort* myRasterViewPort, QgsMapToPixel const* theQgsMapToPixel )2nd parameter 'myRasterViewPort' (pointer) has base type 'struct QgsRasterViewPort'.
qgsrendercontext.h
[+] class QgsRenderContext (2)
| Change |
Effect |
1 | Field mSelectionColor has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Size of field mMapToPixel has been changed from 40 bytes to 32 bytes. | Size of the inclusive type has been changed. |
[+] affected symbols (>10)
QgsCategorizedSymbolRendererV2::startRender ( QgsRenderContext& context, QgsVectorLayer const* vlayer )1st parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsCategorizedSymbolRendererV2::stopRender ( QgsRenderContext& context )1st parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsDiagramRendererV2::convertSizeToMapUnits ( QSizeF& size, QgsRenderContext const& context ) const2nd parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsFeatureRendererV2::renderFeature ( QgsFeature& feature, QgsRenderContext& context, int layer, bool selected, bool drawVertexMarker )2nd parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsFeatureRendererV2::renderFeatureWithSymbol ( QgsFeature& feature, QgsSymbolV2* symbol, QgsRenderContext& context, int layer, bool selected, bool drawVertexMarker )3rd parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsFeatureRendererV2::renderVertexMarker ( QPointF& pt, QgsRenderContext& context )2nd parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsFeatureRendererV2::renderVertexMarkerPolygon ( QPolygonF& pts, QList<QPolygonF>* rings, QgsRenderContext& context )3rd parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsFeatureRendererV2::renderVertexMarkerPolyline ( QPolygonF& pts, QgsRenderContext& context )2nd parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsFillSymbolV2::renderPolygon ( QPolygonF const& points, QList<QPolygonF>* rings, QgsFeature const* f, QgsRenderContext& context, int layer, bool selected )4th parameter 'context' (reference) has base type 'QgsRenderContext'.
QgsGraduatedSymbolRendererV2::startRender ( QgsRenderContext& context, QgsVectorLayer const* vlayer )1st parameter 'context' (reference) has base type 'QgsRenderContext'.
...
qgsrubberband.h
[+] class QgsRubberBand (4)
| Change |
Effect |
1 | Field mGeometryType has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field mIconSize has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field mIconType has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field mIsPolygon has been removed from this type. | Size of the inclusive type has been changed. |
[+] affected symbols (>10)
QgsMapToolZoom::canvasMoveEvent ( QMouseEvent* e )Field 'this->mRubberBand' in the object of this method has base type 'QgsRubberBand'.
QgsMapToolZoom::canvasPressEvent ( QMouseEvent* e )Field 'this->mRubberBand' in the object of this method has base type 'QgsRubberBand'.
QgsMapToolZoom::canvasReleaseEvent ( QMouseEvent* e )Field 'this->mRubberBand' in the object of this method has base type 'QgsRubberBand'.
QgsMapToolZoom::deactivate ( )Field 'this->mRubberBand' in the object of this method has base type 'QgsRubberBand'.
QgsMapToolZoom::isTransient ( )Field 'this->mRubberBand' in the object of this method has base type 'QgsRubberBand'.
QgsMapToolZoom::QgsMapToolZoom [in-charge] ( QgsMapCanvas* canvas, bool zoomOut )Field 'this->mRubberBand' in the object of this method has base type 'QgsRubberBand'.
QgsMapToolZoom::~QgsMapToolZoom [in-charge] ( )Field 'this->mRubberBand' in the object of this method has base type 'QgsRubberBand'.
QgsRubberBand::addGeometry ( QgsGeometry* geom, QgsVectorLayer* layer )This method is from 'QgsRubberBand' class.
QgsRubberBand::addPoint ( QgsPoint const& p, bool update, int geometryIndex )This method is from 'QgsRubberBand' class.
QgsRubberBand::asGeometry ( )This method is from 'QgsRubberBand' class.
...
qgsscalecombobox.h
[+] class QgsScaleComboBox (1)
| Change |
Effect |
1 | Field mScale has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (7)
QgsScaleComboBox::metaObject ( ) constThis method is from 'QgsScaleComboBox' class.
QgsScaleComboBox::QgsScaleComboBox [in-charge] ( QWidget* parent )This constructor is from 'QgsScaleComboBox' class.
QgsScaleComboBox::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsScaleComboBox' class.
QgsScaleComboBox::qt_metacast ( char const* p1 )This method is from 'QgsScaleComboBox' class.
QgsScaleComboBox::showPopup ( )This method is from 'QgsScaleComboBox' class.
QgsScaleComboBox::staticMetaObject [data]This method is from 'QgsScaleComboBox' class.
QgsScaleComboBox::~QgsScaleComboBox [in-charge] ( )This method is from 'QgsScaleComboBox' class.
qgsstylev2.h
[+] class QgsStyleV2 (1)
| Change |
Effect |
1 | Field mCurrentDB has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (>10)
QgsColorRampComboBox::colorRampChanged ( int index )Field 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
QgsColorRampComboBox::currentColorRamp ( )Field 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
QgsColorRampComboBox::metaObject ( ) constField 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
QgsColorRampComboBox::populate ( QgsStyleV2* style )1st parameter 'style' (pointer) has base type 'QgsStyleV2'.
QgsColorRampComboBox::QgsColorRampComboBox [in-charge] ( QWidget* parent )Field 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
QgsColorRampComboBox::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )Field 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
QgsColorRampComboBox::qt_metacast ( char const* p1 )Field 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
QgsColorRampComboBox::rampIconSize [data]Field 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
QgsColorRampComboBox::setSourceColorRamp ( QgsVectorColorRampV2* sourceRamp )Field 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
QgsColorRampComboBox::staticMetaObject [data]Field 'this->mStyle' in the object of this method has base type 'QgsStyleV2'.
...
qgssymbollayerv2.h
[+] class QgsLineSymbolLayerV2 (1)
| Change |
Effect |
1 | Field mWidthUnit has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (6)
QgsLineSymbolLayerV2::drawPreviewIcon ( QgsSymbolV2RenderContext& context, QSize size )This method is from 'QgsLineSymbolLayerV2' class.
QgsLineSymbolLayerV2::QgsLineSymbolLayerV2 [in-charge] ( bool locked )This constructor is from 'QgsLineSymbolLayerV2' class.
QgsLineSymbolLayerV2::renderPolygonOutline ( QPolygonF const& points, QList<QPolygonF>* rings, QgsSymbolV2RenderContext& context )This method is from 'QgsLineSymbolLayerV2' class.
QgsLineSymbolLayerV2::setWidth ( double width )This method is from 'QgsLineSymbolLayerV2' class.
QgsLineSymbolLayerV2::width ( ) constThis method is from 'QgsLineSymbolLayerV2' class.
QgsLineSymbolLayerV2::~QgsLineSymbolLayerV2 [in-charge] ( )This method is from 'QgsLineSymbolLayerV2' class.
[+] class QgsMarkerSymbolLayerV2 (2)
| Change |
Effect |
1 | Field mOffsetUnit has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field mScaleMethod has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (5)
QgsMarkerSymbolLayerV2::drawPreviewIcon ( QgsSymbolV2RenderContext& context, QSize size )This method is from 'QgsMarkerSymbolLayerV2' class.
QgsMarkerSymbolLayerV2::QgsMarkerSymbolLayerV2 [in-charge] ( bool locked )This constructor is from 'QgsMarkerSymbolLayerV2' class.
QgsMarkerSymbolLayerV2::toSld ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsMarkerSymbolLayerV2' class.
QgsMarkerSymbolLayerV2::writeSldMarker ( QDomDocument& doc, QDomElement& element, QgsStringMap props ) constThis method is from 'QgsMarkerSymbolLayerV2' class.
QgsMarkerSymbolLayerV2::~QgsMarkerSymbolLayerV2 [in-charge] ( )This method is from 'QgsMarkerSymbolLayerV2' class.
[+] class QgsSymbolLayerV2 (1)
| Change |
Effect |
1 | Field mDataDefinedProperties has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (>10)
QgsCentroidFillSymbolLayerV2::clone ( ) constReturn value (pointer) has base type 'QgsSymbolLayerV2'.
QgsCentroidFillSymbolLayerV2::create ( QgsStringMap const& properties ) [static]Return value (pointer) has base type 'QgsSymbolLayerV2'.
QgsCentroidFillSymbolLayerV2::createFromSld ( QDomElement& element ) [static]Return value (pointer) has base type 'QgsSymbolLayerV2'.
QgsFontMarkerSymbolLayerV2::clone ( ) constReturn value (pointer) has base type 'QgsSymbolLayerV2'.
QgsFontMarkerSymbolLayerV2::create ( QgsStringMap const& properties ) [static]Return value (pointer) has base type 'QgsSymbolLayerV2'.
QgsFontMarkerSymbolLayerV2::createFromSld ( QDomElement& element ) [static]Return value (pointer) has base type 'QgsSymbolLayerV2'.
QgsLinePatternFillSymbolLayer::clone ( ) constReturn value (pointer) has base type 'QgsSymbolLayerV2'.
QgsLinePatternFillSymbolLayer::create ( QgsStringMap const& properties ) [static]Return value (pointer) has base type 'QgsSymbolLayerV2'.
QgsLinePatternFillSymbolLayer::createFromSld ( QDomElement& element ) [static]Return value (pointer) has base type 'QgsSymbolLayerV2'.
QgsMarkerLineSymbolLayerV2::clone ( ) constReturn value (pointer) has base type 'QgsSymbolLayerV2'.
...
qgssymbolv2.h
[+] class QgsFillSymbolV2 (1)
| Change |
Effect |
1 | Size of this type has been changed from 28 bytes to 24 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (6)
QgsFillSymbolV2::clone ( ) constThis method is from 'QgsFillSymbolV2' class.
QgsFillSymbolV2::createSimple ( QgsStringMap const& properties ) [static]Return value (pointer) has base type 'QgsFillSymbolV2'.
QgsFillSymbolV2::QgsFillSymbolV2 [in-charge] ( QgsSymbolLayerV2List layers )This constructor is from 'QgsFillSymbolV2' class.
QgsFillSymbolV2::renderPolygon ( QPolygonF const& points, QList<QPolygonF>* rings, QgsFeature const* f, QgsRenderContext& context, int layer, bool selected )This method is from 'QgsFillSymbolV2' class.
QgsFillSymbolV2::setAngle ( double angle )This method is from 'QgsFillSymbolV2' class.
QgsFillSymbolV2::~QgsFillSymbolV2 [in-charge] ( )This method is from 'QgsFillSymbolV2' class.
[+] class QgsLineSymbolV2 (1)
| Change |
Effect |
1 | Size of this type has been changed from 28 bytes to 24 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (>10)
QgsImageFillSymbolLayer::QgsImageFillSymbolLayer [in-charge] ( )Field 'this->mOutline' in the object of this method has base type 'QgsLineSymbolV2'.
QgsImageFillSymbolLayer::renderPolygon ( QPolygonF const& points, QList<QPolygonF>* rings, QgsSymbolV2RenderContext& context )Field 'this->mOutline' in the object of this method has base type 'QgsLineSymbolV2'.
QgsImageFillSymbolLayer::setSubSymbol ( QgsSymbolV2* symbol )Field 'this->mOutline' in the object of this method has base type 'QgsLineSymbolV2'.
QgsImageFillSymbolLayer::subSymbol ( )Field 'this->mOutline' in the object of this method has base type 'QgsLineSymbolV2'.
QgsImageFillSymbolLayer::~QgsImageFillSymbolLayer [in-charge] ( )Field 'this->mOutline' in the object of this method has base type 'QgsLineSymbolV2'.
QgsLineSymbolV2::clone ( ) constThis method is from 'QgsLineSymbolV2' class.
QgsLineSymbolV2::createSimple ( QgsStringMap const& properties ) [static]Return value (pointer) has base type 'QgsLineSymbolV2'.
QgsLineSymbolV2::QgsLineSymbolV2 [in-charge] ( QgsSymbolLayerV2List layers )This constructor is from 'QgsLineSymbolV2' class.
QgsLineSymbolV2::renderPolyline ( QPolygonF const& points, QgsFeature const* f, QgsRenderContext& context, int layer, bool selected )This method is from 'QgsLineSymbolV2' class.
QgsLineSymbolV2::setWidth ( double width )This method is from 'QgsLineSymbolV2' class.
...
[+] class QgsMarkerSymbolV2 (1)
| Change |
Effect |
1 | Size of this type has been changed from 28 bytes to 24 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (>10)
QgsCentroidFillSymbolLayerV2::clone ( ) constField 'this->mMarker' in the object of this method has base type 'QgsMarkerSymbolV2'.
QgsCentroidFillSymbolLayerV2::layerType ( ) constField 'this->mMarker' in the object of this method has base type 'QgsMarkerSymbolV2'.
QgsCentroidFillSymbolLayerV2::properties ( ) constField 'this->mMarker' in the object of this method has base type 'QgsMarkerSymbolV2'.
QgsCentroidFillSymbolLayerV2::QgsCentroidFillSymbolLayerV2 [in-charge] ( )Field 'this->mMarker' in the object of this method has base type 'QgsMarkerSymbolV2'.
QgsCentroidFillSymbolLayerV2::renderPolygon ( QPolygonF const& points, QList<QPolygonF>* rings, QgsSymbolV2RenderContext& context )Field 'this->mMarker' in the object of this method has base type 'QgsMarkerSymbolV2'.
QgsCentroidFillSymbolLayerV2::setColor ( QColor const& color )Field 'this->mMarker' in the object of this method has base type 'QgsMarkerSymbolV2'.
QgsCentroidFillSymbolLayerV2::setSubSymbol ( QgsSymbolV2* symbol )Field 'this->mMarker' in the object of this method has base type 'QgsMarkerSymbolV2'.
QgsCentroidFillSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )Field 'this->mMarker' in the object of this method has base type 'QgsMarkerSymbolV2'.
QgsCentroidFillSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext& context )Field 'this->mMarker' in the object of this method has base type 'QgsMarkerSymbolV2'.
QgsCentroidFillSymbolLayerV2::subSymbol ( )Field 'this->mMarker' in the object of this method has base type 'QgsMarkerSymbolV2'.
...
[+] class QgsSymbolV2 (1)
| Change |
Effect |
1 | Size of this type has been changed from 28 bytes to 24 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
[+] affected symbols (>10)
QgsCategorizedSymbolRendererV2::addCategory ( QgsRendererCategoryV2 const& category )Field 'category->mSymbol' in 1st parameter 'category' (reference) has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::capabilities ( )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::categoryIndexForValue ( QVariant val )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::clone ( )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::deleteAllCategories ( )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::deleteCategory ( int catIndex )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::legendSymbolItems ( )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::legendSymbologyItems ( QSize iconSize )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::QgsCategorizedSymbolRendererV2 [in-charge] ( QString attrName, QgsCategoryList categories )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
QgsCategorizedSymbolRendererV2::rebuildHash ( )Field 'this->mSourceSymbol' in the object of this method has base type 'QgsSymbolV2'.
...
qgsvectorcolorrampv2.h
[+] class QgsVectorGradientColorRampV2 (1)
| Change |
Effect |
1 | Field mInfo has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (5)
QgsVectorGradientColorRampV2::clone ( ) constThis method is from 'QgsVectorGradientColorRampV2' class.
QgsVectorGradientColorRampV2::color ( double value ) constThis method is from 'QgsVectorGradientColorRampV2' class.
QgsVectorGradientColorRampV2::properties ( ) constThis method is from 'QgsVectorGradientColorRampV2' class.
QgsVectorGradientColorRampV2::type ( ) constThis method is from 'QgsVectorGradientColorRampV2' class.
QgsVectorGradientColorRampV2::~QgsVectorGradientColorRampV2 [in-charge] ( )This method is from 'QgsVectorGradientColorRampV2' class.
qgsvectordataprovider.h
[+] class QgsVectorDataProvider (1)
| Change |
Effect |
1 | Field mAttrPalIndexName has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (>10)
QgsGeometryAnalyzer::eventLayer ( QgsVectorLayer* lineLayer, QgsVectorLayer* eventLayer, int lineField, int eventField, QList<int>& unlocatedFeatureIds, QString const& outputLayer, QString const& outputFormat, int locationField1, int locationField2, int offsetField, double offsetScale, bool forceSingleGeometry, QgsVectorDataProvider* memoryProvider, struct QProgressDialog* p )13th parameter 'memoryProvider' (pointer) has base type 'QgsVectorDataProvider'.
QgsVectorDataProvider::addAttributes ( QList<QgsField>const& attributes )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::addFeatures ( QgsFeatureList& flist )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::attributeIndexes ( )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::capabilities ( ) constThis method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::capabilitiesString ( ) constThis method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::changeAttributeValues ( QgsChangedAttributesMap const& attr_map )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::changeGeometryValues ( QgsGeometryMap& geometry_map )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::clearErrors ( )This method is from 'QgsVectorDataProvider' class.
QgsVectorDataProvider::clearMinMaxCache ( )This method is from 'QgsVectorDataProvider' class.
...
qgsvectorfilewriter.h
[+] class QgsVectorFileWriter (3)
| Change |
Effect |
1 | Field mSymbolLayerTable has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field mSymbologyExport has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field mSymbologyScaleDenominator has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (4)
QgsVectorFileWriter::createEmptyGeometry ( enum QGis::WkbType wkbType )This method is from 'QgsVectorFileWriter' class.
QgsVectorFileWriter::errorMessage ( )This method is from 'QgsVectorFileWriter' class.
QgsVectorFileWriter::hasError ( )This method is from 'QgsVectorFileWriter' class.
QgsVectorFileWriter::~QgsVectorFileWriter [in-charge] ( )This method is from 'QgsVectorFileWriter' class.
qgsvectorlayer.h
[+] class QgsVectorLayer (31)
| Change |
Effect |
1 | Field mCache has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field mCurrentRendererContext has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field mDateFormats has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
4 | Field mDisplayExpression has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
5 | Field mEditBuffer has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
6 | Field mEditorLayout has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
7 | Field mEnableBackbuffer has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
8 | Field mFieldEditables has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
9 | Field mLabelOnTop has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
10 | Field mProviderIterator has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
11 | Field mValidExtent has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
12 | Field mWidgetSize has been added to this type. | Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
13 | Size of this type has been changed from 360 bytes to 344 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
14 | The relative position of private field mLabelOn has been changed from 18 to 16. | Size of the inclusive type has been changed. |
15 | Type of field mUpdatedFields has been changed from QgsFieldMap (4 bytes) to QgsFields (8 bytes). | Size of the inclusive type has been changed. |
16 | Field mCachedGeometries has been removed from this type. | Size of the inclusive type has been changed. |
17 | Field mCachedGeometriesRect has been removed from this type. | Size of the inclusive type has been changed. |
18 | Field mChangedGeometries has been removed from this type. | Size of the inclusive type has been changed. |
19 | Field mDeletedFeatureIds has been removed from this type. | Size of the inclusive type has been changed. |
20 | Field mEditable has been removed from this type. | Size of the inclusive type has been changed. |
21 | Field mFetchAttributes has been removed from this type. | Size of the inclusive type has been changed. |
22 | Field mFetchChangedGeomIt has been removed from this type. | Size of the inclusive type has been changed. |
23 | Field mFetchConsidered has been removed from this type. | Size of the inclusive type has been changed. |
24 | Field mFetchGeometry has been removed from this type. | Size of the inclusive type has been changed. |
25 | Field mFetchProvAttributes has been removed from this type. | Size of the inclusive type has been changed. |
26 | Field mFetchRect has been removed from this type. | Size of the inclusive type has been changed. |
27 | Field mFetching has been removed from this type. | Size of the inclusive type has been changed. |
28 | Field mMaxUpdatedIndex has been removed from this type. | Size of the inclusive type has been changed. |
29 | Field mOverlays has been removed from this type. | Size of the inclusive type has been changed. |
30 | Field mUsingRendererV2 has been removed from this type. | Size of the inclusive type has been changed. |
31 | Virtual method QgsMapLayer::loadNamedStyle ( QString const, bool& ) has been overridden by QgsVectorLayer::loadNamedStyle ( QString const, bool& ). | Method QgsVectorLayer::loadNamedStyle ( QString const, bool& ) will be called instead of QgsMapLayer::loadNamedStyle ( QString const, bool& ) by old applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 48 entries | Virtual Table (New) - 56 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsVectorLayer::metaObject |
QgsVectorLayer::metaObject |
12 |
QgsVectorLayer::qt_metacast |
QgsVectorLayer::qt_metacast |
16 |
QgsVectorLayer::qt_metacall |
QgsVectorLayer::qt_metacall |
20 |
~QgsVectorLayer |
~QgsVectorLayer |
24 |
~QgsVectorLayer |
~QgsVectorLayer |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QgsMapLayer::connectNotify |
QgsMapLayer::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QgsVectorLayer::reload |
QgsVectorLayer::reload |
60 |
QgsVectorLayer::draw |
QgsVectorLayer::draw |
64 |
QgsVectorLayer::drawLabels |
QgsVectorLayer::drawLabels |
68 |
QgsMapLayer::subLayers |
QgsVectorLayer::extent |
72 |
QgsMapLayer::setLayerOrder |
QgsMapLayer::subLayers |
76 |
QgsMapLayer::setSubLayerVisibility |
QgsMapLayer::setLayerOrder |
80 |
QgsVectorLayer::isEditable |
QgsMapLayer::setSubLayerVisibility |
84 |
QgsVectorLayer::copySymbologySettings |
QgsVectorLayer::isEditable |
88 |
QgsVectorLayer::hasCompatibleSymbology |
QgsMapLayer::lastErrorTitle |
92 |
QgsMapLayer::lastErrorTitle |
QgsMapLayer::lastError |
96 |
QgsMapLayer::lastError |
QgsMapLayer::error |
100 |
QgsMapLayer::styleURI |
QgsMapLayer::styleURI |
104 |
QgsMapLayer::loadDefaultStyle |
QgsMapLayer::loadDefaultStyle |
108 |
QgsMapLayer::loadNamedStyle |
QgsVectorLayer::loadNamedStyle |
112 |
QgsMapLayer::loadNamedStyleFromDb |
QgsMapLayer::loadNamedStyleFromDb |
116 |
QgsMapLayer::saveDefaultStyle |
QgsMapLayer::exportNamedStyle |
120 |
QgsMapLayer::saveNamedStyle |
QgsMapLayer::exportSldStyle |
124 |
QgsMapLayer::saveSldStyle |
QgsMapLayer::saveDefaultStyle |
128 |
QgsMapLayer::loadSldStyle |
QgsMapLayer::saveNamedStyle |
132 |
QgsVectorLayer::readSld |
QgsMapLayer::saveSldStyle |
136 |
QgsVectorLayer::readSymbology |
QgsMapLayer::loadSldStyle |
140 |
QgsVectorLayer::writeSymbology |
QgsVectorLayer::readSld |
144 |
QgsMapLayer::invalidTransformInput |
QgsVectorLayer::readSymbology |
148 |
QgsVectorLayer::metadata |
QgsVectorLayer::writeSymbology |
152 |
QgsMapLayer::timestamp |
QgsVectorLayer::onCacheImageDelete |
156 |
QgsVectorLayer::readXml |
QgsMapLayer::invalidTransformInput |
160 |
QgsVectorLayer::writeXml |
QgsVectorLayer::metadata |
164 |
QgsVectorLayer::featureCount |
QgsMapLayer::timestamp |
168 |
QgsVectorLayer::updateFeatureCount |
QgsVectorLayer::setExtent |
172 |
QgsVectorLayer::setSubsetString |
QgsVectorLayer::readXml |
176 |
QgsVectorLayer::subsetString |
QgsVectorLayer::writeXml |
180 |
QgsVectorLayer::isReadOnly |
QgsVectorLayer::saveStyleToDatabase |
184 |
QgsVectorLayer::isModified |
QgsVectorLayer::listStylesInDatabase |
188 |
QgsVectorLayer::updateExtents |
QgsVectorLayer::getStyleFromDatabase |
192 |
|
QgsVectorLayer::loadNamedStyle |
196 |
|
QgsVectorLayer::applyNamedStyle |
200 |
|
QgsVectorLayer::featureCount |
204 |
|
QgsVectorLayer::setSubsetString |
208 |
|
QgsVectorLayer::subsetString |
212 |
|
QgsVectorLayer::isReadOnly |
216 |
|
QgsVectorLayer::isModified |
220 |
|
QgsVectorLayer::updateExtents |
[+] affected symbols (>10)
QgsAttributeEditor::createAttributeEditor ( QWidget* parent, QWidget* editor, QgsVectorLayer* vl, int idx, QVariant const& value ) [static]3rd parameter 'vl' (pointer) has base type 'QgsVectorLayer'.
QgsAttributeEditor::retrieveValue ( QWidget* widget, QgsVectorLayer* vl, int idx, QVariant& value ) [static]2nd parameter 'vl' (pointer) has base type 'QgsVectorLayer'.
QgsAttributeEditor::setValue ( QWidget* widget, QgsVectorLayer* vl, int idx, QVariant const& value ) [static]2nd parameter 'vl' (pointer) has base type 'QgsVectorLayer'.
QgsCategorizedSymbolRendererV2::startRender ( QgsRenderContext& context, QgsVectorLayer const* vlayer )2nd parameter 'vlayer' (pointer) has base type 'QgsVectorLayer'.
QgsExpressionBuilderWidget::setLayer ( QgsVectorLayer* layer )1st parameter 'layer' (pointer) has base type 'QgsVectorLayer'.
QgsFeatureRendererV2::writeSld ( QDomDocument& doc, QgsVectorLayer const& layer ) const2nd parameter 'layer' (reference) has base type 'QgsVectorLayer'.
QgsGeometryAnalyzer::buffer ( QgsVectorLayer* layer, QString const& shapefileName, double bufferDistance, bool onlySelectedFeatures, bool dissolve, int bufferDistanceField, struct QProgressDialog* p )1st parameter 'layer' (pointer) has base type 'QgsVectorLayer'.
QgsGeometryAnalyzer::centroids ( QgsVectorLayer* layer, QString const& shapefileName, bool onlySelectedFeatures, struct QProgressDialog* p )1st parameter 'layer' (pointer) has base type 'QgsVectorLayer'.
QgsGeometryAnalyzer::convexHull ( QgsVectorLayer* layer, QString const& shapefileName, bool onlySelectedFeatures, int uniqueIdField, struct QProgressDialog* p )1st parameter 'layer' (pointer) has base type 'QgsVectorLayer'.
QgsGeometryAnalyzer::dissolve ( QgsVectorLayer* layer, QString const& shapefileName, bool onlySelectedFeatures, int uniqueIdField, struct QProgressDialog* p )1st parameter 'layer' (pointer) has base type 'QgsVectorLayer'.
...
[+] class QgsVectorLayer::ValueRelationData (2)
| Change |
Effect |
1 | Size of this type has been changed from 16 bytes to 20 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Field mAllowMulti has been added to this type. | This field will not be initialized by old clients. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (1)
QgsVectorLayer::valueRelation ( int idx )Return value (reference) has base type 'QgsVectorLayer::ValueRelationData'.
qgsvectorlayerimport.h
[+] class QgsVectorLayerImport (1)
| Change |
Effect |
1 | Field mProgress has been added to this type. | 1) This field will not be initialized by old clients. 2) Size of the inclusive type has been changed. NOTE: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (5)
QgsVectorLayerImport::addFeature ( QgsFeature& feature )This method is from 'QgsVectorLayerImport' class.
QgsVectorLayerImport::errorMessage ( )This method is from 'QgsVectorLayerImport' class.
QgsVectorLayerImport::flushBuffer ( )This method is from 'QgsVectorLayerImport' class.
QgsVectorLayerImport::hasError ( )This method is from 'QgsVectorLayerImport' class.
QgsVectorLayerImport::~QgsVectorLayerImport [in-charge] ( )This method is from 'QgsVectorLayerImport' class.
to the top
Problems with Symbols, Low Severity (53)
qgsattributetablefiltermodel.h,
libqgis_gui.so.1.8.0
[+] QgsAttributeTableFilterModel::sort ( int column, enum Qt::SortOrder order ) (1)
[symbol: _ZN28QgsAttributeTableFilterModel4sortEiN2Qt9SortOrderE]
| Change | Effect |
---|
1 | This method became protected. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
qgsattributetableview.h,
libqgis_gui.so.1.8.0
[+] QgsAttributeTableView::closeEvent ( QCloseEvent* event ) (1)
[symbol: _ZN21QgsAttributeTableView10closeEventEP11QCloseEvent]
| Change | Effect |
---|
1 | This method became protected. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsAttributeTableView::contextMenuEvent ( QContextMenuEvent* p1 ) (1)
[symbol: _ZN21QgsAttributeTableView16contextMenuEventEP17QContextMenuEvent]
| Change | Effect |
---|
1 | This method became protected. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
qgsexpression.h,
libqgis_core.so.1.8.0
[+] QgsExpression::BuiltinFunctions ( ) [static] (1)
[symbol: _ZN13QgsExpression16BuiltinFunctionsEv]
| Change | Effect |
---|
1 | Base type of return value has been changed from QList<QgsExpression::FunctionDef> to QStringList. | Replacement of return base type may indicate a change in its semantic meaning. |
[+] QgsExpression::gmBuiltinFunctions [data] (1)
[symbol: _ZN13QgsExpression18gmBuiltinFunctionsE]
| Change | Effect |
---|
1 | Type of this global data has been changed from QList<QgsExpression::FunctionDef> to QStringList. | Replacement of data type may indicate a change in semantic meaning. |
qgsfeature.h,
libqgis_core.so.1.8.0
[+] QgsFeature::setGeometryAndOwnership ( unsigned char* geom, size_t length ) (1)
changed to:QgsFeature::setGeometryAndOwnership ( unsigned char* geom, std::size_t length )
[symbol: _ZN10QgsFeature23setGeometryAndOwnershipEPhj]
| Change | Effect |
---|
1 | Type of 2nd parameter length has been changed from size_t to std::size_t. | Replacement of parameter data type may indicate a change in its semantic meaning. |
qgslinevectorlayerdirector.h,
libqgis_networkanalysis.so.1.8.0
[+] QgsLineVectorLayerDirector::QgsLineVectorLayerDirector [in-charge] ( QgsVectorLayer* vl, int directionFieldId, QString const& directDirectionValue, QString const& reverseDirectionValue, QString const& bothDirectionValue, int defaultDirection ) (1)
changed to:QgsLineVectorLayerDirector::QgsLineVectorLayerDirector [in-charge] ( QgsVectorLayer* myLayer, int directionFieldId, QString const& directDirectionValue, QString const& reverseDirectionValue, QString const& bothDirectionValue, int defaultDirection )
[symbol: _ZN26QgsLineVectorLayerDirectorC1EP14QgsVectorLayeriRK7QStringS4_S4_i]
| Change | Effect |
---|
1 | 1st parameter vl has been renamed to myLayer. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] QgsLineVectorLayerDirector::QgsLineVectorLayerDirector [not-in-charge] ( QgsVectorLayer* vl, int directionFieldId, QString const& directDirectionValue, QString const& reverseDirectionValue, QString const& bothDirectionValue, int defaultDirection ) (1)
changed to:QgsLineVectorLayerDirector::QgsLineVectorLayerDirector [not-in-charge] ( QgsVectorLayer* myLayer, int directionFieldId, QString const& directDirectionValue, QString const& reverseDirectionValue, QString const& bothDirectionValue, int defaultDirection )
[symbol: _ZN26QgsLineVectorLayerDirectorC2EP14QgsVectorLayeriRK7QStringS4_S4_i]
| Change | Effect |
---|
1 | 1st parameter vl has been renamed to myLayer. | Renaming of a parameter may indicate a change in its semantic meaning. |
qgsmaplayerregistry.h,
libqgis_core.so.1.8.0
[+] QgsMapLayerRegistry::mapLayers ( ) (1)
[symbol: _ZN19QgsMapLayerRegistry9mapLayersEv]
| Change | Effect |
---|
1 | Type of return value has been changed from QMap<QString,QgsMapLayer*>& to QMap<QString,QgsMapLayer*>const&. | Replacement of return type may indicate a change in its semantic meaning. |
qgsmarkersymbollayerv2.h,
libqgis_core.so.1.8.0
[+] QgsSimpleMarkerSymbolLayerV2::prepareCache ( QgsSymbolV2RenderContext& context ) (1)
[symbol: _ZN28QgsSimpleMarkerSymbolLayerV212prepareCacheER24QgsSymbolV2RenderContext]
| Change | Effect |
---|
1 | Type of return value has been changed from void to bool (1 byte). | Replacement of return type may indicate a change in its semantic meaning. |
[+] QgsSvgMarkerSymbolLayerV2::QgsSvgMarkerSymbolLayerV2 [not-in-charge] ( QString name, double size, double angle ) (1)
[symbol: _ZN25QgsSvgMarkerSymbolLayerV2C2E7QStringdd]
| Change | Effect |
---|
1 | The default argument of 1st parameter name has been changed from "/symbol/Star1.svg" to "/crosses/Star1.svg". | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QgsSvgMarkerSymbolLayerV2::QgsSvgMarkerSymbolLayerV2 [in-charge] ( QString name, double size, double angle ) (1)
[symbol: _ZN25QgsSvgMarkerSymbolLayerV2C1E7QStringdd]
| Change | Effect |
---|
1 | The default argument of 1st parameter name has been changed from "/symbol/Star1.svg" to "/crosses/Star1.svg". | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
qgsrasterdataprovider.h,
libqgis_core.so.1.8.0
[+] QgsRasterDataProvider::cStringList2Q_ ( char** stringList ) [static] (1)
[symbol: _ZN21QgsRasterDataProvider14cStringList2Q_EPPc]
| Change | Effect |
---|
1 | This method became protected. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterDataProvider::makeTableCell ( QString const& value ) [static] (1)
[symbol: _ZN21QgsRasterDataProvider13makeTableCellERK7QString]
| Change | Effect |
---|
1 | This method became protected. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterDataProvider::makeTableCells ( QStringList const& values ) [static] (1)
[symbol: _ZN21QgsRasterDataProvider14makeTableCellsERK11QStringList]
| Change | Effect |
---|
1 | This method became protected. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterDataProvider::readBlock ( int bandNo, int xBlock, int yBlock, void* data ) (1)
[symbol: _ZN21QgsRasterDataProvider9readBlockEiiiPv]
| Change | Effect |
---|
1 | This method became protected. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterDataProvider::readBlock ( int bandNo, QgsRectangle const& viewExtent, int width, int height, void* data ) (1)
[symbol: _ZN21QgsRasterDataProvider9readBlockEiRK12QgsRectangleiiPv]
| Change | Effect |
---|
1 | This method became protected. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
qgsrasterlayer.h,
libqgis_core.so.1.8.0
[+] QgsRasterLayer::bandCount ( ) const (1)
[symbol: _ZNK14QgsRasterLayer9bandCountEv]
| Change | Effect |
---|
1 | Type of return value has been changed from unsigned int to int. | Replacement of return type may indicate a change in its semantic meaning. |
[+] QgsRasterLayer::init ( ) (1)
[symbol: _ZN14QgsRasterLayer4initEv]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterLayer::QgsRasterLayer [in-charge] ( QString const& path, QString const& baseName, bool loadDefaultStyleFlag ) (1)
[symbol: _ZN14QgsRasterLayerC1ERK7QStringS2_b]
| Change | Effect |
---|
1 | The default argument QString::null of 1st parameter path has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QgsRasterLayer::QgsRasterLayer [not-in-charge] ( QString const& path, QString const& baseName, bool loadDefaultStyleFlag ) (1)
[symbol: _ZN14QgsRasterLayerC2ERK7QStringS2_b]
| Change | Effect |
---|
1 | The default argument QString::null of 1st parameter path has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
qgsrasterprojector.h,
libqgis_core.so.1.8.0
[+] QgsRasterProjector::approximateSrcRowCol ( int theDestRow, int theDestCol, int* theSrcRow, int* theSrcCol ) (1)
[symbol: _ZN18QgsRasterProjector20approximateSrcRowColEiiPiS0_]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::calcCol ( int theCol ) (1)
[symbol: _ZN18QgsRasterProjector7calcColEi]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::calcCP ( int theRow, int theCol ) (1)
[symbol: _ZN18QgsRasterProjector6calcCPEii]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::calcHelper ( int theMatrixRow, QgsPoint* thePoints ) (1)
[symbol: _ZN18QgsRasterProjector10calcHelperEiP8QgsPoint]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::calcRow ( int theRow ) (1)
[symbol: _ZN18QgsRasterProjector7calcRowEi]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::calcSrcExtent ( ) (1)
[symbol: _ZN18QgsRasterProjector13calcSrcExtentEv]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::calcSrcRowsCols ( ) (1)
[symbol: _ZN18QgsRasterProjector15calcSrcRowsColsEv]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::checkCols ( ) (1)
[symbol: _ZN18QgsRasterProjector9checkColsEv]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::checkRows ( ) (1)
[symbol: _ZN18QgsRasterProjector9checkRowsEv]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::cpToString ( ) (1)
[symbol: _ZN18QgsRasterProjector10cpToStringEv]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::destPointOnCPMatrix ( int theRow, int theCol, double* theX, double* theY ) (1)
[symbol: _ZN18QgsRasterProjector19destPointOnCPMatrixEiiPdS0_]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::insertCols ( ) (1)
[symbol: _ZN18QgsRasterProjector10insertColsEv]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::insertRows ( ) (1)
[symbol: _ZN18QgsRasterProjector10insertRowsEv]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::matrixCol ( int theDestCol ) (1)
[symbol: _ZN18QgsRasterProjector9matrixColEi]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::matrixRow ( int theDestRow ) (1)
[symbol: _ZN18QgsRasterProjector9matrixRowEi]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::nextHelper ( ) (1)
[symbol: _ZN18QgsRasterProjector10nextHelperEv]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::preciseSrcRowCol ( int theDestRow, int theDestCol, int* theSrcRow, int* theSrcCol ) (1)
[symbol: _ZN18QgsRasterProjector16preciseSrcRowColEiiPiS0_]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::srcPoint ( int theRow, int theCol ) (1)
[symbol: _ZN18QgsRasterProjector8srcPointEii]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
[+] QgsRasterProjector::srcRowCol ( int theDestRow, int theDestCol, int* theSrcRow, int* theSrcCol ) (1)
[symbol: _ZN18QgsRasterProjector9srcRowColEiiPiS0_]
| Change | Effect |
---|
1 | This method became private. | Old applications will continue using this method, but it may require a different initialization of the environment and parameters. |
qgsrubberband.h,
libqgis_gui.so.1.8.0
[+] QgsRubberBand::addPoint ( QgsPoint const& p, bool update, int geometryIndex ) (1)
changed to:QgsRubberBand::addPoint ( QgsPoint const& p, bool doUpdate, int geometryIndex )
[symbol: _ZN13QgsRubberBand8addPointERK8QgsPointbi]
| Change | Effect |
---|
1 | 2nd parameter update has been renamed to doUpdate. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] QgsRubberBand::QgsRubberBand [in-charge] ( QgsMapCanvas* mapCanvas, bool isPolygon ) (1)
[symbol: _ZN13QgsRubberBandC1EP12QgsMapCanvasb]
| Change | Effect |
---|
1 | The default argument false of 2nd parameter isPolygon has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QgsRubberBand::QgsRubberBand [not-in-charge] ( QgsMapCanvas* mapCanvas, bool isPolygon ) (1)
[symbol: _ZN13QgsRubberBandC2EP12QgsMapCanvasb]
| Change | Effect |
---|
1 | The default argument false of 2nd parameter isPolygon has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QgsRubberBand::reset ( bool isPolygon ) (1)
[symbol: _ZN13QgsRubberBand5resetEb]
| Change | Effect |
---|
1 | The default argument false of 1st parameter isPolygon has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
qgsvectorcolorrampv2.h,
libqgis_core.so.1.8.0
[+] QgsVectorRandomColorRampV2::QgsVectorRandomColorRampV2 [in-charge] ( int count, int hueMin, int hueMax, int satMin, int satMax, int valMin, int valMax ) (4)
[symbol: _ZN26QgsVectorRandomColorRampV2C1Eiiiiiii]
| Change | Effect |
---|
1 | The default argument of 5th parameter satMax has been changed from 255 to 240. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
2 | The default argument of 4th parameter satMin has been changed from 0 to 100. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
3 | The default argument of 7th parameter valMax has been changed from 255 to 240. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
4 | The default argument of 6th parameter valMin has been changed from 0 to 200. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QgsVectorRandomColorRampV2::QgsVectorRandomColorRampV2 [not-in-charge] ( int count, int hueMin, int hueMax, int satMin, int satMax, int valMin, int valMax ) (4)
[symbol: _ZN26QgsVectorRandomColorRampV2C2Eiiiiiii]
| Change | Effect |
---|
1 | The default argument of 5th parameter satMax has been changed from 255 to 240. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
2 | The default argument of 4th parameter satMin has been changed from 0 to 100. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
3 | The default argument of 7th parameter valMax has been changed from 255 to 240. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
4 | The default argument of 6th parameter valMin has been changed from 0 to 200. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
qgsvectorlayer.h,
libqgis_core.so.1.8.0
[+] QgsVectorLayer::select ( QgsRectangle& rect, bool lock ) (1)
changed to:QgsVectorLayer::select ( QgsRectangle& rect, bool addToSelection )
[symbol: _ZN14QgsVectorLayer6selectER12QgsRectangleb]
| Change | Effect |
---|
1 | 2nd parameter lock has been renamed to addToSelection. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Problems with Constants, Low Severity (4)
qgsvectorcolorrampv2.h
[+] DEFAULT_RANDOM_SAT_MAX
| Change | Effect |
---|
1 | The value of constant DEFAULT_RANDOM_SAT_MAX has been changed from 255 to 240. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] DEFAULT_RANDOM_SAT_MIN
| Change | Effect |
---|
1 | The value of constant DEFAULT_RANDOM_SAT_MIN has been changed from 0 to 100. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] DEFAULT_RANDOM_VAL_MAX
| Change | Effect |
---|
1 | The value of constant DEFAULT_RANDOM_VAL_MAX has been changed from 255 to 240. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
[+] DEFAULT_RANDOM_VAL_MIN
| Change | Effect |
---|
1 | The value of constant DEFAULT_RANDOM_VAL_MIN has been changed from 0 to 200. | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
to the top
Other Changes in Data Types (80)
qgsattributetablefiltermodel.h
[+] class QgsAttributeTableFilterModel (3)
| Change |
Effect |
1 | Virtual method QgsAttributeTableFilterModel::mapFromMaster ( QModelIndex const& ) const has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
2 | Virtual method QgsAttributeTableFilterModel::mapToMaster ( QModelIndex const& ) const has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
3 | Virtual method QgsAttributeTableFilterModel::setFilteredFeatures ( QgsFeatureIds ) has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 50 entries | Virtual Table (New) - 57 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QSortFilterProxyModel::metaObject |
QgsAttributeTableFilterModel::metaObject |
12 |
QSortFilterProxyModel::qt_metacast |
QgsAttributeTableFilterModel::qt_metacast |
16 |
QSortFilterProxyModel::qt_metacall |
QgsAttributeTableFilterModel::qt_metacall |
20 |
~QgsAttributeTableFilterModel |
~QgsAttributeTableFilterModel |
24 |
~QgsAttributeTableFilterModel |
~QgsAttributeTableFilterModel |
28 |
QObject::event |
QObject::event |
32 |
QObject::eventFilter |
QObject::eventFilter |
36 |
QObject::timerEvent |
QObject::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QSortFilterProxyModel::index |
QSortFilterProxyModel::index |
60 |
QSortFilterProxyModel::parent |
QSortFilterProxyModel::parent |
64 |
QSortFilterProxyModel::rowCount |
QSortFilterProxyModel::rowCount |
68 |
QSortFilterProxyModel::columnCount |
QSortFilterProxyModel::columnCount |
72 |
QSortFilterProxyModel::hasChildren |
QSortFilterProxyModel::hasChildren |
76 |
QSortFilterProxyModel::data |
QSortFilterProxyModel::data |
80 |
QSortFilterProxyModel::setData |
QSortFilterProxyModel::setData |
84 |
QSortFilterProxyModel::headerData |
QSortFilterProxyModel::headerData |
88 |
QSortFilterProxyModel::setHeaderData |
QSortFilterProxyModel::setHeaderData |
92 |
QAbstractProxyModel::itemData |
QAbstractProxyModel::itemData |
96 |
QAbstractProxyModel::setItemData |
QAbstractProxyModel::setItemData |
100 |
QSortFilterProxyModel::mimeTypes |
QSortFilterProxyModel::mimeTypes |
104 |
QSortFilterProxyModel::mimeData |
QSortFilterProxyModel::mimeData |
108 |
QSortFilterProxyModel::dropMimeData |
QSortFilterProxyModel::dropMimeData |
112 |
QSortFilterProxyModel::supportedDropActions |
QSortFilterProxyModel::supportedDropActions |
116 |
QSortFilterProxyModel::insertRows |
QSortFilterProxyModel::insertRows |
120 |
QSortFilterProxyModel::insertColumns |
QSortFilterProxyModel::insertColumns |
124 |
QSortFilterProxyModel::removeRows |
QSortFilterProxyModel::removeRows |
128 |
QSortFilterProxyModel::removeColumns |
QSortFilterProxyModel::removeColumns |
132 |
QSortFilterProxyModel::fetchMore |
QSortFilterProxyModel::fetchMore |
136 |
QSortFilterProxyModel::canFetchMore |
QSortFilterProxyModel::canFetchMore |
140 |
QSortFilterProxyModel::flags |
QSortFilterProxyModel::flags |
144 |
QgsAttributeTableFilterModel::sort |
QgsAttributeTableFilterModel::sort |
148 |
QSortFilterProxyModel::buddy |
QSortFilterProxyModel::buddy |
152 |
QSortFilterProxyModel::match |
QSortFilterProxyModel::match |
156 |
QSortFilterProxyModel::span |
QSortFilterProxyModel::span |
160 |
QAbstractProxyModel::submit |
QAbstractProxyModel::submit |
164 |
QAbstractProxyModel::revert |
QAbstractProxyModel::revert |
168 |
QSortFilterProxyModel::setSourceModel |
QSortFilterProxyModel::setSourceModel |
172 |
QSortFilterProxyModel::mapToSource |
QSortFilterProxyModel::mapToSource |
176 |
QSortFilterProxyModel::mapFromSource |
QSortFilterProxyModel::mapFromSource |
180 |
QSortFilterProxyModel::mapSelectionToSource |
QSortFilterProxyModel::mapSelectionToSource |
184 |
QSortFilterProxyModel::mapSelectionFromSource |
QSortFilterProxyModel::mapSelectionFromSource |
188 |
QgsAttributeTableFilterModel::filterAcceptsRow |
QgsAttributeTableFilterModel::filterAcceptsRow |
192 |
QSortFilterProxyModel::filterAcceptsColumn |
QSortFilterProxyModel::filterAcceptsColumn |
196 |
QSortFilterProxyModel::lessThan |
QgsAttributeTableFilterModel::lessThan |
200 |
|
QgsAttributeTableFilterModel::setFilteredFeatures |
204 |
|
QgsAttributeTableFilterModel::fidToIndex |
208 |
|
QgsAttributeTableFilterModel::mapToMaster |
212 |
|
QgsAttributeTableFilterModel::mapFromMaster |
216 |
|
(int (*)(...))-0x000000008 |
220 |
|
(int (*)(...))(& typeinfo) |
224 |
|
non-virtual thunk |
[+] affected symbols (3)
QgsAttributeTableFilterModel::filterAcceptsRow ( int sourceRow, QModelIndex const& sourceParent ) constThis method is from 'QgsAttributeTableFilterModel' class.
QgsAttributeTableFilterModel::sort ( int column, enum Qt::SortOrder order )This method is from 'QgsAttributeTableFilterModel' class.
QgsAttributeTableFilterModel::~QgsAttributeTableFilterModel [in-charge] ( )This method is from 'QgsAttributeTableFilterModel' class.
qgsattributetableview.h
[+] class QgsAttributeTableView (3)
| Change |
Effect |
1 | Virtual method QgsAttributeTableView::_q_selectRow ( int ) has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
2 | Virtual method QgsAttributeTableView::selectRow ( int ) has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
3 | Virtual method QgsAttributeTableView::setModel ( QgsAttributeTableFilterModel* ) has been added to this class. | No effect. You can add virtual functions at end of leaf classes with exported constructors. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 103 entries | Virtual Table (New) - 106 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
QgsAttributeTableView::metaObject |
QgsAttributeTableView::metaObject |
12 |
QgsAttributeTableView::qt_metacast |
QgsAttributeTableView::qt_metacast |
16 |
QgsAttributeTableView::qt_metacall |
QgsAttributeTableView::qt_metacall |
20 |
~QgsAttributeTableView |
~QgsAttributeTableView |
24 |
~QgsAttributeTableView |
~QgsAttributeTableView |
28 |
QAbstractItemView::event |
QAbstractItemView::event |
32 |
QObject::eventFilter |
QgsAttributeTableView::eventFilter |
36 |
QTableView::timerEvent |
QTableView::timerEvent |
40 |
QObject::childEvent |
QObject::childEvent |
44 |
QObject::customEvent |
QObject::customEvent |
48 |
QObject::connectNotify |
QObject::connectNotify |
52 |
QObject::disconnectNotify |
QObject::disconnectNotify |
56 |
QWidget::devType |
QWidget::devType |
60 |
QWidget::setVisible |
QWidget::setVisible |
64 |
QAbstractScrollArea::sizeHint |
QAbstractScrollArea::sizeHint |
68 |
QAbstractScrollArea::minimumSizeHint |
QAbstractScrollArea::minimumSizeHint |
72 |
QWidget::heightForWidth |
QWidget::heightForWidth |
76 |
QWidget::paintEngine |
QWidget::paintEngine |
80 |
QAbstractItemView::mousePressEvent |
QgsAttributeTableView::mousePressEvent |
84 |
QAbstractItemView::mouseReleaseEvent |
QgsAttributeTableView::mouseReleaseEvent |
88 |
QAbstractItemView::mouseDoubleClickEvent |
QAbstractItemView::mouseDoubleClickEvent |
92 |
QAbstractItemView::mouseMoveEvent |
QgsAttributeTableView::mouseMoveEvent |
96 |
QAbstractScrollArea::wheelEvent |
QAbstractScrollArea::wheelEvent |
100 |
QAbstractItemView::keyPressEvent |
QgsAttributeTableView::keyPressEvent |
104 |
QWidget::keyReleaseEvent |
QWidget::keyReleaseEvent |
108 |
QAbstractItemView::focusInEvent |
QAbstractItemView::focusInEvent |
112 |
QAbstractItemView::focusOutEvent |
QAbstractItemView::focusOutEvent |
116 |
QWidget::enterEvent |
QWidget::enterEvent |
120 |
QWidget::leaveEvent |
QWidget::leaveEvent |
124 |
QTableView::paintEvent |
QTableView::paintEvent |
128 |
QWidget::moveEvent |
QWidget::moveEvent |
132 |
QAbstractItemView::resizeEvent |
QAbstractItemView::resizeEvent |
136 |
QgsAttributeTableView::closeEvent |
QgsAttributeTableView::closeEvent |
140 |
QgsAttributeTableView::contextMenuEvent |
QgsAttributeTableView::contextMenuEvent |
144 |
QWidget::tabletEvent |
QWidget::tabletEvent |
148 |
QWidget::actionEvent |
QWidget::actionEvent |
152 |
QAbstractItemView::dragEnterEvent |
QAbstractItemView::dragEnterEvent |
156 |
QAbstractItemView::dragMoveEvent |
QAbstractItemView::dragMoveEvent |
160 |
QAbstractItemView::dragLeaveEvent |
QAbstractItemView::dragLeaveEvent |
164 |
QAbstractItemView::dropEvent |
QAbstractItemView::dropEvent |
168 |
QWidget::showEvent |
QWidget::showEvent |
172 |
QWidget::hideEvent |
QWidget::hideEvent |
176 |
QWidget::x11Event |
QWidget::x11Event |
180 |
QFrame::changeEvent |
QFrame::changeEvent |
184 |
QWidget::metric |
QWidget::metric |
188 |
QAbstractItemView::inputMethodEvent |
QAbstractItemView::inputMethodEvent |
192 |
QAbstractItemView::inputMethodQuery |
QAbstractItemView::inputMethodQuery |
196 |
QAbstractItemView::focusNextPrevChild |
QAbstractItemView::focusNextPrevChild |
200 |
QWidget::styleChange |
QWidget::styleChange |
204 |
QWidget::enabledChange |
QWidget::enabledChange |
208 |
QWidget::paletteChange |
QWidget::paletteChange |
212 |
QWidget::fontChange |
QWidget::fontChange |
216 |
QWidget::windowActivationChange |
QWidget::windowActivationChange |
220 |
QWidget::languageChange |
QWidget::languageChange |
224 |
QAbstractItemView::viewportEvent |
QAbstractItemView::viewportEvent |
228 |
QTableView::scrollContentsBy |
QTableView::scrollContentsBy |
232 |
QTableView::setModel |
QTableView::setModel |
236 |
QTableView::setSelectionModel |
QTableView::setSelectionModel |
240 |
QAbstractItemView::keyboardSearch |
QAbstractItemView::keyboardSearch |
244 |
QTableView::visualRect |
QTableView::visualRect |
248 |
QTableView::scrollTo |
QTableView::scrollTo |
252 |
QTableView::indexAt |
QTableView::indexAt |
256 |
QTableView::sizeHintForRow |
QTableView::sizeHintForRow |
260 |
QTableView::sizeHintForColumn |
QTableView::sizeHintForColumn |
264 |
QAbstractItemView::reset |
QAbstractItemView::reset |
268 |
QTableView::setRootIndex |
QTableView::setRootIndex |
272 |
QTableView::doItemsLayout |
QTableView::doItemsLayout |
276 |
QAbstractItemView::selectAll |
QgsAttributeTableView::selectAll |
280 |
QAbstractItemView::dataChanged |
QAbstractItemView::dataChanged |
284 |
QAbstractItemView::rowsInserted |
QAbstractItemView::rowsInserted |
288 |
QAbstractItemView::rowsAboutToBeRemoved |
QAbstractItemView::rowsAboutToBeRemoved |
292 |
QTableView::selectionChanged |
QTableView::selectionChanged |
296 |
QTableView::currentChanged |
QTableView::currentChanged |
300 |
QAbstractItemView::updateEditorData |
QAbstractItemView::updateEditorData |
304 |
QAbstractItemView::updateEditorGeometries |
QAbstractItemView::updateEditorGeometries |
308 |
QTableView::updateGeometries |
QTableView::updateGeometries |
312 |
QTableView::verticalScrollbarAction |
QTableView::verticalScrollbarAction |
316 |
QTableView::horizontalScrollbarAction |
QTableView::horizontalScrollbarAction |
320 |
QAbstractItemView::verticalScrollbarValueChanged |
QAbstractItemView::verticalScrollbarValueChanged |
324 |
QAbstractItemView::horizontalScrollbarValueChanged |
QAbstractItemView::horizontalScrollbarValueChanged |
328 |
QAbstractItemView::closeEditor |
QAbstractItemView::closeEditor |
332 |
QAbstractItemView::commitData |
QAbstractItemView::commitData |
336 |
QAbstractItemView::editorDestroyed |
QAbstractItemView::editorDestroyed |
340 |
QTableView::moveCursor |
QTableView::moveCursor |
344 |
QTableView::horizontalOffset |
QTableView::horizontalOffset |
348 |
QTableView::verticalOffset |
QTableView::verticalOffset |
352 |
QTableView::isIndexHidden |
QTableView::isIndexHidden |
356 |
QTableView::setSelection |
QTableView::setSelection |
360 |
QTableView::visualRegionForSelection |
QTableView::visualRegionForSelection |
364 |
QTableView::selectedIndexes |
QTableView::selectedIndexes |
368 |
QAbstractItemView::edit |
QAbstractItemView::edit |
372 |
QAbstractItemView::selectionCommand |
QAbstractItemView::selectionCommand |
376 |
QAbstractItemView::startDrag |
QAbstractItemView::startDrag |
380 |
QTableView::viewOptions |
QTableView::viewOptions |
384 |
(int (*)(...))-0x000000008 |
QgsAttributeTableView::setModel |
388 |
(int (*)(...))(& typeinfo) |
QgsAttributeTableView::selectRow |
392 |
non-virtual thunk |
QgsAttributeTableView::_q_selectRow |
396 |
non-virtual thunk |
(int (*)(...))-0x000000008 |
400 |
non-virtual thunk |
(int (*)(...))(& typeinfo) |
404 |
non-virtual thunk |
non-virtual thunk |
408 |
non-virtual thunk |
non-virtual thunk |
412 |
|
non-virtual thunk |
416 |
|
non-virtual thunk |
420 |
|
non-virtual thunk |
[+] affected symbols (9)
QgsAttributeTableView::closeEvent ( QCloseEvent* event )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::contextMenuEvent ( QContextMenuEvent* p1 )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::finished ( )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::metaObject ( ) constThis method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::QgsAttributeTableView [in-charge] ( QWidget* parent )This constructor is from 'QgsAttributeTableView' class.
QgsAttributeTableView::qt_metacall ( enum QMetaObject::Call p1, int p2, void** p3 )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::qt_metacast ( char const* p1 )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::willShowContextMenu ( struct QMenu* menu, QModelIndex atIndex )This method is from 'QgsAttributeTableView' class.
QgsAttributeTableView::~QgsAttributeTableView [in-charge] ( )This method is from 'QgsAttributeTableView' class.
qgspallabeling.h
[+] enum QgsPalLayerSettings::DataDefinedProperties (69)
| Change |
Effect |
1 | The member AlwaysShow with value 20 has been added. | No effect. |
2 | The member BufferBlendMode with value 45 has been added. | No effect. |
3 | The member BufferDraw with value 42 has been added. | No effect. |
4 | The member BufferJoinStyle with value 44 has been added. | No effect. |
5 | The member BufferTransp with value 19 has been added. | No effect. |
6 | The member BufferUnit with value 43 has been added. | No effect. |
7 | The member CentroidWhole with value 76 has been added. | No effect. |
8 | The member CurvedCharAngleInOut with value 83 has been added. | No effect. |
9 | The member DirSymbDraw with value 34 has been added. | No effect. |
10 | The member DirSymbLeft with value 35 has been added. | No effect. |
11 | The member DirSymbPlacement with value 37 has been added. | No effect. |
12 | The member DirSymbReverse with value 38 has been added. | No effect. |
13 | The member DirSymbRight with value 36 has been added. | No effect. |
14 | The member DistanceUnits with value 81 has been added. | No effect. |
15 | The member FontBlendMode with value 30 has been added. | No effect. |
16 | The member FontCase with value 27 has been added. | No effect. |
17 | The member FontLetterSpacing with value 28 has been added. | No effect. |
18 | The member FontLimitPixel with value 24 has been added. | No effect. |
19 | The member FontMaxPixel with value 26 has been added. | No effect. |
20 | The member FontMinPixel with value 25 has been added. | No effect. |
21 | The member FontSizeUnit with value 22 has been added. | No effect. |
22 | The member FontStyle with value 21 has been added. | No effect. |
23 | The member FontTransp with value 18 has been added. | No effect. |
24 | The member FontWordSpacing with value 29 has been added. | No effect. |
25 | The member MaxScale with value 17 has been added. | No effect. |
26 | The member MinScale with value 16 has been added. | No effect. |
27 | The member MultiLineAlignment with value 33 has been added. | No effect. |
28 | The member MultiLineHeight with value 32 has been added. | No effect. |
29 | The member MultiLineWrapChar with value 31 has been added. | No effect. |
30 | The member NumDecimals with value 40 has been added. | No effect. |
31 | The member NumFormat with value 39 has been added. | No effect. |
32 | The member NumPlusSign with value 41 has been added. | No effect. |
33 | The member OffsetQuad with value 77 has been added. | No effect. |
34 | The member OffsetRotation with value 82 has been added. | No effect. |
35 | The member OffsetUnits with value 80 has been added. | No effect. |
36 | The member OffsetXY with value 78 has been added. | No effect. |
37 | The member ScaleVisibility with value 23 has been added. | No effect. |
38 | The member ShadowBlendMode with value 75 has been added. | No effect. |
39 | The member ShadowColor with value 74 has been added. | No effect. |
40 | The member ShadowDraw with value 65 has been added. | No effect. |
41 | The member ShadowOffsetAngle with value 67 has been added. | No effect. |
42 | The member ShadowOffsetDist with value 68 has been added. | No effect. |
43 | The member ShadowOffsetUnits with value 69 has been added. | No effect. |
44 | The member ShadowRadius with value 70 has been added. | No effect. |
45 | The member ShadowRadiusUnits with value 71 has been added. | No effect. |
46 | The member ShadowScale with value 73 has been added. | No effect. |
47 | The member ShadowTransparency with value 72 has been added. | No effect. |
48 | The member ShadowUnder with value 66 has been added. | No effect. |
49 | The member ShapeBlendMode with value 64 has been added. | No effect. |
50 | The member ShapeBorderColor with value 59 has been added. | No effect. |
51 | The member ShapeBorderWidth with value 60 has been added. | No effect. |
52 | The member ShapeBorderWidthUnits with value 61 has been added. | No effect. |
53 | The member ShapeDraw with value 46 has been added. | No effect. |
54 | The member ShapeFillColor with value 58 has been added. | No effect. |
55 | The member ShapeJoinStyle with value 62 has been added. | No effect. |
56 | The member ShapeKind with value 47 has been added. | No effect. |
57 | The member ShapeOffset with value 54 has been added. | No effect. |
58 | The member ShapeOffsetUnits with value 55 has been added. | No effect. |
59 | The member ShapeRadii with value 56 has been added. | No effect. |
60 | The member ShapeRadiiUnits with value 57 has been added. | No effect. |
61 | The member ShapeRotation with value 53 has been added. | No effect. |
62 | The member ShapeRotationType with value 52 has been added. | No effect. |
63 | The member ShapeSVGFile with value 48 has been added. | No effect. |
64 | The member ShapeSizeType with value 49 has been added. | No effect. |
65 | The member ShapeSizeUnits with value 51 has been added. | No effect. |
66 | The member ShapeSizeX with value 50 has been added. | No effect. |
67 | The member ShapeSizeY with value 85 has been added. | No effect. |
68 | The member ShapeTransparency with value 63 has been added. | No effect. |
69 | The member Show with value 15 has been added. | No effect. |
[+] affected symbols (1)
QgsPalLayerSettings::removeDataDefinedProperty ( enum QgsPalLayerSettings::DataDefinedProperties p )1st parameter 'p' has type 'enum QgsPalLayerSettings::DataDefinedProperties'.
qgssymbolv2.h
[+] class QgsSymbolV2RenderContext (1)
| Change |
Effect |
1 | Size of field mRenderContext has been changed from 120 bytes to 128 bytes. | No effect. |
[+] affected symbols (>10)
QgsCentroidFillSymbolLayerV2::renderPolygon ( QPolygonF const& points, QList<QPolygonF>* rings, QgsSymbolV2RenderContext& context )3rd parameter 'context' (reference) has base type 'QgsSymbolV2RenderContext'.
QgsCentroidFillSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )1st parameter 'context' (reference) has base type 'QgsSymbolV2RenderContext'.
QgsCentroidFillSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext& context )1st parameter 'context' (reference) has base type 'QgsSymbolV2RenderContext'.
QgsFillSymbolLayerV2::drawPreviewIcon ( QgsSymbolV2RenderContext& context, QSize size )1st parameter 'context' (reference) has base type 'QgsSymbolV2RenderContext'.
QgsFontMarkerSymbolLayerV2::renderPoint ( QPointF const& point, QgsSymbolV2RenderContext& context )2nd parameter 'context' (reference) has base type 'QgsSymbolV2RenderContext'.
QgsFontMarkerSymbolLayerV2::startRender ( QgsSymbolV2RenderContext& context )1st parameter 'context' (reference) has base type 'QgsSymbolV2RenderContext'.
QgsFontMarkerSymbolLayerV2::stopRender ( QgsSymbolV2RenderContext& context )1st parameter 'context' (reference) has base type 'QgsSymbolV2RenderContext'.
QgsImageFillSymbolLayer::renderPolygon ( QPolygonF const& points, QList<QPolygonF>* rings, QgsSymbolV2RenderContext& context )3rd parameter 'context' (reference) has base type 'QgsSymbolV2RenderContext'.
QgsLinePatternFillSymbolLayer::startRender ( QgsSymbolV2RenderContext& context )1st parameter 'context' (reference) has base type 'QgsSymbolV2RenderContext'.
QgsLinePatternFillSymbolLayer::stopRender ( QgsSymbolV2RenderContext& context )1st parameter 'context' (reference) has base type 'QgsSymbolV2RenderContext'.
...
[+] enum QgsSymbolV2::OutputUnit (1)
| Change |
Effect |
1 | The member Mixed with value 2 has been added. | No effect. |
[+] affected symbols (6)
QgsSymbolLayerV2Utils::decodeOutputUnit ( QString str ) [static]Return value has type 'enum QgsSymbolV2::OutputUnit'.
QgsSymbolLayerV2Utils::decodeSldUom ( QString str, double* scaleFactor ) [static]Return value has type 'enum QgsSymbolV2::OutputUnit'.
QgsSymbolLayerV2Utils::encodeOutputUnit ( enum QgsSymbolV2::OutputUnit unit ) [static]1st parameter 'unit' has type 'enum QgsSymbolV2::OutputUnit'.
QgsSymbolLayerV2Utils::encodeSldUom ( enum QgsSymbolV2::OutputUnit unit, double* scaleFactor ) [static]1st parameter 'unit' has type 'enum QgsSymbolV2::OutputUnit'.
QgsSymbolLayerV2Utils::symbolLayerPreviewIcon ( QgsSymbolLayerV2* layer, enum QgsSymbolV2::OutputUnit u, QSize size ) [static]2nd parameter 'u' has type 'enum QgsSymbolV2::OutputUnit'.
QgsSymbolV2RenderContext::QgsSymbolV2RenderContext [in-charge] ( QgsRenderContext& c, enum QgsSymbolV2::OutputUnit u, qreal alpha, bool selected, int renderHints, QgsFeature const* f )2nd parameter 'u' has type 'enum QgsSymbolV2::OutputUnit'.
qgsvectorlayer.h
[+] enum QgsVectorLayer::EditType (3)
| Change |
Effect |
1 | The member Color with value 19 has been added. | No effect. |
2 | The member Photo with value 17 has been added. | No effect. |
3 | The member WebView with value 18 has been added. | No effect. |
[+] affected symbols (2)
QgsVectorLayer::editType ( int idx )Return value has type 'enum QgsVectorLayer::EditType'.
QgsVectorLayer::setEditType ( int idx, enum QgsVectorLayer::EditType edit )2nd parameter 'edit' has type 'enum QgsVectorLayer::EditType'.
to the top
Other Changes in Symbols (1)
qgslegendmodel.h,
libqgis_core.so.1.8.0
[+] QgsLegendModel::addGroup ( QString text, int position ) (1)
[symbol: _ZN14QgsLegendModel8addGroupE7QStringi]
| Change | Effect |
---|
1 | The default argument QString::null of 1st parameter text has been added. | No effect. |
to the top
Other Changes in Constants (6)
qgscptcityarchive.h
[+] DEFAULT_CPTCITY_ARCHIVE
| Change | Effect |
---|
1 | The constant DEFAULT_CPTCITY_ARCHIVE with value "cpt-city-qgis-min" has been added. | No effect. |
qgshistogramdiagram.h
[+] DIAGRAM_NAME_HISTOGRAM
| Change | Effect |
---|
1 | The constant DIAGRAM_NAME_HISTOGRAM with value "Histogram" has been added. | No effect. |
qgspiediagram.h
[+] DIAGRAM_NAME_PIE
| Change | Effect |
---|
1 | The constant DIAGRAM_NAME_PIE with value "Pie" has been added. | No effect. |
qgssymbollayerv2.h
[+] DEFAULT_SCALE_METHOD
| Change | Effect |
---|
1 | The constant DEFAULT_SCALE_METHOD with value QgsSymbolV2::ScaleArea has been added. | No effect. |
qgstextdiagram.h
[+] DIAGRAM_NAME_TEXT
| Change | Effect |
---|
1 | The constant DIAGRAM_NAME_TEXT with value "Text" has been added. | No effect. |
qgsvectorcolorrampv2.h
[+] DEFAULT_CPTCITY_VARIANTNAME
| Change | Effect |
---|
1 | The constant DEFAULT_CPTCITY_VARIANTNAME with value "05" has been added. | No effect. |
to the top
Header Files (185)
qextserialenumerator.h
qextserialport.h
qgis.h
qgisgui.h
qgisinterface.h
qgisplugin.h
qgsaddremoveitemcommand.h
qgsapplication.h
qgsarcproperter.h
qgsaspectfilter.h
qgsattributeaction.h
qgsattributeeditor.h
qgsattributetabledelegate.h
qgsattributetablefiltermodel.h
qgsattributetableidcolumnpair.h
qgsattributetablememorymodel.h
qgsattributetablemodel.h
qgsattributetableview.h
qgsbrowsermodel.h
qgsbrushstylecombobox.h
qgscategorizedsymbolrendererv2.h
qgscentralpointpositionmanager.h
qgsclipper.h
qgscliptominmaxenhancement.h
qgscolorbrewerpalette.h
qgscolorbutton.h
qgscolorrampcombobox.h
qgscolorrampshader.h
qgsconfig.h
qgscontexthelp.h
qgscontinuouscolorrenderer.h
qgscontrastenhancement.h
qgscontrastenhancementfunction.h
qgscoordinatereferencesystem.h
qgscoordinatetransform.h
qgscredentials.h
qgscsexception.h
qgscursors.h
qgsdataitem.h
qgsdataprovider.h
qgsdatasourceuri.h
qgsderivativefilter.h
qgsdetaileditemdelegate.h
qgsdiagramrendererv2.h
qgsdistancearcproperter.h
qgsdistancearea.h
qgsexception.h
qgsexpression.h
qgsexpressionhighlighter.h
qgsfeature.h
qgsfield.h
qgsfieldvalidator.h
qgsfiledropedit.h
qgsfillsymbollayerv2.h
qgsfreakoutshader.h
qgsgenericprojectionselector.h
qgsgeometry.h
qgsgeometryanalyzer.h
qgsgeometryvalidator.h
qgsgpsconnection.h
qgsgpsdconnection.h
qgsgpsdetector.h
qgsgraduatedsymbolrenderer.h
qgsgraduatedsymbolrendererv2.h
qgsgraph.h
qgsgraphanalyzer.h
qgsgraphbuilder.h
qgsgraphbuilderintr.h
qgsgraphdirector.h
qgsgridfilewriter.h
qgshillshadefilter.h
qgshttptransaction.h
qgsidwinterpolator.h
qgsinterpolator.h
qgslabel.h
qgslabelattributes.h
qgslegendinterface.h
qgslegendmodel.h
qgslinearminmaxenhancement.h
qgslinearminmaxenhancementwithclip.h
qgslinesymbollayerv2.h
qgslinevectorlayerdirector.h
qgslogger.h
qgslonglongvalidator.h
qgsmapcanvas.h
qgsmapcanvasitem.h
qgsmapcanvasmap.h
qgsmapcanvassnapper.h
qgsmaplayer.h
qgsmaplayerregistry.h
qgsmapoverviewcanvas.h
qgsmaprenderer.h
qgsmaptip.h
qgsmaptool.h
qgsmaptoolemitpoint.h
qgsmaptoolpan.h
qgsmaptoolzoom.h
qgsmaptopixel.h
qgsmarkercatalogue.h
qgsmarkersymbollayerv2.h
qgsmessagelog.h
qgsmessagelogviewer.h
qgsmessageoutput.h
qgsmessageviewer.h
qgsmimedatautils.h
qgsnetworkaccessmanager.h
qgsninecellfilter.h
qgsnmeaconnection.h
qgsoverlayobjectpositionmanager.h
qgspallabeling.h
qgspenstylecombobox.h
qgspluginlayer.h
qgspluginlayerregistry.h
qgspoint.h
qgsproject.h
qgsprojectbadlayerguihandler.h
qgsprojectfiletransform.h
qgsprojectionselector.h
qgsprojectproperty.h
qgsprojectversion.h
qgsprovidercountcalcevent.h
qgsproviderextentcalcevent.h
qgsprovidermetadata.h
qgsproviderregistry.h
qgspseudocolorshader.h
qgspythonrunner.h
qgsquerybuilder.h
qgsquickprint.h
qgsrasterbandstats.h
qgsrastercalculator.h
qgsrasterdataprovider.h
qgsrasterlayer.h
qgsrasterprojector.h
qgsrasterpyramid.h
qgsrastershader.h
qgsrastershaderfunction.h
qgsrastertransparency.h
qgsrasterviewport.h
qgsrectangle.h
qgsrelief.h
qgsrendercontext.h
qgsrenderer.h
qgsrendererplugin.h
qgsrendererv2.h
qgsrendererv2registry.h
qgsrubberband.h
qgsruggednessfilter.h
qgsrunprocess.h
qgsscalecalculator.h
qgsscalecombobox.h
qgssearchquerybuilder.h
qgssearchstring.h
qgssearchtreenode.h
qgssinglesymbolrenderer.h
qgssinglesymbolrendererv2.h
qgsslopefilter.h
qgssnapper.h
qgsspatialindex.h
qgsstylev2.h
qgssymbol.h
qgssymbollayerv2.h
qgssymbollayerv2registry.h
qgssymbollayerv2utils.h
qgssymbologyutils.h
qgssymbologyv2conversion.h
qgssymbolv2.h
qgstininterpolator.h
qgstolerance.h
qgsuniquevaluerenderer.h
qgsvectorcolorrampv2.h
qgsvectordataprovider.h
qgsvectorfilewriter.h
qgsvectorlayer.h
qgsvectorlayerimport.h
qgsvectoroverlay.h
qgsvertexmarker.h
qgszonalstatistics.h
ui_qgsdetaileditemwidgetbase.h
ui_qgsexpressionbuilder.h
ui_qgsexpressionbuilderdialogbase.h
ui_qgsgenericprojectionselectorbase.h
ui_qgsmessagelogviewer.h
ui_qgsmessageviewer.h
ui_qgsprojectionselectorbase.h
ui_qgsquerybuilderbase.h
to the top
Shared Libraries (7)
libqgis_analysis.so.1.8.0
libqgis_core.so.1.8.0
libqgis_gui.so.1.8.0
libqgis_networkanalysis.so.1.8.0
libqgisgrass.so.1.8.0
libqgispython.so.1.8.0
libqgissqlanyconnection.so.1.8.0
to the top