Sophie

Sophie

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

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_LoginHelper.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_LoginHelper.idl</h1>  </div>
</div>
<div class="contents">
<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 and servic...">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#a07c6e8660c0ad773301267217486c8de">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#ac61afe2b489437473868a80ac6e8d89f">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#a96c54815de99ea5d719e16903124d6f9">00091</a>       <span class="keyword">enum</span> <a class="code" href="interfaceAccessibility_1_1LoginHelper.html#a96c54815de99ea5d719e16903124d6f9">DeviceReq</a> {
<a name="l00092"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#a96c54815de99ea5d719e16903124d6f9ae96f817f93565ea439b785c1362c2cfe">00092</a>           GUI_EVENTS, 
<a name="l00093"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#a96c54815de99ea5d719e16903124d6f9ab97aebd5e1eb8b00b0278c254e019264">00093</a>           CORE_KEYBOARD, 
<a name="l00094"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#a96c54815de99ea5d719e16903124d6f9ac17a0b801fb8b0a48672fad3e197b1ba">00094</a>           CORE_POINTER, 
<a name="l00095"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#a96c54815de99ea5d719e16903124d6f9a8ac05bc85a66981e56829245d76f25ad">00095</a>                           EXT_INPUT, 
<a name="l00096"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#a96c54815de99ea5d719e16903124d6f9a398b25b638d1d996100fdb066ceb52ab">00096</a>           POST_WINDOWS, 
<a name="l00097"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#a96c54815de99ea5d719e16903124d6f9ab43bfa0d3328413ad27b1057efbb92a0">00097</a>           AUDIO_OUT, 
<a name="l00098"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#a96c54815de99ea5d719e16903124d6f9a6ff16907677268b5df99b712c70edf5b">00098</a>           AUDIO_IN, 
<a name="l00099"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#a96c54815de99ea5d719e16903124d6f9a26e8349447009fc4b4baefbcff168d6d">00099</a>           NETWORK, 
<a name="l00100"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#a96c54815de99ea5d719e16903124d6f9a63cdcd9ff6250053b8250c67dfd5cc07">00100</a>           LOCALHOST, 
<a name="l00101"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#a96c54815de99ea5d719e16903124d6f9a4db81f527e2238730f1c1b2a80122589">00101</a>           SERIAL_OUT, 
<a name="l00102"></a><a class="code" href="interfaceAccessibility_1_1LoginHelper.html#a96c54815de99ea5d719e16903124d6f9a3fef699a96461b99a15c6ae1711ce49d">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#a45840eff7599173fecd762ce95771f00">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></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>