123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <!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>PVRShellOS.cpp File Reference</h1><code>#include "<a class="el" href="PVRShell_8h-source.html">PVRShell.h</a>"</code><br>
- <code>#include "<a class="el" href="PVRShellAPI_8h-source.html">PVRShellAPI.h</a>"</code><br>
- <code>#include "<a class="el" href="PVRShellOS_8h-source.html">PVRShellOS.h</a>"</code><br>
- <code>#include "<a class="el" href="PVRShellImpl_8h-source.html">PVRShellImpl.h</a>"</code><br>
- <code>#include <stdio.h></code><br>
- <code>#include <stdarg.h></code><br>
- <code>#include <QApplication></code><br>
- <code>#include <QMessageBox></code><br>
- <code>#include <QDesktopWidget></code><br>
- <code>#include <QKeyEvent></code><br>
- <p>
- Include dependency graph for PVRShellOS.cpp:<p><center><img src="PVRShellOS_8cpp__incl.png" border="0" usemap="#PVRShellOS.cpp_map" alt="Include dependency graph"></center>
- <map name="PVRShellOS.cpp_map">
- <area href="PVRShell_8h.html" shape="rect" coords="24,7,115,33" alt="">
- <area href="PVRShellAPI_8h.html" shape="rect" coords="13,57,125,84" alt="">
- <area href="PVRShellOS_8h.html" shape="rect" coords="15,108,124,135" alt="">
- <area href="PVRShellImpl_8h.html" shape="rect" coords="11,159,128,185" alt="">
- </map>
- <table border=0 cellpadding=0 cellspacing=0>
- <tr><td></td></tr>
- <tr><td colspan=2><br><h2>Functions</h2></td></tr>
- <tr><td class="memItemLeft" nowrap align=right valign=top>int </td><td class="memItemRight" valign=bottom><a class="el" href="PVRShellOS_8cpp.html#a0">main</a> (int argc, char **argv)</td></tr>
- </table>
- <hr><h2>Function Documentation</h2>
- <a class="anchor" name="a0" doxytag="PVRShellOS.cpp::main" ></a><p>
- <br><br><h3>main</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"> int main </td>
- <td class="md" valign="top">( </td>
- <td class="md" nowrap valign="top">int </td>
- <td class="mdname" nowrap> <em>argc</em>, </td>
- </tr>
- <tr>
- <td class="md" nowrap align="right"></td>
- <td></td>
- <td class="md" nowrap>char ** </td>
- <td class="mdname" nowrap> <em>argv</em></td>
- </tr>
- <tr>
- <td></td>
- <td class="md">) </td>
- <td class="md" colspan="2"></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table cellspacing=5 cellpadding=0 border=0>
- <tr>
- <td>
-
- </td>
- <td>
- <p>
- <dl compact><dt><b>Inputs:</b></dt><dd>
- <table border="0" cellspacing="2" cellpadding="0">
- <tr><td valign=top><em>argc</em> </td><td>count of args from OS </td></tr>
- <tr><td valign=top><em>argv</em> </td><td>array of args from OS </td></tr>
- </table>
- </dl>
- <dl compact><dt><b>Returns:</b></dt><dd>result code to OS </dd></dl>
- <dl compact><dt><b>Description:</b></dt><dd>Second Main function of the program, called by main to allow for efficient heap memory debugging. </dd></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>
|