~ubuntu-branches/ubuntu/trusty/libgdamm5.0/trusty

« back to all changes in this revision

Viewing changes to libgda/libgdamm/private/handlernumerical_p.h

  • Committer: Package Import Robot
  • Author(s): Daniel Holbach
  • Date: 2012-02-07 16:44:36 UTC
  • Revision ID: package-import@ubuntu.com-20120207164436-j1odzs6zz6gz2vae
Tags: upstream-4.99.6
ImportĀ upstreamĀ versionĀ 4.99.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// -*- c++ -*-
 
2
// Generated by gtkmmproc -- DO NOT MODIFY!
 
3
#ifndef _LIBGDAMM_HANDLERNUMERICAL_P_H
 
4
#define _LIBGDAMM_HANDLERNUMERICAL_P_H
 
5
 
 
6
 
 
7
#include <glibmm/private/object_p.h>
 
8
 
 
9
#include <glibmm/class.h>
 
10
 
 
11
namespace Gnome
 
12
{
 
13
 
 
14
namespace Gda
 
15
{
 
16
 
 
17
class HandlerNumerical_Class : public Glib::Class
 
18
{
 
19
public:
 
20
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
21
  typedef HandlerNumerical CppObjectType;
 
22
  typedef GdaHandlerNumerical BaseObjectType;
 
23
  typedef GdaHandlerNumericalClass BaseClassType;
 
24
  typedef Glib::Object_Class CppClassParent;
 
25
  typedef GObjectClass BaseClassParent;
 
26
 
 
27
  friend class HandlerNumerical;
 
28
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
 
29
 
 
30
  const Glib::Class& init();
 
31
 
 
32
 
 
33
  static void class_init_function(void* g_class, void* class_data);
 
34
 
 
35
  static Glib::ObjectBase* wrap_new(GObject*);
 
36
 
 
37
protected:
 
38
 
 
39
  //Callbacks (default signal handlers):
 
40
  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
 
41
  //You could prevent the original default signal handlers being called by overriding the *_impl method.
 
42
 
 
43
  //Callbacks (virtual functions):
 
44
};
 
45
 
 
46
 
 
47
} // namespace Gda
 
48
 
 
49
} // namespace Gnome
 
50
 
 
51
 
 
52
#endif /* _LIBGDAMM_HANDLERNUMERICAL_P_H */
 
53