Ardour  9.0-pre0-386-g96ef4d20f2
cellrendererspinner.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gmmproc 2.45.3 -- DO NOT MODIFY!
3 #ifndef _GTKMM_CELLRENDERERSPINNER_H
4 #define _GTKMM_CELLRENDERERSPINNER_H
5 
6 
7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
9 
10 /* cellrendererspinner.h
11  *
12  * Copyright (C) 2009 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/cellrenderer.h>
30 #include <gtkmm/enums.h>
31 
32 
33 #ifndef DOXYGEN_SHOULD_SKIP_THIS
36 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
37 
38 
39 namespace Gtk
40 { class CellRendererSpinner_Class; } // namespace Gtk
41 namespace Gtk
42 {
43 
44 
56 {
57  public:
58 #ifndef DOXYGEN_SHOULD_SKIP_THIS
59  typedef CellRendererSpinner CppObjectType;
60  typedef CellRendererSpinner_Class CppClassType;
61  typedef GtkCellRendererSpinner BaseObjectType;
62  typedef GtkCellRendererSpinnerClass BaseClassType;
63 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
64 
66 
67 #ifndef DOXYGEN_SHOULD_SKIP_THIS
68 
69 private:
70  friend class CellRendererSpinner_Class;
71  static CppClassType cellrendererspinner_class_;
72 
73  // noncopyable
75  CellRendererSpinner& operator=(const CellRendererSpinner&);
76 
77 protected:
78  explicit CellRendererSpinner(const Glib::ConstructParams& construct_params);
79  explicit CellRendererSpinner(GtkCellRendererSpinner* 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  GtkCellRendererSpinner* gobj() { return reinterpret_cast<GtkCellRendererSpinner*>(gobject_); }
93 
95  const GtkCellRendererSpinner* gobj() const { return reinterpret_cast<GtkCellRendererSpinner*>(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 public:
110 
112 
118  Glib::PropertyProxy< bool > property_active() ;
119 
125  Glib::PropertyProxy_ReadOnly< bool > property_active() const;
126 
132  Glib::PropertyProxy< guint > property_pulse() ;
133 
139  Glib::PropertyProxy_ReadOnly< guint > property_pulse() const;
140 
146  Glib::PropertyProxy< Gtk::IconSize > property_size() ;
147 
153  Glib::PropertyProxy_ReadOnly< Gtk::IconSize > property_size() const;
154 
155 
156 };
157 
158 } /* namespace Gtk */
159 
160 
161 namespace Glib
162 {
171  Gtk::CellRendererSpinner* wrap(GtkCellRendererSpinner* object, bool take_copy = false);
172 } //namespace Glib
173 
174 
175 #endif /* _GTKMM_CELLRENDERERSPINNER_H */
176 
Glib::PropertyProxy_ReadOnly< guint > property_pulse() const
Glib::PropertyProxy_ReadOnly< bool > property_active() const
Glib::PropertyProxy_ReadOnly< Gtk::IconSize > property_size() const
Glib::PropertyProxy< guint > property_pulse()
const GtkCellRendererSpinner * gobj() const
Provides access to the underlying C GtkObject.
Glib::PropertyProxy< Gtk::IconSize > property_size()
Glib::PropertyProxy< bool > property_active()
Gtk::CellRendererSpinner * wrap(GtkCellRendererSpinner *object, bool take_copy=false)
GtkCellRendererSpinner * gobj()
Provides access to the underlying C GtkObject.
Definition: ardour_ui.h:187