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 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>GTK+ Foundation Classes</title>
<link href="gfc.css" rel="stylesheet" type="text/css">
<meta content="The GFC Development Team" name="author">
<meta content="Core Library Reference Manual" name="description">
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(243, 244, 248);"
alink="#000099" link="#000099" vlink="#990099">
<table style="text-align: left; width: 1227px; height: 117px;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td
style="text-align: center; background-color: rgb(255, 255, 255); width: 220px; vertical-align: top;"><img
alt="GFC Logo" src="../images/gfc.png"
style="width: 207px; height: 92px;"></td>
<td
style="text-align: center; background-color: rgb(87, 107, 152); vertical-align: middle;"><img
alt="GFC Title Logo" src="../images/gfc-title.png"
style="width: 418px; height: 76px;"><br>
</td>
</tr>
<tr>
<td
style="text-align: center; background-color: rgb(65, 77, 104); vertical-align: middle;"><big><span
style="color: rgb(255, 255, 153); font-weight: bold;">Reference Manual</span></big><br>
</td>
<td
style="text-align: center; background-color: rgb(148, 164, 200); vertical-align: middle;"><small
style="font-family: helvetica,arial,sans-serif;"><a
href="../html/index.html">Main Page</a> | <a
href="../html/namespaces.html">Namespace List</a> | <a
href="classes.html">Alphabetical List</a> | <a
href="../html/annotated.html">Class List</a> | <a
href="../html/files.html">File List</a></small><br>
</td>
</tr>
</tbody>
</table>
<small> </small>
</body>
</html>
<!-- Generated by Doxygen 1.3.8 -->
<h1>object.hh</h1><a href="atk_2object_8hh.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/* GFC-UI: GTK+ Foundation Classes (User Interface Library)</span>
00002 <span class="comment"> * Copyright (C) 2002-2004 The GFC Development Team.</span>
00003 <span class="comment"> *</span>
00004 <span class="comment"> * This program is free software; you can redistribute it and/or modify</span>
00005 <span class="comment"> * it under the terms of the GNU General Public License as published by</span>
00006 <span class="comment"> * the Free Software Foundation; either version 2 of the License, or</span>
00007 <span class="comment"> * (at your option) any later version.</span>
00008 <span class="comment"> *</span>
00009 <span class="comment"> * This program is distributed in the hope that it will be useful,</span>
00010 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
00011 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
00012 <span class="comment"> * GNU Library General Public License for more details.</span>
00013 <span class="comment"> *</span>
00014 <span class="comment"> * You should have received a copy of the GNU Library General Public License</span>
00015 <span class="comment"> * along with this program; if not, write to the Free Software</span>
00016 <span class="comment"> * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</span>
00017 <span class="comment"> */</span>
00018
00023
00024 <span class="preprocessor">#ifndef GFC_ATK_OBJECT_HH</span>
00025 <span class="preprocessor"></span><span class="preprocessor">#define GFC_ATK_OBJECT_HH</span>
00026 <span class="preprocessor"></span>
00027 <span class="preprocessor">#ifndef GFC_G_OBJECT_HH</span>
00028 <span class="preprocessor"></span><span class="preprocessor">#include <gfc/glib/object.hh></span>
00029 <span class="preprocessor">#endif</span>
00030 <span class="preprocessor"></span>
00031 <span class="preprocessor">#ifndef GFC_ATK_UTIL_HH</span>
00032 <span class="preprocessor"></span><span class="preprocessor">#include <<a class="code" href="util_8hh.html">gfc/atk/util.hh</a>></span>
00033 <span class="preprocessor">#endif</span>
00034 <span class="preprocessor"></span>
00035 <span class="preprocessor">#ifndef __ATK_OBJECT_H__</span>
00036 <span class="preprocessor"></span><span class="preprocessor">#include <atk/atkobject.h></span>
00037 <span class="preprocessor">#endif</span>
00038 <span class="preprocessor"></span>
00039 <span class="keyword">namespace </span>GFC {
00040
00041 <span class="keyword">namespace </span>Atk {
00042
00043 <span class="keyword">class </span>RelationSet;
00044 <span class="keyword">class </span>StateSet;
00045
00048
<a name="l00049"></a><a class="code" href="namespaceGFC_1_1Atk.html#a195">00049</a> <span class="keyword">enum</span> <a class="code" href="namespaceGFC_1_1Atk.html#a195">Role</a>
00050 {
00051 <a class="code" href="namespaceGFC_1_1Atk.html#a195a2">ROLE_INVALID</a> = ATK_ROLE_INVALID,
00053
00054 <a class="code" href="namespaceGFC_1_1Atk.html#a195a3">ROLE_ACCEL_LABEL</a> = ATK_ROLE_ACCEL_LABEL,
00056
00057 <a class="code" href="namespaceGFC_1_1Atk.html#a195a4">ROLE_ALERT</a> = ATK_ROLE_ALERT,
00059
00060 <a class="code" href="namespaceGFC_1_1Atk.html#a195a5">ROLE_ANIMATION</a> = ATK_ROLE_ANIMATION,
00062
00063 <a class="code" href="namespaceGFC_1_1Atk.html#a195a6">ROLE_ARROW</a> = ATK_ROLE_ARROW,
00065
00066 <a class="code" href="namespaceGFC_1_1Atk.html#a195a7">ROLE_CALENDAR</a> = ATK_ROLE_CALENDAR,
00068
00069 <a class="code" href="namespaceGFC_1_1Atk.html#a195a8">ROLE_CANVAS</a> = ATK_ROLE_CANVAS,
00071
00072 <a class="code" href="namespaceGFC_1_1Atk.html#a195a9">ROLE_CHECK_BOX</a> = ATK_ROLE_CHECK_BOX,
00074
00075 <a class="code" href="namespaceGFC_1_1Atk.html#a195a10">ROLE_CHECK_MENU_ITEM</a> = ATK_ROLE_CHECK_MENU_ITEM,
00077
00078 <a class="code" href="namespaceGFC_1_1Atk.html#a195a11">ROLE_COLOR_CHOOSER</a> = ATK_ROLE_COLOR_CHOOSER,
00080
00081 <a class="code" href="namespaceGFC_1_1Atk.html#a195a12">ROLE_COLUMN_HEADER</a> = ATK_ROLE_COLUMN_HEADER,
00083
00084 <a class="code" href="namespaceGFC_1_1Atk.html#a195a13">ROLE_COMBO_BOX</a> = ATK_ROLE_COMBO_BOX,
00086
00087 <a class="code" href="namespaceGFC_1_1Atk.html#a195a14">ROLE_DATE_EDITOR</a> = ATK_ROLE_DATE_EDITOR,
00089
00090 <a class="code" href="namespaceGFC_1_1Atk.html#a195a15">ROLE_DESKTOP_ICON</a> = ATK_ROLE_DESKTOP_ICON,
00092
00093 <a class="code" href="namespaceGFC_1_1Atk.html#a195a16">ROLE_DESKTOP_FRAME</a> = ATK_ROLE_DESKTOP_FRAME,
00095
00096 <a class="code" href="namespaceGFC_1_1Atk.html#a195a17">ROLE_DIAL</a> = ATK_ROLE_DIAL,
00098
00099 <a class="code" href="namespaceGFC_1_1Atk.html#a195a18">ROLE_DIALOG</a> = ATK_ROLE_DIALOG,
00101
00102 <a class="code" href="namespaceGFC_1_1Atk.html#a195a19">ROLE_DIRECTORY_PANE</a> = ATK_ROLE_DIRECTORY_PANE,
00104
00105 <a class="code" href="namespaceGFC_1_1Atk.html#a195a20">ROLE_DRAWING_AREA</a> = ATK_ROLE_DRAWING_AREA,
00107
00108 <a class="code" href="namespaceGFC_1_1Atk.html#a195a21">ROLE_FILE_CHOOSER</a> = ATK_ROLE_FILE_CHOOSER,
00110
00111 <a class="code" href="namespaceGFC_1_1Atk.html#a195a22">ROLE_FILLER</a> = ATK_ROLE_FILLER,
00113
00114 <a class="code" href="namespaceGFC_1_1Atk.html#a195a23">ROLE_FONT_CHOOSER</a> = ATK_ROLE_FONT_CHOOSER,
00116
00117 <a class="code" href="namespaceGFC_1_1Atk.html#a195a24">ROLE_FRAME</a> = ATK_ROLE_FRAME,
00119
00120 <a class="code" href="namespaceGFC_1_1Atk.html#a195a25">ROLE_GLASS_PANE</a> = ATK_ROLE_GLASS_PANE,
00122
00123 <a class="code" href="namespaceGFC_1_1Atk.html#a195a26">ROLE_HTML_CONTAINER</a> = ATK_ROLE_HTML_CONTAINER,
00125
00126 <a class="code" href="namespaceGFC_1_1Atk.html#a195a27">ROLE_ICON</a> = ATK_ROLE_ICON,
00128
00129 <a class="code" href="namespaceGFC_1_1Atk.html#a195a28">ROLE_IMAGE</a> = ATK_ROLE_IMAGE,
00131
00132 <a class="code" href="namespaceGFC_1_1Atk.html#a195a29">ROLE_INTERNAL_FRAME</a> = ATK_ROLE_INTERNAL_FRAME,
00134
00135 <a class="code" href="namespaceGFC_1_1Atk.html#a195a30">ROLE_LABEL</a> = ATK_ROLE_LABEL,
00137
00138 <a class="code" href="namespaceGFC_1_1Atk.html#a195a31">ROLE_LAYERED_PANE</a> = ATK_ROLE_LAYERED_PANE,
00140
00141 <a class="code" href="namespaceGFC_1_1Atk.html#a195a32">ROLE_LIST</a> = ATK_ROLE_LIST,
00143
00144 <a class="code" href="namespaceGFC_1_1Atk.html#a195a33">ROLE_LIST_ITEM</a> = ATK_ROLE_LIST_ITEM,
00146
00147 <a class="code" href="namespaceGFC_1_1Atk.html#a195a34">ROLE_MENU</a> = ATK_ROLE_MENU,
00149
00150 <a class="code" href="namespaceGFC_1_1Atk.html#a195a35">ROLE_MENU_BAR</a> = ATK_ROLE_MENU_BAR,
00153
00154 <a class="code" href="namespaceGFC_1_1Atk.html#a195a36">ROLE_MENU_ITEM</a> = ATK_ROLE_MENU_ITEM,
00156
00157 <a class="code" href="namespaceGFC_1_1Atk.html#a195a37">ROLE_OPTION_PANE</a> = ATK_ROLE_OPTION_PANE,
00159
00160 <a class="code" href="namespaceGFC_1_1Atk.html#a195a38">ROLE_PAGE_TAB</a> = ATK_ROLE_PAGE_TAB,
00162
00163 <a class="code" href="namespaceGFC_1_1Atk.html#a195a39">ROLE_PAGE_TAB_LIST</a> = ATK_ROLE_PAGE_TAB_LIST,
00166
00167 <a class="code" href="namespaceGFC_1_1Atk.html#a195a40">ROLE_PANEL</a> = ATK_ROLE_PANEL,
00169
00170 <a class="code" href="namespaceGFC_1_1Atk.html#a195a41">ROLE_PASSWORD_TEXT</a> = ATK_ROLE_PASSWORD_TEXT,
00172
00173 <a class="code" href="namespaceGFC_1_1Atk.html#a195a42">ROLE_POPUP_MENU</a> = ATK_ROLE_POPUP_MENU,
00176
00177 <a class="code" href="namespaceGFC_1_1Atk.html#a195a43">ROLE_PROGRESS_BAR</a> = ATK_ROLE_PROGRESS_BAR,
00179
00180 <a class="code" href="namespaceGFC_1_1Atk.html#a195a44">ROLE_PUSH_BUTTON</a> = ATK_ROLE_PUSH_BUTTON,
00182
00183 <a class="code" href="namespaceGFC_1_1Atk.html#a195a45">ROLE_RADIO_BUTTON</a> = ATK_ROLE_RADIO_BUTTON,
00186
00187 <a class="code" href="namespaceGFC_1_1Atk.html#a195a46">ROLE_RADIO_MENU_ITEM</a> = ATK_ROLE_RADIO_MENU_ITEM,
00190
00191 <a class="code" href="namespaceGFC_1_1Atk.html#a195a47">OLE_ROOT_PANE</a> = ATK_ROLE_ROOT_PANE,
00193
00194 <a class="code" href="namespaceGFC_1_1Atk.html#a195a48">ROLE_ROW_HEADER</a> = ATK_ROLE_ROW_HEADER,
00196
00197 <a class="code" href="namespaceGFC_1_1Atk.html#a195a49">ROLE_SCROLL_BAR</a> = ATK_ROLE_SCROLL_BAR,
00199
00200 <a class="code" href="namespaceGFC_1_1Atk.html#a195a50">ROLE_SCROLL_PANE</a> = ATK_ROLE_SCROLL_PANE,
00202
00203 <a class="code" href="namespaceGFC_1_1Atk.html#a195a51">ROLE_SEPARATOR</a> = ATK_ROLE_SEPARATOR,
00205
00206 <a class="code" href="namespaceGFC_1_1Atk.html#a195a52">ROLE_SLIDER</a> = ATK_ROLE_SLIDER,
00208
00209 <a class="code" href="namespaceGFC_1_1Atk.html#a195a53">ROLE_SPLIT_PANE</a> = ATK_ROLE_SPLIT_PANE,
00211
00212 <a class="code" href="namespaceGFC_1_1Atk.html#a195a54">ROLE_SPIN_BUTTON</a> = ATK_ROLE_SPIN_BUTTON,
00214
00215 <a class="code" href="namespaceGFC_1_1Atk.html#a195a55">ROLE_STATUSBAR</a> = ATK_ROLE_STATUSBAR,
00217
00218 <a class="code" href="namespaceGFC_1_1Atk.html#a195a56">ROLE_TABLE</a> = ATK_ROLE_TABLE,
00220
00221 <a class="code" href="namespaceGFC_1_1Atk.html#a195a57">ROLE_TABLE_CELL</a> = ATK_ROLE_TABLE_CELL,
00223
00224 <a class="code" href="namespaceGFC_1_1Atk.html#a195a58">ROLE_TABLE_COLUMN_HEADER</a> = ATK_ROLE_TABLE_COLUMN_HEADER,
00226
00227 <a class="code" href="namespaceGFC_1_1Atk.html#a195a59">ROLE_TABLE_ROW_HEADER</a> = ATK_ROLE_TABLE_ROW_HEADER,
00229
00230 <a class="code" href="namespaceGFC_1_1Atk.html#a195a60">ROLE_TEAR_OFF_MENU_ITEM</a> = ATK_ROLE_TEAR_OFF_MENU_ITEM,
00232
00233 <a class="code" href="namespaceGFC_1_1Atk.html#a195a61">ROLE_TERMINAL</a> = ATK_ROLE_TERMINAL,
00235
00236 <a class="code" href="namespaceGFC_1_1Atk.html#a195a62">ROLE_TEXT</a> = ATK_ROLE_TEXT,
00238
00239 <a class="code" href="namespaceGFC_1_1Atk.html#a195a63">ROLE_TOGGLE_BUTTON</a> = ATK_ROLE_TOGGLE_BUTTON,
00242
00243 <a class="code" href="namespaceGFC_1_1Atk.html#a195a64">ROLE_TOOL_BAR</a> = ATK_ROLE_TOOL_BAR,
00245
00246 <a class="code" href="namespaceGFC_1_1Atk.html#a195a65">ROLE_TOOL_TIP</a> = ATK_ROLE_TOOL_TIP,
00248
00249 <a class="code" href="namespaceGFC_1_1Atk.html#a195a66">ROLE_TREE</a> = ATK_ROLE_TREE,
00251
00252 <a class="code" href="namespaceGFC_1_1Atk.html#a195a67">ROLE_TREE_TABLE</a> = ATK_ROLE_TREE_TABLE,
00254
00255 <a class="code" href="namespaceGFC_1_1Atk.html#a195a68">ROLE_UNKNOWN</a> = ATK_ROLE_UNKNOWN,
00257
00258 <a class="code" href="namespaceGFC_1_1Atk.html#a195a69">ROLE_VIEWPORT</a> = ATK_ROLE_VIEWPORT,
00260
00261 <a class="code" href="namespaceGFC_1_1Atk.html#a195a70">ROLE_WINDOW</a> = ATK_ROLE_WINDOW,
00263
00264 <a class="code" href="namespaceGFC_1_1Atk.html#a195a71">ROLE_HEADER</a> = ATK_ROLE_HEADER,
00266
00267 <a class="code" href="namespaceGFC_1_1Atk.html#a195a72">ROLE_FOOTER</a> = ATK_ROLE_FOOTER,
00269
00270 <a class="code" href="namespaceGFC_1_1Atk.html#a195a73">ROLE_PARAGRAPH</a> = ATK_ROLE_PARAGRAPH,
00272
00273 <a class="code" href="namespaceGFC_1_1Atk.html#a195a74">ROLE_RULER</a> = ATK_ROLE_RULER,
00276
00277 <a class="code" href="namespaceGFC_1_1Atk.html#a195a75">ROLE_APPLICATION</a> = ATK_ROLE_APPLICATION,
00279
00280 <a class="code" href="namespaceGFC_1_1Atk.html#a195a76">ROLE_AUTOCOMPLETE</a> = ATK_ROLE_AUTOCOMPLETE,
00283
00284 <a class="code" href="namespaceGFC_1_1Atk.html#a195a77">ROLE_EDITBAR</a> = ATK_ROLE_EDITBAR,
00286
00287 <a class="code" href="namespaceGFC_1_1Atk.html#a195a78">ROLE_LAST_DEFINED</a> = ATK_ROLE_LAST_DEFINED
00289 };
00290
00293
00294 Role <a class="code" href="namespaceGFC_1_1Atk.html#a176">role_register</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>& name);
00298
00299 <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a> <a class="code" href="namespaceGFC_1_1Atk.html#a177">role_get_name</a>(Role role);
00303
00304 <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a> <a class="code" href="namespaceGFC_1_1Atk.html#a178">role_get_localized_name</a>(Role role);
00308
00309 Role <a class="code" href="namespaceGFC_1_1Atk.html#a179">role_for_name</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>& name);
00313
00315
00331
<a name="l00332"></a><a class="code" href="classGFC_1_1Atk_1_1Object.html">00332</a> <span class="keyword">class </span><a class="code" href="classGFC_1_1Atk_1_1Object.html">Object</a> : <span class="keyword">public</span> G::<a class="code" href="classGFC_1_1Atk_1_1Object.html">Object</a>
00333 {
00334 <span class="keyword">friend</span> <span class="keyword">class </span><a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Object.html">G::Object</a>;
00335
00336 <a class="code" href="classGFC_1_1Atk_1_1Object.html#z34_0">Object</a>(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html">Object</a>&);
00337 <a class="code" href="classGFC_1_1Atk_1_1Object.html">Object</a>& operator=(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html">Object</a>&);
00338
00339 <span class="keyword">protected</span>:
00342
00343 <span class="keyword">explicit</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z34_0">Object</a>(AtkObject *object, <span class="keywordtype">bool</span> owns_reference = <span class="keyword">true</span>);
00350
00354
00355 <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal<void, unsigned int, void*></a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">ChildrenChangedSignalType</a>;
00356 <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy<TypeInstance, ChildrenChangedSignalType></a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">ChildrenChangedSignalProxy</a>;
00357 <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">ChildrenChangedSignalType</a> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z35_12">children_changed_signal</a>;
00364
00365 <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal<void, bool></a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">FocusEventSignalType</a>;
00366 <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy<TypeInstance, FocusEventSignalType></a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">FocusEventSignalProxy</a>;
00367 <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">FocusEventSignalType</a> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z35_13">focus_event_signal</a>;
00373
00374 <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal<void, AtkPropertyValues*></a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">PropertyChangeSignalType</a>;
00375 <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy<TypeInstance, PropertyChangeSignalType></a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">PropertyChangeSignalProxy</a>;
00376 <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">PropertyChangeSignalType</a> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z35_14">property_change_signal</a>;
00382
00383 <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal<void, const String&, bool></a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">StateChangeSignalType</a>;
00384 <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy<TypeInstance, StateChangeSignalType></a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">StateChangeSignalProxy</a>;
00385 <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">StateChangeSignalType</a> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z35_15">state_change_signal</a>;
00392
00393 <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal<void></a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">VisibleDataChangedSignalType</a>;
00394 <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy<TypeInstance, VisibleDataChangedSignalType></a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">VisibleDataChangedSignalProxy</a>;
00395 <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">VisibleDataChangedSignalType</a> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z35_16">visible_data_changed_signal</a>;
00400
00401 <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal<void, void**></a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">ActiveDescendantChangedSignalType</a>;
00402 <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy<TypeInstance, ActiveDescendantChangedSignalType></a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">ActiveDescendantChangedSignalProxy</a>;
00403 <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">ActiveDescendantChangedSignalType</a> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z35_17">active_descendant_changed_signal</a>;
00409
00411
00412 <span class="keyword">public</span>:
00415
00416 <span class="keyword">virtual</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z36_0">~Object</a>();
00418
00422
00423 AtkObject* <a class="code" href="classGFC_1_1Atk_1_1Object.html#z37_0">atk_object</a>() <span class="keyword">const</span>;
00425
00426 <a class="code" href="classGFC_1_1Atk_1_1Object.html#z37_1">operator AtkObject* </a>() <span class="keyword">const</span>;
00428
00429 <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z37_2">get_name</a>() <span class="keyword">const</span>;
00432
00433 <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z37_3">get_description</a>() <span class="keyword">const</span>;
00436
00437 <a class="code" href="classGFC_1_1Atk_1_1Object.html">Object</a>* <a class="code" href="classGFC_1_1Atk_1_1Object.html#z37_4">get_parent</a>() <span class="keyword">const</span>;
00440
00441 <span class="keywordtype">int</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z37_5">get_n_accessible_children</a>() <span class="keyword">const</span>;
00444
00445 <a class="code" href="classGFC_1_1Atk_1_1Object.html">Object</a>* <a class="code" href="classGFC_1_1Atk_1_1Object.html#z37_6">ref_accessible_child</a>(<span class="keywordtype">int</span> index) <span class="keyword">const</span>;
00452
00453 <a class="code" href="classGFC_1_1Atk_1_1RelationSet.html">RelationSet</a>* <a class="code" href="classGFC_1_1Atk_1_1Object.html#z37_7">ref_relation_set</a>() <span class="keyword">const</span>;
00456
00457 <a class="code" href="namespaceGFC_1_1Atk.html#a195">Role</a> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z37_8">get_role</a>() <span class="keyword">const</span>;
00460
00461 <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1Pointer.html">Pointer<StateSet></a> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z37_9">ref_state_set</a>() <span class="keyword">const</span>;
00464
00465 <span class="keywordtype">int</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z37_10">get_index_in_parent</a>() <span class="keyword">const</span>;
00469
00473
00474 <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z38_1">set_name</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *name);
00475 <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z38_1">set_name</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>& name);
00478
00479 <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z38_3">set_description</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *description);
00480 <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z38_3">set_description</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>& description);
00483
00484 <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z38_4">set_parent</a>(<a class="code" href="classGFC_1_1Atk_1_1Object.html">Object</a>& parent);
00487
00488 <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z38_5">set_role</a>(<a class="code" href="namespaceGFC_1_1Atk.html#a195">Role</a> role);
00491
00492 <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z38_6">notify_state_change</a>(<a class="code" href="namespaceGFC_1_1Atk.html#a151">State</a> state, <span class="keywordtype">bool</span> value);
00496
00497 <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z38_7">add_relationship</a>(<a class="code" href="namespaceGFC_1_1Atk.html#a202">RelationType</a> relationship, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html">Object</a>& target);
00502
00503 <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z38_8">remove_relationship</a>(<a class="code" href="namespaceGFC_1_1Atk.html#a202">RelationType</a> relationship, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Atk_1_1Object.html">Object</a>& target);
00508
00512
00513 <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">ChildrenChangedSignalProxy</a> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z39_0">sig_children_changed</a>();
00515
00516 <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">FocusEventSignalProxy</a> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z39_1">sig_focus_event</a>();
00518
00519 <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">PropertyChangeSignalProxy</a> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z39_2">sig_property_change</a>();
00521
00522 <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">StateChangeSignalProxy</a> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z39_3">sig_state_change</a>();
00524
00525 <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">VisibleDataChangedSignalProxy</a> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z39_4">sig_visible_data_changed</a>();
00528
00529 <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">ActiveDescendantChangedSignalProxy</a> <a class="code" href="classGFC_1_1Atk_1_1Object.html#z39_5">sig_active_descendant_changed</a>();
00534
00536 };
00537
00538 } <span class="comment">// namespace Atk</span>
00539
00540 } <span class="comment">// namespace GFC</span>
00541
00542 <span class="preprocessor">#include <gfc/atk/inline/object.inl></span>
00543
00544 <span class="preprocessor">#endif // GFC_ATK_OBJECT_HH</span>
00545 <span class="preprocessor"></span>
</div></pre><hr size="1"><address style="align: right;"><small>Generated on Tue Aug 24 00:34:31 2004 for GFC-UI by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
</body>
</html>
|