The libguppiplot library | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
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*); |
typedef enum { GPTPC_NONE, GPTPC_FRAME, GPTPC_FRAME_BY_CENTER, GPTPC_CIRCLE } GuppiPlotToolPositionCue; |
#define GUPPI_IS_PLOT_TOOL0(obj) (((obj) == NULL) || (GUPPI_IS_PLOT_TOOL(obj))) |
gboolean guppi_plot_tool_supports_item (GuppiPlotTool*, struct _GuppiCanvasItem*); |
void guppi_plot_tool_first (GuppiPlotTool*, struct _GuppiCanvasItem*, double c_x, double c_y); |