~ubuntu-branches/ubuntu/wily/marble/wily-proposed

« back to all changes in this revision

Viewing changes to src/plugins/render/measure/MeasureToolPlugin.h

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark, Jonathan Riddell, Scarlett Clark
  • Date: 2014-07-24 23:38:32 UTC
  • mfrom: (1.5.2)
  • Revision ID: package-import@ubuntu.com-20140724233832-7v4421t4khrhw487
Tags: 4:4.13.90-0ubuntu1
[ Jonathan Riddell ]
* Switch to libmarblewidget19 for new soversion

[ Scarlett Clark ]
* New upstream beta release
* Update: do_not_install_private_headers. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    bool  eventFilter( QObject *object, QEvent *event );
81
81
 
82
82
 private:
83
 
    void  drawMeasurePoints( GeoPainter *painter );
 
83
    void  drawMeasurePoints( GeoPainter *painter ) const;
84
84
    void  drawTotalDistanceLabel( GeoPainter *painter,
85
 
                                  qreal totalDistance );
 
85
                                  qreal totalDistance ) const;
86
86
    void  drawSegments( GeoPainter *painter );
87
87
    void  addContextItems();
88
88
    void  removeContextItems();