~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to doc/class_ipe_view.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2005-02-24 22:09:16 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050224220916-9vxiiqjz066r5489
Tags: 6.0pre23-2
debian/control: Ipe should depend on exact version of libipe.
Closes: #296771.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<title>Ipelib: IpeView class Reference</title>
4
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
5
</head><body>
6
 
<!-- Generated by Doxygen 1.3.4 -->
 
6
<!-- Generated by Doxygen 1.3.6 -->
7
7
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a></div>
8
8
<h1>IpeView Class Reference<br>
9
9
<small>
41
41
<h2>Public Member Functions</h2>
42
42
<ul>
43
43
<li><a class="el" href="class_ipe_view.html#a0">IpeView</a> ()
44
 
<li><a class="el" href="class_ipe_view.html#a1">IpeView</a> (const  <a class="el" href="class_ipe_xml_attributes.html">IpeXmlAttributes</a> &amp;attr)
 
44
<li><a class="el" href="class_ipe_view.html#a1">IpeView</a> (const <a class="el" href="class_ipe_xml_attributes.html">IpeXmlAttributes</a> &amp;attr)
45
45
<li>void <a class="el" href="class_ipe_view.html#a2">SaveAsXml</a> (<a class="el" href="class_ipe_stream.html">IpeStream</a> &amp;stream) const 
46
46
<li>void <a class="el" href="class_ipe_view.html#a3">PageDictionary</a> (<a class="el" href="class_ipe_stream.html">IpeStream</a> &amp;stream) const 
47
 
</ul>
48
 
<h2>Public Attributes</h2>
49
 
<ul>
50
 
<li>std::vector&lt; <a class="el" href="class_ipe_string.html">IpeString</a> &gt; <a class="el" href="class_ipe_view.html#o0">iLayers</a>
51
 
<li><a class="el" href="class_ipe_string.html">IpeString</a> <a class="el" href="class_ipe_view.html#o1">iActive</a>
52
 
<li><a class="el" href="class_ipe_view.html#w17">TEffect</a> <a class="el" href="class_ipe_view.html#o2">iEffect</a>
53
 
<li>int <a class="el" href="class_ipe_view.html#o3">iTransitionTime</a>
54
 
<li>int <a class="el" href="class_ipe_view.html#o4">iDuration</a>
 
47
<li>int <a class="el" href="class_ipe_view.html#a4">CountLayers</a> () const 
 
48
<li><a class="el" href="class_ipe_string.html">IpeString</a> <a class="el" href="class_ipe_view.html#a5">Layer</a> (int i) const 
 
49
<li>bool <a class="el" href="class_ipe_view.html#a6">HasLayer</a> (<a class="el" href="class_ipe_string.html">IpeString</a> name) const 
 
50
<li>void <a class="el" href="class_ipe_view.html#a7">DeleteLayer</a> (<a class="el" href="class_ipe_string.html">IpeString</a> name)
 
51
<li>void <a class="el" href="class_ipe_view.html#a8">AddLayer</a> (<a class="el" href="class_ipe_string.html">IpeString</a> name)
 
52
<li><a class="anchor" name="a9" doxytag="IpeView::ClearLayers" ></a>
 
53
void <b>ClearLayers</b> ()
 
54
<li><a class="el" href="class_ipe_string.html">IpeString</a> <a class="el" href="class_ipe_view.html#a10">Active</a> () const 
 
55
<li>void <a class="el" href="class_ipe_view.html#a11">SetActive</a> (const <a class="el" href="class_ipe_string.html">IpeString</a> &amp;l)
 
56
<li><a class="el" href="class_ipe_view.html#w17">TEffect</a> <a class="el" href="class_ipe_view.html#a12">Effect</a> () const 
 
57
<li>void <a class="el" href="class_ipe_view.html#a13">SetEffect</a> (<a class="el" href="class_ipe_view.html#w17">TEffect</a> e)
 
58
<li>int <a class="el" href="class_ipe_view.html#a14">Duration</a> () const 
 
