6 #include <mix/FloatAr.H>
7 #include <ldb/dbtools.h>
8 #include <zm/ZtObject.H>
9 #include <zm/ZtPointMark.H>
20 ZDimension arg_orient;
36 void add_segment (
float x[2],
float y[2],
37 float xr,
float yr,
float wr,
float hr);
48 ZGroupId pxid, ZGroupId pyid,
49 ZGroupId nxid, ZGroupId nyid,
53 void attach_data (
unsigned cnt,
float* pArg,
float* pFunc);
54 void attach_data (
unsigned cnt,
double* pArg,
double* pFunc);
55 void attach_data (dbHandle dbh,
const char* ArgColumn,
56 const char* ValColumn);
58 void attach_func (
float* pFunc);
59 void attach_func (
double* pFunc);
62 Logic get_status_of_data ();
65 void set_curve_color (
const char* szColorName)
67 set_foreground(szColorName);
70 void set_curve_color (ColorPixel cpixel)
72 set_foreground(cpixel);
75 ColorPixel get_curve_color ()
const
77 return get_foreground();
81 void set_interpolation (
int base);
82 int get_interpolation ()
const;
89 virtual void insert (
unsigned index,
double fArg,
double fFunc);
92 virtual void remove (
unsigned index);
99 virtual const char*
class_id ()
const;
virtual Logic belong(int px, int py) const
ZtPointMark node
Definition: ZtCurve.H:43
virtual const char * class_id() const
Definition: ZtObject.H:57
Definition: ZtPointMark.H:28
ZPCoordSlave px
Definition: ZtObject.H:203
ZPCoordSlave py
Definition: ZtObject.H:204