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

#include <druid-page-standard.h>

Inheritance diagram for Gnome::UI::DruidPageStandard:
Gnome::UI::DruidPage

Public Member Functions

virtual ~DruidPageStandard ()
 
GnomeDruidPageStandard * gobj ()
 Provides access to the underlying C GtkObject. More...
 
const GnomeDruidPageStandard * gobj () const
 Provides access to the underlying C GtkObject. More...
 
 DruidPageStandard ()
 
 DruidPageStandard (const Glib::ustring &title, const Glib::RefPtr< Gdk::Pixbuf > &logo_image, const Glib::RefPtr< Gdk::Pixbuf > &top_watermark)
 
void set_title (const Glib::ustring &title)
 
void set_logo (const Glib::RefPtr< Gdk::Pixbuf > &logo_image)
 
void set_top_watermark (const Glib::RefPtr< Gdk::Pixbuf > &top_watermark_image)
 
void set_title_foreground (const Gdk::Color &color)
 
void set_background (const Gdk::Color &color)
 
void set_logo_background (const Gdk::Color &color)
 
void set_contents_background (const Gdk::Color &color)
 
void append_item (const Glib::ustring &question_mnemonic, Gtk::Widget &item, const Glib::ustring &additional_info_markup)
 
Gtk::VBox * get_vbox () const
 Pack widgets into the VBox. More...
 
Glib::ustring get_title () const
 
Glib::RefPtr< Gdk::Pixbuf > get_logo () const
 
Glib::RefPtr< Gdk::Pixbuf > get_top_watermark () const
 
Gdk::Color get_title_foreground () const
 
Gdk::Color get_background () const
 
Gdk::Color get_logo_background () const
 
Gdk::Color get_contents_background () const
 
Glib::PropertyProxy< Glib::ustring > property_title ()
 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_title () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy< Gdk::Pixbuf > property_logo ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy_ReadOnly< Gdk::Pixbuf > property_logo () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy< Gdk::Pixbuf > property_top_watermark ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy_ReadOnly< Gdk::Pixbuf > property_top_watermark () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy_WriteOnly< Glib::ustring > property_title_foreground ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy< Gdk::Color > property_title_foreground_gdk ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy_ReadOnly< Gdk::Color > property_title_foreground_gdk () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy< bool > property_title_foreground_set ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy_ReadOnly< bool > property_title_foreground_set () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy_WriteOnly< Glib::ustring > property_background ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy< Gdk::Color > property_background_gdk ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy_ReadOnly< Gdk::Color > property_background_gdk () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy< bool > property_background_set ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy_ReadOnly< bool > property_background_set () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy_WriteOnly< Glib::ustring > property_logo_background ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy< Gdk::Color > property_logo_background_gdk ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy_ReadOnly< Gdk::Color > property_logo_background_gdk () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
- Public Member Functions inherited from Gnome::UI::DruidPage
virtual ~DruidPage ()
 
GnomeDruidPage * gobj ()
 Provides access to the underlying C GtkObject. More...
 
const GnomeDruidPage * gobj () const
 Provides access to the underlying C GtkObject. More...
 
 DruidPage ()
 
bool next ()
 
void prepare ()
 
bool back ()
 
void finish ()
 
bool cancel ()
 
Glib::SignalProxy1< bool, Gtk::Widget & > signal_next ()
 
Glib::SignalProxy1< void, Gtk::Widget & > signal_prepare ()
 
Glib::SignalProxy1< bool, Gtk::Widget & > signal_back ()
 
Glib::SignalProxy1< void, Gtk::Widget & > signal_finish ()
 
Glib::SignalProxy1< bool, Gtk::Widget & > signal_cancel ()
 
virtual void set_bg_color (const Gdk::Color &color)
 
virtual void set_title_color (const Gdk::Color &color)
 
virtual void set_logo_bg_color (const Gdk::Color &color)
 

Related Functions

(Note that these are not member functions.)

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

Additional Inherited Members

- Protected Member Functions inherited from Gnome::UI::DruidPage
virtual bool on_next (Gtk::Widget &druid)
 
virtual void on_prepare (Gtk::Widget &druid)
 
virtual bool on_back (Gtk::Widget &druid)
 
virtual void on_finish (Gtk::Widget &druid)
 
virtual bool on_cancel (Gtk::Widget &druid)
 

Constructor & Destructor Documentation

virtual Gnome::UI::DruidPageStandard::~DruidPageStandard ( )
virtual
Gnome::UI::DruidPageStandard::DruidPageStandard ( )
Gnome::UI::DruidPageStandard::DruidPageStandard ( const Glib::ustring &  title,
const Glib::RefPtr< Gdk::Pixbuf > &  logo_image,
const Glib::RefPtr< Gdk::Pixbuf > &  top_watermark 
)

Member Function Documentation

