~osomon/oxide/ensure-files-exist

« back to all changes in this revision

Viewing changes to qt/quick/api/oxideqquickwebview_p_p.h

  • Committer: Olivier Tilloy
  • Date: 2014-09-25 16:27:09 UTC
  • mfrom: (677.1.95 oxide)
  • Revision ID: olivier.tilloy@canonical.com-20140925162709-h8bai0f1nfaf7cfy
Merge the latest changes from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
  void IconChanged(QUrl icon) Q_DECL_FINAL;
75
75
  void CommandsUpdated() Q_DECL_FINAL;
76
76
 
 
77
  void LoadingChanged() Q_DECL_FINAL;
77
78
  void LoadProgressChanged(double progress) Q_DECL_FINAL;
78
79
 
79
80
  void LoadEvent(OxideQLoadEvent* event) Q_DECL_FINAL;
85
86
  oxide::qt::WebFrameAdapter* CreateWebFrame() Q_DECL_FINAL;
86
87
 
87
88
  QScreen* GetScreen() const Q_DECL_FINAL;
88
 
  QRect GetContainerBoundsPix() const Q_DECL_FINAL;
 
89
  QRect GetViewBoundsPix() const Q_DECL_FINAL;
89
90
  bool IsVisible() const Q_DECL_FINAL;
90
91
  bool HasFocus() const Q_DECL_FINAL;
91
92
 
123
124
 
124
125
  void DownloadRequested(OxideQDownloadRequest* downloadRequest) Q_DECL_FINAL;
125
126
 
 
127
  void CertificateError(OxideQCertificateError* cert_error) Q_DECL_FINAL;
 
128
  void ContentBlocked() Q_DECL_FINAL;
 
129
 
126
130
  void completeConstruction();
127
131
 
128
132
  static void messageHandler_append(
162
166
  bool frame_evicted_;
163
167
  oxide::qt::CompositorFrameHandle::Type last_composited_frame_type_;
164
168
  QSharedPointer<oxide::qt::CompositorFrameHandle> compositor_frame_handle_;
 
169
 
 
170
  bool using_old_load_event_signal_;
165
171
};
166
172
 
167
173
#endif // _OXIDE_QT_QUICK_API_WEB_VIEW_P_P_H_