1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html><head><title>QGL Class Reference</title><style>h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }
td.postheader { font-family: sans-serif }
tr.address { font-family: sans-serif }
body { background: #ffffff; color: black; }
</style></head><body><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr /><td align="left" valign="top" width="32"><img align="left" border="0" height="32" src="images/rb-logo.png" width="32" /></td><td width="1">  </td><td class="postheader" valign="center"><a href="../pyqt4ref.html"><font color="#004faf">Home</font></a> · <a href="classes.html"><font color="#004faf">All Classes</font></a> · <a href="modules.html"><font color="#004faf">Modules</font></a></td></table><h1 align="center">QGL Class Reference<br /><sup><sup>[<a href="qtopengl.html">QtOpenGL</a> module]</sup></sup></h1><p>The QGL namespace specifies miscellaneous identifiers used in the Qt OpenGL module. <a href="#details">More...</a></p>
<h3>Types</h3><ul><li><div class="fn" />enum <b><a href="qgl.html#FormatOption-enum">FormatOption</a></b> { DoubleBuffer, DepthBuffer, Rgba, AlphaChannel, ..., NoSampleBuffers }</li><li><div class="fn" />class <b><a href="qgl-formatoptions.html">FormatOptions</a></b></li></ul><a name="details" /><hr /><h2>Detailed Description</h2><p>The QGL namespace specifies miscellaneous identifiers used in the Qt OpenGL module.</p>
<hr /><h2>Type Documentation</h2><h3 class="fn"><a name="FormatOption-enum" />QGL.FormatOption</h3><p>This enum specifies the format options.</p>
<table border="1" cellpadding="2" cellspacing="1" width="40%">
<tr>
<th width="60%">Constant</th>
<th width="40%">Value</th>
</tr>
<tr>
<td valign="top"><tt>QGL.DoubleBuffer</tt></td>
<td align="center" valign="top"><tt>0x0001</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.DepthBuffer</tt></td>
<td align="center" valign="top"><tt>0x0002</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.Rgba</tt></td>
<td align="center" valign="top"><tt>0x0004</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.AlphaChannel</tt></td>
<td align="center" valign="top"><tt>0x0008</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.AccumBuffer</tt></td>
<td align="center" valign="top"><tt>0x0010</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.StencilBuffer</tt></td>
<td align="center" valign="top"><tt>0x0020</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.StereoBuffers</tt></td>
<td align="center" valign="top"><tt>0x0040</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.DirectRendering</tt></td>
<td align="center" valign="top"><tt>0x0080</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.HasOverlay</tt></td>
<td align="center" valign="top"><tt>0x0100</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.SampleBuffers</tt></td>
<td align="center" valign="top"><tt>0x0200</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.SingleBuffer</tt></td>
<td align="center" valign="top"><tt>DoubleBuffer<<16</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.NoDepthBuffer</tt></td>
<td align="center" valign="top"><tt>DepthBuffer<<16</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.ColorIndex</tt></td>
<td align="center" valign="top"><tt>Rgba<<16</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.NoAlphaChannel</tt></td>
<td align="center" valign="top"><tt>AlphaChannel<<16</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.NoAccumBuffer</tt></td>
<td align="center" valign="top"><tt>AccumBuffer<<16</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.NoStencilBuffer</tt></td>
<td align="center" valign="top"><tt>StencilBuffer<<16</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.NoStereoBuffers</tt></td>
<td align="center" valign="top"><tt>StereoBuffers<<16</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.IndirectRendering</tt></td>
<td align="center" valign="top"><tt>DirectRendering<<16</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.NoOverlay</tt></td>
<td align="center" valign="top"><tt>HasOverlay<<16</tt></td>
</tr>
<tr>
<td valign="top"><tt>QGL.NoSampleBuffers</tt></td>
<td align="center" valign="top"><tt>SampleBuffers<<16</tt></td>
</tr>
</table>
<br />
<br />
<p>The FormatOptions type is a typedef for <a href="qflags.html">QFlags</a><FormatOption>. It stores an OR combination of FormatOption values.</p>
<address><hr /><div align="center"><table border="0" cellspacing="0" width="100%"><tr class="address"><td width="25%">PyQt 4.0.1 for X11</td><td align="center" width="50%">Copyright © <a href="http://www.riverbankcomputing.com">Riverbank Computing Ltd</a> and <a href="http://www.trolltech.com">Trolltech AS</a> 2006</td><td align="right" width="25%">Qt 4.1.4</td></tr></table></div></address></body></html>
|