123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
- <title>PowerVR SDK</title>
- <link href="doxygen.css" rel="stylesheet" type="text/css">
- <link href="tabs.css" rel="stylesheet" type="text/css">
- <table width="100%">
- <tr>
- <td width="33%">
- <p align="left"> <a href="http://www.imgtec.com"><img border="0" src="IMGLogo.jpg" width="200" height="30"></a></p>
- </td>
- <td width="33%">
- <p align="center"><font color="#808080" face="Arial" size="2">PowerVR Software Development Kit</a></font></p>
- </td>
- <td width="34%">
- <p align="right"><a href="http://www.powervr.com"><img border="0" src="PVRlogo.jpg" width="200" height="27"></a></p>
- </td>
- </tr>
- </table>
- <hr>
- </head><body>
- <!-- Generated by Doxygen 1.3.6 -->
- <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div>
- <h1>PVRShellImpl.h File Reference</h1>
- <p>
- This graph shows which files directly or indirectly include this file:<p><center><img src="PVRShellImpl_8h__dep__incl.png" border="0" usemap="#PVRShellImpl.hdep_map" alt="Included by dependency graph"></center>
- <map name="PVRShellImpl.hdep_map">
- <area href="PVRShellAPI_8cpp.html" shape="rect" coords="7,7,132,34" alt="">
- <area href="PVRShellOS_8cpp.html" shape="rect" coords="156,7,279,34" alt="">
- <area href="PVRShell_8cpp.html" shape="rect" coords="303,7,407,34" alt="">
- </map>
- <p>
- <a href="PVRShellImpl_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
- <tr><td></td></tr>
- <tr><td colspan=2><br><h2>Classes</h2></td></tr>
- <tr><td class="memItemLeft" nowrap align=right valign=top>struct </td><td class="memItemRight" valign=bottom><a class="el" href="structPVRShellData.html">PVRShellData</a></td></tr>
- <tr><td class="mdescLeft"> </td><td class="mdescRight">Holds <a class="el" href="classPVRShell.html">PVRShell</a> internal data. </em> <a href="structPVRShellData.html#_details">More...</a><em><br><br></td></tr>
- <tr><td class="memItemLeft" nowrap align=right valign=top>class </td><td class="memItemRight" valign=bottom><a class="el" href="classPVRShellCommandLine.html">PVRShellCommandLine</a></td></tr>
- <tr><td class="mdescLeft"> </td><td class="mdescRight">Command-line interpreter. </em> <a href="classPVRShellCommandLine.html#_details">More...</a><em><br><br></td></tr>
- <tr><td class="memItemLeft" nowrap align=right valign=top>class </td><td class="memItemRight" valign=bottom><a class="el" href="classPVRShellInit.html">PVRShellInit</a></td></tr>
- <tr><td class="mdescLeft"> </td><td class="mdescRight">The <a class="el" href="classPVRShell.html">PVRShell</a> initialisation class. </em> <a href="classPVRShellInit.html#_details">More...</a><em><br><br></td></tr>
- <tr><td colspan=2><br><h2>Defines</h2></td></tr>
- <tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="PVRShellImpl_8h.html#a0">FREE</a>(X) { if(X) { free(X); (X)=0; } }</td></tr>
- <tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="PVRShellImpl_8h.html#a1">_ASSERT</a>(X) /**/</td></tr>
- <tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="PVRShellImpl_8h.html#a2">STR_WNDTITLE</a> (" - Build ")</td></tr>
- <tr><td colspan=2><br><h2>Enumerations</h2></td></tr>
- <tr><td class="memItemLeft" nowrap align=right valign=top>enum </td><td class="memItemRight" valign=bottom><a class="el" href="PVRShellImpl_8h.html#a11">EPVRShellState</a> { <br>
- <a class="el" href="PVRShellImpl_8h.html#a11a3">ePVRShellInitApp</a>,
- <a class="el" href="PVRShellImpl_8h.html#a11a4">ePVRShellInitInstance</a>,
- <a class="el" href="PVRShellImpl_8h.html#a11a5">ePVRShellRender</a>,
- <a class="el" href="PVRShellImpl_8h.html#a11a6">ePVRShellReleaseView</a>,
- <br>
- <a class="el" href="PVRShellImpl_8h.html#a11a7">ePVRShellReleaseAPI</a>,
- <a class="el" href="PVRShellImpl_8h.html#a11a8">ePVRShellReleaseOS</a>,
- <a class="el" href="PVRShellImpl_8h.html#a11a9">ePVRShellQuitApp</a>,
- <a class="el" href="PVRShellImpl_8h.html#a11a10">ePVRShellExit</a>
- <br>
- }</td></tr>
- <tr><td class="mdescLeft"> </td><td class="mdescRight">Current Shell state. <a href="#a11">More...</a><br><br></td></tr>
- </table>
- <hr><h2>Define Documentation</h2>
- <a class="anchor" name="a1" doxytag="PVRShellImpl.h::_ASSERT" ></a><p>
- <br><br><h3>_ASSERT</h3><br><div>
- <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
- <tr>
- <td class="mdRow">
- <table cellpadding="0" cellspacing="0" border="0">
- <tr>
- <td class="md" nowrap valign="top"> #define _ASSERT</td>
- <td class="md" valign="top">( </td>
- <td class="md" nowrap valign="top">X </td>
- <td class="mdname1" valign="top" nowrap> </td>
- <td class="md" valign="top"> ) </td>
- <td class="md" nowrap> /**/
- </table>
- </td>
- </tr>
- </table>
- <table cellspacing=5 cellpadding=0 border=0>
- <tr>
- <td>
-
- </td>
- <td>
- <p>
- </td>
- </tr>
- </table>
- <a class="anchor" name="a0" doxytag="PVRShellImpl.h::FREE" ></a><p>
- <br><br><h3>FREE</h3><br><div>
- <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
- <tr>
- <td class="mdRow">
- <table cellpadding="0" cellspacing="0" border="0">
- <tr>
- <td class="md" nowrap valign="top"> #define FREE</td>
- <td class="md" valign="top">( </td>
- <td class="md" nowrap valign="top">X </td>
- <td class="mdname1" valign="top" nowrap> </td>
- <td class="md" valign="top"> ) </td>
- <td class="md" nowrap> { if(X) { free(X); (X)=0; } }
- </table>
- </td>
- </tr>
- </table>
- <table cellspacing=5 cellpadding=0 border=0>
- <tr>
- <td>
-
- </td>
- <td>
- <p>
- </td>
- </tr>
- </table>
- <a class="anchor" name="a2" doxytag="PVRShellImpl.h::STR_WNDTITLE" ></a><p>
- <br><br><h3>STR_WNDTITLE</h3><br><div>
- <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
- <tr>
- <td class="mdRow">
- <table cellpadding="0" cellspacing="0" border="0">
- <tr>
- <td class="md" nowrap valign="top"> #define STR_WNDTITLE (" - Build ")
- </table>
- </td>
- </tr>
- </table>
- <table cellspacing=5 cellpadding=0 border=0>
- <tr>
- <td>
-
- </td>
- <td>
- <p>
- </td>
- </tr>
- </table>
- <hr><h2>Enumeration Type Documentation</h2>
- <a class="anchor" name="a11" doxytag="PVRShellImpl.h::EPVRShellState" ></a><p>
- <br><br><h3>EPVRShellState</h3><br><div>
- <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
- <tr>
- <td class="mdRow">
- <table cellpadding="0" cellspacing="0" border="0">
- <tr>
- <td class="md" nowrap valign="top"> enum <a class="el" href="PVRShellImpl_8h.html#a11">EPVRShellState</a>
- </table>
- </td>
- </tr>
- </table>
- <table cellspacing=5 cellpadding=0 border=0>
- <tr>
- <td>
-
- </td>
- <td>
- <p>
- Current Shell state.
- <p>
- <dl compact><dt><b>Enumeration values: </b></dt><dd>
- <table border=0 cellspacing=2 cellpadding=0>
- <tr><td valign=top><em><a class="anchor" name="a11a3" doxytag="ePVRShellInitApp" ></a>ePVRShellInitApp</em> </td><td>
- </td></tr>
- <tr><td valign=top><em><a class="anchor" name="a11a4" doxytag="ePVRShellInitInstance" ></a>ePVRShellInitInstance</em> </td><td>
- </td></tr>
- <tr><td valign=top><em><a class="anchor" name="a11a5" doxytag="ePVRShellRender" ></a>ePVRShellRender</em> </td><td>
- </td></tr>
- <tr><td valign=top><em><a class="anchor" name="a11a6" doxytag="ePVRShellReleaseView" ></a>ePVRShellReleaseView</em> </td><td>
- </td></tr>
- <tr><td valign=top><em><a class="anchor" name="a11a7" doxytag="ePVRShellReleaseAPI" ></a>ePVRShellReleaseAPI</em> </td><td>
- </td></tr>
- <tr><td valign=top><em><a class="anchor" name="a11a8" doxytag="ePVRShellReleaseOS" ></a>ePVRShellReleaseOS</em> </td><td>
- </td></tr>
- <tr><td valign=top><em><a class="anchor" name="a11a9" doxytag="ePVRShellQuitApp" ></a>ePVRShellQuitApp</em> </td><td>
- </td></tr>
- <tr><td valign=top><em><a class="anchor" name="a11a10" doxytag="ePVRShellExit" ></a>ePVRShellExit</em> </td><td>
- </td></tr>
- </table>
- </dl>
- </td>
- </tr>
- </table>
- <br>
- <br>
- <P align=left><FONT size=2><STRONG><A
- href="http://www.imgtec.com/powervr/insider/legal/index.asp">Copyright</A> ©
- 1999-2008, Imagination Technologies Ltd.</STRONG></FONT></P>
- <hr>
- <address style="align: left;"><small><FONT color=f0f>
- Generated by <a href="http://www.doxygen.org/index.html">DOXYGEN</a> 1.3.6</small></address>
- </body>
- </html>
|