source: OGRE/trunk/ogrenew/Docs/api/html/classOgre_1_1CompositorSerializer.html @ 692

Revision 692, 9.2 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<html>
2<head>
3<title>Ogre::CompositorSerializer class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<link type="text/css" rel="stylesheet" href="style.css">
5</head>
6
7<body>
8<!-- Generated by Doxygen 1.3.6 -->
9<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
10<h1>Ogre::CompositorSerializer Class Reference</h1>Class for serializing Compositors to / from a .compositor script. 
11<a href="#_details">More...</a>
12<p>
13<code>#include &lt;<a class="el" href="OgreCompositorSerializer_8h-source.html">OgreCompositorSerializer.h</a>&gt;</code>
14<p>
15<a href="classOgre_1_1CompositorSerializer-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
16<tr><td></td></tr>
17<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
18<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1CompositorSerializer.html#Ogre_1_1CompositorSerializera0">CompositorSerializer</a> ()</td></tr>
19
20<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">default constructor  <a href="#Ogre_1_1CompositorSerializera0"></a><br><br></td></tr>
21<tr><td class="memItemLeft" nowrap align=right valign=top>virtual&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1CompositorSerializer.html#Ogre_1_1CompositorSerializera1">~CompositorSerializer</a> ()</td></tr>
22
23<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">default destructor  <a href="#Ogre_1_1CompositorSerializera1"></a><br><br></td></tr>
24<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1CompositorSerializer.html#Ogre_1_1CompositorSerializera2">parseScript</a> (<a class="el" href="classOgre_1_1SharedPtr.html">DataStreamPtr</a> &amp;stream, const <a class="el" href="namespaceOgre.html#a471">String</a> &amp;groupName)</td></tr>
25
26<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Parses a <a class="el" href="classOgre_1_1Compositor.html">Compositor</a> script file passed as a stream.  <a href="#Ogre_1_1CompositorSerializera2"></a><br><br></td></tr>
27<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
28<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1CompositorScriptCompiler.html">CompositorScriptCompiler</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1CompositorSerializer.html#Ogre_1_1CompositorSerializerp0">mScriptCompiler</a></td></tr>
29
30</table>
31<hr><a name="_details"></a><h2>Detailed Description</h2>
32Class for serializing Compositors to / from a .compositor script.
33<p>
34
35<p>
36Definition at line <a class="el" href="OgreCompositorSerializer_8h-source.html#l00034">34</a> of file <a class="el" href="OgreCompositorSerializer_8h-source.html">OgreCompositorSerializer.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
37<a class="anchor" name="Ogre_1_1CompositorSerializera0" doxytag="Ogre::CompositorSerializer::CompositorSerializer" ></a><p>
38<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
39  <tr>
40    <td class="mdRow">
41      <table cellpadding="0" cellspacing="0" border="0">
42        <tr>
43          <td class="md" nowrap valign="top"> Ogre::CompositorSerializer::CompositorSerializer </td>
44          <td class="md" valign="top">(&nbsp;</td>
45          <td class="mdname1" valign="top" nowrap>          </td>
46          <td class="md" valign="top">&nbsp;)&nbsp;</td>
47          <td class="md" nowrap></td>
48        </tr>
49
50      </table>
51    </td>
52  </tr>
53</table>
54<table cellspacing=5 cellpadding=0 border=0>
55  <tr>
56    <td>
57      &nbsp;
58    </td>
59    <td>
60
61<p>
62default constructor
63<p>
64    </td>
65  </tr>
66</table>
67<a class="anchor" name="Ogre_1_1CompositorSerializera1" doxytag="Ogre::CompositorSerializer::~CompositorSerializer" ></a><p>
68<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
69  <tr>
70    <td class="mdRow">
71      <table cellpadding="0" cellspacing="0" border="0">
72        <tr>
73          <td class="md" nowrap valign="top"> virtual Ogre::CompositorSerializer::~<a class="el" href="classOgre_1_1CompositorSerializer.html">CompositorSerializer</a> </td>
74          <td class="md" valign="top">(&nbsp;</td>
75          <td class="mdname1" valign="top" nowrap>          </td>
76          <td class="md" valign="top">&nbsp;)&nbsp;</td>
77          <td class="md" nowrap><code> [virtual]</code></td>
78        </tr>
79
80      </table>
81    </td>
82  </tr>
83</table>
84<table cellspacing=5 cellpadding=0 border=0>
85  <tr>
86    <td>
87      &nbsp;
88    </td>
89    <td>
90
91<p>
92default destructor
93<p>
94
95<p>
96Definition at line <a class="el" href="OgreCompositorSerializer_8h-source.html#l00041">41</a> of file <a class="el" href="OgreCompositorSerializer_8h-source.html">OgreCompositorSerializer.h</a>.    </td>
97  </tr>
98</table>
99<hr><h2>Member Function Documentation</h2>
100<a class="anchor" name="Ogre_1_1CompositorSerializera2" doxytag="Ogre::CompositorSerializer::parseScript" ></a><p>
101<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
102  <tr>
103    <td class="mdRow">
104      <table cellpadding="0" cellspacing="0" border="0">
105        <tr>
106          <td class="md" nowrap valign="top"> void Ogre::CompositorSerializer::parseScript </td>
107          <td class="md" valign="top">(&nbsp;</td>
108          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1SharedPtr.html">DataStreamPtr</a> &amp;&nbsp;</td>
109          <td class="mdname" nowrap> <em>stream</em>, </td>
110        </tr>
111        <tr>
112          <td class="md" nowrap align="right"></td>
113          <td></td>
114          <td class="md" nowrap>const <a class="el" href="namespaceOgre.html#a471">String</a> &amp;&nbsp;</td>
115          <td class="mdname" nowrap> <em>groupName</em></td>
116        </tr>
117        <tr>
118          <td></td>
119          <td class="md">)&nbsp;</td>
120          <td class="md" colspan="2"></td>
121        </tr>
122
123      </table>
124    </td>
125  </tr>
126</table>
127<table cellspacing=5 cellpadding=0 border=0>
128  <tr>
129    <td>
130      &nbsp;
131    </td>
132    <td>
133
134<p>
135Parses a <a class="el" href="classOgre_1_1Compositor.html">Compositor</a> script file passed as a stream.
136<p>
137    </td>
138  </tr>
139</table>
140<hr><h2>Member Data Documentation</h2>
141<a class="anchor" name="Ogre_1_1CompositorSerializerp0" doxytag="Ogre::CompositorSerializer::mScriptCompiler" ></a><p>
142<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
143  <tr>
144    <td class="mdRow">
145      <table cellpadding="0" cellspacing="0" border="0">
146        <tr>
147          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1CompositorScriptCompiler.html">CompositorScriptCompiler</a> <a class="el" href="classOgre_1_1CompositorSerializer.html#Ogre_1_1CompositorSerializerp0">Ogre::CompositorSerializer::mScriptCompiler</a><code> [protected]</code>
148      </table>
149    </td>
150  </tr>
151</table>
152<table cellspacing=5 cellpadding=0 border=0>
153  <tr>
154    <td>
155      &nbsp;
156    </td>
157    <td>
158
159<p>
160
161<p>
162Definition at line <a class="el" href="OgreCompositorSerializer_8h-source.html#l00048">48</a> of file <a class="el" href="OgreCompositorSerializer_8h-source.html">OgreCompositorSerializer.h</a>.    </td>
163  </tr>
164</table>
165<hr>The documentation for this class was generated from the following file:<ul>
166<li><a class="el" href="OgreCompositorSerializer_8h-source.html">OgreCompositorSerializer.h</a></ul>
167<hr>
168<p>
169Copyright &copy; 2000-2005 by The OGRE Team<br />
170<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/>
171This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.<br/>
172                <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
173                <Work rdf:about="">
174                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
175        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
176                </Work>
177                <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
178
179Last modified Sun Mar 12 14:38:35 2006
180</p>
181</body>
182</html>
Note: See TracBrowser for help on using the repository browser.