~osomon/oxide/im-fake-key-events

« back to all changes in this revision

Viewing changes to qt/core/glue/oxide_qt_render_widget_host_view_delegate.h

  • Committer: Chris Coulson
  • Date: 2014-04-01 10:06:59 UTC
  • mfrom: (438.1.17 window-opening)
  • Revision ID: chris.coulson@canonical.com-20140401100659-48y7z8nqq6fklz0w
MergeĀ fromĀ lp:~chrisccoulson/oxide/window-opening

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
namespace qt {
44
44
 
45
45
class RenderWidgetHostViewDelegatePrivate;
 
46
class WebViewAdapter;
46
47
 
47
48
class Q_DECL_EXPORT TextureHandle {
48
49
 public:
57
58
 public:
58
59
  virtual ~RenderWidgetHostViewDelegate();
59
60
 
 
61
  virtual void Init(WebViewAdapter* view) = 0;
 
62
 
60
63
  virtual void Blur() = 0;
61
64
  virtual void Focus() = 0;
62
65
  virtual bool HasFocus() = 0;