logo top
Main Page   Widgets   Namespaces   Book  

Atk::Selection Class Reference

Inheritance diagram for Atk::Selection:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~Selection ()
AtkSelection* gobj ()
 Provides access to the underlying C GObject.

const AtkSelection* gobj () const
 Provides access to the underlying C GObject.

bool add_selection (int i)
bool clear_selection ()
Glib::RefPtr<Atk::Objectget_selection (int i)
int get_selection_count () const
bool is_child_selected (int i) const
bool remove_selection (int i)
bool select_all_selection ()
Glib::SignalProxy0<void> signal_selection_changed ()

Static Public Member Functions

void add_interface (GType gtype_implementer)

Protected Member Functions

virtual bool add_selection_vfunc (int i)
virtual bool clear_selection_vfunc ()
virtual Glib::RefPtr<Atk::Objectget_selection_vfunc (int i)
virtual int get_selection_count_vfunc ()
virtual bool is_child_selected_vfunc (int i)
virtual bool remove_selection_vfunc (int i)
virtual bool select_all_selection_vfunc ()
virtual void on_selection_changed ()

Related Functions

(Note that these are not member functions.)

Glib::RefPtr<Atk::Selectionwrap (AtkSelection* object, bool take_copy=false)

Constructor & Destructor Documentation

virtual Atk::Selection::~Selection (  )  [virtual]
 


Member Function Documentation

void Atk::Selection::add_interface ( GType  gtype_implementer  )  [static]
 

bool Atk::Selection::add_selection ( int  i  ) 
 

virtual bool Atk::Selection::add_selection_vfunc ( int  i  )  [protected, virtual]
 

bool Atk::Selection::clear_selection (  ) 
 

virtual bool Atk::Selection::clear_selection_vfunc (  )  [protected, virtual]
 

Glib::RefPtr<Atk::Object> Atk::Selection::get_selection ( int  i  ) 
 

int Atk::Selection::get_selection_count (  )  const
 

virtual int Atk::Selection::get_selection_count_vfunc (  )  [protected, virtual]
 

virtual Glib::RefPtr<Atk::Object> Atk::Selection::get_selection_vfunc ( int  i  )  [protected, virtual]
 

const AtkSelection* Atk::Selection::gobj (  )  const [inline]
 

Provides access to the underlying C GObject.

Reimplemented from Glib::Interface.

Reimplemented in Atk::NoOpObject.

AtkSelection* Atk::Selection::gobj (  )  [inline]
 

Provides access to the underlying C GObject.

Reimplemented from Glib::Interface.

Reimplemented in Atk::NoOpObject.

bool Atk::Selection::is_child_selected ( int  i  )  const
 

virtual bool Atk::Selection::is_child_selected_vfunc ( int  i  )  [protected, virtual]
 

virtual void Atk::Selection::on_selection_changed (  )  [protected, virtual]
 

bool Atk::Selection::remove_selection ( int  i  ) 
 

virtual bool Atk::Selection::remove_selection_vfunc ( int  i  )  [protected, virtual]
 

bool Atk::Selection::select_all_selection (  ) 
 

virtual bool Atk::Selection::select_all_selection_vfunc (  )  [protected, virtual]
 

Glib::SignalProxy0<void> Atk::Selection::signal_selection_changed (  ) 
 

Prototype:
void selection_changed()


Friends And Related Function Documentation

Glib::RefPtr<Atk::Selection> wrap ( AtkSelection*  object,
bool  take_copy = false
[related]
 


The documentation for this class was generated from the following file:
Generated for gtkmm 2.2 by Doxygen 1.3.4 © 1997-2001