~ubuntu-branches/ubuntu/precise/atkmm1.6/precise

« back to all changes in this revision

Viewing changes to atk/atkmm/private/document_p.h

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2010-11-02 20:35:53 UTC
  • Revision ID: james.westby@ubuntu.com-20101102203553-syno2w6yedmcdgk8
Tags: upstream-2.22.1
ImportĀ upstreamĀ versionĀ 2.22.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// -*- c++ -*-
 
2
// Generated by gtkmmproc -- DO NOT MODIFY!
 
3
#ifndef _ATKMM_DOCUMENT_P_H
 
4
#define _ATKMM_DOCUMENT_P_H
 
5
 
 
6
 
 
7
#include <glibmm/private/object_p.h>
 
8
 
 
9
#include <glibmm/private/interface_p.h>
 
10
 
 
11
namespace Atk
 
12
{
 
13
 
 
14
class Document_Class : public Glib::Interface_Class
 
15
{
 
16
public:
 
17
  typedef Document CppObjectType;
 
18
  typedef AtkDocument BaseObjectType;
 
19
  typedef AtkDocumentIface BaseClassType;
 
20
  typedef Glib::Interface_Class CppClassParent;
 
21
 
 
22
  friend class Document;
 
23
 
 
24
  const Glib::Interface_Class& init();
 
25
 
 
26
  static void iface_init_function(void* g_iface, void* iface_data);
 
27
 
 
28
  static Glib::ObjectBase* wrap_new(GObject*);
 
29
 
 
30
protected:
 
31
 
 
32
  //Callbacks (default signal handlers):
 
33
  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
 
34
  //You could prevent the original default signal handlers being called by overriding the *_impl method.
 
35
 
 
36
  //Callbacks (virtual functions):
 
37
  static const gchar* get_document_type_vfunc_callback(AtkDocument* self);
 
38
  static gpointer get_document_vfunc_callback(AtkDocument* self);
 
39
};
 
40
 
 
41
 
 
42
} // namespace Atk
 
43
 
 
44
 
 
45
#endif /* _ATKMM_DOCUMENT_P_H */
 
46