libgnomeuimm  2.28.0
Public Member Functions | Related Functions | List of all members
Gnome::UI::HRef Class Reference

#include <href.h>

Inheritance diagram for Gnome::UI::HRef:

Public Member Functions

virtual ~HRef ()
 
GnomeHRef * gobj ()
 Provides access to the underlying C GtkObject. More...
 
const GnomeHRef * gobj () const
 Provides access to the underlying C GtkObject. More...
 
 HRef (const Glib::ustring &url, const Glib::ustring &label)
 
 HRef (const Glib::ustring &url)
 
void set_url (const Glib::ustring &url)
 
Glib::ustring get_url () const
 
void set_text (const Glib::ustring &text)
 
Glib::ustring get_text () const
 
Glib::PropertyProxy< Glib::ustring > property_url ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_url () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy< Glib::ustring > property_text ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy_ReadOnly< Glib::ustring > property_text () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 

Related Functions

(Note that these are not member functions.)

Gnome::UI::HRefwrap (GnomeHRef *object, bool take_copy=false)
 A Glib::wrap() method for this object. More...
 

Constructor & Destructor Documentation

§ ~HRef()

virtual Gnome::UI::HRef::~HRef ( )
virtual

§ HRef() [1/2]

Gnome::UI::HRef::HRef ( const Glib::ustring &  url,
const Glib::ustring &  label 
)

§ HRef() [2/2]

Gnome::UI::HRef::HRef ( const Glib::ustring &  url)

Member Function Documentation

§ get_text()

Glib::ustring Gnome::UI::HRef::get_text ( ) const

§ get_url()

Glib::ustring Gnome::UI::HRef::get_url ( ) const

§ gobj() [1/2]

GnomeHRef* Gnome::UI::HRef::gobj ( )
inline

Provides access to the underlying C GtkObject.

§ gobj() [2/2]

const GnomeHRef* Gnome::UI::HRef::gobj ( ) const
inline

Provides access to the underlying C GtkObject.

§ property_text() [1/2]

Glib::PropertyProxy<Glib::ustring> Gnome::UI::HRef::property_text ( )

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

§ property_text() [2/2]

Glib::PropertyProxy_ReadOnly<Glib::ustring> Gnome::UI::HRef::property_text ( ) const

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

§ property_url() [1/2]

Glib::PropertyProxy<Glib::ustring> Gnome::UI::HRef::property_url ( )

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

§ property_url() [2/2]

Glib::PropertyProxy_ReadOnly<Glib::ustring> Gnome::UI::HRef::property_url ( ) const

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.

§ set_text()

void Gnome::UI::HRef::set_text ( const Glib::ustring &  text)

§ set_url()

void Gnome::UI::HRef::set_url ( const Glib::ustring &  url)

Friends And Related Function Documentation

§ wrap()

Gnome::UI::HRef * wrap ( GnomeHRef *  object,
bool  take_copy = false 
)
related

A Glib::wrap() method for this object.

Parameters
objectThe C instance.
take_copyFalse if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns
A C++ instance that wraps this C instance.

The documentation for this class was generated from the following file: