#include <gdk/gdk.h>
#include <gtk/gtkdrawingarea.h>
|
GType | stpui_curve_get_type (void) G_GNUC_CONST |
|
GtkWidget * | stpui_curve_new (void) |
|
void | stpui_curve_reset (StpuiCurve *curve) |
|
void | stpui_curve_set_gamma (StpuiCurve *curve, gfloat gamma_) |
|
void | stpui_curve_set_range (StpuiCurve *curve, gfloat min_x, gfloat max_x, gfloat min_y, gfloat max_y) |
|
void | stpui_curve_get_vector (StpuiCurve *curve, int veclen, gfloat vector[]) |
|
void | stpui_curve_set_vector (StpuiCurve *curve, int veclen, const gfloat vector[]) |
|
void | stpui_curve_set_curve_type (StpuiCurve *curve, StpuiCurveType type) |
|
◆ STPUI_CURVE
◆ STPUI_CURVE_CLASS
◆ STPUI_CURVE_GET_CLASS
◆ STPUI_IS_CURVE
#define STPUI_IS_CURVE |
( |
|
obj | ) |
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), STPUI_TYPE_CURVE)) |
◆ STPUI_IS_CURVE_CLASS
#define STPUI_IS_CURVE_CLASS |
( |
|
klass | ) |
(G_TYPE_CHECK_CLASS_TYPE ((klass), STPUI_TYPE_CURVE)) |
◆ STPUI_TYPE_CURVE
◆ StpuiCurve
◆ StpuiCurveClass
◆ StpuiCurveType
Enumerator |
---|
STPUI_CURVE_TYPE_LINEAR | |
STPUI_CURVE_TYPE_SPLINE | |
STPUI_CURVE_TYPE_FREE | |
◆ stpui_curve_get_type()
GType stpui_curve_get_type |
( |
void |
| ) |
|
◆ stpui_curve_get_vector()
void stpui_curve_get_vector |
( |
StpuiCurve * |
curve, |
|
|
int |
veclen, |
|
|
gfloat |
vector[] |
|
) |
| |
◆ stpui_curve_new()
GtkWidget* stpui_curve_new |
( |
void |
| ) |
|
◆ stpui_curve_reset()
◆ stpui_curve_set_curve_type()
◆ stpui_curve_set_gamma()
void stpui_curve_set_gamma |
( |
StpuiCurve * |
curve, |
|
|
gfloat |
gamma_ |
|
) |
| |
◆ stpui_curve_set_range()
void stpui_curve_set_range |
( |
StpuiCurve * |
curve, |
|
|
gfloat |
min_x, |
|
|
gfloat |
max_x, |
|
|
gfloat |
min_y, |
|
|
gfloat |
max_y |
|
) |
| |
◆ stpui_curve_set_vector()
void stpui_curve_set_vector |
( |
StpuiCurve * |
curve, |
|
|
int |
veclen, |
|
|
const gfloat |
vector[] |
|
) |
| |