fix up file renaming code a little bit
[ArdourMidi.git] / gtk2_ardour / imageframe_p.h
blobe37a6eaa6481dbe5486f9283e753aa3387d1e4a3
1 /*
2 Copyright (C) 2000-2007 Paul Davis
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or
7 (at your option) any later version.
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
14 You should have received a copy of the GNU General Public License
15 along with this program; if not, write to the Free Software
16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 // -*- c++ -*-
21 #ifndef _LIBGNOMECANVASMM_IMAGEFRAME_P_H
22 #define _LIBGNOMECANVASMM_IMAGEFRAME_P_H
24 #include <glibmm/class.h>
26 namespace Gnome
29 namespace Canvas
32 class ImageFrame_Class : public Glib::Class
34 public:
35 #ifndef DOXYGEN_SHOULD_SKIP_THIS
36 typedef ImageFrame CppObjectType;
37 typedef GnomeCanvasImageFrame BaseObjectType;
38 typedef GnomeCanvasImageFrameClass BaseClassType;
39 typedef Shape_Class CppClassParent;
40 typedef GnomeCanvasItemClass BaseClassParent;
42 friend class ImageFrame;
43 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
45 const Glib::Class& init();
47 static void class_init_function(void* g_class, void* class_data);
49 static Glib::ObjectBase* wrap_new(GObject*);
51 protected:
53 //Callbacks (default signal handlers):
54 //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
55 //You could prevent the original default signal handlers being called by overriding the *_impl method.
57 //Callbacks (virtual functions):
61 } // namespace Canvas
63 } // namespace Gnome
65 #endif /* _LIBGNOMECANVASMM_IMAGEFRAME_P_H */