selection_rendering_fix_sip.diff

Second part of patch - fixes SIP file to make required fields available to plugins - Chris Crook, 2010-04-14 01:17 PM

Download (703 Bytes)

View differences:

python/core/symbology-ng-core.sip (working copy)
380 380
  void setRenderingPass(int renderingPass);
381 381
  int renderingPass() const;
382 382

  
383
  static QColor selectionColor();
384

  
383 385
protected:
384 386
  QgsSymbolLayerV2(QgsSymbolV2::SymbolType type, bool locked = false);
385 387

  
......
465 467
    qreal alpha() const;
466 468
    void setAlpha( qreal alpha );
467 469

  
470
    bool selected() const;
471
    void setSelected( bool selected ) const;
472

  
468 473
    double outputLineWidth(double width) const;
469 474
    double outputPixelSize(double size) const;
470 475
};