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 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322
|
<!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: CEGUI::ImagesetManager Class Reference</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_1ImagesetManager.html">ImagesetManager</a> </li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> </div>
<div class="headertitle">
<div class="title">CEGUI::ImagesetManager Class Reference</div> </div>
</div>
<div class="contents">
<!-- doxytag: class="CEGUI::ImagesetManager" --><!-- doxytag: inherits="Singleton< ImagesetManager >,NamedXMLResourceManager< Imageset, Imageset_xmlHandler >" -->
<p>Class providing a shared library of <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> objects to the system.
<a href="classCEGUI_1_1ImagesetManager.html#details">More...</a></p>
<div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
<img id="dynsection-0-trigger" src="closed.png"/> Inheritance diagram for CEGUI::ImagesetManager:</div>
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
<div class="center"><img src="classCEGUI_1_1ImagesetManager__inherit__graph.gif" border="0" usemap="#CEGUI_1_1ImagesetManager_inherit__map" alt="Inheritance graph"/></div>
<map name="CEGUI_1_1ImagesetManager_inherit__map" id="CEGUI_1_1ImagesetManager_inherit__map">
<area shape="rect" id="node2" href="classCEGUI_1_1Singleton.html" title="CEGUI::Singleton\< ImagesetManager \>" alt="" coords="109,5,363,35"/><area shape="rect" id="node4" href="classCEGUI_1_1NamedXMLResourceManager.html" title="CEGUI::NamedXMLResourceManager\< Imageset, Imageset_xmlHandler \>" alt="" coords="5,59,467,88"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div id="dynsection-1" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
<img id="dynsection-1-trigger" src="closed.png"/> Collaboration diagram for CEGUI::ImagesetManager:</div>
<div id="dynsection-1-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-1-content" class="dyncontent" style="display:none;">
<div class="center"><img src="classCEGUI_1_1ImagesetManager__coll__graph.gif" border="0" usemap="#CEGUI_1_1ImagesetManager_coll__map" alt="Collaboration graph"/></div>
<map name="CEGUI_1_1ImagesetManager_coll__map" id="CEGUI_1_1ImagesetManager_coll__map">
<area shape="rect" id="node2" href="classCEGUI_1_1Singleton.html" title="CEGUI::Singleton\< ImagesetManager \>" alt="" coords="1060,8,1313,37"/><area shape="rect" id="node5" href="classCEGUI_1_1NamedXMLResourceManager.html" title="CEGUI::NamedXMLResourceManager\< Imageset, Imageset_xmlHandler \>" alt="" coords="240,8,701,37"/><area shape="rect" id="node7" href="classCEGUI_1_1ResourceEventSet.html" title="implementation class to gather EventSet parts for all template instances." alt="" coords="7,8,188,37"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classCEGUI_1_1ImagesetManager-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae4fd8675552bf1a4d420c187143415f9"></a><!-- doxytag: member="CEGUI::ImagesetManager::ImagesetIterator" ref="ae4fd8675552bf1a4d420c187143415f9" args="" -->
typedef <a class="el" href="classCEGUI_1_1ConstBaseIterator.html">ConstBaseIterator</a><br class="typebreak"/>
< <a class="el" href="classCEGUI_1_1NamedXMLResourceManager.html#a785c2f0127133c3232d6da4673d93080">ObjectRegistry</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1ImagesetManager.html#ae4fd8675552bf1a4d420c187143415f9">ImagesetIterator</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">ImagesetIterator type definition. <br/></td></tr>
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afbf37c85adb4d512a703afd2a1b89fa9"></a><!-- doxytag: member="CEGUI::ImagesetManager::ImagesetManager" ref="afbf37c85adb4d512a703afd2a1b89fa9" args="()" -->
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1ImagesetManager.html#afbf37c85adb4d512a703afd2a1b89fa9">ImagesetManager</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor for <a class="el" href="classCEGUI_1_1ImagesetManager.html" title="Class providing a shared library of Imageset objects to the system.">ImagesetManager</a> objects. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a45c6fb293cab08d918ca3f37940eac5b"></a><!-- doxytag: member="CEGUI::ImagesetManager::~ImagesetManager" ref="a45c6fb293cab08d918ca3f37940eac5b" args="()" -->
 </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1ImagesetManager.html#a45c6fb293cab08d918ca3f37940eac5b">~ImagesetManager</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Destructor for <a class="el" href="classCEGUI_1_1ImagesetManager.html" title="Class providing a shared library of Imageset objects to the system.">ImagesetManager</a> objects. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classCEGUI_1_1Imageset.html">Imageset</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1ImagesetManager.html#af9bbc09bfad8fa4f4e1034e7e312510c">create</a> (const <a class="el" href="classCEGUI_1_1String.html">String</a> &name, <a class="el" href="classCEGUI_1_1Texture.html">Texture</a> &texture, <a class="el" href="namespaceCEGUI.html#a9944966045296e1d2533fe15ee865359">XMLResourceExistsAction</a> action=XREA_RETURN)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Create a <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> object with the given name and <a class="el" href="classCEGUI_1_1Texture.html" title="Abstract base class specifying the required interface for Texture objects.">Texture</a>. <a href="#af9bbc09bfad8fa4f4e1034e7e312510c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classCEGUI_1_1Imageset.html">Imageset</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1ImagesetManager.html#a18b6d5f1fbc47784bb8963c13553c690">createFromImageFile</a> (const <a class="el" href="classCEGUI_1_1String.html">String</a> &name, const <a class="el" href="classCEGUI_1_1String.html">String</a> &filename, const <a class="el" href="classCEGUI_1_1String.html">String</a> &resourceGroup="", <a class="el" href="namespaceCEGUI.html#a9944966045296e1d2533fe15ee865359">XMLResourceExistsAction</a> action=XREA_RETURN)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Create an <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> object from the specified image file. The <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> will initially have a single image defined named "full_image" which is an image that represents the entire area of the loaded image. <a href="#a18b6d5f1fbc47784bb8963c13553c690"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1ImagesetManager.html#ab0ab550752b47626dfcf5f7903d12e19">notifyDisplaySizeChanged</a> (const <a class="el" href="classCEGUI_1_1Size.html">Size</a> &size)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Notify the <a class="el" href="classCEGUI_1_1ImagesetManager.html" title="Class providing a shared library of Imageset objects to the system.">ImagesetManager</a> that the display size may have changed. <a href="#ab0ab550752b47626dfcf5f7903d12e19"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1ImagesetManager.html#a064bbac0828afa4e118bb3d6cd50ce17">writeImagesetToStream</a> (const <a class="el" href="classCEGUI_1_1String.html">String</a> &imageset, <a class="el" href="namespaceCEGUI.html#ac2f7aaf6a0965b83cb35e0b1298c70b9">OutStream</a> &out_stream) const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Writes a full XML imageset for the specified <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> to the given OutStream. <a href="#a064bbac0828afa4e118bb3d6cd50ce17"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4cfbbb4f619f98a6f3b6e90c78e25f7b"></a><!-- doxytag: member="CEGUI::ImagesetManager::getIterator" ref="a4cfbbb4f619f98a6f3b6e90c78e25f7b" args="() const " -->
