equal
deleted
inserted
replaced
77 void setEventType(QEvent::Type type); |
77 void setEventType(QEvent::Type type); |
78 |
78 |
79 Qt::MouseButton button() const; |
79 Qt::MouseButton button() const; |
80 void setButton(Qt::MouseButton button); |
80 void setButton(Qt::MouseButton button); |
81 |
81 |
82 Qt::KeyboardModifiers modifiersMask() const; |
82 Qt::KeyboardModifiers modifierMask() const; |
83 void setModifiersMask(Qt::KeyboardModifiers modifiers); |
83 void setModifierMask(Qt::KeyboardModifiers modifiers); |
84 |
84 |
85 QPainterPath path() const; |
85 QPainterPath hitTestPath() const; |
86 void setPath(const QPainterPath &path); |
86 void setHitTestPath(const QPainterPath &path); |
87 |
87 |
88 protected: |
88 protected: |
89 bool eventTest(QEvent *event); |
89 bool eventTest(QEvent *event); |
90 void onTransition(QEvent *); |
90 void onTransition(QEvent *); |
91 |
91 |