Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > eab7aeb7c38489a1c6222ce548bea5f1 > files > 57

at-spi-devel-1.32.0-2.fc14.x86_64.rpm

<!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>at-spi-idl: /home/liyuan/src/at-spi/idl/Accessibility_Collection.idl Source File</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.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul class="tablist">
      <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="tabs2">
    <ul class="tablist">
      <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="navpath">
    <ul>
      <li><a class="el" href="dir_1de6d41b6eb4399279fd277c65315d64.html">idl</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<h1>Accessibility_Collection.idl</h1>  </div>
</div>
<div class="contents">
<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>00028 
<a name="l00029"></a><a class="code" href="namespaceAccessibility.html#a696bd557750084d4c333257ffc450ca7">00029</a>   <span class="keyword">typedef</span> sequence&lt;Accessible&gt; AccessibleSet;
<a name="l00030"></a>00030 
<a name="l00031"></a>00031  
<a name="l00032"></a><a class="code" href="interfaceAccessibility_1_1MatchRule.html">00032</a>      interface <a class="code" href="interfaceAccessibility_1_1MatchRule.html">MatchRule</a> {
<a name="l00033"></a>00033      };
<a name="l00034"></a>00034 
<a name="l00035"></a>00035 
<a name="l00036"></a><a class="code" href="interfaceAccessibility_1_1Collection.html">00036</a>      interface <a class="code" href="interfaceAccessibility_1_1Collection.html">Collection</a> : Bonobo::Unknown {
<a name="l00037"></a>00037  
<a name="l00038"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#a18f16d7e5f62e10f414d4d6dc921f7dc">00038</a>        <span class="keyword">enum</span> <a class="code" href="interfaceAccessibility_1_1Collection.html#a18f16d7e5f62e10f414d4d6dc921f7dc">SortOrder</a> {
<a name="l00039"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#a18f16d7e5f62e10f414d4d6dc921f7dca403e0032fc2a98b41fe894b0273916f4">00039</a>             SORT_ORDER_INVALID,
<a name="l00040"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#a18f16d7e5f62e10f414d4d6dc921f7dca32476e053285ed9bdd4854c7266d6d29">00040</a>             SORT_ORDER_CANONICAL, 
<a name="l00041"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#a18f16d7e5f62e10f414d4d6dc921f7dca10ceec229ac6276e14b3aac7d1cfc6c0">00041</a>             SORT_ORDER_FLOW, 
<a name="l00042"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#a18f16d7e5f62e10f414d4d6dc921f7dcad921372ec356f4615566f7422ba00724">00042</a>             SORT_ORDER_TAB, 
<a name="l00043"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#a18f16d7e5f62e10f414d4d6dc921f7dcaaf1be01ce2eb78a536b970e9f58c0b91">00043</a>             SORT_ORDER_REVERSE_CANONICAL, 
<a name="l00044"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#a18f16d7e5f62e10f414d4d6dc921f7dcada2a5828db5dbb20b14801d937cc029a">00044</a>             SORT_ORDER_REVERSE_FLOW, 
<a name="l00045"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#a18f16d7e5f62e10f414d4d6dc921f7dca807473663cb76279d3ee76b514c6952e">00045</a>             SORT_ORDER_REVERSE_TAB, 
<a name="l00046"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#a18f16d7e5f62e10f414d4d6dc921f7dcaa2cae9bf3902856f32cc1df6f73d1ae5">00046</a>             SORT_ORDER_LAST_DEFINED
<a name="l00047"></a>00047        };
<a name="l00048"></a>00048    
<a name="l00049"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#aec526a148128da45b0707ac164217f5b">00049</a>        <span class="keyword">enum</span> <a class="code" href="interfaceAccessibility_1_1Collection.html#aec526a148128da45b0707ac164217f5b">MatchType</a> {
<a name="l00050"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#aec526a148128da45b0707ac164217f5ba3e193208e3c496896d349bdbb6b3be76">00050</a>            MATCH_INVALID, 
<a name="l00051"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#aec526a148128da45b0707ac164217f5ba87b55a773fde3b28cc4d91d7d2bc9cac">00051</a>            MATCH_ALL, 
<a name="l00052"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#aec526a148128da45b0707ac164217f5bace9d5284246c915c5607bd704d80cb64">00052</a>            MATCH_ANY, 
<a name="l00053"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#aec526a148128da45b0707ac164217f5ba5467ebe98fbf4f985ea9e29942d7986c">00053</a>            MATCH_NONE,
<a name="l00054"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#aec526a148128da45b0707ac164217f5ba12eb5155846114c4173e12ac620f883e">00054</a>            MATCH_EMPTY,
<a name="l00055"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#aec526a148128da45b0707ac164217f5bafe152c2c48aa885e12a9eb7ec94e712a">00055</a>            MATCH_LAST_DEFINED
<a name="l00056"></a>00056            };
<a name="l00057"></a>00057 
<a name="l00058"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#a6fb49d90a20123db4c6b7987a5782612">00058</a>        <span class="keyword">enum</span> <a class="code" href="interfaceAccessibility_1_1Collection.html#a6fb49d90a20123db4c6b7987a5782612">TreeTraversalType</a> {
<a name="l00059"></a>00059          
<a name="l00060"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#a6fb49d90a20123db4c6b7987a5782612ae150409ed93650c8ebd1181cbce596cd">00060</a>          TREE_RESTRICT_CHILDREN,
<a name="l00061"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#a6fb49d90a20123db4c6b7987a5782612a747760f89bb070ca03c32789a8849db9">00061</a>          TREE_RESTRICT_SIBLING,
<a name="l00062"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#a6fb49d90a20123db4c6b7987a5782612a15d61eaf2bcd751b98aa790a6f82d724">00062</a>          TREE_INORDER,
<a name="l00063"></a><a class="code" href="interfaceAccessibility_1_1Collection.html#a6fb49d90a20123db4c6b7987a5782612ace24f3ebc99b9cc13055a2879c2e5c44">00063</a>          TREE_LAST_DEFINED
<a name="l00064"></a>00064        };
<a name="l00065"></a>00065 
<a name="l00066"></a>00066         <span class="keywordtype">boolean</span> isAncestorOf (in <a class="code" href="interfaceAccessibility_1_1Accessible.html">Accessible</a> <span class="keywordtype">object</span>); 
<a name="l00067"></a>00067   
<a name="l00068"></a>00068         <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="l00069"></a>00069                                           in MatchType statematchtype,
<a name="l00070"></a>00070                                           in <a class="code" href="namespaceAccessibility.html#a917a6a01da45802ba562d131cae3c4e9">AttributeSet</a> attributes,
<a name="l00071"></a>00071                                           in MatchType attributematchtype,
<a name="l00072"></a>00072                                           in <a class="code" href="namespaceAccessibility.html#aa2c5b0ee5838af44cb94787271be1e28">RoleSet</a> roles,
<a name="l00073"></a>00073                                           in MatchType rolematchtype,
<a name="l00074"></a>00074                                           in <span class="keywordtype">string</span> interfaces,
<a name="l00075"></a>00075                                           in MatchType interfacematchtype,
<a name="l00076"></a>00076                                           in <span class="keywordtype">boolean</span> invert);
<a name="l00077"></a>00077 
<a name="l00078"></a>00078         <span class="keywordtype">void</span>             freeMatchRule (in <a class="code" href="interfaceAccessibility_1_1MatchRule.html">MatchRule</a> rule);
<a name="l00079"></a>00079 
<a name="l00080"></a>00080         AccessibleSet getMatches (in <a class="code" href="interfaceAccessibility_1_1MatchRule.html">MatchRule</a> rule,
<a name="l00081"></a>00081                                   in SortOrder sortby,
<a name="l00082"></a>00082                                   in <span class="keywordtype">long</span> count,
<a name="l00083"></a>00083                                   in <span class="keywordtype">boolean</span> traverse); 
<a name="l00084"></a>00084        
<a name="l00085"></a>00085         AccessibleSet getMatchesTo (in <a class="code" href="interfaceAccessibility_1_1Accessible.html">Accessible</a> current_object,
<a name="l00086"></a>00086                                     in <a class="code" href="interfaceAccessibility_1_1MatchRule.html">MatchRule</a> rule, 
<a name="l00087"></a>00087                                     in SortOrder sortby,
<a name="l00088"></a>00088                                     in TreeTraversalType tree,
<a name="l00089"></a>00089                                     in <span class="keywordtype">boolean</span> recurse,
<a name="l00090"></a>00090                                     in <span class="keywordtype">long</span> count,
<a name="l00091"></a>00091                                     in <span class="keywordtype">boolean</span> traverse);
<a name="l00092"></a>00092 
<a name="l00093"></a>00093 
<a name="l00094"></a>00094         AccessibleSet getMatchesFrom (in <a class="code" href="interfaceAccessibility_1_1Accessible.html">Accessible</a> current_object,
<a name="l00095"></a>00095                                       in <a class="code" href="interfaceAccessibility_1_1MatchRule.html">MatchRule</a> rule, 
<a name="l00096"></a>00096                                       in SortOrder sortby, 
<a name="l00097"></a>00097                                       in TreeTraversalType tree,
<a name="l00098"></a>00098                                       in <span class="keywordtype">long</span> count,
<a name="l00099"></a>00099                                       in <span class="keywordtype">boolean</span> traverse);
<a name="l00100"></a>00100 
<a name="l00101"></a>00101         <a class="code" href="interfaceAccessibility_1_1Accessible.html">Accessible</a> getActiveDescendant ();
<a name="l00102"></a>00102         
<a name="l00103"></a>00103         <span class="keywordtype">void</span> unImplemented ();
<a name="l00104"></a>00104         <span class="keywordtype">void</span> unImplemented2 ();
<a name="l00105"></a>00105         <span class="keywordtype">void</span> unImplemented3 ();
<a name="l00106"></a>00106         <span class="keywordtype">void</span> unImplemented4 (); 
<a name="l00107"></a>00107    };
<a name="l00108"></a>00108 };
<a name="l00109"></a>00109 
<a name="l00110"></a>00110 <span class="preprocessor">#endif</span>
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Mon Sep 27 2010 16:50:43 for at-spi-idl by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address>
</body>
</html>