~ubuntu-branches/debian/wheezy/cegui-mk2/wheezy

« back to all changes in this revision

Viewing changes to docs/CEGUIIrrlichtRendererDef_8h_source.html

  • Committer: Package Import Robot
  • Author(s): Muammar El Khatib
  • Date: 2011-10-13 12:43:12 UTC
  • mfrom: (10.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20111013124312-qch0o3fayloxgxu3
Tags: 0.7.5-7
Moved to unstable. (Closes: #645109)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
2
<html xmlns="http://www.w3.org/1999/xhtml">
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 
5
<title>Crazy Eddies GUI System: CEGUIIrrlichtRendererDef.h Source File</title>
 
6
<link href="tabs.css" rel="stylesheet" type="text/css"/>
 
7
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
 
8
</head>
 
9
<body>
 
10
<!-- Generated by Doxygen 1.7.2 -->
 
11
<script type="text/javascript">
 
12
function hasClass(ele,cls) {
 
13
  return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)'));
 
14
}
 
15
 
 
16
function addClass(ele,cls) {
 
17
  if (!this.hasClass(ele,cls)) ele.className += " "+cls;
 
18
}
 
19
 
 
20
function removeClass(ele,cls) {
 
21
  if (hasClass(ele,cls)) {
 
22
    var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)');
 
23
    ele.className=ele.className.replace(reg,' ');
 
24
  }
 
25
}
 
26
 
 
27
function toggleVisibility(linkObj) {
 
28
 var base = linkObj.getAttribute('id');
 
29
 var summary = document.getElementById(base + '-summary');
 
30
 var content = document.getElementById(base + '-content');
 
31
 var trigger = document.getElementById(base + '-trigger');
 
32
 if ( hasClass(linkObj,'closed') ) {
 
33
   summary.style.display = 'none';
 
34
   content.style.display = 'block';
 
35
   trigger.src = 'open.png';
 
36
   removeClass(linkObj,'closed');
 
37
   addClass(linkObj,'opened');
 
38
 } else if ( hasClass(linkObj,'opened') ) {
 
39
   summary.style.display = 'block';
 
40
   content.style.display = 'none';
 
41
   trigger.src = 'closed.png';
 
42
   removeClass(linkObj,'opened');
 
43
   addClass(linkObj,'closed');
 
44
 }
 
45
 return false;
 
46
}
 
47
</script>
 
48
<div class="navigation" id="top">
 
49
  <div class="tabs">
 
50
    <ul class="tablist">
 
51
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
 
52
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
 
53
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
 
54
      <li><a href="annotated.html"><span>Classes</span></a></li>
 
55
      <li class="current"><a href="files.html"><span>Files</span></a></li>
 
56
    </ul>
 
57
  </div>
 
58
  <div class="tabs2">
 
59
    <ul class="tablist">
 
60
      <li><a href="files.html"><span>File&#160;List</span></a></li>
 
61
    </ul>
 
62
  </div>
 
63
<div class="header">
 
64
  <div class="headertitle">
 
65
<h1>CEGUIIrrlichtRendererDef.h</h1>  </div>
 
66
</div>
 
67
<div class="contents">
 
68
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/***********************************************************************</span>
 
69
<a name="l00002"></a>00002 <span class="comment">    filename:   CEGUIIrrlichtRendererDef.h</span>
 
70
<a name="l00003"></a>00003 <span class="comment">    created:    20/7/2004</span>
 
71
<a name="l00004"></a>00004 <span class="comment">    author:     Thomas Suter</span>
 
72
<a name="l00005"></a>00005 <span class="comment"></span>
 
73
<a name="l00006"></a>00006 <span class="comment">    changes:</span>
 
74
<a name="l00007"></a>00007 <span class="comment">        - Irrlicht patching not needed anymore</span>
 
75
<a name="l00008"></a>00008 <span class="comment">        - using the irrlicht filesystem to load config files etc.</span>
 
76
<a name="l00009"></a>00009 <span class="comment">*************************************************************************/</span>
 
77
<a name="l00010"></a>00010 <span class="comment">/***************************************************************************</span>
 
78
<a name="l00011"></a>00011 <span class="comment"> *   Copyright (C) 2004 - 2009 Paul D Turner &amp; The CEGUI Development Team</span>
 
79
<a name="l00012"></a>00012 <span class="comment"> *</span>
 
80
<a name="l00013"></a>00013 <span class="comment"> *   Permission is hereby granted, free of charge, to any person obtaining</span>
 
81
<a name="l00014"></a>00014 <span class="comment"> *   a copy of this software and associated documentation files (the</span>
 
82
<a name="l00015"></a>00015 <span class="comment"> *   &quot;Software&quot;), to deal in the Software without restriction, including</span>
 
83
<a name="l00016"></a>00016 <span class="comment"> *   without limitation the rights to use, copy, modify, merge, publish,</span>
 
84
<a name="l00017"></a>00017 <span class="comment"> *   distribute, sublicense, and/or sell copies of the Software, and to</span>
 
85
<a name="l00018"></a>00018 <span class="comment"> *   permit persons to whom the Software is furnished to do so, subject to</span>
 
86
<a name="l00019"></a>00019 <span class="comment"> *   the following conditions:</span>
 
87
<a name="l00020"></a>00020 <span class="comment"> *</span>
 
88
<a name="l00021"></a>00021 <span class="comment"> *   The above copyright notice and this permission notice shall be</span>
 
89
<a name="l00022"></a>00022 <span class="comment"> *   included in all copies or substantial portions of the Software.</span>
 
90
<a name="l00023"></a>00023 <span class="comment"> *</span>
 
91
<a name="l00024"></a>00024 <span class="comment"> *   THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,</span>
 
92
<a name="l00025"></a>00025 <span class="comment"> *   EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF</span>
 
93
<a name="l00026"></a>00026 <span class="comment"> *   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.</span>
 
94
<a name="l00027"></a>00027 <span class="comment"> *   IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR</span>
 
95
<a name="l00028"></a>00028 <span class="comment"> *   OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,</span>
 
96
<a name="l00029"></a>00029 <span class="comment"> *   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR</span>
 
97
<a name="l00030"></a>00030 <span class="comment"> *   OTHER DEALINGS IN THE SOFTWARE.</span>
 
98
<a name="l00031"></a>00031 <span class="comment"> ***************************************************************************/</span>
 
99
<a name="l00032"></a>00032 
 
100
<a name="l00033"></a>00033 <span class="comment">/*</span>
 
101
<a name="l00034"></a>00034 <span class="comment"> Beginning from version 0.7 Irrlicht does NOT need any changes for the GUI-renderer.</span>
 
102
<a name="l00035"></a>00035 <span class="comment"> Thanks to Nikolaus Gebhardt for including the missing methods in the renderer.</span>
 
103
<a name="l00036"></a>00036 <span class="comment">*/</span>
 
104
<a name="l00037"></a>00037 
 
105
<a name="l00038"></a>00038 <span class="preprocessor">#ifndef IRRLICHTRENDERERDEF_H_INCLUDED</span>
 
106
<a name="l00039"></a>00039 <span class="preprocessor"></span><span class="preprocessor">#define IRRLICHTRENDERERDEF_H_INCLUDED</span>
 
107
<a name="l00040"></a>00040 <span class="preprocessor"></span>
 
108
<a name="l00041"></a>00041 <span class="preprocessor">#if (defined( __WIN32__ ) || defined( _WIN32 ) || defined (WIN32)) &amp;&amp; !defined(CEGUI_STATIC)</span>
 
109
<a name="l00042"></a>00042 <span class="preprocessor"></span><span class="preprocessor">#   ifdef IRRLICHT_GUIRENDERER_EXPORTS</span>
 
110
<a name="l00043"></a>00043 <span class="preprocessor"></span><span class="preprocessor">#       define IRR_GUIRENDERER_API __declspec(dllexport)</span>
 
111
<a name="l00044"></a>00044 <span class="preprocessor"></span><span class="preprocessor">#   else</span>
 
112
<a name="l00045"></a>00045 <span class="preprocessor"></span><span class="preprocessor">#       define IRR_GUIRENDERER_API __declspec(dllimport)</span>
 
113
<a name="l00046"></a>00046 <span class="preprocessor"></span><span class="preprocessor">#   endif</span>
 
114
<a name="l00047"></a>00047 <span class="preprocessor"></span><span class="preprocessor">#else</span>
 
115
<a name="l00048"></a>00048 <span class="preprocessor"></span><span class="preprocessor">#   define IRR_GUIRENDERER_API</span>
 
116
<a name="l00049"></a>00049 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
 
117
<a name="l00050"></a>00050 <span class="preprocessor"></span>
 
118
<a name="l00051"></a>00051 <span class="preprocessor">#endif</span>
 
119
</pre></div></div>
 
120
</div>
 
121
<hr class="footer"/><address class="footer"><small>Generated on Fri Nov 19 2010 12:01:19 for Crazy Eddies GUI System by&#160;
 
122
<a href="http://www.doxygen.org/index.html">
 
123
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.2 </small></address>
 
124
</body>
 
125
</html>