rollback to 3428, before the mysterious removal of libs/* at 3431/3432
[ardour.git] / libs / gtkmm2 / gdk / gdkmm / pixbufanimationiter.h
1 // -*- c++ -*-
2 // Generated by gtkmmproc -- DO NOT MODIFY!
3 #ifndef _GDKMM_PIXBUFANIMATIONITER_H
4 #define _GDKMM_PIXBUFANIMATIONITER_H
5
6
7 #include <glibmm.h>
8
9 /* $Id$ */
10
11 /* pixbufanimationiter.h
12  *
13  * Copyright (C) 1998-2002 The gtkmm Development Team
14  *
15  * This library is free software; you can redistribute it and/or
16  * modify it under the terms of the GNU Library General Public
17  * License as published by the Free Software Foundation; either
18  * version 2 of the License, or (at your option) any later version.
19  *
20  * This library is distributed in the hope that it will be useful,
21  * but WITHOUT ANY WARRANTY; without even the implied warranty of
22  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
23  * Library General Public License for more details.
24  *
25  * You should have received a copy of the GNU Library General Public
26  * License along with this library; if not, write to the Free
27  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
28  */
29
30 #include <glibmm/object.h>
31 #include <gdk-pixbuf/gdk-pixbuf.h>
32
33
34 #ifndef DOXYGEN_SHOULD_SKIP_THIS
35 typedef struct _GdkPixbufAnimationIter GdkPixbufAnimationIter;
36 typedef struct _GdkPixbufAnimationIterClass GdkPixbufAnimationIterClass;
37 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
38
39
40 namespace Gdk
41 { class PixbufAnimationIter_Class; } // namespace Gdk
42 namespace Gdk
43 {
44
45
46 class PixbufAnimationIter : public Glib::Object
47 {
48   
49 #ifndef DOXYGEN_SHOULD_SKIP_THIS
50
51 public:
52   typedef PixbufAnimationIter CppObjectType;
53   typedef PixbufAnimationIter_Class CppClassType;
54   typedef GdkPixbufAnimationIter BaseObjectType;
55   typedef GdkPixbufAnimationIterClass BaseClassType;
56
57 private:  friend class PixbufAnimationIter_Class;
58   static CppClassType pixbufanimationiter_class_;
59
60 private:
61   // noncopyable
62   PixbufAnimationIter(const PixbufAnimationIter&);
63   PixbufAnimationIter& operator=(const PixbufAnimationIter&);
64
65 protected:
66   explicit PixbufAnimationIter(const Glib::ConstructParams& construct_params);
67   explicit PixbufAnimationIter(GdkPixbufAnimationIter* castitem);
68
69 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
70
71 public:
72   virtual ~PixbufAnimationIter();
73
74 #ifndef DOXYGEN_SHOULD_SKIP_THIS
75   static GType get_type()      G_GNUC_CONST;
76   static GType get_base_type() G_GNUC_CONST;
77 #endif
78
79   ///Provides access to the underlying C GObject.
80   GdkPixbufAnimationIter*       gobj()       { return reinterpret_cast<GdkPixbufAnimationIter*>(gobject_); }
81
82   ///Provides access to the underlying C GObject.
83   const GdkPixbufAnimationIter* gobj() const { return reinterpret_cast<GdkPixbufAnimationIter*>(gobject_); }
84
85   ///Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
86   GdkPixbufAnimationIter* gobj_copy();
87
88 private:
89
90 protected:
91
92
93 public:
94
95 public:
96   //C++ methods used to invoke GTK+ virtual functions:
97 #ifdef GLIBMM_VFUNCS_ENABLED
98 #endif //GLIBMM_VFUNCS_ENABLED
99
100 protected:
101   //GTK+ Virtual Functions (override these to change behaviour):
102 #ifdef GLIBMM_VFUNCS_ENABLED
103 #endif //GLIBMM_VFUNCS_ENABLED
104
105   //Default Signal Handlers::
106 #ifdef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
107 #endif //GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
108
109
110 };
111
112 } /* namespace Gdk */
113
114
115 namespace Glib
116 {
117   /** A Glib::wrap() method for this object.
118    * 
119    * @param object The C instance.
120    * @param take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
121    * @result A C++ instance that wraps this C instance.
122    *
123    * @relates Gdk::PixbufAnimationIter
124    */
125   Glib::RefPtr<Gdk::PixbufAnimationIter> wrap(GdkPixbufAnimationIter* object, bool take_copy = false);
126 }
127
128
129 #endif /* _GDKMM_PIXBUFANIMATIONITER_H */
130