~ubuntu-branches/ubuntu/jaunty/goffice/jaunty-updates

« back to all changes in this revision

Viewing changes to docs/reference/html/GogRegCurve.html

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2008-11-09 18:10:54 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20081109181054-uazweo6uci8h7bc5
Tags: 0.6.5-1ubuntu1
* Merge from debian unstable, remaining changes:
  - call intltool-update -p in debian/rules
  - libgoffice-gtk-0-6 is a transitional package
  - libgoffice-0-6 conflicts with libgoffice-gtk-0-6 (<< 0.6.3-1ubuntu2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
<th width="100%" align="center">Goffice Reference Manual</th>
37
37
<td><a accesskey="n" href="GogView.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
38
38
</tr>
39
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#GogRegCurve.synopsis" class="shortcut">Top</a>
40
 
                   | 
41
 
                  <a href="#GogRegCurve.description" class="shortcut">Description</a>
42
 
                   | 
43
 
                  <a href="#GogRegCurve.object-hierarchy" class="shortcut">Object Hierarchy</a>
44
 
                   | 
45
 
                  <a href="#GogRegCurve.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
46
 
                   | 
47
 
                  <a href="#GogRegCurve.properties" class="shortcut">Properties</a></nobr></td></tr>
 
39
<tr><td colspan="5" class="shortcuts">
 
40
<a href="#GogRegCurve.synopsis" class="shortcut">Top</a>
 
41
                 | 
 
42
                <a href="#GogRegCurve.description" class="shortcut">Description</a>
 
43
                 | 
 
44
                <a href="#GogRegCurve.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
45
                 | 
 
46
                <a href="#GogRegCurve.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
47
                 | 
 
48
                <a href="#GogRegCurve.properties" class="shortcut">Properties</a>
 
49
</td></tr>
48
50
</table>
49
51
<div class="refentry" lang="en">
50
52
<a name="GogRegCurve"></a><div class="titlepage"></div>
59
61
<a name="GogRegCurve.synopsis"></a><h2>Synopsis</h2>
60
62
<pre class="synopsis">
61
63
                    <a class="link" href="GogRegCurve.html#GogRegCurve-struct" title="GogRegCurve">GogRegCurve</a>;
62
 
gcharconst *        <a class="link" href="GogRegCurve.html#gog-reg-curve-get-equation" title="gog_reg_curve_get_equation ()">gog_reg_curve_get_equation</a>          (<a class="link" href="GogRegCurve.html" title="GogRegCurve">GogRegCurve</a> *reg_curve);
 
64
#define             <a class="link" href="GogRegCurve.html#GOG-REG-CURVE-TYPE:CAPS" title="GOG_REG_CURVE_TYPE">GOG_REG_CURVE_TYPE</a>
 
65
#define             <a class="link" href="GogRegCurve.html#GOG-REG-CURVE:CAPS" title="GOG_REG_CURVE()">GOG_REG_CURVE</a>                       (o)
 
66
#define             <a class="link" href="GogRegCurve.html#IS-GOG-REG-CURVE:CAPS" title="IS_GOG_REG_CURVE()">IS_GOG_REG_CURVE</a>                    (o)
 
67
GType               <a class="link" href="GogRegCurve.html#gog-reg-curve-get-type" title="gog_reg_curve_get_type ()">gog_reg_curve_get_type</a>              (void);
 
68
gchar const *       <a class="link" href="GogRegCurve.html#gog-reg-curve-get-equation" title="gog_reg_curve_get_equation ()">gog_reg_curve_get_equation</a>          (<a class="link" href="GogRegCurve.html" title="GogRegCurve">GogRegCurve</a> *reg_curve);
63
69
double              <a class="link" href="GogRegCurve.html#gog-reg-curve-get-R2" title="gog_reg_curve_get_R2 ()">gog_reg_curve_get_R2</a>                (<a class="link" href="GogRegCurve.html" title="GogRegCurve">GogRegCurve</a> *reg_curve);
64
70
void                <a class="link" href="GogRegCurve.html#gog-reg-curve-get-bounds" title="gog_reg_curve_get_bounds ()">gog_reg_curve_get_bounds</a>            (<a class="link" href="GogRegCurve.html" title="GogRegCurve">GogRegCurve</a> *reg_curve,
65
71
                                                         double *xmin,
72
78
  GObject
73
79
   +----<a class="link" href="GogObject.html" title="GogObject">GogObject</a>
74
80
         +----<a class="link" href="GogStyledObject.html" title="GogStyledObject">GogStyledObject</a>
75
 
               +----<a class="link" href="GogTrendLine.html" title="GogTrendLine">GogTrendLine</a>
 
81
               +----<a class="link" href="goffice-06-gog-trend-line.html#GogTrendLine">GogTrendLine</a>
76
82
                     +----GogRegCurve
77
83
</pre>
78
84
</div>
105
111
</div>
106
112
<hr>
107
113
<div class="refsect2" lang="en">
 
114
<a name="GOG-REG-CURVE-TYPE:CAPS"></a><h3>GOG_REG_CURVE_TYPE</h3>
 
115
<pre class="programlisting">#define GOG_REG_CURVE_TYPE  (gog_reg_curve_get_type ())
 
116
</pre>
 
117
<p>
 
118
 
 
119
</p>
 
120
</div>
 
121
<hr>
 
122
<div class="refsect2" lang="en">
 
123
<a name="GOG-REG-CURVE:CAPS"></a><h3>GOG_REG_CURVE()</h3>
 
124
<pre class="programlisting">#define GOG_REG_CURVE(o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), GOG_REG_CURVE_TYPE, GogRegCurve))
 
125
</pre>
 
126
<p>
 
127
 
 
128
</p>
 
129
<div class="variablelist"><table border="0">
 
130
<col align="left" valign="top">
 
131
<tbody><tr>
 
132
<td><p><span class="term"><em class="parameter"><code>o</code></em> :</span></p></td>
 
133
<td>
 
134
 
 
135
 
 
136
</td>
 
137
</tr></tbody>
 
138
</table></div>
 
139
</div>
 
140
<hr>
 
141
<div class="refsect2" lang="en">
 
142
<a name="IS-GOG-REG-CURVE:CAPS"></a><h3>IS_GOG_REG_CURVE()</h3>
 
143
<pre class="programlisting">#define IS_GOG_REG_CURVE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GOG_REG_CURVE_TYPE))
 
144
</pre>
 
145
<p>
 
146
 
 
147
</p>
 
148
<div class="variablelist"><table border="0">
 
149
<col align="left" valign="top">
 
150
<tbody><tr>
 
151
<td><p><span class="term"><em class="parameter"><code>o</code></em> :</span></p></td>
 
152
<td>
 
153
 
 
154
 
 
155
</td>
 
156
</tr></tbody>
 
157
</table></div>
 
158
</div>
 
159
<hr>
 
160
<div class="refsect2" lang="en">
 
161
<a name="gog-reg-curve-get-type"></a><h3>gog_reg_curve_get_type ()</h3>
 
162
<pre class="programlisting">GType               gog_reg_curve_get_type              (void);</pre>
 
163
<p>
 
164
 
 
165
</p>
 
166
<div class="variablelist"><table border="0">
 
167
<col align="left" valign="top">
 
168
<tbody><tr>
 
169
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
170
<td>
 
171
 
 
172
 
 
173
</td>
 
174
</tr></tbody>
 
175
</table></div>
 
176
</div>
 
177
<hr>
 
178
<div class="refsect2" lang="en">
108
179
<a name="gog-reg-curve-get-equation"></a><h3>gog_reg_curve_get_equation ()</h3>
109
 
<pre class="programlisting">gcharconst *        gog_reg_curve_get_equation          (<a class="link" href="GogRegCurve.html" title="GogRegCurve">GogRegCurve</a> *reg_curve);</pre>
 
180
<pre class="programlisting">gchar const *       gog_reg_curve_get_equation          (<a class="link" href="GogRegCurve.html" title="GogRegCurve">GogRegCurve</a> *reg_curve);</pre>
110
181
<p>
111
182
 
112
183
</p>