File: functions_func_0x6d.html

package info (click to toggle)
cegui-mk2 0.7.6-3.3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 105,388 kB
  • ctags: 82,178
  • sloc: cpp: 142,729; ansic: 27,984; sh: 11,010; makefile: 2,275; python: 916; xml: 17
file content (239 lines) | stat: -rw-r--r-- 11,148 bytes parent folder | download | duplicates (2)
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
<!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: Class Members - Functions</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&#160;<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&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;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&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
      <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div id="navrow3" class="tabs2">
    <ul class="tablist">
      <li><a href="functions.html"><span>All</span></a></li>
      <li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
      <li><a href="functions_vars.html"><span>Variables</span></a></li>
      <li><a href="functions_type.html"><span>Typedefs</span></a></li>
      <li><a href="functions_enum.html"><span>Enumerations</span></a></li>
      <li><a href="functions_eval.html"><span>Enumerator</span></a></li>
    </ul>
  </div>
  <div id="navrow4" class="tabs3">
    <ul class="tablist">
      <li><a href="functions_func.html#index_a"><span>a</span></a></li>
      <li><a href="functions_func_0x62.html#index_b"><span>b</span></a></li>
      <li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li>
      <li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li>
      <li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li>
      <li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li>
      <li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li>
      <li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li>
      <li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li>
      <li><a href="functions_func_0x6a.html#index_j"><span>j</span></a></li>
      <li><a href="functions_func_0x6b.html#index_k"><span>k</span></a></li>
      <li><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li>
      <li class="current"><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li>
      <li><a href="functions_func_0x6e.html#index_n"><span>n</span></a></li>
      <li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li>
      <li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li>
      <li><a href="functions_func_0x71.html#index_q"><span>q</span></a></li>
      <li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li>
      <li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li>
      <li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li>
      <li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li>
      <li><a href="functions_func_0x76.html#index_v"><span>v</span></a></li>
      <li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li>
      <li><a href="functions_func_0x78.html#index_x"><span>x</span></a></li>
      <li><a href="functions_func_0x7e.html#index_0x7e"><span>~</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
&#160;

