logo top
Main Page   Widgets   Namespaces   Book  

Namespaces
init.h File Reference

Namespaces

 Gnome
 
 Gnome::Glade
 
Gnome::Glade::VariablesMap::m_refGlade
Glib::RefPtr< Glade::Xml > m_refGlade
Definition: variablesmap.h:85
Gnome
Definition: init.h:27
Gnome::Glade::Xml
Definition: xml.h:67
Gnome::Glade::Xml::~Xml
virtual ~Xml()
Gnome::Glade::XmlError::~XmlError
virtual ~XmlError()
Gnome::Glade::XmlError::operator=
XmlError & operator=(const XmlError &other)
Gnome::Glade::Xml::create
static Glib::RefPtr< Xml > create(const std::string &filename, const Glib::ustring &root=Glib::ustring(), const Glib::ustring &domain=Glib::ustring())
Loads a Glade XML file.
Gnome::Glade::VariablesMap
Associates named Glade widgets with member variables.
Definition: variablesmap.h:50
Gnome::Glade::VariablesMap::connect_widget
virtual void connect_widget(const Glib::ustring &widget_name, bool &variable)
For ToggleButton (CheckBox and RadioButton)
Gnome::Glade::VariablesMap::validate_widgets
virtual bool validate_widgets()
Override this to validate the data that the user enters into the widgets.
Gnome::Glade::Xml::Xml
Xml(const char *buffer, int size, const Glib::ustring &root, const Glib::ustring &domain)
Reads glade XML data from memory.
xml.h
Gnome::Glade::Xml::get_filename
std::string get_filename() const
Gnome::Glade::VariablesMap::transfer_variables_to_widgets
virtual void transfer_variables_to_widgets()
Transfer data from the variable to the widget.
Gnome::Glade::Xml::reparent_widget
void reparent_widget(const Glib::ustring &name, Gtk::Container &container)
Take the widget from the glade-generated container and put it in another container.
Gnome::Glade::Xml::get_widget_derived
T_Widget * get_widget_derived(const Glib::ustring &name, T_Widget *&widget)
This provides a pointer to a widget whose details are specified in the Glade file,...
Definition: xml.h:272
Gnome::Glade::VariablesMap::type_mapWidgetsToVariables
std::map< Gtk::Widget *, void * > type_mapWidgetsToVariables
Definition: variablesmap.h:82
Gnome::Glade::Xml::get_cwidget
GtkWidget * get_cwidget(const Glib::ustring &name)
Gnome::Glade::XmlError
Definition: xml.h:51
Gnome::Glade::Xml::Xml
Xml(const std::string &filename, const Glib::ustring &root, const Glib::ustring &domain)
Loads a glade XML file.
Gnome::Glade::Xml::get_widget_prefix
Glib::ListHandle< Gtk::Widget * > get_widget_prefix(const Glib::ustring &name)
Gnome::Glade::Xml::relative_file
std::string relative_file(const std::string &filename) const
Gnome::Glade::VariablesMap::transfer_one_widget
virtual void transfer_one_widget(Gtk::Widget *pWidget, bool to_variable)
Gnome::Glade::VariablesMap::connect_widget
virtual void connect_widget(const Glib::ustring &widget_name, double &variable)
For Scale (HScale and VScale)
Gnome::Glade::Xml::gobj_copy
GladeXML * gobj_copy()
Provides access to the underlying C instance. The caller is responsible for unrefing it....
Gnome::Glade::Xml::get_widget_name
static Glib::ustring get_widget_name(Gtk::Widget &widget)
Gnome::Glade::Xml::get_widget_checked
Gtk::Widget * get_widget_checked(const Glib::ustring &name, GType type)
Gnome::Glade::Xml::get_widget
Gtk::Widget * get_widget(const Glib::ustring &name)
Get a widget from the Glade file.
Gnome::Glade::VariablesMap::connect_widget
virtual void connect_widget(const Glib::ustring &widget_name, Glib::ustring &variable)
For Entry, ComboBoxEntry and SpinBox.
Gnome::Glade::VariablesMap::~VariablesMap
virtual ~VariablesMap()
Gnome::Glade::Xml::wrap
Glib::RefPtr< Gnome::Glade::Xml > wrap(GladeXML *object, bool take_copy=false)
A Glib::wrap() method for this object.
Gnome::Glade::Xml::get_widget
T_Widget * get_widget(const Glib::ustring &name, T_Widget *&widget)
More convenient way of getting a widget from the Glade file.
Definition: xml.h:243
Gnome::Glade::Xml::create_from_buffer
static Glib::RefPtr< Xml > create_from_buffer(const char *buffer, int size, const Glib::ustring &root=Glib::ustring(), const Glib::ustring &domain=Glib::ustring())
Reads glade XML data from memory.
Gnome::Glade::Xml::gobj
GladeXML * gobj()
Provides access to the underlying C GObject.
Definition: xml.h:100
Gnome::Glade::Xml::Error
Gnome::Glade::XmlError Error
Definition: xml.h:136
Gnome::Glade::VariablesMap::m_mapWidgetsToVariables
type_mapWidgetsToVariables m_mapWidgetsToVariables
Definition: variablesmap.h:83
Gnome::Glade::VariablesMap::connect_widget
virtual void connect_widget(const Glib::ustring &widget_name, Glib::Date &variable)
For Calendar.
Gnome::Glade::VariablesMap::transfer_widgets_to_variables
virtual void transfer_widgets_to_variables()
Transfer data from the widget to the variable.
Gnome::Glade::VariablesMap::VariablesMap
VariablesMap(const Glib::RefPtr< Glade::Xml > &glade)
Gnome::Glade::Xml::lookup_type_vfunc
virtual GType lookup_type_vfunc(const Glib::ustring &classname)
Gnome::Glade::Xml::connect_clicked
void connect_clicked(const Glib::ustring &name, const sigc::slot< void > &slot_)
Connect a Gtk::Button's clicked signal or a Gtk::MenuItem's activated signal to a slot.
Glib
Definition: xml.h:388
Gnome::Glade::Xml::get_widget_tree
static Glib::RefPtr< Xml > get_widget_tree(Gtk::Widget &widget)
Gnome::Glade::Xml::gobj
const GladeXML * gobj() const
Provides access to the underlying C GObject.
Definition: xml.h:103
Gnome::Glade::XmlError::XmlError
XmlError(const Glib::ustring &message)
Gnome::Glade::XmlError::what
virtual Glib::ustring what() const

Generated for libglademm 2.4 by Doxygen 1.8.20 © 1997-2001