~ubuntu-branches/ubuntu/saucy/atkmm1.6/saucy-proposed

« back to all changes in this revision

Viewing changes to atk/atkmm/private/selection_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
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_SELECTION_P_H
 
4
#define _ATKMM_SELECTION_P_H
 
5
 
 
6
 
 
7
#include <atk/atkobject.h>
 
8
 
 
9
#include <glibmm/private/interface_p.h>
 
10
 
 
11
namespace Atk
 
12
{
 
13
 
 
14
class Selection_Class : public Glib::Interface_Class
 
15
{
 
16
public:
 
17
  typedef Selection CppObjectType;
 
18
  typedef AtkSelection BaseObjectType;
 
19
  typedef AtkSelectionIface BaseClassType;
 
20
  typedef Glib::Interface_Class CppClassParent;
 
21
 
 
22
  friend class Selection;
 
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
  static void selection_changed_callback(AtkSelection* self);
 
36
 
 
37
  //Callbacks (virtual functions):
 
38
  static gboolean add_selection_vfunc_callback(AtkSelection* self, gint i);
 
39
  static gboolean clear_selection_vfunc_callback(AtkSelection* self);
 
40
  static AtkObject* ref_selection_vfunc_callback(AtkSelection* self, gint i);
 
41
  static gint get_selection_count_vfunc_callback(AtkSelection* self);
 
42
  static gboolean is_child_selected_vfunc_callback(AtkSelection* self, gint i);
 
43
  static gboolean remove_selection_vfunc_callback(AtkSelection* self, gint i);
 
44
  static gboolean select_all_selection_vfunc_callback(AtkSelection* self);
 
45
};
 
46
 
 
47
 
 
48
} // namespace Atk
 
49
 
 
50
 
 
51
#endif /* _ATKMM_SELECTION_P_H */
 
52