59
<li>void <a class="el" href="class_ipe_view.html#a15">SetDuration</a> (int secs)
 
60
<li>int <a class="el" href="class_ipe_view.html#a16">TransitionTime</a> () const 
 
61
<li>void <a class="el" href="class_ipe_view.html#a17">SetTransitionTime</a> (int secs)
55
62
</ul>
56
63
<hr><a name="_details"></a><h2>Detailed Description</h2>
57
64
A view of the page (set of layers, duration, effect, transition style). 
208
215
Write part of page dictionary indicating effect, including the two keys /Dur and /Trans.     </td>
209
216
  </tr>
210
217
</table>
211
 
<hr><h2>Member Data Documentation</h2>
212
 
<a class="anchor" name="o0" doxytag="IpeView::iLayers" ></a><p>
213
 
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
214
 
  <tr>
215
 
    <td class="mdRow">
216
 
      <table cellpadding="0" cellspacing="0" border="0">
217
 
        <tr>
218
 
          <td class="md" nowrap valign="top"> std::vector&lt;<a class="el" href="class_ipe_string.html">IpeString</a>&gt; <a class="el" href="class_ipe_view.html#o0">IpeView::iLayers</a>
219
 
      </table>
220
 
    </td>
221
 
  </tr>
222
 
</table>
223
 
<table cellspacing=5 cellpadding=0 border=0>
224
 
  <tr>
225
 
    <td>
226
 
      &nbsp;
227
 
    </td>
228
 
    <td>
229
 
 
230
 
<p>
231
 
Names of layers being shown. 
232
 
<p>
233
 
    </td>
234
 
  </tr>
235
 
</table>
236
 
<a class="anchor" name="o1" doxytag="IpeView::iActive" ></a><p>
237
 
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
238
 
  <tr>
239
 
    <td class="mdRow">
240
 
      <table cellpadding="0" cellspacing="0" border="0">
241
 
        <tr>
242
 
          <td class="md" nowrap valign="top"> <a class="el" href="class_ipe_string.html">IpeString</a> <a class="el" href="class_ipe_view.html#o1">IpeView::iActive</a>
 
218
<a class="anchor" name="a4" doxytag="IpeView::CountLayers" ></a><p>
 
219
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
220
  <tr>
 
221
    <td class="mdRow">
 
222
      <table cellpadding="0" cellspacing="0" border="0">
 
223
        <tr>
 
224
          <td class="md" nowrap valign="top"> int IpeView::CountLayers </td>
 
