Gwyddion – Free SPM (AFM, SNOM/NSOM, STM, MFM, …) data analysis software

GwySelectionGraphArea (HEAD)

GwySelectionGraphArea — Area-wise graph selection

Synopsis

#include <libgwydgets/gwydgets.h>


                    GwySelectionGraphArea;
                    GwySelectionGraphAreaClass;
GwySelection*       gwy_selection_graph_area_new        (void);

Object Hierarchy

  GObject
   +----GwySelection
         +----GwySelectionGraphArea

Implemented Interfaces

GwySelectionGraphArea implements GwySerializable.

Description

GwySelectionGraphArea is used to represent area-wise graph selections. Selection data consists of coordinate quadruples (x0, y0, x1, y1).

Details

GwySelectionGraphArea

typedef struct _GwySelectionGraphArea GwySelectionGraphArea;

GwySelectionGraphAreaClass

typedef struct {
    GwySelectionClass parent_class;
} GwySelectionGraphAreaClass;

gwy_selection_graph_area_new ()

GwySelection*       gwy_selection_graph_area_new        (void);

Creates a new area-wise graph selection.

Returns :

A new selection object.

Since 2.1

© David Nečas and Petr Klapetek

Home Download News Features Screenshots Documentation Communicate Participate Resources Applications Site Map

Valid XHTML 1.0 Valid CSS