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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Crazy Eddies GUI System: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<script type="text/javascript">
function hasClass(ele,cls) {
return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)'));
}
function addClass(ele,cls) {
if (!this.hasClass(ele,cls)) ele.className += " "+cls;
}
function removeClass(ele,cls) {
if (hasClass(ele,cls)) {
var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)');
ele.className=ele.className.replace(reg,' ');
}
}
function toggleVisibility(linkObj) {
var base = linkObj.getAttribute('id');
var summary = document.getElementById(base + '-summary');
var content = document.getElementById(base + '-content');
var trigger = document.getElementById(base + '-trigger');
if ( hasClass(linkObj,'closed') ) {
summary.style.display = 'none';
content.style.display = 'block';
trigger.src = 'open.png';
removeClass(linkObj,'closed');
addClass(linkObj,'opened');
} else if ( hasClass(linkObj,'opened') ) {
summary.style.display = 'block';
content.style.display = 'none';
trigger.src = 'closed.png';
removeClass(linkObj,'opened');
addClass(linkObj,'closed');
}
return false;
}
</script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Crazy Eddies GUI System <span id="projectnumber">0.7.6</span></div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceCEGUI.html">CEGUI</a> </li>
<li class="navelem"><a class="el" href="classCEGUI_1_1OgreTexture.html">OgreTexture</a> </li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">CEGUI::OgreTexture Member List</div> </div>
</div>
<div class="contents">
This is the complete list of members for <a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a>, including all inherited members.<table>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#afb693a48a21f079eaed1e6b8f50ae197">d_dataSize</a></td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#aa3d2fd8d58d4ad281327f08c79dc910c">d_isLinked</a></td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#ad2084fc35c0244bfa6b96e1bf2dc8851">d_size</a></td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#a7e6841f6160803099a4da9b4c10cb10e">d_texelScaling</a></td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>d_texture</b> (defined in <a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a>)</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#af59acd1c964a1ee20878268f9f430da9">d_textureNumber</a></td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [protected, static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#a5758def22f0f742fb9c7b6b57abef2c0">freeOgreTexture</a>()</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#abb1e397bff5b1a88693f78faa2338d8b">getOgreTexture</a>() const </td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#a68d4c1065904af8627f89de198221370">getOriginalDataSize</a>() const </td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#af9bb9cda329e8756f78be5e3adadb769">getSize</a>() const </td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#ae0cbb7ef541a1bda9d7e73d00327d4ef">getTexelScaling</a>() const </td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#a10843ec64b1856c95d386a256b411996">getUniqueName</a>()</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [static]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#ae92f3e945339efaa9e848e02ab9a133b">loadFromFile</a>(const String &filename, const String &resourceGroup)</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#abf900afe2f71ba0d6bb4001368869cc9">loadFromMemory</a>(const void *buffer, const Size &buffer_size, PixelFormat pixel_format)</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>OgreRenderer::createTexture</b> (defined in <a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a>)</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [friend]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>OgreRenderer::createTexture</b> (defined in <a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a>)</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [friend]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>OgreRenderer::createTexture</b> (defined in <a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a>)</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [friend]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>OgreRenderer::createTexture</b> (defined in <a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a>)</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [friend]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>OgreRenderer::destroyTexture</b> (defined in <a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a>)</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [friend]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#ad4986aa92209e8638d247ae390c48baa">OgreTexture</a>()</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#a47b4267237e1f99bb4be438fae7f8297">OgreTexture</a>(const String &filename, const String &resourceGroup)</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#a1d8d987e14f15443d2cc0273280be457">OgreTexture</a>(const Size &sz)</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#aa970b984317b3cc0c7e2e67c570a60d8">OgreTexture</a>(Ogre::TexturePtr &tex, bool take_ownership)</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1Texture.html#a2156af785c41d517b3d8c6668ac08e45a7290ad07d656079e340f0c45fa161fe5">PF_RGB</a> enum value</td><td><a class="el" href="classCEGUI_1_1Texture.html">CEGUI::Texture</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1Texture.html#a2156af785c41d517b3d8c6668ac08e45a94d9368fdf68939339b9de0ffa80a422">PF_RGBA</a> enum value</td><td><a class="el" href="classCEGUI_1_1Texture.html">CEGUI::Texture</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1Texture.html#a2156af785c41d517b3d8c6668ac08e45">PixelFormat</a> enum name</td><td><a class="el" href="classCEGUI_1_1Texture.html">CEGUI::Texture</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#a8bcb3d64d837c631346558764c9ac830">saveToMemory</a>(void *buffer)</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#acee5952a6cd237597d2fe3e5bfb42539">setOgreTexture</a>(Ogre::TexturePtr texture, bool take_ownership=false)</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#ae52a64ace78a9a0a7919c488ea34037c">updateCachedScaleValues</a>()</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1OgreTexture.html#a43022872e98250b1e6fd514fbe92282e">~OgreTexture</a>()</td><td><a class="el" href="classCEGUI_1_1OgreTexture.html">CEGUI::OgreTexture</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classCEGUI_1_1Texture.html#afb33f2fc437333f609e756ac13353ec7">~Texture</a>()</td><td><a class="el" href="classCEGUI_1_1Texture.html">CEGUI::Texture</a></td><td><code> [inline, virtual]</code></td></tr>
</table></div>
<hr class="footer"/><address class="footer"><small>Generated on Sun Jan 22 2012 16:07:42 for Crazy Eddies GUI System by 
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>
|