Sophie

Sophie

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

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_Accessible.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_Accessible.idl</h1>  </div>
</div>
<div class="contents">
<a href="Accessibility__Accessible_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 2001 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_ACCESSIBLE_IDL</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor">#define _ACCESSIBILITY_ACCESSIBLE_IDL</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &quot;<a class="code" href="Accessibility__Relation_8idl.html">Accessibility_Relation.idl</a>&quot;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &quot;<a class="code" href="Accessibility__State_8idl.html">Accessibility_State.idl</a>&quot;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &quot;<a class="code" href="Accessibility__Role_8idl.html">Accessibility_Role.idl</a>&quot;</span>
<a name="l00029"></a>00029 
<a name="l00030"></a><a class="code" href="namespaceAccessibility.html">00030</a> module Accessibility {
<a name="l00031"></a>00031   
<a name="l00033"></a>00033   <span class="keyword">enum</span> <a class="code" href="namespaceAccessibility.html#ac761bb2da4048aebdd771c0d77edc2eb">LOCALE_TYPE</a> {
<a name="l00034"></a>00034       LOCALE_TYPE_MESSAGES,
<a name="l00035"></a>00035       LOCALE_TYPE_COLLATE,
<a name="l00036"></a><a class="code" href="namespaceAccessibility.html#ac761bb2da4048aebdd771c0d77edc2eba90ae9f0232db9f501d5f6318065cfac1">00036</a>       LOCALE_TYPE_CTYPE,
<a name="l00037"></a><a class="code" href="namespaceAccessibility.html#ac761bb2da4048aebdd771c0d77edc2eba69be6aa80c1442fbb2920effab610492">00037</a>       LOCALE_TYPE_MONETARY,
<a name="l00038"></a><a class="code" href="namespaceAccessibility.html#ac761bb2da4048aebdd771c0d77edc2eba8833880db3a4225292c1924ab59324c8">00038</a>       LOCALE_TYPE_NUMERIC,
<a name="l00039"></a><a class="code" href="namespaceAccessibility.html#ac761bb2da4048aebdd771c0d77edc2eba5cd992262a4ee2116ad80fbd1f20a88b">00039</a>       <a class="code" href="namespaceAccessibility.html#ac761bb2da4048aebdd771c0d77edc2ebaa7840e030dc3cbd6b5e929aa605f94d0">LOCALE_TYPE_TIME</a>
<a name="l00040"></a><a class="code" href="namespaceAccessibility.html#ac761bb2da4048aebdd771c0d77edc2eba9ee790672f4614fc05d835fddae1b58f">00040</a>   };
<a name="l00041"></a><a class="code" href="namespaceAccessibility.html#ac761bb2da4048aebdd771c0d77edc2ebaa7840e030dc3cbd6b5e929aa605f94d0">00041</a> 
<a name="l00043"></a>00043   <span class="keyword">typedef</span> sequence&lt;Relation&gt; RelationSet;
<a name="l00044"></a>00044 
<a name="l00079"></a>00079   <span class="keyword">typedef</span> sequence&lt;string&gt; AttributeSet;
<a name="l00080"></a>00080 
<a name="l00085"></a>00085   <span class="keyword">typedef</span> sequence&lt;Role&gt; RoleSet;
<a name="l00086"></a>00086 
<a name="l00091"></a><a class="code" href="structAccessibility_1_1BoundingBox.html#a0b9e2284ff678b1d2633dd0dc85ba902">00091</a>   <span class="keyword">struct </span><a class="code" href="structAccessibility_1_1BoundingBox.html">BoundingBox</a> {
<a name="l00092"></a><a class="code" href="structAccessibility_1_1BoundingBox.html#ad006b5151cb8849ea1bcdc3f73171db1">00092</a>           <span class="keywordtype">long</span> x; 
<a name="l00093"></a><a class="code" href="structAccessibility_1_1BoundingBox.html#ad59ebe23fa6a995711c6a26beb628c79">00093</a>           <span class="keywordtype">long</span> y; 
<a name="l00094"></a>00094           <span class="keywordtype">long</span> width; 
<a name="l00098"></a>00098           <span class="keywordtype">long</span> height; 
<a name="l00102"></a>00102   };
<a name="l00103"></a>00103 
<a name="l00104"></a>00104     
<a name="l00105"></a>00105   interface <a class="code" href="interfaceAccessibility_1_1Application.html">Application</a>; 
<a name="l00134"></a>00134   interface <a class="code" href="interfaceAccessibility_1_1Accessible.html">Accessible</a> : Bonobo::Unknown {
<a name="l00135"></a>00135 
<a name="l00139"></a>00139     attribute <span class="keywordtype">string</span> name;
<a name="l00140"></a>00140 
<a name="l00144"></a>00144     attribute <span class="keywordtype">string</span> description;
<a name="l00145"></a>00145 
<a name="l00149"></a>00149     readonly attribute <a class="code" href="interfaceAccessibility_1_1Accessible.html">Accessibility::Accessible</a> parent;
<a name="l00150"></a>00150 
<a name="l00154"></a>00154     readonly attribute <span class="keywordtype">long</span>     childCount;
<a name="l00155"></a>00155 
<a name="l00166"></a>00166     <span class="keywordtype">boolean</span> isEqual (in <a class="code" href="interfaceAccessibility_1_1Accessible.html">Accessible</a> obj);
<a name="l00167"></a>00167 
<a name="l00173"></a>00173     <a class="code" href="interfaceAccessibility_1_1Accessible.html">Accessible</a>  getChildAtIndex (in <span class="keywordtype">long</span> index);
<a name="l00174"></a>00174 
<a name="l00179"></a>00179     <span class="keywordtype">long</span>                getIndexInParent ();
<a name="l00180"></a>00180 
<a name="l00185"></a>00185     RelationSet getRelationSet ();
<a name="l00186"></a>00186 
<a name="l00192"></a>00192     <a class="code" href="namespaceAccessibility.html#a3c95f67b3d7f7d7418b4c9e644836d37">Role</a>                getRole ();
<a name="l00193"></a>00193 
<a name="l00199"></a>00199     <span class="keywordtype">string</span>              getRoleName ();
<a name="l00200"></a>00200 
<a name="l00207"></a>00207     <span class="keywordtype">string</span>              getLocalizedRoleName ();
<a name="l00208"></a>00208 
<a name="l00213"></a>00213     <a class="code" href="interfaceAccessibility_1_1StateSet.html">StateSet</a>    getState ();
<a name="l00214"></a>00214 
<a name="l00257"></a>00257     AttributeSet        getAttributes ();
<a name="l00258"></a>00258 
<a name="l00265"></a>00265     Application getApplication ();
<a name="l00266"></a>00266 
<a name="l00268"></a>00268      <span class="keywordtype">void</span> unimplemented ();
<a name="l00271"></a>00271   };
<a name="l00272"></a>00272 };
<a name="l00273"></a>00273 
<a name="l00274"></a>00274 <span class="preprocessor">#endif</span>
<a name="l00275"></a>00275 <span class="preprocessor"></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>