Remove erroneous assert which I added earlier.
[ardour2.git] / gtk2_ardour / waveview_p.h
blob5b636a702fb15243ce86de2c1e8418bb059fba25
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_WAVEVIEW_P_H
22 #define _LIBGNOMECANVASMM_WAVEVIEW_P_H
24 #include <libgnomecanvasmm/private/item_p.h>
25 #include <glibmm/class.h>
27 namespace Gnome
30 namespace Canvas
33 class WaveView_Class : public Glib::Class
35 public:
36 #ifndef DOXYGEN_SHOULD_SKIP_THIS
37 typedef WaveView CppObjectType;
38 typedef GnomeCanvasWaveView BaseObjectType;
39 typedef GnomeCanvasWaveViewClass BaseClassType;
40 typedef Item_Class CppClassParent;
41 typedef GnomeCanvasItemClass BaseClassParent;
43 friend class WaveView;
44 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
46 const Glib::Class& init();
48 static void class_init_function(void* g_class, void* class_data);
50 static Glib::ObjectBase* wrap_new(GObject*);
52 protected:
54 //Callbacks (default signal handlers):
55 //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
56 //You could prevent the original default signal handlers being called by overriding the *_impl method.
58 //Callbacks (virtual functions):
62 } // namespace Canvas
64 } // namespace Gnome
66 #endif /* _LIBGNOMECANVASMM_WAVEVIEW_P_H */