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

gwymodule-tool (HEAD)

gwymodule-tool — Interactive tool modules

Synopsis

#include <libgwymodule/gwymodule.h>

void                gwy_tool_func_foreach               (GFunc function,
                                                         gpointer user_data);
gboolean            gwy_tool_func_register              (GType type);

Description

Tool modules implement interactive tools that work directly on data windows.

Details

gwy_tool_func_foreach ()

void                gwy_tool_func_foreach               (GFunc function,
                                                         gpointer user_data);

Calls a function for each tool function.

function :

Function to run for each tool function. It will get function name (constant string owned by module system) as its first argument, user_data as the second argument.

user_data :

Data to pass to function.

gwy_tool_func_register ()

gboolean            gwy_tool_func_register              (GType type);

Registeres a tool function (tool type).

type :

Layer type in GObject type system. That is the return value of gwy_tool_foo_get_type().

Returns :

Normally TRUE; FALSE on failure.
© David Nečas and Petr Klapetek

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

Valid XHTML 1.0 Valid CSS