<h3><a class="anchor" id="index_m"></a>- m -</h3><ul>
<li>makeButtonName()
: <a class="el" href="classCEGUI_1_1TabControl.html#a916f20e68864a94f2d539b8feeaeb6d4">CEGUI::TabControl</a>
</li>
<li>makeTabVisible()
: <a class="el" href="classCEGUI_1_1TabControl.html#add7868322b3f2f2fab62d394ced5b90e">CEGUI::TabControl</a>
</li>
<li>makeTabVisible_impl()
: <a class="el" href="classCEGUI_1_1TabControl.html#a87b27ef74f3a6cbb12c472a1e706d393">CEGUI::TabControl</a>
</li>
<li>makeTabVisibleAtIndex()
: <a class="el" href="classCEGUI_1_1TabControl.html#ad2e55fc153675b997d35c63500590f8d">CEGUI::TabControl</a>
</li>
<li>mapFromGridToIdx()
: <a class="el" href="classCEGUI_1_1GridLayoutContainer.html#a5c5f30b4916e25cf18ecb65ec35041e7">CEGUI::GridLayoutContainer</a>
</li>
<li>mapFromIdxToGrid()
: <a class="el" href="classCEGUI_1_1GridLayoutContainer.html#a19391a5578c958bd8304630efe89e5d5">CEGUI::GridLayoutContainer</a>
</li>
<li>markNeedsLayouting()
: <a class="el" href="classCEGUI_1_1LayoutContainer.html#a7c1cb2a87a286ebf5420b10523b2b52a">CEGUI::LayoutContainer</a>
</li>
<li>matchRegex()
: <a class="el" href="classCEGUI_1_1PCRERegexMatcher.html#a4b958eefe5b792352c92a278aa8745e2">CEGUI::PCRERegexMatcher</a>
, <a class="el" href="classCEGUI_1_1RegexMatcher.html#a30ea72a094d68ea0e9d7f38d4ad85828">CEGUI::RegexMatcher</a>
</li>
<li>max_size()
: <a class="el" href="classCEGUI_1_1String.html#ad4617d00ea11cc95ebc38910fe8dad4c">CEGUI::String</a>
</li>
<li>MemoryException()
: <a class="el" href="classCEGUI_1_1MemoryException.html#a31fb1e31d32fc22424bd3dbda447bf11">CEGUI::MemoryException</a>
</li>
<li>Menubar()
: <a class="el" href="classCEGUI_1_1Menubar.html#a23aecf6d84def9070212bb821c1f555b">CEGUI::Menubar</a>
</li>
<li>MenuBase()
: <a class="el" href="classCEGUI_1_1MenuBase.html#aff4b55bc981fbc0f05a002f36d5b58b5">CEGUI::MenuBase</a>
</li>
<li>MenuItem()
: <a class="el" href="classCEGUI_1_1MenuItem.html#a7494f2bed1cc99759908c3c39b6ded06">CEGUI::MenuItem</a>
</li>
<li>modulateAlpha()
: <a class="el" href="classCEGUI_1_1ColourRect.html#aeaacde3f8a8af4720ae3fd4c301e816c">CEGUI::ColourRect</a>
</li>
<li>MouseCursor()
: <a class="el" href="classCEGUI_1_1MouseCursor.html#ab57d76e02a0b34bc84308f70be4d261f">CEGUI::MouseCursor</a>
</li>
<li>moveBehind()
: <a class="el" href="classCEGUI_1_1Window.html#a40ab4bad505152c05072ad9080f0c0cb">CEGUI::Window</a>
</li>
<li>moveBottomEdge()
: <a class="el" href="classCEGUI_1_1FrameWindow.html#a79dbc0dcec2581e3537806a2406b3e9d">CEGUI::FrameWindow</a>
</li>
<li>moveChildWindow()
: <a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a72aba5cd24857e1d3b3a2d85e7181592">CEGUI::SequentialLayoutContainer</a>
</li>
<li>moveChildWindowToPosition()
: <a class="el" href="classCEGUI_1_1GridLayoutContainer.html#acaa8b15dca3b88d5de3ec47a52b4fc5e">CEGUI::GridLayoutContainer</a>
, <a class="el" href="classCEGUI_1_1SequentialLayoutContainer.html#a38e6a3630952a536c828e3b0b57535d5">CEGUI::SequentialLayoutContainer</a>
</li>
<li>moveColumn()
: <a class="el" href="classCEGUI_1_1MultiColumnList.html#a50b6986ed21e526ca415de42b2309e2b">CEGUI::MultiColumnList</a>
, <a class="el" href="classCEGUI_1_1ListHeader.html#a00cd6f52c825b8b7a45874790c06a228">CEGUI::ListHeader</a>
</li>
<li>moveColumn_impl()
: <a class="el" href="classCEGUI_1_1MultiColumnList.html#adb86435b8d5a6d99fa25f80a6e747aed">CEGUI::MultiColumnList</a>
</li>
<li>moveColumnWithID()
: <a class="el" href="classCEGUI_1_1MultiColumnList.html#afad6bd9fb99311c77ea60ef9a24bf0eb">CEGUI::MultiColumnList</a>
</li>
<li>moveInFront()
: <a class="el" href="classCEGUI_1_1Window.html#a4e48ecba2211039fd34b20e2c681c18b">CEGUI::Window</a>
</li>
<li>moveKeyFrameToPosition()
: <a class="el" href="classCEGUI_1_1Affector.html#a56ce8632a6038fea693ccad0b55817e4">CEGUI::Affector</a>
</li>
<li>moveLeftEdge()
: <a class="el" href="classCEGUI_1_1FrameWindow.html#a8dd2173f5eea8799e98d0d00ae5df6b8">CEGUI::FrameWindow</a>
</li>
<li>moveRightEdge()
: <a class="el" href="classCEGUI_1_1FrameWindow.html#a890e25f2177d2b4fdee93710a8da6028">CEGUI::FrameWindow</a>
</li>
<li>moveSegment()
: <a class="el" href="classCEGUI_1_1ListHeader.html#a15dd7370f10e8431361989601757f3a4">CEGUI::ListHeader</a>
</li>
<li>moveToBack()
: <a class="el" href="classCEGUI_1_1Window.html#a47b65c701b4b785e76dd656dcf8e4a96">CEGUI::Window</a>
</li>
<li>moveToFront()
: <a class="el" href="classCEGUI_1_1Window.html#afd1d4887d517487d65391e82a5dd999d">CEGUI::Window</a>
</li>
<li>moveToFront_impl()
: <a class="el" href="classCEGUI_1_1GUISheet.html#a746f5d0a7808ba3e42bed604c4ea5779">CEGUI::GUISheet</a>
, <a class="el" href="classCEGUI_1_1Window.html#af0fec1889c24f69f8c29f181dbfc9005">CEGUI::Window</a>
</li>
<li>moveTopEdge()
: <a class="el" href="classCEGUI_1_1FrameWindow.html#a02334daa5838c2ccd11e7ffdf23a54a8">CEGUI::FrameWindow</a>
</li>
<li>moveToPosition()
: <a class="el" href="classCEGUI_1_1KeyFrame.html#a34908fe9fa6295b8c0f1eccc49f3f3d8">CEGUI::KeyFrame</a>
</li>
<li>MultiColumnList()
: <a class="el" href="classCEGUI_1_1MultiColumnList.html#a4d05bf1f8e0a0171d5633be825e334bd">CEGUI::MultiColumnList</a>
</li>
<li>MultiColumnListWindowRenderer()
: <a class="el" href="classCEGUI_1_1MultiColumnListWindowRenderer.html#a4532d1d90d19167b6d8416073b502d11">CEGUI::MultiColumnListWindowRenderer</a>
</li>
<li>MultiLineEditbox()
: <a class="el" href="classCEGUI_1_1MultiLineEditbox.html#afa4159a4796073da49b611a28babdf59">CEGUI::MultiLineEditbox</a>
</li>
<li>MultiLineEditboxWindowRenderer()
: <a class="el" href="classCEGUI_1_1MultiLineEditboxWindowRenderer.html#a25be292ec046815f1ef66c0866918468">CEGUI::MultiLineEditboxWindowRenderer</a>
</li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Sun Jan 22 2012 16:07:40 for Crazy Eddies GUI System by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>