~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to doc/reference/clutter/html/ch05.html

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
Import upstream version 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html>
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>Behaviours</title>
 
5
<title>Base classes</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Clutter Reference Manual">
8
8
<link rel="up" href="clutteranimation.html" title="Part V. Clutter Animation Framework">
9
 
<link rel="prev" href="ClutterBehaviour.html" title="ClutterBehaviour">
10
 
<link rel="next" href="ClutterBehaviourDepth.html" title="ClutterBehaviourDepth">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
9
<link rel="prev" href="clutteranimation.html" title="Part V. Clutter Animation Framework">
 
10
<link rel="next" href="ClutterTimeline.html" title="ClutterTimeline">
 
11
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="clutter-overview.html" title="Part I. Overview">
14
14
<link rel="part" href="building-clutter.html" title="Part II. Building Clutter">
17
17
<link rel="chapter" href="ch01.html" title="Abstract classes and interfaces">
18
18
<link rel="chapter" href="ch02.html" title="Base actors">
19
19
<link rel="chapter" href="ch03.html" title="Container actors">
 
20
<link rel="chapter" href="ch04.html" title="Layout managers">
20
21
<link rel="part" href="clutteranimation.html" title="Part V. Clutter Animation Framework">
21
 
<link rel="chapter" href="ch04.html" title="Base classes">
22
 
<link rel="chapter" href="ch05.html" title="Behaviours">
23
 
<link rel="chapter" href="ch06.html" title="High Level API">
 
22
<link rel="chapter" href="ch05.html" title="Base classes">
 
23
<link rel="chapter" href="ch06.html" title="Behaviours">
 
24
<link rel="chapter" href="ch07.html" title="High Level API">
24
25
<link rel="part" href="cluttertools.html" title="Part VI. Clutter Tools">
25
 
<link rel="chapter" href="ch07.html" title="General purpose API">
26
 
<link rel="chapter" href="ch08.html" title="User interface definition">
27
 
<link rel="chapter" href="ch09.html" title="Generic list model">
 
26
<link rel="chapter" href="ch08.html" title="General purpose API">
 
27
<link rel="chapter" href="ch09.html" title="User interface definition">
 
28
<link rel="chapter" href="ch10.html" title="Generic list model">
28
29
<link rel="part" href="clutterbackends.html" title="Part VII. Clutter Backends">
29
30
<link rel="part" href="additionaldocs.html" title="Part VIII. Additional Documentation">
30
31
<link rel="chapter" href="clutter-subclassing-ClutterActor.html" title="Implementing a new actor">
47
48
<link rel="index" href="ix05.html" title="Index of new symbols in 0.6">
48
49
<link rel="index" href="ix06.html" title="Index of new symbols in 0.8">
49
50
<link rel="index" href="ix07.html" title="Index of new symbols in 1.0">
 
51
<link rel="index" href="ix08.html" title="Index of new symbols in 1.2">
50
52
<link rel="appendix" href="license.html" title="Appendix A. License">
51
53
</head>
52
54
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
53
55
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
54
 
<td><a accesskey="p" href="ClutterBehaviour.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
56
<td><a accesskey="p" href="clutteranimation.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
55
57
<td><a accesskey="u" href="clutteranimation.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
56
58
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
57
59
<th width="100%" align="center">Clutter Reference Manual</th>
58
 
<td><a accesskey="n" href="ClutterBehaviourDepth.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
60
<td><a accesskey="n" href="ClutterTimeline.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
59
61
</tr></table>
60
 
<div class="chapter" title="Behaviours">
 
62
<div class="chapter" title="Base classes">
61
63
<div class="titlepage"><div><div><h2 class="title">
62
 
<a name="id2859449"></a>Behaviours</h2></div></div></div>
 
64
<a name="id2825371"></a>Base classes</h2></div></div></div>
63
65
<div class="toc"><dl>
64
66
<dt>
65
 
<span class="refentrytitle"><a href="ClutterBehaviourDepth.html">ClutterBehaviourDepth</a></span><span class="refpurpose"> — A behaviour controlling the Z position</span>
66
 
</dt>
67
 
<dt>
68
 
<span class="refentrytitle"><a href="ClutterBehaviourEllipse.html">ClutterBehaviourEllipse</a></span><span class="refpurpose"> — A behaviour interpolating position along an ellipse</span>
69
 
</dt>
70
 
<dt>
71
 
<span class="refentrytitle"><a href="ClutterBehaviourOpacity.html">ClutterBehaviourOpacity</a></span><span class="refpurpose"> — Behaviour controlling the opacity</span>
72
 
</dt>
73
 
<dt>
74
 
<span class="refentrytitle"><a href="ClutterBehaviourPath.html">ClutterBehaviourPath</a></span><span class="refpurpose"> — A behaviour for moving actors along a <a class="link" href="ClutterPath.html" title="ClutterPath"><span class="type">ClutterPath</span></a></span>
75
 
</dt>
76
 
<dt>
77
 
<span class="refentrytitle"><a href="ClutterPath.html">ClutterPath</a></span><span class="refpurpose"> — An object describing a path with straight lines
78
 
and bezier curves.</span>
79
 
</dt>
80
 
<dt>
81
 
<span class="refentrytitle"><a href="ClutterBehaviourRotate.html">ClutterBehaviourRotate</a></span><span class="refpurpose"> — A behaviour controlling rotation</span>
82
 
</dt>
83
 
<dt>
84
 
<span class="refentrytitle"><a href="ClutterBehaviourScale.html">ClutterBehaviourScale</a></span><span class="refpurpose"> — A behaviour controlling scale</span>
 
67
<span class="refentrytitle"><a href="ClutterTimeline.html">ClutterTimeline</a></span><span class="refpurpose"> — A class for time-based events</span>
 
68
</dt>
 
69
<dt>
 
70
<span class="refentrytitle"><a href="ClutterScore.html">ClutterScore</a></span><span class="refpurpose"> — Controller for multiple timelines</span>
 
71
</dt>
 
72
<dt>
 
73
<span class="refentrytitle"><a href="ClutterAlpha.html">ClutterAlpha</a></span><span class="refpurpose"> — A class for calculating an alpha value as a function
 
74
of time.</span>
 
75
</dt>
 
76
<dt>
 
77
<span class="refentrytitle"><a href="ClutterBehaviour.html">ClutterBehaviour</a></span><span class="refpurpose"> — Class for providing behaviours to actors</span>
85
78
</dt>
86
79
</dl></div>
87
80
</div>
88
81
<div class="footer">
89
82
<hr>
90
 
          Generated by GTK-Doc V1.11</div>
 
83
          Generated by GTK-Doc V1.13</div>
91
84
</body>
92
 
</html>
 
85
</html>
 
 
b'\\ No newline at end of file'