Home
last modified time | relevance | path

Searched refs:offsetForEntity (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgsstylemodel.cpp107 name = mEntityNames[ entityType ].value( index.row() - offsetForEntity( entityType ) ); in data()
479 name = mEntityNames[ entityType ].value( index.row() - offsetForEntity( entityType ) ); in setData()
602 const int offset = offsetForEntity( type ); in onEntityAdded()
619 const int offset = offsetForEntity( type ); in onEntityRemoved()
629 const int offset = offsetForEntity( type ); in onEntityChanged()
656 const int offset = offsetForEntity( type ); in onEntityRename()
666 int row = mEntityNames[type].indexOf( name ) + offsetForEntity( type ); in onTagsChanged()
688 int row = mEntityNames[type].indexOf( name ) + offsetForEntity( type ); in iconGenerated()
724 int QgsStyleModel::offsetForEntity( QgsStyle::StyleEntity entity ) const in offsetForEntity() function in QgsStyleModel
H A Dqgsstylemodel.h199 int offsetForEntity( QgsStyle::StyleEntity entity ) const;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgsstylemodel.cpp106 name = mEntityNames[ entityType ].value( index.row() - offsetForEntity( entityType ) ); in data()
494 name = mEntityNames[ entityType ].value( index.row() - offsetForEntity( entityType ) ); in setData()
617 const int offset = offsetForEntity( type ); in onEntityAdded()
634 const int offset = offsetForEntity( type ); in onEntityRemoved()
644 const int offset = offsetForEntity( type ); in onEntityChanged()
671 const int offset = offsetForEntity( type ); in onEntityRename()
681 int row = mEntityNames[type].indexOf( name ) + offsetForEntity( type ); in onTagsChanged()
703 int row = mEntityNames[type].indexOf( name ) + offsetForEntity( type ); in iconGenerated()
739 int QgsStyleModel::offsetForEntity( QgsStyle::StyleEntity entity ) const in offsetForEntity() function in QgsStyleModel
H A Dqgsstylemodel.h200 int offsetForEntity( QgsStyle::StyleEntity entity ) const;