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