Ardour  8.7-15-gadf511264b
recentchooserdialog.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_RECENTCHOOSERDIALOG_H
4 #define _GTKMM_RECENTCHOOSERDIALOG_H
5 
6 
7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
9 
10 /* recentchooserdialog.h
11  *
12  * Copyright (C) 2006 The gtkmm Development Team
13  *
14  * This library is free software; you can redistribute it and/or
15  * modify it under the terms of the GNU Lesser General Public
16  * License as published by the Free Software Foundation; either
17  * version 2.1 of the License, or (at your option) any later version.
18  *
19  * This library is distributed in the hope that it will be useful,
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22  * Lesser General Public License for more details.
23  *
24  * You should have received a copy of the GNU Lesser General Public
25  * License along with this library; if not, write to the Free
26  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
27  */
28 
29 #include <gtkmm/dialog.h>
30 #include <gtkmm/recentchooser.h>
31 
32 
33 #ifndef DOXYGEN_SHOULD_SKIP_THIS
36 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
37 
38 
39 namespace Gtk
40 { class RecentChooserDialog_Class; } // namespace Gtk
41 namespace Gtk
42 {
43 
57  : public Dialog,
58  public RecentChooser
59 {
60  public:
61 #ifndef DOXYGEN_SHOULD_SKIP_THIS
62  typedef RecentChooserDialog CppObjectType;
63  typedef RecentChooserDialog_Class CppClassType;
64  typedef GtkRecentChooserDialog BaseObjectType;
65  typedef GtkRecentChooserDialogClass BaseClassType;
66 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
67 
69 
70 #ifndef DOXYGEN_SHOULD_SKIP_THIS
71 
72 private:
73  friend class RecentChooserDialog_Class;
74  static CppClassType recentchooserdialog_class_;
75 
76  // noncopyable
78  RecentChooserDialog& operator=(const RecentChooserDialog&);
79 
80 protected:
81  explicit RecentChooserDialog(const Glib::ConstructParams& construct_params);
82  explicit RecentChooserDialog(GtkRecentChooserDialog* castitem);
83 
84 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
85 
86 public:
87 #ifndef DOXYGEN_SHOULD_SKIP_THIS
88  static GType get_type() G_GNUC_CONST;
89 
90 
91  static GType get_base_type() G_GNUC_CONST;
92 #endif
93 
95  GtkRecentChooserDialog* gobj() { return reinterpret_cast<GtkRecentChooserDialog*>(gobject_); }
96 
98  const GtkRecentChooserDialog* gobj() const { return reinterpret_cast<GtkRecentChooserDialog*>(gobject_); }
99 
100 
101 public:
102  //C++ methods used to invoke GTK+ virtual functions:
103 
104 protected:
105  //GTK+ Virtual Functions (override these to change behaviour):
106 
107  //Default Signal Handlers::
108 
109 
110 private:
111 
112 
113 public:
114 
115  explicit RecentChooserDialog(Gtk::Window& parent, const Glib::ustring& title);
116  explicit RecentChooserDialog(const Glib::ustring& title);
117 
118 
119  explicit RecentChooserDialog(Gtk::Window& parent, const Glib::ustring& title, const Glib::RefPtr<RecentManager>& recent_manager);
120  explicit RecentChooserDialog(const Glib::ustring& title, const Glib::RefPtr<RecentManager>& recent_manager);
121 
122 
123 };
124 
125 } // namespace Gtk
126 
127 
128 namespace Glib
129 {
138  Gtk::RecentChooserDialog* wrap(GtkRecentChooserDialog* object, bool take_copy = false);
139 } //namespace Glib
140 
141 
142 #endif /* _GTKMM_RECENTCHOOSERDIALOG_H */
143 
RecentChooserDialog(Gtk::Window &parent, const Glib::ustring &title)
RecentChooserDialog(const Glib::ustring &title)
Gtk::RecentChooserDialog * wrap(GtkRecentChooserDialog *object, bool take_copy=false)
GtkRecentChooserDialog * gobj()
Provides access to the underlying C GtkObject.
const GtkRecentChooserDialog * gobj() const
Provides access to the underlying C GtkObject.
RecentChooserDialog(const Glib::ustring &title, const Glib::RefPtr< RecentManager > &recent_manager)
RecentChooserDialog(Gtk::Window &parent, const Glib::ustring &title, const Glib::RefPtr< RecentManager > &recent_manager)
static GType get_type() G_GNUC_CONST
Definition: ardour_ui.h:188