Guitarix
toggleimage.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 // Generated by gtkmmproc -- DO NOT MODIFY!
3 #ifndef _GXWMM_TOGGLEIMAGE_H
4 #define _GXWMM_TOGGLEIMAGE_H
5 
6 
7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
9 
10 /*
11  * Copyright (C) 2009, 2010 Hermann Meyer, James Warden, Andreas Degert
12  *
13  * This program is free software; you can redistribute it and/or modify
14  * it under the terms of the GNU General Public License as published by
15  * the Free Software Foundation; either version 2 of the License, or
16  * (at your option) any later version.
17  *
18  * This program is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21  * GNU General Public License for more details.
22  *
23  * You should have received a copy of the GNU General Public License
24  * along with this program; if not, write to the Free Software
25  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
26  */
27 
28 #include <gtkmm/misc.h>
29 
30 
31 #ifndef DOXYGEN_SHOULD_SKIP_THIS
32 typedef struct _GxToggleImage GxToggleImage;
33 typedef struct _GxToggleImageClass GxToggleImageClass;
34 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
35 
36 
37 namespace Gxw
38 { class ToggleImage_Class; } // namespace Gxw
39 namespace Gxw {
40 
41 
42 class ToggleImage: public Gtk::Misc {
43  public:
44 #ifndef DOXYGEN_SHOULD_SKIP_THIS
49 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
50 
51  virtual ~ToggleImage();
52 
53 #ifndef DOXYGEN_SHOULD_SKIP_THIS
54 
55 private:
56  friend class ToggleImage_Class;
57  static CppClassType toggleimage_class_;
58 
59  // noncopyable
60  ToggleImage(const ToggleImage&);
61  ToggleImage& operator=(const ToggleImage&);
62 
63 protected:
64  explicit ToggleImage(const Glib::ConstructParams& construct_params);
65  explicit ToggleImage(GxToggleImage* castitem);
66 
67 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
68 
69 public:
70 #ifndef DOXYGEN_SHOULD_SKIP_THIS
71  static GType get_type() G_GNUC_CONST;
72 
73 
74  static GType get_base_type() G_GNUC_CONST;
75 #endif
76 
78  GxToggleImage* gobj() { return reinterpret_cast<GxToggleImage*>(gobject_); }
79 
81  const GxToggleImage* gobj() const { return reinterpret_cast<GxToggleImage*>(gobject_); }
82 
83 
84 public:
85  //C++ methods used to invoke GTK+ virtual functions:
86 
87 protected:
88  //GTK+ Virtual Functions (override these to change behaviour):
89 
90  //Default Signal Handlers::
91 
92 
93 private:
94 
95  public:
96  ToggleImage();
97 
98  void set_base_name(const Glib::ustring& p1);
99 
100  Glib::ustring get_base_name();
101  #ifdef GLIBMM_PROPERTIES_ENABLED
102 
108  Glib::PropertyProxy< Glib::ustring > property_base_name() ;
109 #endif //#GLIBMM_PROPERTIES_ENABLED
110 
111 #ifdef GLIBMM_PROPERTIES_ENABLED
112 
118  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_base_name() const;
119 #endif //#GLIBMM_PROPERTIES_ENABLED
120 
121 #ifdef GLIBMM_PROPERTIES_ENABLED
122 
128  Glib::PropertyProxy< Glib::ustring > property_var_id() ;
129 #endif //#GLIBMM_PROPERTIES_ENABLED
130 
131 #ifdef GLIBMM_PROPERTIES_ENABLED
132 
138  Glib::PropertyProxy_ReadOnly< Glib::ustring > property_var_id() const;
139 #endif //#GLIBMM_PROPERTIES_ENABLED
140 
141 
142 };
143 
144 } // namespace Gxw
145 
146 
147 namespace Glib
148 {
157  Gxw::ToggleImage* wrap(GxToggleImage* object, bool take_copy = false);
158 } //namespace Glib
159 
160 
161 #endif /* _GXWMM_TOGGLEIMAGE_H */
162 
GxToggleImageClass BaseClassType
Definition: toggleimage.h:48
Glib::ustring get_base_name()
Definition: toggleimage.cc:137
virtual ~ToggleImage()
Definition: toggleimage.cc:103
const GxToggleImage * gobj() const
Provides access to the underlying C GtkObject.
Definition: toggleimage.h:81
struct _GxToggleImageClass GxToggleImageClass
Definition: toggleimage.h:33
Gxw::ToggleImage * wrap(GxToggleImage *object, bool take_copy=false)
A Glib::wrap() method for this object.
Definition: toggleimage.cc:38
static GType get_type() G_GNUC_CONST
Definition: toggleimage.cc:110
Definition: bigknob.cc:51
GxToggleImage BaseObjectType
Definition: toggleimage.h:47
void set_base_name(const Glib::ustring &p1)
Definition: toggleimage.cc:132
ToggleImage CppObjectType
Definition: toggleimage.h:45
ToggleImage_Class CppClassType
Definition: toggleimage.h:46
static GType get_base_type() G_GNUC_CONST
Definition: toggleimage.cc:116
Definition: bigknob.cc:41
GxToggleImage * gobj()
Provides access to the underlying C GtkObject.
Definition: toggleimage.h:78
#define G_GNUC_CONST
Definition: wrap_init.cc:8
struct _GxToggleImage GxToggleImage
Definition: toggleimage.h:32