Sophie

Sophie

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

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_LoginHelper.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_LoginHelper.idl</h1><a href="Accessibility__LoginHelper_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">#include &lt;Bonobo_Unknown.idl&gt;</span>
<a name="l00024"></a>00024 
<a name="l00025"></a>00025 <span class="preprocessor">#ifndef _ACCESSIBILITY_LOGIN_HELPER_IDL_</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span><span class="preprocessor">#define _ACCESSIBILITY_LOGIN_HELPER_IDL_</span>
<a name="l00027"></a>00027 <span class="preprocessor"></span>
<a name="l00028"></a>00028 module Accessibility {
<a name="l00029"></a>00029 
<a name="l00068"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html">00068</a>   interface <a class="code" href="interfaceAccessibility_1_1LoginHelper.html" title="An interface for use by assistive technologies by which they can access system information...">LoginHelper</a> : Bonobo::Unknown {
<a name="l00069"></a>00069 
<a name="l00076"></a><a class="code" href="structAccessibility_1_1LoginHelper_1_1WindowInfo.html">00076</a>       <span class="keyword">struct </span><a class="code" href="structAccessibility_1_1LoginHelper_1_1WindowInfo.html">WindowInfo</a> {
<a name="l00077"></a>00077           <span class="comment">/* string display; */</span>
<a name="l00078"></a>00078           <span class="comment">/* short screen; */</span>
<a name="l00079"></a><a class="code" href="structAccessibility_1_1LoginHelper_1_1WindowInfo.html#8fdb4f16f0f59fe88d13a5b137059d2e">00079</a>           <span class="keywordtype">long</span> winID;
<a name="l00080"></a>00080       };
<a name="l00081"></a>00081 
<a name="l00082"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#1fd0f349fcdc7ddd2dbce9b83b45d0cd">00082</a>       <span class="keyword">typedef</span> sequence&lt;WindowInfo&gt; WindowList;
<a name="l00083"></a>00083 
<a name="l00084"></a>00084       <span class="comment">/*</span>
<a name="l00085"></a>00085 <span class="comment">       * DeviceReq:</span>
<a name="l00086"></a>00086 <span class="comment">       *</span>
<a name="l00087"></a>00087 <span class="comment">       * The system and device access and services which the LoginHelper-implementing </span>
<a name="l00088"></a>00088 <span class="comment">       * assistive technology requires in order to enable the user to use the system.</span>
<a name="l00089"></a>00089 <span class="comment">       *</span>
<a name="l00090"></a>00090 <span class="comment">       */</span>
<a name="l00091"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#9104ff7a7690149c2e14a44ac8af9c23">00091</a>       <span class="keyword">enum</span> <a class="code" href="interfaceAccessibility_1_1LoginHelper.html#9104ff7a7690149c2e14a44ac8af9c23">DeviceReq</a> {
<a name="l00092"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#9104ff7a7690149c2e14a44ac8af9c238d8e1dd24ca8370043c8364a109ef221">00092</a>           GUI_EVENTS, 
<a name="l00093"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#9104ff7a7690149c2e14a44ac8af9c23725f1aa23dade7715ec91c35818845f1">00093</a>           CORE_KEYBOARD, 
<a name="l00094"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#9104ff7a7690149c2e14a44ac8af9c23fa8de8802d35e850e711e8896839c901">00094</a>           CORE_POINTER, 
<a name="l00095"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#9104ff7a7690149c2e14a44ac8af9c231e8f814c147537704f1132370efd4b75">00095</a>                           EXT_INPUT, 
<a name="l00096"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#9104ff7a7690149c2e14a44ac8af9c23ebe499a4dcd4d9885af99986c9e61212">00096</a>           POST_WINDOWS, 
<a name="l00097"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#9104ff7a7690149c2e14a44ac8af9c2366cae425b58d20b0f78e2e21ce8527bd">00097</a>           AUDIO_OUT, 
<a name="l00098"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#9104ff7a7690149c2e14a44ac8af9c23d6b29d7af36d6950374c050ab1daca19">00098</a>           AUDIO_IN, 
<a name="l00099"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#9104ff7a7690149c2e14a44ac8af9c23edf9d7a3fec160b7af759882abf9a42c">00099</a>           NETWORK, 
<a name="l00100"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#9104ff7a7690149c2e14a44ac8af9c23bea49138f8d544367c0b76f79c951ec1">00100</a>           LOCALHOST, 
<a name="l00101"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#9104ff7a7690149c2e14a44ac8af9c231afad76e80b5528c728150fee52a7416">00101</a>           SERIAL_OUT, 
<a name="l00102"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#9104ff7a7690149c2e14a44ac8af9c23abec387ed82860e86f7a4f951614e11c">00102</a>           SERIAL_IN 
<a name="l00103"></a>00103       };
<a name="l00104"></a>00104 
<a name="l00105"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#43c33e8f2d2334b8504b69b3d2e96932">00105</a>       <span class="keyword">typedef</span> sequence&lt;DeviceReq&gt; DeviceReqList;
<a name="l00106"></a>00106 
<a name="l00124"></a>00124         <span class="keywordtype">boolean</span> setSafe (in <span class="keywordtype">boolean</span> safe_mode);
<a name="l00125"></a>00125 
<a name="l00139"></a>00139         DeviceReqList getDeviceReqs ();
<a name="l00140"></a>00140 
<a name="l00151"></a>00151         WindowList getRaiseWindows ();
<a name="l00152"></a>00152 
<a name="l00159"></a>00159         <span class="keywordtype">void</span> unImplemented ();
<a name="l00160"></a>00160         <span class="keywordtype">void</span> unImplemented2 ();
<a name="l00161"></a>00161         <span class="keywordtype">void</span> unImplemented3 ();
<a name="l00162"></a>00162         <span class="keywordtype">void</span> unImplemented4 ();
<a name="l00164"></a>00164     };
<a name="l00165"></a>00165 
<a name="l00166"></a>00166 };
<a name="l00167"></a>00167 
<a name="l00168"></a>00168 <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>