GuppiPlotTool

Name

GuppiPlotTool -- 

Synopsis



enum        GuppiPlotToolPositionCue;
#define     GUPPI_PLOT_TOOL0                (obj)
#define     GUPPI_IS_PLOT_TOOL0             (obj)
GuppiPlotTool* guppi_plot_tool_new          (void);
const gchar* guppi_plot_tool_name           (GuppiPlotTool*);
void        guppi_plot_tool_set_name        (GuppiPlotTool *tool,
                                             const gchar*);
gboolean    guppi_plot_tool_supports_item   (GuppiPlotTool*,
                                             struct _GuppiCanvasItem*);
void        guppi_plot_tool_first           (GuppiPlotTool*,
                                             struct _GuppiCanvasItem*,
                                             double c_x,
                                             double c_y);
void        guppi_plot_tool_middle          (GuppiPlotTool*,
                                             double c_x,
                                             double c_y);
void        guppi_plot_tool_end             (GuppiPlotTool*,
                                             double c_x,
                                             double c_y);
guint       guppi_plot_tool_signature       (GuppiPlotTool*);

Object Hierarchy


  GtkObject
   +----GuppiPlotTool

Description

Details

enum GuppiPlotToolPositionCue

typedef enum {
  GPTPC_NONE,
  GPTPC_FRAME,
  GPTPC_FRAME_BY_CENTER,
  GPTPC_CIRCLE
} GuppiPlotToolPositionCue;


GUPPI_PLOT_TOOL0()

#define GUPPI_PLOT_TOOL0(obj) ((obj) ? (GUPPI_PLOT_TOOL(obj)) : NULL)

obj : 


GUPPI_IS_PLOT_TOOL0()

#define GUPPI_IS_PLOT_TOOL0(obj) (((obj) == NULL) || (GUPPI_IS_PLOT_TOOL(obj)))

obj : 


guppi_plot_tool_new ()

GuppiPlotTool* guppi_plot_tool_new          (void);

Returns : 


guppi_plot_tool_name ()

const gchar* guppi_plot_tool_name           (GuppiPlotTool*);

Param1 : 
Returns : 


guppi_plot_tool_set_name ()

void        guppi_plot_tool_set_name        (GuppiPlotTool *tool,
                                             const gchar*);

tool : 
Param2 : 


guppi_plot_tool_supports_item ()

gboolean    guppi_plot_tool_supports_item   (GuppiPlotTool*,
                                             struct _GuppiCanvasItem*);

Param1 : 
Param2 : 
Returns : 


guppi_plot_tool_first ()

void        guppi_plot_tool_first           (GuppiPlotTool*,
                                             struct _GuppiCanvasItem*,
                                             double c_x,
                                             double c_y);

Param1 : 
Param2 : 
c_x : 
c_y : 


guppi_plot_tool_middle ()

void        guppi_plot_tool_middle          (GuppiPlotTool*,
                                             double c_x,
                                             double c_y);

Param1 : 
c_x : 
c_y : 


guppi_plot_tool_end ()

void        guppi_plot_tool_end             (GuppiPlotTool*,
                                             double c_x,
                                             double c_y);

Param1 : 
c_x : 
c_y : 


guppi_plot_tool_signature ()

guint       guppi_plot_tool_signature       (GuppiPlotTool*);

Param1 : 
Returns :