void Gnome::UI::DruidPageStandard::append_item ( const Glib::ustring &  question_mnemonic,
Gtk::Widget &  item,
const Glib::ustring &  additional_info_markup 
)
Gdk::Color Gnome::UI::DruidPageStandard::get_background ( ) const
Gdk::Color Gnome::UI::DruidPageStandard::get_contents_background ( ) const
Glib::RefPtr<Gdk::Pixbuf> Gnome::UI::DruidPageStandard::get_logo ( ) const
Gdk::Color Gnome::UI::DruidPageStandard::get_logo_background ( ) const
Glib::ustring Gnome::UI::DruidPageStandard::get_title ( ) const
Gdk::Color Gnome::UI::DruidPageStandard::get_title_foreground ( ) const
Glib::RefPtr<Gdk::Pixbuf> Gnome::UI::DruidPageStandard::get_top_watermark ( ) const
Gtk::VBox* Gnome::UI::DruidPageStandard::get_vbox ( ) const

Pack widgets into the VBox.

GnomeDruidPageStandard* Gnome::UI::DruidPageStandard::gobj ( )
inline

Provides access to the underlying C GtkObject.

const GnomeDruidPageStandard* Gnome::UI::DruidPageStandard::gobj ( ) const
inline

Provides access to the underlying C GtkObject.

Glib::PropertyProxy_WriteOnly<Glib::ustring> Gnome::UI::DruidPageStandard::property_background ( )

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.
Glib::PropertyProxy<Gdk::Color> Gnome::UI::DruidPageStandard::property_background_gdk ( )

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.
Glib::PropertyProxy_ReadOnly<Gdk::Color> Gnome::UI::DruidPageStandard::property_background_gdk ( ) 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.
Glib::PropertyProxy<bool> Gnome::UI::DruidPageStandard::property_background_set ( )

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.
Glib::PropertyProxy_ReadOnly<bool> Gnome::UI::DruidPageStandard::property_background_set ( ) 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.
Glib::PropertyProxy<Gdk::Pixbuf> Gnome::UI::DruidPageStandard::property_logo ( )

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.
Glib::PropertyProxy_ReadOnly<Gdk::Pixbuf> Gnome::UI::DruidPageStandard::property_logo ( ) 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.
Glib::PropertyProxy_WriteOnly<Glib::ustring> Gnome::UI::DruidPageStandard::property_logo_background ( )

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.
Glib::PropertyProxy<Gdk::Color> Gnome::UI::DruidPageStandard::property_logo_background_gdk ( )

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.
Glib::PropertyProxy_ReadOnly<Gdk::Color> Gnome::UI::DruidPageStandard::property_logo_background_gdk ( ) 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.
Glib::PropertyProxy<Glib::ustring> Gnome::UI::DruidPageStandard::property_title ( )

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.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gnome::UI::DruidPageStandard::property_title ( ) 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.
Glib::PropertyProxy_WriteOnly<Glib::ustring> Gnome::UI::DruidPageStandard::property_title_foreground ( )

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.
Glib::PropertyProxy<Gdk::Color> Gnome::UI::DruidPageStandard::property_title_foreground_gdk ( )

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.
Glib::PropertyProxy_ReadOnly<Gdk::Color> Gnome::UI::DruidPageStandard::property_title_foreground_gdk ( ) 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.
Glib::PropertyProxy<bool> Gnome::UI::DruidPageStandard::property_title_foreground_set ( )

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.
Glib::PropertyProxy_ReadOnly<bool> Gnome::UI::DruidPageStandard::property_title_foreground_set ( ) 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.
Glib::PropertyProxy<Gdk::Pixbuf> Gnome::UI::DruidPageStandard::property_top_watermark ( )

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.
Glib::PropertyProxy_ReadOnly<Gdk::Pixbuf> Gnome::UI::DruidPageStandard::property_top_watermark ( ) 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.
void Gnome::UI::DruidPageStandard::set_background ( const Gdk::Color &  color)
void Gnome::UI::DruidPageStandard::set_contents_background ( const Gdk::Color &  color)
void Gnome::UI::DruidPageStandard::set_logo ( const Glib::RefPtr< Gdk::Pixbuf > &  logo_image)
virtual

Reimplemented from Gnome::UI::DruidPage.

void Gnome::UI::DruidPageStandard::set_logo_background ( const Gdk::Color &  color)
void Gnome::UI::DruidPageStandard::set_title ( const Glib::ustring &  title)
virtual

Reimplemented from Gnome::UI::DruidPage.

void Gnome::UI::DruidPageStandard::set_title_foreground ( const Gdk::Color &  color)
void Gnome::UI::DruidPageStandard::set_top_watermark ( const Glib::RefPtr< Gdk::Pixbuf > &  top_watermark_image)

Friends And Related Function Documentation

Gnome::UI::DruidPageStandard * wrap ( GnomeDruidPageStandard *  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: