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

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

adding ogre 1.2 and dependencies

Line 
1<html>
2<head>
3<title>OgreGLXGLSupport.h Source File - 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>OgreGLXGLSupport.h</h1><a href="OgreGLXGLSupport_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef OGRE_GLXGLSupport_H</span>
1100002 <span class="preprocessor"></span><span class="preprocessor">#define OGRE_GLXGLSupport_H</span>
1200003 <span class="preprocessor"></span>
1300004 <span class="preprocessor">#include "<a class="code" href="OgreGLSupport_8h.html">OgreGLSupport.h</a>"</span>
1400005
1500006 <span class="preprocessor">#include &lt;X11/Xlib.h&gt;</span>
1600007 <span class="preprocessor">#include &lt;X11/keysym.h&gt;</span>
1700008 <span class="preprocessor">#include &lt;X11/extensions/xf86vmode.h&gt;</span>
1800009 <span class="preprocessor">#include &lt;GL/gl.h&gt;</span>
1900010 <span class="preprocessor">#include &lt;GL/glu.h&gt;</span>
2000011 <span class="preprocessor">#include &lt;GL/glx.h&gt;</span>
2100012
2200013 <span class="keyword">namespace </span>Ogre {
2300014
24<a name="l00015"></a><a class="code" href="classOgre_1_1GLXGLSupport.html">00015</a> <span class="keyword">class </span><a class="code" href="classOgre_1_1GLXGLSupport.html">GLXGLSupport</a> : <span class="keyword">public</span> <a class="code" href="classOgre_1_1GLSupport.html">GLSupport</a> {
2500016 <span class="keyword">public</span>:
2600017     <a class="code" href="classOgre_1_1GLXGLSupport.html#Ogre_1_1GLXGLSupporta0">GLXGLSupport</a>();
2700018     <a class="code" href="classOgre_1_1GLXGLSupport.html#Ogre_1_1GLXGLSupporta1">~GLXGLSupport</a>();
2800019
2900025     <span class="keywordtype">void</span> <a class="code" href="classOgre_1_1GLXGLSupport.html#Ogre_1_1GLXGLSupporta2">addConfig</a>(<span class="keywordtype">void</span>);
3000029     <a class="code" href="namespaceOgre.html#a471">String</a> <a class="code" href="classOgre_1_1GLXGLSupport.html#Ogre_1_1GLXGLSupporta3">validateConfig</a>(<span class="keywordtype">void</span>);
3100030
3200032     <a class="code" href="classOgre_1_1RenderWindow.html">RenderWindow</a>* <a class="code" href="classOgre_1_1GLXGLSupport.html#Ogre_1_1GLXGLSupporta4">createWindow</a>(<span class="keywordtype">bool</span> autoCreateWindow, <a class="code" href="classOgre_1_1GLRenderSystem.html">GLRenderSystem</a>* renderSystem, <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#a471">String</a>&amp; windowTitle);
3300033     
3400035     <span class="keyword">virtual</span> <a class="code" href="classOgre_1_1RenderWindow.html">RenderWindow</a>* <a class="code" href="classOgre_1_1GLXGLSupport.html#Ogre_1_1GLXGLSupporta5">newWindow</a>(<span class="keyword">const</span> <a class="code" href="namespaceOgre.html#a471">String</a> &amp;name, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> width, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> height,
3500036         <span class="keywordtype">bool</span> fullScreen, <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#a76">NameValuePairList</a> *miscParams = 0);
3600037
3700038     
3800042     <span class="keywordtype">void</span> <a class="code" href="classOgre_1_1GLXGLSupport.html#Ogre_1_1GLXGLSupporta6">start</a>();
3900046     <span class="keywordtype">void</span> <a class="code" href="classOgre_1_1GLXGLSupport.html#Ogre_1_1GLXGLSupporta7">stop</a>();
4000047
4100051     <span class="keywordtype">void</span>* <a class="code" href="classOgre_1_1GLXGLSupport.html#Ogre_1_1GLXGLSupporta8">getProcAddress</a>(<span class="keyword">const</span> <a class="code" href="namespaceOgre.html#a471">String</a>&amp; procname);
4200052 
4300053     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classOgre_1_1GLXGLSupport.html#Ogre_1_1GLXGLSupporta9">supportsPBuffers</a>();
4400054     <span class="keyword">virtual</span> <a class="code" href="classOgre_1_1GLPBuffer.html">GLPBuffer</a> *<a class="code" href="classOgre_1_1GLXGLSupport.html#Ogre_1_1GLXGLSupporta10">createPBuffer</a>(<a class="code" href="namespaceOgre.html#a673">PixelComponentType</a> format, size_t width, size_t height);
4500055 <span class="keyword">private</span>:
4600056     <span class="comment">// X display</span>
47<a name="l00057"></a><a class="code" href="classOgre_1_1GLXGLSupport.html#Ogre_1_1GLXGLSupportr0">00057</a>     Display *mDisplay;
4800058 }
4900059 ; <span class="comment">// class GLXGLSupport</span>
5000060
5100061 }
5200062 ; <span class="comment">// namespace Ogre</span>
5300063
5400064 <span class="preprocessor">#endif // OGRE_GLXGLSupport_H</span>
55</pre></div><hr>
56<p>
57Copyright &copy; 2000-2005 by The OGRE Team<br />
58<!--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/>
59This 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/>
60                <!--/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#">
61                <Work rdf:about="">
62                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
63        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
64                </Work>
65                <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> -->
66
67Last modified Sun Mar 12 14:37:41 2006
68</p>
69</body>
70</html>
Note: See TracBrowser for help on using the repository browser.