Guitarix
|
#include <guitarix.h>
#include <gxw/GxLevelSlider.h>
#include <gtkmm/accelmap.h>
#include "jsonrpc.h"
Go to the source code of this file.
Classes | |
class | TubeKeys |
class | JConvPluginUI |
struct | PluginDesc |
Enumerations | |
enum | GxJackLatencyChange { kChangeLatency = 1, kKeepLatency = 2 } |
Functions | |
void | update_scrolled_window (Gtk::ScrolledWindow &w) |
void | show_forum_help () |
void | gx_show_help () |
void | gx_show_about () |
float | power2db (float power) |
enum GxJackLatencyChange |
Enumerator | |
---|---|
kChangeLatency | |
kKeepLatency |
Definition at line 1117 of file gx_main_window.cpp.
void gx_show_about | ( | ) |
Definition at line 1274 of file gx_main_window.cpp.
void gx_show_help | ( | ) |
Definition at line 1269 of file gx_main_window.cpp.
Referenced by gx_show_about().
|
inline |
Definition at line 2450 of file gx_main_window.cpp.
void show_forum_help | ( | ) |
Definition at line 1257 of file gx_main_window.cpp.
Referenced by gx_show_help().
void update_scrolled_window | ( | Gtk::ScrolledWindow & | w | ) |
Definition at line 432 of file gx_main_window.cpp.
Referenced by MainWindow::update_width().