Guitarix
gx_main_window.cpp File Reference
#include <guitarix.h>
#include <gxw/GxLevelSlider.h>
#include <gtkmm/accelmap.h>
#include "jsonrpc.h"
Include dependency graph for gx_main_window.cpp:

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)
 

Enumeration Type Documentation

◆ GxJackLatencyChange

Enumerator
kChangeLatency 
kKeepLatency 

Definition at line 1221 of file gx_main_window.cpp.

Function Documentation

◆ gx_show_about()

void gx_show_about ( )

Definition at line 1378 of file gx_main_window.cpp.

◆ gx_show_help()

void gx_show_help ( )

Definition at line 1373 of file gx_main_window.cpp.

◆ power2db()

float power2db ( float  power)
inline

Definition at line 2587 of file gx_main_window.cpp.

◆ show_forum_help()

void show_forum_help ( )

Definition at line 1361 of file gx_main_window.cpp.

Referenced by gx_show_help().

◆ update_scrolled_window()

void update_scrolled_window ( Gtk::ScrolledWindow &  w)

Definition at line 509 of file gx_main_window.cpp.

Referenced by MainWindow::update_width().