gtk+-2.0 Reference Manual

Synopsis

public class Curve : DrawingArea, Implementor, Buildable  {
    public    int                       cursor_type ;
    public    weak Gdk.Pixmap           pixmap ;
    public    int                       height ;
    public    int                       grab_point ;
    public    int                       last ;
    public    int                       num_points ;
    public    weak Gdk.Point            point ;
    public    int                       num_ctlpoints ;
    public    float[]                   ctlpoint ;


    public    weak CurveType            curve_type                { get; set; } ;
    public    weak float                max_x                     { get; set; } ;
    public    weak float                max_y                     { get; set; } ;
    public    weak float                min_x                     { get; set; } ;
    public    weak float                min_y                     { get; set; } ;


    public                              Curve                     (  ) ;


    public    signal void               curve_type_changed        (  )  ;


    public    void                      get_vector                ( int                 veclen,
                                                                    float[]             vector ) ;
    public    void                      reset                     (  ) ;
    public    void                      set_curve_type            ( CurveType           type ) ;
    public    void                      set_gamma                 ( float               gamma_ ) ;
    public    void                      set_range                 ( float               min_x,
                                                                    float               max_x,
                                                                    float               min_y,
                                                                    float               max_y ) ;
    public    void                      set_vector                ( int                 veclen,
                                                                    float[]             vector ) ;
}

Curve Description

Details

Constructor Details

Curve ()
    public                              Curve                     (  ) ;		

Field Details

cursor_type
    public    int                       cursor_type ;		

pixmap
    public    weak Gdk.Pixmap           pixmap ;		

height
    public    int                       height ;		

grab_point
    public    int                       grab_point ;		

last
    public    int                       last ;		

num_points
    public    int                       num_points ;		

point
    public    weak Gdk.Point            point ;		

num_ctlpoints
    public    int                       num_ctlpoints ;		

ctlpoint
    public    float[]                   ctlpoint ;		

Signal Details

curve_type_changed
    public    signal void               curve_type_changed        (  )  ;		

Property Details

curve_type
    public    weak CurveType            curve_type                { get; set; } ;		

max_x
    public    weak float                max_x                     { get; set; } ;		

max_y
    public    weak float                max_y                     { get; set; } ;		

min_x
    public    weak float                min_x                     { get; set; } ;		

min_y
    public    weak float                min_y                     { get; set; } ;		

Method Details

get_vector ()
    public    void                      get_vector                ( int                 veclen,
                                                                    float[]             vector ) ;		

reset ()
    public    void                      reset                     (  ) ;		

set_curve_type ()
    public    void                      set_curve_type            ( CurveType           type ) ;		

set_gamma ()
    public    void                      set_gamma                 ( float               gamma_ ) ;		

set_range ()
    public    void                      set_range                 ( float               min_x,
                                                                    float               max_x,
                                                                    float               min_y,
                                                                    float               max_y ) ;		

set_vector ()
    public    void                      set_vector                ( int                 veclen,
                                                                    float[]             vector ) ;		


Created by Valadoc