@@ -50,6 +50,8 @@ protected:
|
||||
|
||||
virtual void ZoomIntoCursorPosition(QWheelEvent* event, double multiplier, const QPointF &cursor_pos);
|
||||
|
||||
void SetIsTimelineAxes(bool e) { is_timeline_axes_ = e; }
|
||||
|
||||
private:
|
||||
bool dragging_hand_;
|
||||
DragMode pre_hand_drag_mode_;
|
||||
@@ -58,6 +60,8 @@ private:
|
||||
|
||||
QPointF transformed_pos_;
|
||||
|
||||
bool is_timeline_axes_;
|
||||
|
||||
private slots:
|
||||
void ApplicationToolChanged(Tool::Item tool);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user