225
          <td class="md" valign="top">(&nbsp;</td>
 
226
          <td class="mdname1" valign="top" nowrap>          </td>
 
227
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
 
228
          <td class="md" nowrap> const<code> [inline]</code></td>
 
229
        </tr>
 
230
 
 
231
      </table>
 
232
    </td>
 
233
  </tr>
 
234
</table>
 
235
<table cellspacing=5 cellpadding=0 border=0>
 
236
  <tr>
 
237
    <td>
 
238
      &nbsp;
 
239
    </td>
 
240
    <td>
 
241
 
 
242
<p>
 
243
How many layers are visible in this view? 
 
244
<p>
 
245
    </td>
 
246
  </tr>
 
247
</table>
 
248
<a class="anchor" name="a5" doxytag="IpeView::Layer" ></a><p>
 
249
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
250
  <tr>
 
251
    <td class="mdRow">
 
252
      <table cellpadding="0" cellspacing="0" border="0">
 
253
        <tr>
 
254
          <td class="md" nowrap valign="top"> <a class="el" href="class_ipe_string.html">IpeString</a> IpeView::Layer </td>
 
255
          <td class="md" valign="top">(&nbsp;</td>
 
256
          <td class="md" nowrap valign="top">int&nbsp;</td>
 
257
          <td class="mdname1" valign="top" nowrap> <em>i</em>          </td>
 
258
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
 
259
          <td class="md" nowrap> const<code> [inline]</code></td>
 
260
        </tr>
 
261
 
 
262
      </table>
 
263
    </td>
 
264
  </tr>
 
265
</table>
 
266
<table cellspacing=5 cellpadding=0 border=0>
 
267
  <tr>
 
268
    <td>
 
269
      &nbsp;
 
270
    </td>
 
271
    <td>
 
272
 
 
273
<p>
 
274
Return name of one visible layer. 
 
275
<p>
 
276
    </td>
 
277
  </tr>
 
278
</table>
 
279
<a class="anchor" name="a6" doxytag="IpeView::HasLayer" ></a><p>
 
280
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
281
  <tr>
 
282
    <td class="mdRow">
 
283
      <table cellpadding="0" cellspacing="0" border="0">
 
284
        <tr>
 
285
          <td class="md" nowrap valign="top"> bool IpeView::HasLayer </td>
 
286
          <td class="md" valign="top">(&nbsp;</td>
 
287
          <td class="md" nowrap valign="top"><a class="el" href="class_ipe_string.html">IpeString</a>&nbsp;</td>
 
288
          <td class="mdname1" valign="top" nowrap> <em>name</em>          </td>
 
289
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
 
290
          <td class="md" nowrap> const</td>
 
291
        </tr>
 
292
 
 
293
      </table>
 
294
    </td>
 
295
  </tr>
 
296
</table>
 
297
<table cellspacing=5 cellpadding=0 border=0>
 
298
  <tr>
 
299
    <td>
 
300
      &nbsp;
 
301
    </td>
 
302
    <td>
 
303
 
 
304
<p>
 
305
Does this view contain the layer <em>name</em>? 
 
306
<p>
 
307
    </td>
 
308
  </tr>
 
309
</table>
 
310
<a class="anchor" name="a7" doxytag="IpeView::DeleteLayer" ></a><p>
 
311
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
312
  <tr>
 
313
    <td class="mdRow">
 
314
      <table cellpadding="0" cellspacing="0" border="0">
 
315
        <tr>
 
316
          <td class="md" nowrap valign="top"> void IpeView::DeleteLayer </td>
 
317
          <td class="md" valign="top">(&nbsp;</td>
 
318
          <td class="md" nowrap valign="top"><a class="el" href="class_ipe_string.html">IpeString</a>&nbsp;</td>
 
319
          <td class="mdname1" valign="top" nowrap> <em>name</em>          </td>
 
320
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
 
321
          <td class="md" nowrap></td>
 
322
        </tr>
 
323
 
 
324
      </table>
 
325
    </td>
 
326
  </tr>
 
327
</table>
 
328
<table cellspacing=5 cellpadding=0 border=0>
 
329
  <tr>
 
330
    <td>
 
331
      &nbsp;
 
332
    </td>
 
333
    <td>
 
334
 
 
335
<p>
 
336
Remove the layer <em>name</em> from this view. 
 
337
<p>
 
338
    </td>
 
339
  </tr>
 
340
</table>
 
341
<a class="anchor" name="a8" doxytag="IpeView::AddLayer" ></a><p>
 
342
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
343
  <tr>
 
344
    <td class="mdRow">
 
345
      <table cellpadding="0" cellspacing="0" border="0">
 
346
        <tr>
 
347
          <td class="md" nowrap valign="top"> void IpeView::AddLayer </td>
 
348
          <td class="md" valign="top">(&nbsp;</td>
 
349
          <td class="md" nowrap valign="top"><a class="el" href="class_ipe_string.html">IpeString</a>&nbsp;</td>
 
350
          <td class="mdname1" valign="top" nowrap> <em>name</em>          </td>
 
351
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
 
352
          <td class="md" nowrap></td>
 
353
        </tr>
 
354
 
 
355
      </table>
 
356
    </td>
 
357
  </tr>
 
358
</table>
 
359
<table cellspacing=5 cellpadding=0 border=0>
 
360
  <tr>
 
361
    <td>
 
362
      &nbsp;
 
363
    </td>
 
364
    <td>
 
365
 
 
366
<p>
 
367
Add layer <em>name</em> to this view. 
 
368
<p>
 
369
It is okay if the view already contains this layer.     </td>
 
370
  </tr>
 
371
</table>
 
372
<a class="anchor" name="a10" doxytag="IpeView::Active" ></a><p>
 
373
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
374
  <tr>
 
375
    <td class="mdRow">
 
376
      <table cellpadding="0" cellspacing="0" border="0">
 
377
        <tr>
 
378
          <td class="md" nowrap valign="top"> <a class="el" href="class_ipe_string.html">IpeString</a> IpeView::Active </td>
 
379
          <td class="md" valign="top">(&nbsp;</td>
 
380
          <td class="mdname1" valign="top" nowrap>          </td>
 
381
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
 
382
          <td class="md" nowrap> const<code> [inline]</code></td>
 
383
        </tr>
 
384
 
243
385
      </table>
244
386
    </td>
245
387
  </tr>
257
399
    </td>
258
400
  </tr>
259
401
</table>
260
 
<a class="anchor" name="o2" doxytag="IpeView::iEffect" ></a><p>
261
 
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
262
 
  <tr>
263
 
    <td class="mdRow">
264
 
      <table cellpadding="0" cellspacing="0" border="0">
265
 
        <tr>
266
 
          <td class="md" nowrap valign="top"> <a class="el" href="class_ipe_view.html#w17">TEffect</a> <a class="el" href="class_ipe_view.html#o2">IpeView::iEffect</a>
267
 
      </table>
268
 
    </td>
269
 
  </tr>
270
 
</table>
271
 
<table cellspacing=5 cellpadding=0 border=0>
272
 
  <tr>
273
 
    <td>
274
 
      &nbsp;
275
 
    </td>
276
 
    <td>
277
 
 
278
 
<p>
279
 
The fancy effect for showing the page. 
280
 
<p>
281
 
    </td>
282
 
  </tr>
283
 
</table>
284
 
<a class="anchor" name="o3" doxytag="IpeView::iTransitionTime" ></a><p>
285
 
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
286
 
  <tr>
287
 
    <td class="mdRow">
288
 
      <table cellpadding="0" cellspacing="0" border="0">
289
 
        <tr>
290
 
          <td class="md" nowrap valign="top"> int <a class="el" href="class_ipe_view.html#o3">IpeView::iTransitionTime</a>
291
 
      </table>
292
 
    </td>
293
 
  </tr>
294
 
</table>
295
 
<table cellspacing=5 cellpadding=0 border=0>
296
 
  <tr>
297
 
    <td>
298
 
      &nbsp;
299
 
    </td>
300
 
    <td>
301
 
 
302
 
<p>
303
 
Transition time for effect in showing page. 
304
 
<p>
305
 
    </td>
306
 
  </tr>
307
 
</table>
308
 
<a class="anchor" name="o4" doxytag="IpeView::iDuration" ></a><p>
309
 
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
310
 
  <tr>
311
 
    <td class="mdRow">
312
 
      <table cellpadding="0" cellspacing="0" border="0">
313
 
        <tr>
314
 
          <td class="md" nowrap valign="top"> int <a class="el" href="class_ipe_view.html#o4">IpeView::iDuration</a>
315
 
      </table>
316
 
    </td>
317
 
  </tr>
318
 
</table>
319
 
<table cellspacing=5 cellpadding=0 border=0>
320
 
  <tr>
321
 
    <td>
322
 
      &nbsp;
323
 
    </td>
324
 
    <td>
325
 
 
326
 
<p>
327
 
Duration during which page is shown. 
 
402
<a class="anchor" name="a11" doxytag="IpeView::SetActive" ></a><p>
 
403
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
404
  <tr>
 
405
    <td class="mdRow">
 
406
      <table cellpadding="0" cellspacing="0" border="0">
 
407
        <tr>
 
408
          <td class="md" nowrap valign="top"> void IpeView::SetActive </td>
 
409
          <td class="md" valign="top">(&nbsp;</td>
 
410
          <td class="md" nowrap valign="top">const <a class="el" href="class_ipe_string.html">IpeString</a> &amp;&nbsp;</td>
 
411
          <td class="mdname1" valign="top" nowrap> <em>l</em>          </td>
 
412
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
 
413
          <td class="md" nowrap><code> [inline]</code></td>
 
414
        </tr>
 
415
 
 
416
      </table>
 
417
    </td>
 
418
  </tr>
 
419
</table>
 
420
<table cellspacing=5 cellpadding=0 border=0>
 
421
  <tr>
 
422
    <td>
 
423
      &nbsp;
 
424
    </td>
 
425
    <td>
 
426
 
 
427
<p>
 
428
Set active layer. 
 
429
<p>
 
430
    </td>
 
431
  </tr>
 
432
</table>
 
433
<a class="anchor" name="a12" doxytag="IpeView::Effect" ></a><p>
 
434
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
435
  <tr>
 
436
    <td class="mdRow">
 
437
      <table cellpadding="0" cellspacing="0" border="0">
 
438
        <tr>
 
439
          <td class="md" nowrap valign="top"> <a class="el" href="class_ipe_view.html#w17">TEffect</a> IpeView::Effect </td>
 
440
          <td class="md" valign="top">(&nbsp;</td>
 
441
          <td class="mdname1" valign="top" nowrap>          </td>
 
442
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
 
443
          <td class="md" nowrap> const<code> [inline]</code></td>
 
444
        </tr>
 
445
 
 
446
      </table>
 
447
    </td>
 
448
  </tr>
 
449
</table>
 
450
<table cellspacing=5 cellpadding=0 border=0>
 
451
  <tr>
 
452
    <td>
 
453
      &nbsp;
 
454
    </td>
 
455
    <td>
 
456
 
 
457
<p>
 
458
The transition effect when switching to this view. 
 
459
<p>
 
460
    </td>
 
461
  </tr>
 
462
</table>
 
463
<a class="anchor" name="a13" doxytag="IpeView::SetEffect" ></a><p>
 
464
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
465
  <tr>
 
466
    <td class="mdRow">
 
467
      <table cellpadding="0" cellspacing="0" border="0">
 
468
        <tr>
 
469
          <td class="md" nowrap valign="top"> void IpeView::SetEffect </td>
 
470
          <td class="md" valign="top">(&nbsp;</td>
 
471
          <td class="md" nowrap valign="top"><a class="el" href="class_ipe_view.html#w17">TEffect</a>&nbsp;</td>
 
472
          <td class="mdname1" valign="top" nowrap> <em>e</em>          </td>
 
473
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
 
474
          <td class="md" nowrap><code> [inline]</code></td>
 
475
        </tr>
 
476
 
 
477
      </table>
 
478
    </td>
 
479
  </tr>
 
480
</table>
 
481
<table cellspacing=5 cellpadding=0 border=0>
 
482
  <tr>
 
483
    <td>
 
484
      &nbsp;
 
485
    </td>
 
486
    <td>
 
487
 
 
488
<p>
 
489
Set transition effect for switching to this view. 
 
490
<p>
 
491
    </td>
 
492
  </tr>
 
493
</table>
 
494
<a class="anchor" name="a14" doxytag="IpeView::Duration" ></a><p>
 
495
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
496
  <tr>
 
497
    <td class="mdRow">
 
498
      <table cellpadding="0" cellspacing="0" border="0">
 
499
        <tr>
 
500
          <td class="md" nowrap valign="top"> int IpeView::Duration </td>
 
501
          <td class="md" valign="top">(&nbsp;</td>
 
502
          <td class="mdname1" valign="top" nowrap>          </td>
 
503
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
 
504
          <td class="md" nowrap> const<code> [inline]</code></td>
 
505
        </tr>
 
506
 
 
507
      </table>
 
508
    </td>
 
509
  </tr>
 
510
</table>
 
511
<table cellspacing=5 cellpadding=0 border=0>
 
512
  <tr>
 
513
    <td>
 
514
      &nbsp;
 
515
    </td>
 
516
    <td>
 
517
 
 
518
<p>
 
519
How long will this view be shown (in secs)? 
 
520
<p>
 
521
    </td>
 
522
  </tr>
 
523
</table>
 
524
<a class="anchor" name="a15" doxytag="IpeView::SetDuration" ></a><p>
 
525
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
526
  <tr>
 
527
    <td class="mdRow">
 
528
      <table cellpadding="0" cellspacing="0" border="0">
 
529
        <tr>
 
530
          <td class="md" nowrap valign="top"> void IpeView::SetDuration </td>
 
531
          <td class="md" valign="top">(&nbsp;</td>
 
532
          <td class="md" nowrap valign="top">int&nbsp;</td>
 
533
          <td class="mdname1" valign="top" nowrap> <em>secs</em>          </td>
 
534
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
 
535
          <td class="md" nowrap><code> [inline]</code></td>
 
536
        </tr>
 
537
 
 
538
      </table>
 
539
    </td>
 
540
  </tr>
 
541
</table>
 
542
<table cellspacing=5 cellpadding=0 border=0>
 
543
  <tr>
 
544
    <td>
 
545
      &nbsp;
 
546
    </td>
 
547
    <td>
 
548
 
 
549
<p>
 
550
Set duration of this view (in secs). 
 
551
<p>
 
552
    </td>
 
553
  </tr>
 
554
</table>
 
555
<a class="anchor" name="a16" doxytag="IpeView::TransitionTime" ></a><p>
 
556
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
557
  <tr>
 
558
    <td class="mdRow">
 
559
      <table cellpadding="0" cellspacing="0" border="0">
 
560
        <tr>
 
561
          <td class="md" nowrap valign="top"> int IpeView::TransitionTime </td>
 
562
          <td class="md" valign="top">(&nbsp;</td>
 
563
          <td class="mdname1" valign="top" nowrap>          </td>
 
564
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
 
565
          <td class="md" nowrap> const<code> [inline]</code></td>
 
566
        </tr>
 
567
 
 
568
      </table>
 
569
    </td>
 
570
  </tr>
 
571
</table>
 
572
<table cellspacing=5 cellpadding=0 border=0>
 
573
  <tr>
 
574
    <td>
 
575
      &nbsp;
 
576
    </td>
 
577
    <td>
 
578
 
 
579
<p>
 
580
The transition time for the effect (in secs). 
 
581
<p>
 
582
    </td>
 
583
  </tr>
 
584
</table>
 
585
<a class="anchor" name="a17" doxytag="IpeView::SetTransitionTime" ></a><p>
 
586
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
 
587
  <tr>
 
588
    <td class="mdRow">
 
589
      <table cellpadding="0" cellspacing="0" border="0">
 
590
        <tr>
 
591
          <td class="md" nowrap valign="top"> void IpeView::SetTransitionTime </td>
 
592
          <td class="md" valign="top">(&nbsp;</td>
 
593
          <td class="md" nowrap valign="top">int&nbsp;</td>
 
594
          <td class="mdname1" valign="top" nowrap> <em>secs</em>          </td>
 
595
          <td class="md" valign="top">&nbsp;)&nbsp;</td>
 
596
          <td class="md" nowrap><code> [inline]</code></td>
 
597
        </tr>
 
598
 
 
599
      </table>
 
600
    </td>
 
601
  </tr>
 
602
</table>
 
603
<table cellspacing=5 cellpadding=0 border=0>
 
604
  <tr>
 
605
    <td>
 
606
      &nbsp;
 
607
    </td>
 
608
    <td>
 
609
 
 
610
<p>
 
611
Set transition time for the effect (in secs). 
328
612
<p>
329
613
    </td>
330
614
  </tr>