LMMS
Loading...
Searching...
No Matches
ctl_phasegraph.cpp File Reference

Functions

static void calf_phase_graph_draw_background (GtkWidget *widget, cairo_t *ctx, int sx, int sy, int ox, int oy, float radius, float bevel, float brightness, float shadow, float lights, float dull)
static void calf_phase_graph_copy_surface (cairo_t *ctx, cairo_surface_t *source, int x=0, int y=0, float fade=1.f)
static gboolean calf_phase_graph_expose (GtkWidget *widget, GdkEventExpose *event)
static void calf_phase_graph_size_request (GtkWidget *widget, GtkRequisition *requisition)
static void calf_phase_graph_size_allocate (GtkWidget *widget, GtkAllocation *allocation)
static void calf_phase_graph_class_init (CalfPhaseGraphClass *klass)
static void calf_phase_graph_unrealize (GtkWidget *widget, CalfPhaseGraph *pg)
static void calf_phase_graph_init (CalfPhaseGraph *self)
GtkWidget * calf_phase_graph_new ()
GType calf_phase_graph_get_type (void)

Function Documentation

◆ calf_phase_graph_class_init()

void calf_phase_graph_class_init ( CalfPhaseGraphClass * klass)
static

◆ calf_phase_graph_copy_surface()

void calf_phase_graph_copy_surface ( cairo_t * ctx,
cairo_surface_t * source,
int x = 0,
int y = 0,
float fade = 1.f )
static

◆ calf_phase_graph_draw_background()

void calf_phase_graph_draw_background ( GtkWidget * widget,
cairo_t * ctx,
int sx,
int sy,
int ox,
int oy,
float radius,
float bevel,
float brightness,
float shadow,
float lights,
float dull )
static

◆ calf_phase_graph_expose()

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

◆ calf_phase_graph_get_type()

GType calf_phase_graph_get_type ( void )

◆ calf_phase_graph_init()

void calf_phase_graph_init ( CalfPhaseGraph * self)
static

◆ calf_phase_graph_new()

GtkWidget * calf_phase_graph_new ( )

◆ calf_phase_graph_size_allocate()

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

◆ calf_phase_graph_size_request()

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

◆ calf_phase_graph_unrealize()

void calf_phase_graph_unrealize ( GtkWidget * widget,
CalfPhaseGraph * pg )
static