Lines Matching refs:firstFeature

2230       QgsFeature firstFeature = mPointsLayer->getFeature( 1 );  in maptip_display_data()  local
2233 …Literal( "display_expression(@layer_id, $currentfeature, False)" ) << firstFeature << mPointsLayer… in maptip_display_data()
2234 …display wrong layer" ) << QStringLiteral( "display_expression()" ) << firstFeature << noLayer << … in maptip_display_data()
2238 …QTest::newRow( "maptip wrong layer" ) << QStringLiteral( "maptip()" ) << firstFeature << noLayer <… in maptip_display_data()
2239 …) << QStringLiteral( "maptip(@layer_id, $currentfeature, False)" ) << firstFeature << mPointsLayer… in maptip_display_data()
2241 …arams" ) << QStringLiteral( "maptip(@layer_id, $currentfeature)" ) << firstFeature << mPointsLayer… in maptip_display_data()
2242 …tip with 1 param" ) << QStringLiteral( "maptip($currentfeature)" ) << firstFeature << mPointsLayer… in maptip_display_data()
2243 …QTest::newRow( "maptip with 0 param" ) << QStringLiteral( "maptip()" ) << firstFeature << mPointsL… in maptip_display_data()
2245 …QStringLiteral( "display_expression(@layer_id, $currentfeature)" ) << firstFeature << mPointsLayer… in maptip_display_data()
2246 …aram" ) << QStringLiteral( "display_expression($currentfeature)" ) << firstFeature << mPointsLayer… in maptip_display_data()
2247 …isplay with 0 param" ) << QStringLiteral( "display_expression()" ) << firstFeature << mPointsLayer… in maptip_display_data()
2313 QgsFeature firstFeature = mMemoryLayer->getFeature( 1 ); in selection_data() local
2316 …y selection num_selected" ) << "num_selected()" << QgsFeatureIds() << firstFeature << mMemoryLayer… in selection_data()
2317 …pty selection is_selected" ) << "is_selected()" << QgsFeatureIds() << firstFeature << mMemoryLayer… in selection_data()
2318 …o_selected" ) << "num_selected()" << ( QgsFeatureIds() << 1 << 2 ) << firstFeature << mMemoryLayer… in selection_data()
2319 …is_selected" ) << "is_selected()" << ( QgsFeatureIds() << 1 << 2 ) << firstFeature << mMemoryLayer… in selection_data()
2320 …ot_selected" ) << "is_selected()" << ( QgsFeatureIds() << 4 << 2 ) << firstFeature << mMemoryLayer… in selection_data()