|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21572/root/usr/share/gtk-doc/html/atk/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>AtkRegistry</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="index.html" title="ATK - Accessibility Toolkit">
<link rel="up" href="atk.html" title="ATK Library">
<link rel="prev" href="AtkObjectFactory.html" title="AtkObjectFactory">
<link rel="next" href="AtkRelation.html" title="AtkRelation">
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="atk.html" title="ATK Library">
<link rel="index" href="ix01.html" title="Index">
<link rel="index" href="ix02.html" title="Index of deprecated symbols">
<link rel="index" href="ix03.html" title="Index of new symbols in ATK 1.3">
<link rel="index" href="ix04.html" title="Index of new symbols in ATK 1.4">
<link rel="index" href="ix05.html" title="Index of new symbols in ATK 1.6">
<link rel="index" href="ix06.html" title="Index of new symbols in ATK 1.9">
<link rel="index" href="ix07.html" title="Index of new symbols in ATK 1.12">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="AtkObjectFactory.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="atk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">ATK - Accessibility Toolkit</th>
<td><a accesskey="n" href="AtkRelation.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2571117" class="shortcut">Top</a>
 | 
<a href="#id2571276" class="shortcut">Description</a>
 | 
<a href="#id2571251" class="shortcut">Object Hierarchy</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="AtkRegistry"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2571117"></a><span class="refentrytitle">AtkRegistry</span>
</h2>
<p>AtkRegistry — An object used to store the GType of the factories used to create an accessible
object for an object of a particular GType.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">
<a href="AtkRegistry.html#AtkRegistry-struct">AtkRegistry</a>;
void <a href="AtkRegistry.html#atk-registry-set-factory-type">atk_registry_set_factory_type</a> (<a href="AtkRegistry.html" title="AtkRegistry">AtkRegistry</a> *registry,
<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> type,
<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> factory_type);
<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> <a href="AtkRegistry.html#atk-registry-get-factory-type">atk_registry_get_factory_type</a> (<a href="AtkRegistry.html" title="AtkRegistry">AtkRegistry</a> *registry,
<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> type);
<a href="AtkObjectFactory.html" title="AtkObjectFactory">AtkObjectFactory</a>* <a href="AtkRegistry.html#atk-registry-get-factory">atk_registry_get_factory</a> (<a href="AtkRegistry.html" title="AtkRegistry">AtkRegistry</a> *registry,
<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> type);
<a href="AtkRegistry.html" title="AtkRegistry">AtkRegistry</a>* <a href="AtkRegistry.html#atk-get-default-registry">atk_get_default_registry</a> (void);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2571251"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
>GObject</a>
+----AtkRegistry
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2571276"></a><h2>Description</h2>
<p>
The AtkRegistry is normally used to create appropriate ATK "peers" for user
interface components. Application developers usually need only interact with
the AtkRegistry by associating appropriate ATK implementation classes with
GObject classes via the atk_registry_set_factory_type call, passing the
appropriate GType for application custom widget classes.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2571296"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2571307"></a><h3>
<a name="AtkRegistry-struct"></a>AtkRegistry</h3>
<a class="indexterm" name="id2571320"></a><pre class="programlisting">typedef struct _AtkRegistry AtkRegistry;</pre>
<p>
The AtkRegistry structure should not be accessed directly.
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2571336"></a><h3>
<a name="atk-registry-set-factory-type"></a>atk_registry_set_factory_type ()</h3>
<a class="indexterm" name="id2571350"></a><pre class="programlisting">void atk_registry_set_factory_type (<a href="AtkRegistry.html" title="AtkRegistry">AtkRegistry</a> *registry,
<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> type,
<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> factory_type);</pre>
<p>
Associate an <a href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> subclass with a <a
href="../gobject/gobject-Type-Information.html#GType"
><span class="type">GType</span></a>. Note:
The associated <em class="parameter"><code>factory_type</code></em> will thereafter be responsible for
the creation of new <a href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> implementations for instances
appropriate for <em class="parameter"><code>type</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>registry</code></em> :</span></td>
<td> the <a href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a> in which to register the type association
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>type</code></em> :</span></td>
<td> an <a href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> type
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>factory_type</code></em> :</span></td>
<td> an <a href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> type to associate with <em class="parameter"><code>type</code></em>. Must
implement AtkObject appropriate for <em class="parameter"><code>type</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2571519"></a><h3>
<a name="atk-registry-get-factory-type"></a>atk_registry_get_factory_type ()</h3>
<a class="indexterm" name="id2571532"></a><pre class="programlisting"><a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> atk_registry_get_factory_type (<a href="AtkRegistry.html" title="AtkRegistry">AtkRegistry</a> *registry,
<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> type);</pre>
<p>
Provides a <a
href="../gobject/gobject-Type-Information.html#GType"
><span class="type">GType</span></a> indicating the <a href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> subclass
associated with <em class="parameter"><code>type</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>registry</code></em> :</span></td>
<td> an <a href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>type</code></em> :</span></td>
<td> a <a
href="../gobject/gobject-Type-Information.html#GType"
><span class="type">GType</span></a> with which to look up the associated <a href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>
subclass
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> a <a
href="../gobject/gobject-Type-Information.html#GType"
><span class="type">GType</span></a> associated with type <em class="parameter"><code>type</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2571675"></a><h3>
<a name="atk-registry-get-factory"></a>atk_registry_get_factory ()</h3>
<a class="indexterm" name="id2571688"></a><pre class="programlisting"><a href="AtkObjectFactory.html" title="AtkObjectFactory">AtkObjectFactory</a>* atk_registry_get_factory (<a href="AtkRegistry.html" title="AtkRegistry">AtkRegistry</a> *registry,
<a
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> type);</pre>
<p>
Gets an <a href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> appropriate for creating <span class="type">AtkObjects</span>
appropriate for <em class="parameter"><code>type</code></em>.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>registry</code></em> :</span></td>
<td> an <a href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>type</code></em> :</span></td>
<td> a <a
href="../gobject/gobject-Type-Information.html#GType"
><span class="type">GType</span></a> with which to look up the associated <a href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> an <a href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> appropriate for creating <span class="type">AtkObjects</span>
appropriate for <em class="parameter"><code>type</code></em>.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2571839"></a><h3>
<a name="atk-get-default-registry"></a>atk_get_default_registry ()</h3>
<a class="indexterm" name="id2571853"></a><pre class="programlisting"><a href="AtkRegistry.html" title="AtkRegistry">AtkRegistry</a>* atk_get_default_registry (void);</pre>
<p>
Gets a default implementation of the <a href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>/type
registry.
Note: For most toolkit maintainers, this will be the correct
registry for registering new <a href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> factories. Following
a call to this function, maintainers may call <a href="AtkRegistry.html#atk-registry-set-factory-type"><code class="function">atk_registry_set_factory_type()</code></a>
to associate an <a href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a> subclass with the GType of objects
for whom accessibility information will be provided.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> a default implementation of the <a href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>/type
registry
</td>
</tr></tbody>
</table></div>
</div>
</div>
</div>
</body>
</html>