Changeset 8127 in ntrip for trunk/BNC/qwt/qwt_panner.h


Ignore:
Timestamp:
May 10, 2017, 3:20:54 PM (7 years ago)
Author:
stoecker
Message:

update qwt and qwtpolar, many QT5 fixes (unfinished)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/qwt/qwt_panner.h

    r4271 r8127  
    4444    bool isEnabled() const;
    4545
    46     void setMouseButton( int button, int buttonState = Qt::NoButton );
    47     void getMouseButton( int &button, int &buttonState ) const;
    48     void setAbortKey( int key, int state = Qt::NoButton );
    49     void getAbortKey( int &key, int &state ) const;
     46    void setMouseButton( Qt::MouseButton,
     47        Qt::KeyboardModifiers = Qt::NoModifier );
     48    void getMouseButton( Qt::MouseButton &button,
     49        Qt::KeyboardModifiers & ) const;
     50
     51    void setAbortKey( int key, Qt::KeyboardModifiers = Qt::NoModifier );
     52    void getAbortKey( int &key, Qt::KeyboardModifiers & ) const;
    5053
    5154    void setCursor( const QCursor & );
Note: See TracChangeset for help on using the changeset viewer.