~osomon/oxide/i18n

« back to all changes in this revision

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

  • Committer: Olivier Tilloy
  • Date: 2014-04-08 10:03:11 UTC
  • mfrom: (312.2.173 oxide)
  • Revision ID: olivier.tilloy@canonical.com-20140408100311-b3zb7q1jfrevbrf1
Merge the latest changes from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
  virtual void Show(const QRect& bounds,
55
55
                    QList<MenuItem>& items,
56
56
                    bool allow_multiple_selection) = 0;
 
57
  virtual void Hide() = 0;
57
58
 
58
59
  void SelectItems(const QList<int>& selected_indices);
59
60
  void Cancel();
63
64
 
64
65
 private:
65
66
  friend class WebPopupMenu;
66
 
 
67
 
  WebPopupMenu* GetWebPopupMenu() const;
68
 
  void SetWebPopupMenu(WebPopupMenu* menu);
69
 
 
70
 
  WebPopupMenu* web_popup_menu_;
 
67
  WebPopupMenu* menu_;
71
68
};
72
69
 
73
70
} // namespace qt