<a class="el" href="classCEGUI_1_1ConstBaseIterator.html">ImagesetIterator</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classCEGUI_1_1ImagesetManager.html#a4cfbbb4f619f98a6f3b6e90c78e25f7b">getIterator</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return a <a class="el" href="classCEGUI_1_1ImagesetManager.html#ae4fd8675552bf1a4d420c187143415f9" title="ImagesetIterator type definition.">ImagesetManager::ImagesetIterator</a> object to iterate over the available <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> objects. <br/></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Class providing a shared library of <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> objects to the system. </p>
<p>The <a class="el" href="classCEGUI_1_1ImagesetManager.html" title="Class providing a shared library of Imageset objects to the system.">ImagesetManager</a> is used to create, access, and destroy <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> objects. The idea is that the <a class="el" href="classCEGUI_1_1ImagesetManager.html" title="Class providing a shared library of Imageset objects to the system.">ImagesetManager</a> will function as a central repository for imagery used within the GUI system, and that such imagery can be accessed, via a unique name, by any interested party within the system. </p>
</div><hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="af9bbc09bfad8fa4f4e1034e7e312510c"></a><!-- doxytag: member="CEGUI::ImagesetManager::create" ref="af9bbc09bfad8fa4f4e1034e7e312510c" args="(const String &name, Texture &texture, XMLResourceExistsAction action=XREA_RETURN)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classCEGUI_1_1Imageset.html">Imageset</a>& CEGUI::ImagesetManager::create </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classCEGUI_1_1String.html">String</a> & </td>
<td class="paramname"><em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classCEGUI_1_1Texture.html">Texture</a> & </td>
<td class="paramname"><em>texture</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="namespaceCEGUI.html#a9944966045296e1d2533fe15ee865359">XMLResourceExistsAction</a> </td>
<td class="paramname"><em>action</em> = <code>XREA_RETURN</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> object with the given name and <a class="el" href="classCEGUI_1_1Texture.html" title="Abstract base class specifying the required interface for Texture objects.">Texture</a>. </p>
<p>The created <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> will be of limited use, and will require one or more images to be defined for the set.</p>
<dl><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td><a class="el" href="classCEGUI_1_1String.html" title="String class used within the GUI system.">String</a> object containing the unique name for the <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> being created.</td></tr>
<tr><td class="paramname">texture</td><td><a class="el" href="classCEGUI_1_1Texture.html" title="Abstract base class specifying the required interface for Texture objects.">Texture</a> object to be associated with the <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a></td></tr>
<tr><td class="paramname">action</td><td>One of the XMLResourceExistsAction enumerated values indicating what action should be taken when an <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> with the specified name already exists.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Reference to the newly created <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> object</dd></dl>
<dl><dt><b>Exceptions:</b></dt><dd>
<table class="exception">
<tr><td class="paramname"><a class="el" href="classCEGUI_1_1AlreadyExistsException.html" title="Exception class used when an attempt is made create a named object of a particular type when an objec...">AlreadyExistsException</a></td><td>thrown if an <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> named <em>name</em> is already present in the system. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a18b6d5f1fbc47784bb8963c13553c690"></a><!-- doxytag: member="CEGUI::ImagesetManager::createFromImageFile" ref="a18b6d5f1fbc47784bb8963c13553c690" args="(const String &name, const String &filename, const String &resourceGroup="", XMLResourceExistsAction action=XREA_RETURN)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classCEGUI_1_1Imageset.html">Imageset</a>& CEGUI::ImagesetManager::createFromImageFile </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classCEGUI_1_1String.html">String</a> & </td>
<td class="paramname"><em>name</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classCEGUI_1_1String.html">String</a> & </td>
<td class="paramname"><em>filename</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classCEGUI_1_1String.html">String</a> & </td>
<td class="paramname"><em>resourceGroup</em> = <code>""</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="namespaceCEGUI.html#a9944966045296e1d2533fe15ee865359">XMLResourceExistsAction</a> </td>
<td class="paramname"><em>action</em> = <code>XREA_RETURN</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create an <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> object from the specified image file. The <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> will initially have a single image defined named "full_image" which is an image that represents the entire area of the loaded image. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td><a class="el" href="classCEGUI_1_1String.html" title="String class used within the GUI system.">String</a> object containing the unique name for the <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> being created.</td></tr>
<tr><td class="paramname">filename</td><td><a class="el" href="classCEGUI_1_1String.html" title="String class used within the GUI system.">String</a> object holding the name of the image file to be loaded.</td></tr>
<tr><td class="paramname">resourceGroup</td><td>Resource group identifier to be passed to the resource manager when loading the image file.</td></tr>
<tr><td class="paramname">action</td><td>One of the XMLResourceExistsAction enumerated values indicating what action should be taken when an <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> with the specified name already exists.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Reference to the newly created <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> object</dd></dl>
<dl><dt><b>Exceptions:</b></dt><dd>
<table class="exception">
<tr><td class="paramname"><a class="el" href="classCEGUI_1_1AlreadyExistsException.html" title="Exception class used when an attempt is made create a named object of a particular type when an objec...">AlreadyExistsException</a></td><td>thrown if an <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> named <em>name</em> is already present in the system.</td></tr>
<tr><td class="paramname"><a class="el" href="classCEGUI_1_1FileIOException.html" title="Exception class used when a file handling problem occurs.">FileIOException</a></td><td>thrown if something goes wrong while reading the image file <em>filename</em>. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="ab0ab550752b47626dfcf5f7903d12e19"></a><!-- doxytag: member="CEGUI::ImagesetManager::notifyDisplaySizeChanged" ref="ab0ab550752b47626dfcf5f7903d12e19" args="(const Size &size)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void CEGUI::ImagesetManager::notifyDisplaySizeChanged </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classCEGUI_1_1Size.html">Size</a> & </td>
<td class="paramname"><em>size</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Notify the <a class="el" href="classCEGUI_1_1ImagesetManager.html" title="Class providing a shared library of Imageset objects to the system.">ImagesetManager</a> that the display size may have changed. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">size</td><td><a class="el" href="classCEGUI_1_1Size.html" title="Class that holds the size (width & height) of something.">Size</a> object describing the display resolution </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a064bbac0828afa4e118bb3d6cd50ce17"></a><!-- doxytag: member="CEGUI::ImagesetManager::writeImagesetToStream" ref="a064bbac0828afa4e118bb3d6cd50ce17" args="(const String &imageset, OutStream &out_stream) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void CEGUI::ImagesetManager::writeImagesetToStream </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classCEGUI_1_1String.html">String</a> & </td>
<td class="paramname"><em>imageset</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="namespaceCEGUI.html#ac2f7aaf6a0965b83cb35e0b1298c70b9">OutStream</a> & </td>
<td class="paramname"><em>out_stream</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Writes a full XML imageset for the specified <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> to the given OutStream. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">imageset</td><td><a class="el" href="classCEGUI_1_1String.html" title="String class used within the GUI system.">String</a> holding the name of the <a class="el" href="classCEGUI_1_1Imageset.html" title="Offers functions to define, access, and draw, a set of image components on a single graphical surface...">Imageset</a> to be written to the stream.</td></tr>
<tr><td class="paramname">out_stream</td><td>OutStream (std::ostream based) object where data is to be sent.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Nothing. </dd></dl>
</div>
</div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Sun Jan 22 2012 16:07:40 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>
|