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

« back to all changes in this revision

Viewing changes to src/plugins/render/navigation/ArrowDiscWidget.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:
27
27
    explicit ArrowDiscWidget( QWidget *parent = 0 );
28
28
    ~ArrowDiscWidget();
29
29
 
30
 
    QPixmap pixmap(const QString &id );
31
30
    void setMarbleWidget( MarbleWidget *marbleWidget );
32
31
 
33
32
Q_SIGNALS:
46
45
    void repeatPress();
47
46
 
48
47
private:
 
48
    static QPixmap pixmap(const QString &id );
49
49
    Qt::ArrowType arrowUnderMouse( const QPoint &position ) const;
50
50
    QTimer m_initialPressTimer;
51
51
    QTimer m_repeatPressTimer;