1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>gtk_dumpDialogWidget</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="V_Sim API - Reference Manual">
<link rel="up" href="ch10.html" title="V_Sim specific widgets">
<link rel="prev" href="ch10.html" title="V_Sim specific widgets">
<link rel="next" href="v-sim-gtk-toolPanelWidget.html" title="gtk_toolPanelWidget">
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="ch10.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch10.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">V_Sim API - Reference Manual</th>
<td><a accesskey="n" href="v-sim-gtk-toolPanelWidget.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#v-sim-gtk-dumpDialogWidget.synopsis" class="shortcut">Top</a>
|
<a href="#v-sim-gtk-dumpDialogWidget.description" class="shortcut">Description</a>
|
<a href="#v-sim-gtk-dumpDialogWidget.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
<a href="#v-sim-gtk-dumpDialogWidget.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
</td></tr>
</table>
<div class="refentry" title="gtk_dumpDialogWidget">
<a name="v-sim-gtk-dumpDialogWidget"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="v-sim-gtk-dumpDialogWidget.top_of_page"></a>gtk_dumpDialogWidget</span></h2>
<p>gtk_dumpDialogWidget — Defines a widget to export into different file
formats.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="v-sim-gtk-dumpDialogWidget.synopsis"></a><h2>Synopsis</h2>
<a name="DumpDialog"></a><pre class="synopsis">#define <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DUMP-DIALOG-TYPE:CAPS" title="DUMP_DIALOG_TYPE">DUMP_DIALOG_TYPE</a>
#define <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DUMP-DIALOG:CAPS" title="DUMP_DIALOG()">DUMP_DIALOG</a> (obj)
#define <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DUMP-DIALOG-CLASS:CAPS" title="DUMP_DIALOG_CLASS()">DUMP_DIALOG_CLASS</a> (klass)
#define <a class="link" href="v-sim-gtk-dumpDialogWidget.html#IS-DUMP-DIALOG:CAPS" title="IS_DUMP_DIALOG()">IS_DUMP_DIALOG</a> (obj)
#define <a class="link" href="v-sim-gtk-dumpDialogWidget.html#IS-DUMP-DIALOG-CLASS:CAPS" title="IS_DUMP_DIALOG_CLASS()">IS_DUMP_DIALOG_CLASS</a> (klass)
#define <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DUMP-DIALOG-GET-CLASS:CAPS" title="DUMP_DIALOG_GET_CLASS()">DUMP_DIALOG_GET_CLASS</a> (obj)
<a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog-struct" title="DumpDialog">DumpDialog</a>;
<a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialogClass" title="DumpDialogClass">DumpDialogClass</a>;
<a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="v-sim-gtk-dumpDialogWidget.html#dumpDialog-get-type" title="dumpDialog_get_type ()">dumpDialog_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
<a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="v-sim-gtk-dumpDialogWidget.html#dumpDialog-new" title="dumpDialog_new ()">dumpDialog_new</a> (<em class="parameter"><code><a class="link" href="v-sim-visu-data.html#VisuData"><span class="type">VisuData</span></a> *dataObj</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"><span class="type">GtkWindow</span></a> *parent</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *suggestedFilename</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="v-sim-gtk-dumpDialogWidget.html#dumpDialogGet-fileName" title="dumpDialogGet_fileName ()">dumpDialogGet_fileName</a> (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);
<a class="link" href="v-sim-visu-dump.html#VisuDump" title="VisuDump"><span class="returnvalue">VisuDump</span></a>* <a class="link" href="v-sim-gtk-dumpDialogWidget.html#dumpDialogGet-dumpType" title="dumpDialogGet_dumpType ()">dumpDialogGet_dumpType</a> (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);
<a class="link" href="v-sim-toolFileFormat.html#ToolFileFormat" title="ToolFileFormat"><span class="returnvalue">ToolFileFormat</span></a>* <a class="link" href="v-sim-gtk-dumpDialogWidget.html#dumpDialogGet-fileFormat" title="dumpDialogGet_fileFormat ()">dumpDialogGet_fileFormat</a> (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);
<a href="/usr/share/gtk-doc/html/gtk/GtkProgressBar.html"><span class="returnvalue">GtkProgressBar</span></a>* <a class="link" href="v-sim-gtk-dumpDialogWidget.html#dumpDialogGet-progressBar" title="dumpDialogGet_progressBar ()">dumpDialogGet_progressBar</a> (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);
<a href="/usr/share/gtk-doc/html/gtk/GtkButton.html"><span class="returnvalue">GtkButton</span></a>* <a class="link" href="v-sim-gtk-dumpDialogWidget.html#dumpDialogGet-cancelButton" title="dumpDialogGet_cancelButton ()">dumpDialogGet_cancelButton</a> (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="v-sim-gtk-dumpDialogWidget.html#dumpDialogGet-widthValue" title="dumpDialogGet_widthValue ()">dumpDialogGet_widthValue</a> (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="v-sim-gtk-dumpDialogWidget.html#dumpDialogGet-heightValue" title="dumpDialogGet_heightValue ()">dumpDialogGet_heightValue</a> (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);
<span class="returnvalue">void</span> <a class="link" href="v-sim-gtk-dumpDialogWidget.html#dumpDialogStart" title="dumpDialogStart ()">dumpDialogStart</a> (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);
<span class="returnvalue">void</span> <a class="link" href="v-sim-gtk-dumpDialogWidget.html#dumpDialogStop" title="dumpDialogStop ()">dumpDialogStop</a> (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);
</pre>
</div>
<div class="refsect1" title="Object Hierarchy">
<a name="v-sim-gtk-dumpDialogWidget.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+----<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
+----<a href="/usr/share/gtk-doc/html/gtk/GtkObject.html">GtkObject</a>
+----<a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html">GtkWidget</a>
+----<a href="/usr/share/gtk-doc/html/gtk/GtkContainer.html">GtkContainer</a>
+----<a href="/usr/share/gtk-doc/html/gtk/GtkBin.html">GtkBin</a>
+----<a href="/usr/share/gtk-doc/html/gtk/GtkWindow.html">GtkWindow</a>
+----<a href="/usr/share/gtk-doc/html/gtk/GtkDialog.html">GtkDialog</a>
+----DumpDialog
</pre>
</div>
<div class="refsect1" title="Implemented Interfaces">
<a name="v-sim-gtk-dumpDialogWidget.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
DumpDialog implements
AtkImplementorIface and <a href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable">GtkBuildable</a>.</p>
</div>
<div class="refsect1" title="Description">
<a name="v-sim-gtk-dumpDialogWidget.description"></a><h2>Description</h2>
<p>
</p>
<p>This widget is based on the <a href="/usr/share/gtk-doc/html/gtk/GtkFileChooser.html"><span class="type">GtkFileChooser</span></a> in the save
mode. It proposes the user to choose a file to save to. In
addition, it automatically build a list of filters, corresponding
to the available export routines in V_Sim. By default, the filter
is set on 'auto', which means that the filter method is selected
with the file extension. The dialog also has a progress bar.</p>
<p>
</p>
<p>
</p>
<p>This widget is also a dialog, and should be used with
<a href="/usr/share/gtk-doc/html/gtk/GtkDialog.html#gtk-dialog-run"><code class="function">gtk_dialog_run()</code></a>. After the response GTK_RESPONSE_ACCEPT has been
recieved, one can grep the selected filename with
<a class="link" href="v-sim-gtk-dumpDialogWidget.html#dumpDialogGet-fileName" title="dumpDialogGet_fileName ()"><code class="function">dumpDialogGet_fileName()</code></a>. The dialog does not call the exporting
routine by itself, the calling method should take care of
that. When doing it, the filechoosing part should be made
insensitive, using <a class="link" href="v-sim-gtk-dumpDialogWidget.html#dumpDialogStart" title="dumpDialogStart ()"><code class="function">dumpDialogStart()</code></a> and the progress bar should be
updated accordingly (get it with
<a class="link" href="v-sim-gtk-dumpDialogWidget.html#dumpDialogGet-progressBar" title="dumpDialogGet_progressBar ()"><code class="function">dumpDialogGet_progressBar()</code></a>).</p>
<p>
</p>
<p>
</p>
<p>The user interface propose also to change the size (see
<a class="link" href="v-sim-gtk-dumpDialogWidget.html#dumpDialogGet-heightValue" title="dumpDialogGet_heightValue ()"><code class="function">dumpDialogGet_heightValue()</code></a> and <a class="link" href="v-sim-gtk-dumpDialogWidget.html#dumpDialogGet-widthValue" title="dumpDialogGet_widthValue ()"><code class="function">dumpDialogGet_widthValue()</code></a>) and if
some options are associated to a file format, these options are
displayed.</p>
<p>
</p>
</div>
<div class="refsect1" title="Details">
<a name="v-sim-gtk-dumpDialogWidget.details"></a><h2>Details</h2>
<div class="refsect2" title="DUMP_DIALOG_TYPE">
<a name="DUMP-DIALOG-TYPE:CAPS"></a><h3>DUMP_DIALOG_TYPE</h3>
<pre class="programlisting">#define DUMP_DIALOG_TYPE (dumpDialog_get_type ())
</pre>
<p>
Return the associated <a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> to the DumpDialog objects.
</p>
</div>
<hr>
<div class="refsect2" title="DUMP_DIALOG()">
<a name="DUMP-DIALOG:CAPS"></a><h3>DUMP_DIALOG()</h3>
<pre class="programlisting">#define DUMP_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), DUMP_DIALOG_TYPE, DumpDialog))
</pre>
<p>
Cast the given object to a <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> object.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td>
<td>the widget to cast.
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="DUMP_DIALOG_CLASS()">
<a name="DUMP-DIALOG-CLASS:CAPS"></a><h3>DUMP_DIALOG_CLASS()</h3>
<pre class="programlisting">#define DUMP_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), DUMP_DIALOG_TYPE, DumpDialogClass))
</pre>
<p>
Cast the given class to a <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialogClass" title="DumpDialogClass"><span class="type">DumpDialogClass</span></a> object.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>klass</code></em> :</span></p></td>
<td>the class to cast.
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="IS_DUMP_DIALOG()">
<a name="IS-DUMP-DIALOG:CAPS"></a><h3>IS_DUMP_DIALOG()</h3>
<pre class="programlisting">#define IS_DUMP_DIALOG(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), DUMP_DIALOG_TYPE))
</pre>
<p>
Return if the given object is a valid <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> object.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td>
<td>the object to test.
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="IS_DUMP_DIALOG_CLASS()">
<a name="IS-DUMP-DIALOG-CLASS:CAPS"></a><h3>IS_DUMP_DIALOG_CLASS()</h3>
<pre class="programlisting">#define IS_DUMP_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), DUMP_DIALOG_TYPE))
</pre>
<p>
Return if the given class is a valid <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialogClass" title="DumpDialogClass"><span class="type">DumpDialogClass</span></a> class.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>klass</code></em> :</span></p></td>
<td>the class to test.
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="DUMP_DIALOG_GET_CLASS()">
<a name="DUMP-DIALOG-GET-CLASS:CAPS"></a><h3>DUMP_DIALOG_GET_CLASS()</h3>
<pre class="programlisting">#define DUMP_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, DUMP_DIALOG_TYPE, DumpDialogClass))
</pre>
<p>
Get the class of the given object.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td>
<td>the widget to get the class of.
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="DumpDialog">
<a name="DumpDialog-struct"></a><h3>DumpDialog</h3>
<pre class="programlisting">typedef struct _DumpDialog DumpDialog;</pre>
<p>
Private structure to store informations of a <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> object.
</p>
</div>
<hr>
<div class="refsect2" title="DumpDialogClass">
<a name="DumpDialogClass"></a><h3>DumpDialogClass</h3>
<pre class="programlisting">typedef struct _DumpDialogClass DumpDialogClass;</pre>
<p>
Private structure to store informations of a <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialogClass" title="DumpDialogClass"><span class="type">DumpDialogClass</span></a> object.
</p>
</div>
<hr>
<div class="refsect2" title="dumpDialog_get_type ()">
<a name="dumpDialog-get-type"></a><h3>dumpDialog_get_type ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> dumpDialog_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
<a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> are unique numbers to identify objects.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the <a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="type">GType</span></a> associated with <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> objects.
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="dumpDialog_new ()">
<a name="dumpDialog-new"></a><h3>dumpDialog_new ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a>* dumpDialog_new (<em class="parameter"><code><a class="link" href="v-sim-visu-data.html#VisuData"><span class="type">VisuData</span></a> *dataObj</code></em>,
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"><span class="type">GtkWindow</span></a> *parent</code></em>,
<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *suggestedFilename</code></em>);</pre>
<p>
A <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> widget is complete dialog window widget, but it is already
prepared for dumping, proposing known file formats. It is usefull to get
an filename to export to. It has also a progress bar that can illustrate
the process. The given <em class="parameter"><code>dataObj</code></em> argument is used to initialize some
values related to the data to be dumped (such as the default size).
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>dataObj</code></em> :</span></p></td>
<td>a <a class="link" href="v-sim-visu-data.html#VisuData"><span class="type">VisuData</span></a> object (can be NULL) ;
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
<td>the parent window ;
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>suggestedFilename</code></em> :</span></p></td>
<td>a string or NULL.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> a newly created <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> widget.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="dumpDialogGet_fileName ()">
<a name="dumpDialogGet-fileName"></a><h3>dumpDialogGet_fileName ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* dumpDialogGet_fileName (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);</pre>
<p>
Retrieve the chosen filename.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
<td>a <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> object.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> a read-only string.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="dumpDialogGet_dumpType ()">
<a name="dumpDialogGet-dumpType"></a><h3>dumpDialogGet_dumpType ()</h3>
<pre class="programlisting"><a class="link" href="v-sim-visu-dump.html#VisuDump" title="VisuDump"><span class="returnvalue">VisuDump</span></a>* dumpDialogGet_dumpType (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);</pre>
<p>
Retrieve the chosen VisuDump.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
<td>a <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> object.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the selected format (ToolFileFormat and write method).
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="dumpDialogGet_fileFormat ()">
<a name="dumpDialogGet-fileFormat"></a><h3>dumpDialogGet_fileFormat ()</h3>
<pre class="programlisting"><a class="link" href="v-sim-toolFileFormat.html#ToolFileFormat" title="ToolFileFormat"><span class="returnvalue">ToolFileFormat</span></a>* dumpDialogGet_fileFormat (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);</pre>
<p>
Retrieve the chosen fileFormat.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
<td>a <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> object.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the selected format, only ToolFileFormat.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="dumpDialogGet_progressBar ()">
<a name="dumpDialogGet-progressBar"></a><h3>dumpDialogGet_progressBar ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk/GtkProgressBar.html"><span class="returnvalue">GtkProgressBar</span></a>* dumpDialogGet_progressBar (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);</pre>
<p>
Retrieve interesting widget.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
<td>a <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> object.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> a pointer to the progress bar.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="dumpDialogGet_cancelButton ()">
<a name="dumpDialogGet-cancelButton"></a><h3>dumpDialogGet_cancelButton ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk/GtkButton.html"><span class="returnvalue">GtkButton</span></a>* dumpDialogGet_cancelButton (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);</pre>
<p>
Retrieve interesting widget.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
<td>a <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> object.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> a pointer to the cancel button.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="dumpDialogGet_widthValue ()">
<a name="dumpDialogGet-widthValue"></a><h3>dumpDialogGet_widthValue ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> dumpDialogGet_widthValue (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);</pre>
<p>
Retrieve request image size.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
<td>a <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> object.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the width value.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="dumpDialogGet_heightValue ()">
<a name="dumpDialogGet-heightValue"></a><h3>dumpDialogGet_heightValue ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> dumpDialogGet_heightValue (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);</pre>
<p>
Retrieve request image size.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
<td>a <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> object.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> the height value.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="dumpDialogStart ()">
<a name="dumpDialogStart"></a><h3>dumpDialogStart ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> dumpDialogStart (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);</pre>
<p>
Make the file chooser part insensitive during dump, only the
progress bar and the abort button are kept sensitive.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
<td>a <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> object.
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" title="dumpDialogStop ()">
<a name="dumpDialogStop"></a><h3>dumpDialogStop ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> dumpDialogStop (<em class="parameter"><code><a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> *dialog</code></em>);</pre>
<p>
Return the filechooser to a sensitive state.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
<td>a <a class="link" href="v-sim-gtk-dumpDialogWidget.html#DumpDialog"><span class="type">DumpDialog</span></a> object.
</td>
</tr></tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.14</div>
</body>
</html>
|