![]() |
![]() |
![]() |
Goffice Reference Manual | ![]() |
---|---|---|---|---|
typedef GogTrendLine; typedef GogTrendLineClass; #define GOG_TREND_LINE_TYPE #define GOG_TREND_LINE (o) #define IS_GOG_TREND_LINE (o) GType gog_trend_line_get_type (void); GogTrendLine* gog_trend_line_new_by_name (char const *id); GogTrendLine* gog_trend_line_new_by_type (GogTrendLineType const *type);
GObject +----GogObject +----GogStyledObject +----GogTrendLine +----GogSmoothedCurve +----GogRegCurve
#define GOG_TREND_LINE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOG_TREND_LINE_TYPE, GogTrendLine))
|
#define IS_GOG_TREND_LINE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GOG_TREND_LINE_TYPE))
|
GogTrendLine* gog_trend_line_new_by_name (char const *id);
|
|
Returns : |
GogTrendLine* gog_trend_line_new_by_type (GogTrendLineType const *type);
|
|
Returns : |