Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > d0e538fc3b36eaa21319109269df7489 > files > 59

libat-spi-devel-1.22.0-2mdv2008.1.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>at-spi-idl: /home/liyuan/src/at-spi/idl/Accessibility_Collection.idl Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.2 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li class="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="dirs.html"><span>Directories</span></a></li>
  </ul>
</div>
<div class="tabs">
  <ul>
    <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    <li><a href="globals.html"><span>Globals</span></a></li>
  </ul>
</div>
<div class="nav">
<a class="el" href="dir_d9ecf4153bf52f2941809e24991d229c.html">idl</a></div>
<h1>Accessibility_Collection.idl</h1><a href="Accessibility__Collection_8idl.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001  <span class="comment">/* </span>
<a name="l00002"></a>00002 <span class="comment">  * AT-SPI - Assistive Technology Service Provider Interface </span>
<a name="l00003"></a>00003 <span class="comment">  * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap)</span>
<a name="l00004"></a>00004 <span class="comment">  *</span>
<a name="l00005"></a>00005 <span class="comment">  * Copyright 2005 Sun Microsystems, Inc.</span>
<a name="l00006"></a>00006 <span class="comment">  *</span>
<a name="l00007"></a>00007 <span class="comment">  * This library is free software; you can redistribute it and/or</span>
<a name="l00008"></a>00008 <span class="comment">  * modify it under the terms of the GNU Library General Public</span>
<a name="l00009"></a>00009 <span class="comment">  * License as published by the Free Software Foundation; either</span>
<a name="l00010"></a>00010 <span class="comment">  * version 2 of the License, or (at your option) any later version.</span>
<a name="l00011"></a>00011 <span class="comment">  *</span>
<a name="l00012"></a>00012 <span class="comment">  * This library is distributed in the hope that it will be useful,</span>
<a name="l00013"></a>00013 <span class="comment">  * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00014"></a>00014 <span class="comment">  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00015"></a>00015 <span class="comment">  * Library General Public License for more details.</span>
<a name="l00016"></a>00016 <span class="comment">  *</span>
<a name="l00017"></a>00017 <span class="comment">  * You should have received a copy of the GNU Library General Public</span>
<a name="l00018"></a>00018 <span class="comment">  * License along with this library; if not, write to the</span>
<a name="l00019"></a>00019 <span class="comment">  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,</span>
<a name="l00020"></a>00020 <span class="comment">  * Boston, MA 02111-1307, USA.</span>
<a name="l00021"></a>00021 <span class="comment">  */</span>
<a name="l00022"></a>00022 
<a name="l00023"></a>00023 <span class="preprocessor">#ifndef __ACCESSIBILITY_COLLECTION_DEFINED__</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor">#define __ACCESSIBILITY_COLLECTION_DEFINED__</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span> 
<a name="l00026"></a>00026 module Accessibility {
<a name="l00027"></a>00027 
<a name="l00028"></a><a class="code" href="structAccessibility_1_1AccessibleSetEntry.html">00028</a> <span class="keyword">struct </span><a class="code" href="structAccessibility_1_1AccessibleSetEntry.html">AccessibleSetEntry</a> {
<a name="l00029"></a><a class="code" href="structAccessibility_1_1AccessibleSetEntry.html#9c4fdcc4c01caecfca395245666188cd">00029</a>          <a class="code" href="interfaceAccessibility_1_1Accessible.html">Accessible</a> accessible;
<a name="l00030"></a><a class="code" href="structAccessibility_1_1AccessibleSetEntry.html#ad4115dcb57ab7b94dd40065bb61d1ff">00030</a>          <span class="keywordtype">string</span>     name;
<a name="l00031"></a><a class="code" href="structAccessibility_1_1AccessibleSetEntry.html#1b418e35e2faef6945a709195e412335">00031</a>          <a class="code" href="namespaceAccessibility.html#b6ce2cd1ae86e244b21eeaf01fde9979">Role</a>       role;
<a name="l00032"></a>00032 };
<a name="l00033"></a>00033 
<a name="l00034"></a><a class="code" href="namespaceAccessibility.html#94ba2279e1e43abe99e6dd691abe0802">00034</a> <span class="keyword">typedef</span> sequence&lt;AccessibleSetEntry&gt; <a class="code" href="namespaceAccessibility.html#94ba2279e1e43abe99e6dd691abe0802">AccessibleSet</a>;
<a name="l00035"></a>00035  
<a name="l00036"></a><a class="code" href="interfaceAccessibility_1_1MatchRule.html">00036</a>      interface <a class="code" href="interfaceAccessibility_1_1MatchRule.html">MatchRule</a> {
<a name="l00037"></a>00037      };
<a name="l00038"></a>00038 
<a name="l00039"></a>00039 
<a name="l00040"></a><a class="code" href="interfaceAccessibility_1_1Collection.html">00040</a>      interface <a class="code" href="interfaceAccessibility_1_1Collection.html">Collection</a> : Bonobo::Unknown {
<a name="l00041"></a>00041  
<a name="l00042"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#272417f68af7f13728067f02ebf1fc79">00042</a>        <span class="keyword">enum</span> <a class="code" href="interfaceAccessibility_1_1Collection.html#272417f68af7f13728067f02ebf1fc79">SortOrder</a> {
<a name="l00043"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#272417f68af7f13728067f02ebf1fc79ef09dc57d7f448dd4457a79af712e2b9">00043</a>             SORT_ORDER_INVALID,
<a name="l00044"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#272417f68af7f13728067f02ebf1fc79d70e41077e1e1fef3bf0872952a4094f">00044</a>             SORT_ORDER_CANONICAL, 
<a name="l00045"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#272417f68af7f13728067f02ebf1fc793b20cd7b57462f9111622c6d4656a6c2">00045</a>             SORT_ORDER_FLOW, 
<a name="l00046"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#272417f68af7f13728067f02ebf1fc79177def7e3a2133b590aa4103d15a2b9d">00046</a>             SORT_ORDER_TAB, 
<a name="l00047"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#272417f68af7f13728067f02ebf1fc79e6edd0c9f6cb9f636800b29566ac7a91">00047</a>             SORT_ORDER_REVERSE_CANONICAL, 
<a name="l00048"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#272417f68af7f13728067f02ebf1fc79d3a1682ee64ab8b49673f12256bc0555">00048</a>             SORT_ORDER_REVERSE_FLOW, 
<a name="l00049"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#272417f68af7f13728067f02ebf1fc79fbd0ca96ce76a66fa0004a59fde76f1b">00049</a>             SORT_ORDER_REVERSE_TAB, 
<a name="l00050"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#272417f68af7f13728067f02ebf1fc792826864b8c08d09140f902c4875247ca">00050</a>             SORT_ORDER_LAST_DEFINED
<a name="l00051"></a>00051        };
<a name="l00052"></a>00052    
<a name="l00053"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#8a8cbadb3825fac4a94d06f09043a7ab">00053</a>        <span class="keyword">enum</span> <a class="code" href="interfaceAccessibility_1_1Collection.html#8a8cbadb3825fac4a94d06f09043a7ab">MatchType</a> {
<a name="l00054"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#8a8cbadb3825fac4a94d06f09043a7ab07f18d4ba6e0ebab6ed45d7514195b72">00054</a>            MATCH_INVALID, 
<a name="l00055"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#8a8cbadb3825fac4a94d06f09043a7ab04f36ca3f30362a53bdad75f83e3539b">00055</a>            MATCH_ALL, 
<a name="l00056"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#8a8cbadb3825fac4a94d06f09043a7ab5ec931da10486fe21257e4f03d385c80">00056</a>            MATCH_ANY, 
<a name="l00057"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#8a8cbadb3825fac4a94d06f09043a7ab57b20d90efaa28c7d4c04130f6c7b9f8">00057</a>            MATCH_NONE,
<a name="l00058"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#8a8cbadb3825fac4a94d06f09043a7ab1dd837e0d61c16c778022d92e200656d">00058</a>            MATCH_EMPTY,
<a name="l00059"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#8a8cbadb3825fac4a94d06f09043a7ab6eee5031584878d2bc680fd80e209a8d">00059</a>            MATCH_LAST_DEFINED
<a name="l00060"></a>00060            };
<a name="l00061"></a>00061 
<a name="l00062"></a>00062 
<a name="l00063"></a>00063         <span class="keywordtype">boolean</span> isAncestorOf (in <a class="code" href="interfaceAccessibility_1_1Accessible.html">Accessible</a> <span class="keywordtype">object</span>); 
<a name="l00064"></a>00064   
<a name="l00065"></a>00065         <a class="code" href="interfaceAccessibility_1_1MatchRule.html">MatchRule</a>        createMatchRule (in <a class="code" href="interfaceAccessibility_1_1StateSet.html">StateSet</a> states,
<a name="l00066"></a>00066                                           in MatchType statematchtype,
<a name="l00067"></a>00067                                           in <a class="code" href="namespaceAccessibility.html#45e67db025f22a4a67e3e3fcfc9327e9">AttributeSet</a> attributes,
<a name="l00068"></a>00068                                           in MatchType attributematchtype,
<a name="l00069"></a>00069                                           in <a class="code" href="namespaceAccessibility.html#1cf2a331566ef94a0d22122269c18bd3">RoleSet</a> roles,
<a name="l00070"></a>00070                                           in MatchType rolematchtype,
<a name="l00071"></a>00071                                           in <span class="keywordtype">string</span> interfaces,
<a name="l00072"></a>00072                                           in MatchType interfacematchtype,
<a name="l00073"></a>00073                                           in <span class="keywordtype">boolean</span> invert);
<a name="l00074"></a>00074 
<a name="l00075"></a>00075         <span class="keywordtype">void</span>             freeMatchRule (in <a class="code" href="interfaceAccessibility_1_1MatchRule.html">MatchRule</a> rule);
<a name="l00076"></a>00076 
<a name="l00077"></a>00077         AccessibleSet getChildren (in <a class="code" href="interfaceAccessibility_1_1MatchRule.html">MatchRule</a> rule,
<a name="l00078"></a>00078                                    in SortOrder sortby,
<a name="l00079"></a>00079                                    in <span class="keywordtype">boolean</span> recurse,
<a name="l00080"></a>00080                                    inout <span class="keywordtype">long</span> count); <span class="comment">/* inOut not accepted */</span>
<a name="l00081"></a>00081 
<a name="l00082"></a>00082         AccessibleSet getPreviousChildren (in <a class="code" href="interfaceAccessibility_1_1Accessible.html">Accessible</a> current_object,
<a name="l00083"></a>00083                                            in <a class="code" href="interfaceAccessibility_1_1MatchRule.html">MatchRule</a> rule, 
<a name="l00084"></a>00084                                            in SortOrder sortby, 
<a name="l00085"></a>00085                                            in <span class="keywordtype">boolean</span> recurse,
<a name="l00086"></a>00086                                            inout <span class="keywordtype">long</span> count);
<a name="l00087"></a>00087 
<a name="l00088"></a>00088 
<a name="l00089"></a>00089         AccessibleSet getNextChildren (in <a class="code" href="interfaceAccessibility_1_1Accessible.html">Accessible</a> current_object,
<a name="l00090"></a>00090                                        in <a class="code" href="interfaceAccessibility_1_1MatchRule.html">MatchRule</a> rule, 
<a name="l00091"></a>00091                                        in SortOrder sortby, 
<a name="l00092"></a>00092                                        in <span class="keywordtype">boolean</span> recurse,
<a name="l00093"></a>00093                                        inout <span class="keywordtype">long</span> count);
<a name="l00094"></a>00094 
<a name="l00095"></a>00095         <a class="code" href="interfaceAccessibility_1_1Accessible.html">Accessible</a> getActiveDescendant ();
<a name="l00096"></a>00096         
<a name="l00097"></a>00097         <span class="keywordtype">void</span> unImplemented ();
<a name="l00098"></a>00098         <span class="keywordtype">void</span> unImplemented2 ();
<a name="l00099"></a>00099         <span class="keywordtype">void</span> unImplemented3 ();
<a name="l00100"></a>00100         <span class="keywordtype">void</span> unImplemented4 (); 
<a name="l00101"></a>00101    };
<a name="l00102"></a>00102 };
<a name="l00103"></a>00103 
<a name="l00104"></a>00104 <span class="preprocessor">#endif</span>
</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Jul 10 10:46:52 2007 for at-spi-idl by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
</body>
</html>