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

#include <druid.h>

Inheritance diagram for Gnome::UI::Druid:

Public Types

typedef DruidPage Page
 

Public Member Functions

virtual ~Druid ()
 
GnomeDruid * gobj ()
 Provides access to the underlying C GtkObject. More...
 
const GnomeDruid * gobj () const
 Provides access to the underlying C GtkObject. More...
 
 Druid ()
 
void set_buttons_sensitive (bool back_sensitive, bool next_sensitive, bool cancel_sensitive, bool help_sensitive)
 
void set_show_finish (bool show_finish=true)
 
void set_show_help (bool show_help=true)
 
void prepend_page (const DruidPage &page)
 
void insert_page (const DruidPage &back_page, const DruidPage &page)
 
void append_page (const DruidPage &page)
 
void set_page (const DruidPage &page)
 
Glib::SignalProxy0< void > signal_cancel ()
 
Glib::SignalProxy0< void > signal_help ()
 
Glib::PropertyProxy< bool > property_show_finish ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy_ReadOnly< bool > property_show_finish () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy< bool > property_show_help ()
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 
Glib::PropertyProxy_ReadOnly< bool > property_show_help () const
 You rarely need to use properties because there are get_ and set_ methods for almost all of them. More...
 

Protected Member Functions

virtual void on_cancel ()
 
virtual void on_help ()
 

Related Functions

(Note that these are not member functions.)

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

Member Typedef Documentation

◆ Page

Constructor & Destructor Documentation

◆ ~Druid()

virtual Gnome::UI::Druid::~Druid ( )
virtual

◆ Druid()

Gnome::UI::Druid::Druid ( )

Member Function Documentation

◆ append_page()

void Gnome::UI::Druid::append_page ( const DruidPage page)

◆ gobj() [1/2]

GnomeDruid* Gnome::UI::Druid::gobj ( )
inline

Provides access to the underlying C GtkObject.

◆ gobj() [2/2]

const GnomeDruid* Gnome::UI::Druid::gobj ( ) const
inline

Provides access to the underlying C GtkObject.

◆ insert_page()

void Gnome::UI::Druid::insert_page ( const DruidPage back_page,
const DruidPage page 
)

◆ on_cancel()

virtual void Gnome::UI::Druid::on_cancel ( )
protectedvirtual

◆ on_help()

virtual void Gnome::UI::Druid::on_help ( )
protectedvirtual

◆ prepend_page()

void Gnome::UI::Druid::prepend_page ( const DruidPage page)

◆ property_show_finish() [1/2]

Glib::PropertyProxy<bool> Gnome::UI::Druid::property_show_finish ( )

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_show_finish() [2/2]

Glib::PropertyProxy_ReadOnly<bool> Gnome::UI::Druid::property_show_finish ( ) 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_show_help() [1/2]

Glib::PropertyProxy<bool> Gnome::UI::Druid::property_show_help ( )

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_show_help() [2/2]

Glib::PropertyProxy_ReadOnly<bool> Gnome::UI::Druid::property_show_help ( ) 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_buttons_sensitive()

void Gnome::UI::Druid::set_buttons_sensitive ( bool  back_sensitive,
bool  next_sensitive,
bool  cancel_sensitive,
bool  help_sensitive 
)

◆ set_page()

void Gnome::UI::Druid::set_page ( const DruidPage page)

◆ set_show_finish()

void Gnome::UI::Druid::set_show_finish ( bool  show_finish = true)

◆ set_show_help()

void Gnome::UI::Druid::set_show_help ( bool  show_help = true)

◆ signal_cancel()

Glib::SignalProxy0< void > Gnome::UI::Druid::signal_cancel ( )
Prototype:
void on_my_cancel()

◆ signal_help()

Glib::SignalProxy0< void > Gnome::UI::Druid::signal_help ( )
Prototype:
void on_my_help()

Friends And Related Function Documentation

◆ wrap()

Gnome::UI::Druid * wrap ( GnomeDruid *  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: