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
|
<!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: Deprecated 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 class="current"><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Deprecated List </div> </div>
</div>
<div class="contents">
<div class="textblock"><p><a class="anchor" id="_deprecated000002"></a> </p>
<dl>
<dt>Class <a class="el" href="classCEGUI_1_1ClippedContainer.html">CEGUI::ClippedContainer</a> </dt>
<dd>This class is deprecated and is scheduled for removal. The function this class used to provide was broken when the inner-rect (aka client area) support got fixed. The good news is that fixing inner-rect support effectively negated the need for this class anyway - clipping areas can now be established in the looknfeel and extracted via the WindowRenderer. </dd>
</dl>
<p><a class="anchor" id="_deprecated000003"></a> </p>
<dl>
<dt>Member <a class="el" href="classCEGUI_1_1MultiLineEditbox.html#a38a6d6189c0b7d745bff03beacd22a34">CEGUI::MultiLineEditbox::formatText</a> (void) </dt>
<dd>This is deprecated in favour of the version taking a boolean. </dd>
</dl>
<p><a class="anchor" id="_deprecated000009"></a> </p>
<dl>
<dt>Member <a class="el" href="classCEGUI_1_1OgreRenderTarget.html#a112b0367fba1543046f889698291bc8b">CEGUI::OgreRenderTarget::setOgreViewportDimensions</a> (const Rect &area) </dt>
<dd>This function is deprecated and will be removed or changed considerably in future releases. </dd>
</dl>
<p><a class="anchor" id="_deprecated000006"></a> </p>
<dl>
<dt>Member <a class="el" href="classCEGUI_1_1PropertyDefinition.html#ad20dc58528e55b08f91c3cb745ea3315">CEGUI::PropertyDefinition::PropertyDefinition</a> (const String &name, const String &initialValue, bool redrawOnWrite, bool layoutOnWrite) </dt>
<dd>This version of the constructor is deprecated in favour of the version taking a help string. </dd>
</dl>
<p><a class="anchor" id="_deprecated000007"></a> </p>
<dl>
<dt>Member <a class="el" href="classCEGUI_1_1PropertyLinkDefinition.html#af12265bad8b6eecb57ac81bc0f128866">CEGUI::PropertyLinkDefinition::getTargetWindow</a> (const PropertyReceiver *receiver) const </dt>
<dd>This will be removed in 0.8.x. Use the version taking a suffix string instead! </dd>
</dl>
<p><a class="anchor" id="_deprecated000008"></a> </p>
<dl>
<dt>Member <a class="el" href="classCEGUI_1_1PropertyLinkDefinition.html#a7c0ba55b0332a21f727efe5bfb726d3a">CEGUI::PropertyLinkDefinition::getTargetWindow</a> (PropertyReceiver *receiver) </dt>
<dd>This will be removed in 0.8.x. Use the version taking a suffix string instead! </dd>
</dl>
<p><a class="anchor" id="_deprecated000004"></a> </p>
<dl>
<dt>Class <a class="el" href="classCEGUI_1_1Tree.html">CEGUI::Tree</a> </dt>
<dd>The <a class="el" href="classCEGUI_1_1Tree.html" title="Base class for standard Tree widget.">CEGUI::Tree</a>, <a class="el" href="classCEGUI_1_1TreeItem.html" title="Base class for tree items.">CEGUI::TreeItem</a> and any other associated classes are deprecated and thier use should be minimised - preferably eliminated - where possible. It is extremely unfortunate that this widget was ever added to <a class="el" href="namespaceCEGUI.html" title="Main namespace for Crazy Eddie's GUI Library.">CEGUI</a> since its design and implementation are poor and do not meet established standards for the <a class="el" href="namespaceCEGUI.html" title="Main namespace for Crazy Eddie's GUI Library.">CEGUI</a> project. </dd>
</dl>
<p><a class="anchor" id="_deprecated000005"></a> </p>
<dl>
<dt>Class <a class="el" href="classCEGUI_1_1TreeItem.html">CEGUI::TreeItem</a> </dt>
<dd>The <a class="el" href="classCEGUI_1_1Tree.html" title="Base class for standard Tree widget.">CEGUI::Tree</a>, <a class="el" href="classCEGUI_1_1TreeItem.html" title="Base class for tree items.">CEGUI::TreeItem</a> and any other associated classes are deprecated and thier use should be minimised - preferably eliminated - where possible. It is extremely unfortunate that this widget was ever added to <a class="el" href="namespaceCEGUI.html" title="Main namespace for Crazy Eddie's GUI Library.">CEGUI</a> since its design and implementation are poor and do not meet established standards for the <a class="el" href="namespaceCEGUI.html" title="Main namespace for Crazy Eddie's GUI Library.">CEGUI</a> project. </dd>
</dl>
<p><a class="anchor" id="_deprecated000001"></a> </p>
<dl>
<dt>Member <a class="el" href="classCEGUI_1_1Window.html#ae922c5a546f5ccfe159aea2eaacaef27">CEGUI::Window::invalidate</a> (void) </dt>
<dd>This function is deprecated in favour of the version taking a boolean. </dd>
</dl>
</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>
|