Google

logo top
Main Page   Widgets   Namespaces   Book  

Atk::Value Class Reference

Inheritance diagram for Atk::Value:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual ~Value ()
AtkValue* gobj ()
const AtkValue* gobj () const
void get_current_value (Glib::ValueBase& value) const
 Gets the value of this object.

void get_maximum_value (Glib::ValueBase& value) const
 Gets the maximum value of this object.

void get_minimum_value (Glib::ValueBase& value) const
 Gets the minimum value of this object.

bool set_current_value (const Glib::ValueBase& value)
 Sets the value of this object.


Static Public Methods

void add_interface (GType gtype_implementer)

Protected Methods

virtual void get_current_value_vfunc (Glib::ValueBase& value)
virtual void get_maximum_value_vfunc (Glib::ValueBase& value)
virtual void get_minimum_value_vfunc (Glib::ValueBase& value)
virtual bool set_current_value_vfunc (const Glib::ValueBase& value)

Related Functions

(Note that these are not member functions.)

Glib::RefPtr<Atk::Value> wrap (AtkValue* object, bool take_copy=false)

Constructor & Destructor Documentation

virtual Atk::Value::~Value (   [virtual]
 


Member Function Documentation

void Atk::Value::add_interface ( GType    gtype_implementer [static]
 

void Atk::Value::get_current_value ( Glib::ValueBase   value const
 

Gets the value of this object.

Parameters:
value A G::Value representing the current accessible value.

virtual void Atk::Value::get_current_value_vfunc ( Glib::ValueBase   value [protected, virtual]
 

void Atk::Value::get_maximum_value ( Glib::ValueBase   value const
 

Gets the maximum value of this object.

Parameters:
value A G::Value representing the maximum accessible value.

virtual void Atk::Value::get_maximum_value_vfunc ( Glib::ValueBase   value [protected, virtual]
 

void Atk::Value::get_minimum_value ( Glib::ValueBase   value const
 

Gets the minimum value of this object.

Parameters:
value A G::Value representing the minimum accessible value.

virtual void Atk::Value::get_minimum_value_vfunc ( Glib::ValueBase   value [protected, virtual]
 

const AtkValue* Atk::Value::gobj (   const [inline]
 

Reimplemented from Glib::Interface.

Reimplemented in Atk::NoOpObject.

AtkValue* Atk::Value::gobj (   [inline]
 

Reimplemented from Glib::Interface.

Reimplemented in Atk::NoOpObject.

bool Atk::Value::set_current_value ( const Glib::ValueBase   value
 

Sets the value of this object.

Parameters:
value A G::Value which is the desired new accessible value.
Returns:
true if new value is successfully set, false otherwise.

virtual bool Atk::Value::set_current_value_vfunc ( const Glib::ValueBase   value [protected, virtual]
 


Friends And Related Function Documentation

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


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