~osomon/oxide/override-touchUngrabEvent

« back to all changes in this revision

Viewing changes to qt/core/browser/oxide_qt_browser_platform_integration.h

  • Committer: Olivier Tilloy
  • Date: 2016-01-12 11:46:34 UTC
  • mfrom: (1272.2.38 touch-selection-api)
  • Revision ID: olivier.tilloy@canonical.com-20160112114634-u1t78baa0u4hfoha
Add a touch selection API, to allow embedders to display handles for resizing the current selection, and contextual actions for it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
 private Q_SLOTS:
46
46
  void OnApplicationStateChanged();
 
47
  void OnClipboardDataChanged();
47
48
  void OnScreenGeometryChanged(const QRect& geometry);
48
49
  void OnScreenOrientationChanged(Qt::ScreenOrientation orientation);
49
50