LMMS
Loading...
Searching...
No Matches
ctl_tuner.cpp File Reference
#include <calf/ctl_tuner.h>

Functions

static void calf_tuner_create_dot (cairo_t *ctx, int dots, int dot, float rad)
static void calf_tuner_draw_background (GtkWidget *widget, cairo_t *ctx, int sx, int sy, int ox, int oy)
static void calf_tuner_draw_dot (cairo_t *ctx, float cents, int sx, int sy, int ox, int oy)
static gboolean calf_tuner_expose (GtkWidget *widget, GdkEventExpose *event)
static void calf_tuner_size_request (GtkWidget *widget, GtkRequisition *requisition)
static void calf_tuner_size_allocate (GtkWidget *widget, GtkAllocation *allocation)
static void calf_tuner_class_init (CalfTunerClass *klass)
static void calf_tuner_unrealize (GtkWidget *widget, CalfTuner *tuner)
static void calf_tuner_init (CalfTuner *self)
GtkWidget * calf_tuner_new ()
GType calf_tuner_get_type (void)

Function Documentation

◆ calf_tuner_class_init()

void calf_tuner_class_init ( CalfTunerClass * klass)
static

◆ calf_tuner_create_dot()

void calf_tuner_create_dot ( cairo_t * ctx,
int dots,
int dot,
float rad )
static

◆ calf_tuner_draw_background()

void calf_tuner_draw_background ( GtkWidget * widget,
cairo_t * ctx,
int sx,
int sy,
int ox,
int oy )
static

◆ calf_tuner_draw_dot()

void calf_tuner_draw_dot ( cairo_t * ctx,
float cents,
int sx,
int sy,
int ox,
int oy )
static

◆ calf_tuner_expose()

gboolean calf_tuner_expose ( GtkWidget * widget,
GdkEventExpose * event )
static

◆ calf_tuner_get_type()

GType calf_tuner_get_type ( void )

◆ calf_tuner_init()

void calf_tuner_init ( CalfTuner * self)
static

◆ calf_tuner_new()

GtkWidget * calf_tuner_new ( )

◆ calf_tuner_size_allocate()

void calf_tuner_size_allocate ( GtkWidget * widget,
GtkAllocation * allocation )
static

◆ calf_tuner_size_request()

void calf_tuner_size_request ( GtkWidget * widget,
GtkRequisition * requisition )
static

◆ calf_tuner_unrealize()

void calf_tuner_unrealize ( GtkWidget * widget,
CalfTuner * tuner )
static