#include <gx_ui_builder.h>
Definition at line 104 of file gx_ui_builder.h.
static Glib::RefPtr<GxBuilder> gx_gui::GxBuilder::create |
( |
| ) |
|
|
inlinestatic |
Glib::RefPtr< GxBuilder > gx_gui::GxBuilder::create_from_file |
( |
const std::string & |
filename, |
|
|
gx_engine::GxMachineBase * |
pmach, |
|
|
const Glib::StringArrayHandle & |
object_ids |
|
) |
| |
|
static |
Glib::RefPtr< GxBuilder > gx_gui::GxBuilder::create_from_string |
( |
const Glib::ustring & |
buffer, |
|
|
gx_engine::GxMachineBase * |
pmach, |
|
|
const Glib::StringArrayHandle & |
object_ids |
|
) |
| |
|
static |
template<class T_Widget >
void gx_gui::GxBuilder::find_widget |
( |
const Glib::ustring & |
name, |
|
|
T_Widget *& |
widget |
|
) |
| |
|
inline |
template<class T_Widget , class F >
void gx_gui::GxBuilder::find_widget_derived |
( |
const Glib::ustring & |
name, |
|
|
T_Widget *& |
widget, |
|
|
F |
f |
|
) |
| |
|
inline |
Gtk::Window * gx_gui::GxBuilder::get_first_window |
( |
| ) |
|
template<class T_Widget >
void gx_gui::GxBuilder::get_toplevel |
( |
const Glib::ustring & |
name, |
|
|
T_Widget *& |
widget |
|
) |
| |
|
inline |
template<class T_Widget , class F >
void gx_gui::GxBuilder::get_toplevel_derived |
( |
const Glib::ustring & |
name, |
|
|
T_Widget *& |
widget, |
|
|
F |
f |
|
) |
| |
|
inline |
Gtk::Object * gx_gui::GxBuilder::get_widget_checked |
( |
const Glib::ustring & |
name, |
|
|
GType |
type, |
|
|
bool |
take_ref |
|
) |
| |
|
protected |
bool gx_gui::GxBuilder::has_object |
( |
const Glib::ustring & |
name | ) |
|
|
inline |
The documentation for this class was generated from the following files: