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