PVRShellOS_8cpp.html 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
  3. <title>PowerVR SDK</title>
  4. <link href="doxygen.css" rel="stylesheet" type="text/css">
  5. <link href="tabs.css" rel="stylesheet" type="text/css">
  6. <table width="100%">
  7. <tr>
  8. <td width="33%">
  9. <p align="left">&nbsp;<a href="http://www.imgtec.com"><img border="0" src="IMGLogo.jpg" width="200" height="30"></a></p>
  10. </td>
  11. <td width="33%">
  12. <p align="center"><font color="#808080" face="Arial" size="2">PowerVR Software Development Kit</a></font></p>
  13. </td>
  14. <td width="34%">
  15. <p align="right"><a href="http://www.powervr.com"><img border="0" src="PVRlogo.jpg" width="200" height="27"></a></p>
  16. </td>
  17. </tr>
  18. </table>
  19. <hr>
  20. </head><body>
  21. <!-- Generated by Doxygen 1.3.6 -->
  22. <div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</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="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
  23. <h1>PVRShellOS.cpp File Reference</h1><code>#include "<a class="el" href="PVRShell_8h-source.html">PVRShell.h</a>"</code><br>
  24. <code>#include "<a class="el" href="PVRShellAPI_8h-source.html">PVRShellAPI.h</a>"</code><br>
  25. <code>#include "<a class="el" href="PVRShellOS_8h-source.html">PVRShellOS.h</a>"</code><br>
  26. <code>#include "<a class="el" href="PVRShellImpl_8h-source.html">PVRShellImpl.h</a>"</code><br>
  27. <code>#include &lt;stdio.h&gt;</code><br>
  28. <code>#include &lt;stdarg.h&gt;</code><br>
  29. <code>#include &lt;QApplication&gt;</code><br>
  30. <code>#include &lt;QMessageBox&gt;</code><br>
  31. <code>#include &lt;QDesktopWidget&gt;</code><br>
  32. <code>#include &lt;QKeyEvent&gt;</code><br>
  33. <p>
  34. 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>
  35. <map name="PVRShellOS.cpp_map">
  36. <area href="PVRShell_8h.html" shape="rect" coords="24,7,115,33" alt="">
  37. <area href="PVRShellAPI_8h.html" shape="rect" coords="13,57,125,84" alt="">
  38. <area href="PVRShellOS_8h.html" shape="rect" coords="15,108,124,135" alt="">
  39. <area href="PVRShellImpl_8h.html" shape="rect" coords="11,159,128,185" alt="">
  40. </map>
  41. <table border=0 cellpadding=0 cellspacing=0>
  42. <tr><td></td></tr>
  43. <tr><td colspan=2><br><h2>Functions</h2></td></tr>
  44. <tr><td class="memItemLeft" nowrap align=right valign=top>int&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="PVRShellOS_8cpp.html#a0">main</a> (int argc, char **argv)</td></tr>
  45. </table>
  46. <hr><h2>Function Documentation</h2>
  47. <a class="anchor" name="a0" doxytag="PVRShellOS.cpp::main" ></a><p>
  48. <br><br><h3>main</h3><br><div>
  49. <table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  50. <tr>
  51. <td class="mdRow">
  52. <table cellpadding="0" cellspacing="0" border="0">
  53. <tr>
  54. <td class="md" nowrap valign="top"> int main </td>
  55. <td class="md" valign="top">(&nbsp;</td>
  56. <td class="md" nowrap valign="top">int&nbsp;</td>
  57. <td class="mdname" nowrap> <em>argc</em>, </td>
  58. </tr>
  59. <tr>
  60. <td class="md" nowrap align="right"></td>
  61. <td></td>
  62. <td class="md" nowrap>char **&nbsp;</td>
  63. <td class="mdname" nowrap> <em>argv</em></td>
  64. </tr>
  65. <tr>
  66. <td></td>
  67. <td class="md">)&nbsp;</td>
  68. <td class="md" colspan="2"></td>
  69. </tr>
  70. </table>
  71. </td>
  72. </tr>
  73. </table>
  74. <table cellspacing=5 cellpadding=0 border=0>
  75. <tr>
  76. <td>
  77. &nbsp;
  78. </td>
  79. <td>
  80. <p>
  81. <dl compact><dt><b>Inputs:</b></dt><dd>
  82. <table border="0" cellspacing="2" cellpadding="0">
  83. <tr><td valign=top><em>argc</em>&nbsp;</td><td>count of args from OS </td></tr>
  84. <tr><td valign=top><em>argv</em>&nbsp;</td><td>array of args from OS </td></tr>
  85. </table>
  86. </dl>
  87. <dl compact><dt><b>Returns:</b></dt><dd>result code to OS </dd></dl>
  88. <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>
  89. </td>
  90. </tr>
  91. </table>
  92. <br>
  93. <br>
  94. <P align=left><FONT size=2><STRONG><A
  95. href="http://www.imgtec.com/powervr/insider/legal/index.asp">Copyright</A> ©
  96. 1999-2008, Imagination Technologies Ltd.</STRONG></FONT></P>
  97. <hr>
  98. <address style="align: left;"><small><FONT color=f0f>
  99. Generated by <a href="http://www.doxygen.org/index.html">DOXYGEN</a> 1.3.6</small></address>
  100. </body>
  101. </html>