Guitarix
|
Classes | |
class | CpBase |
class | CpBaseCaption |
class | CpBaseCaptionBoxed |
class | CpMasterCaption |
class | GxBuilder |
class GxBuilder More... | |
class | GxHBox |
class | GxHFrame |
class | GxMainBox |
class | GxNotebookBox |
class | GxPaintBox |
class | GxVBox |
class | SelectJackControlPgm |
class | StackBoxBuilder |
class | UiBuilderImpl |
class | UiDisplayWithCaption |
class | UiMasterReglerWithCaption |
class | UiRegler |
class | UiReglerWithCaption |
class | UiSelectorWithCaption |
class | UiVSwitchWithCaption |
class | WaitCursor |
class | WidgetStack |
Functions | |
gint | gx_nchoice_dialog_without_entry (const char *window_title, const char *msg, const guint nchoice, const char *label[], const gint resp[], const gint default_response, Glib::RefPtr< Gdk::Pixbuf > gw_ib) |
int | gx_message_popup (const char *) |
void | show_error_msg (const string &msg) |
void | child_set_property (Gtk::Container &container, Gtk::Widget &child, const char *property_name, bool value) |
Glib::ustring | logarithmic_format_value (double v, int prec) |
int | logarithmic_input_value (gpointer obj, gpointer nv) |
bool | gx_start_jack_dialog (Glib::RefPtr< Gdk::Pixbuf > gw_ib) |
bool | button_press_cb (GdkEventButton *event, gx_engine::GxMachineBase &machine, const std::string &id) |
int | precision (double n) |
std::string | fformat (float value, float step) |
void | check_id (Gtk::Widget *w, const std::string &id, gx_engine::GxMachineBase &machine) |
void | connect_midi_controller (Gtk::Widget *w, const std::string &id, gx_engine::GxMachineBase &machine) |
gx_engine::Parameter * | check_get_parameter (gx_engine::GxMachineBase &machine, const std::string &id, Gtk::Widget *w) |
gx_engine::FloatParameter * | check_get_float_parameter (gx_engine::GxMachineBase &machine, const std::string &id, Gtk::Widget *w) |
bool | ui_connect_switch (gx_engine::GxMachineBase &machine, Gtk::ToggleButton *b, const string &id, sigc::signal< void(bool)> *out_ctr, bool disable) |
bool | ui_connect (gx_engine::GxMachineBase &machine, Gtk::Widget *w, const std::string &id, sigc::signal< void(bool)> *out_ctr) |
GtkWidget * | load_toplevel (GtkBuilder *builder, const char *filename, const char *windowname) |
bool gx_gui::button_press_cb | ( | GdkEventButton * | event, |
gx_engine::GxMachineBase & | machine, | ||
const std::string & | id | ||
) |
Referenced by connect_midi_controller().
gx_engine::FloatParameter * gx_gui::check_get_float_parameter | ( | gx_engine::GxMachineBase & | machine, |
const std::string & | id, | ||
Gtk::Widget * | w | ||
) |
gx_engine::Parameter * gx_gui::check_get_parameter | ( | gx_engine::GxMachineBase & | machine, |
const std::string & | id, | ||
Gtk::Widget * | w | ||
) |
|
inline |
Definition at line 177 of file gx_main_interface.h.
Referenced by connect_midi_controller().
void gx_gui::child_set_property | ( | Gtk::Container & | container, |
Gtk::Widget & | child, | ||
const char * | property_name, | ||
bool | value | ||
) |
|
inline |
Definition at line 190 of file gx_main_interface.h.
std::string gx_gui::fformat | ( | float | value, |
float | step | ||
) |
int gx_gui::gx_message_popup | ( | const char * | ) |
gint gx_gui::gx_nchoice_dialog_without_entry | ( | const char * | window_title, |
const char * | msg, | ||
const guint | nchoice, | ||
const char * | label[], | ||
const gint | resp[], | ||
const gint | default_response, | ||
Glib::RefPtr< Gdk::Pixbuf > | gw_ib | ||
) |
bool gx_gui::gx_start_jack_dialog | ( | Glib::RefPtr< Gdk::Pixbuf > | gw_ib | ) |
GtkWidget * gx_gui::load_toplevel | ( | GtkBuilder * | builder, |
const char * | filename, | ||
const char * | windowname | ||
) |
Glib::ustring gx_gui::logarithmic_format_value | ( | double | v, |
int | prec | ||
) |
int gx_gui::logarithmic_input_value | ( | gpointer | obj, |
gpointer | nv | ||
) |
int gx_gui::precision | ( | double | n | ) |
void gx_gui::show_error_msg | ( | const string & | msg | ) |
bool gx_gui::ui_connect | ( | gx_engine::GxMachineBase & | machine, |
Gtk::Widget * | w, | ||
const std::string & | id, | ||
sigc::signal< void(bool)> * | out_ctr | ||
) |
bool gx_gui::ui_connect_switch | ( | gx_engine::GxMachineBase & | machine, |
Gtk::ToggleButton * | b, | ||
const string & | id, | ||
sigc::signal< void(bool)> * | out_ctr, | ||
bool | disable | ||
) |