Sophie

Sophie

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

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: Accessibility::EventListenerMode Struct Reference</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 class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><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="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
  </ul>
</div>
<div class="nav">
<a class="el" href="namespaceAccessibility.html">Accessibility</a>::<a class="el" href="structAccessibility_1_1EventListenerMode.html">EventListenerMode</a></div>
<h1>Accessibility::EventListenerMode Struct Reference</h1><!-- doxytag: class="Accessibility::EventListenerMode" --><code>import &quot;<a class="el" href="Accessibility__Registry_8idl-source.html">Accessibility_Registry.idl</a>&quot;;</code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structAccessibility_1_1EventListenerMode.html#35a6028e2b19b36fb774ba6c91913b84">synchronous</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structAccessibility_1_1EventListenerMode.html#e056afb00815645608732a0e4c214561">preemptive</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">boolean&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structAccessibility_1_1EventListenerMode.html#df6bf641412d12bf2b325f687e92dae1">global</a></td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A structure that encapsulates the characteristics of the event notifications that should be sent to an <a class="el" href="interfaceAccessibility_1_1EventListener.html">EventListener</a> in response to a call to <a class="el" href="interfaceAccessibility_1_1DeviceEventController.html#312977041a8b9736a27a7e0407e58251">DeviceEventController::registerKeystrokeListener</a> or <a class="el" href="interfaceAccessibility_1_1DeviceEventController.html#b062d4b80a9127e98a559825c8d7401f">DeviceEventController::registerDeviceEventListener</a>. 
<p>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="35a6028e2b19b36fb774ba6c91913b84"></a><!-- doxytag: member="Accessibility::EventListenerMode::synchronous" ref="35a6028e2b19b36fb774ba6c91913b84" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">boolean <a class="el" href="structAccessibility_1_1EventListenerMode.html#35a6028e2b19b36fb774ba6c91913b84">Accessibility::EventListenerMode::synchronous</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
If <code>True</code>, specifies that <a class="el" href="interfaceAccessibility_1_1DeviceEventController.html">DeviceEventController</a> should block while waiting for client to process the requested event notifications; ordinarily should be used only when client needs to perform operations synchronously with event delivery. Note that because of the architecture of device event systems in general, use of this flag may not block delivery of the event to the currently focussed application unless it is used in conjunction with the preemptive flag. 
</div>
</div><p>
<a class="anchor" name="e056afb00815645608732a0e4c214561"></a><!-- doxytag: member="Accessibility::EventListenerMode::preemptive" ref="e056afb00815645608732a0e4c214561" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">boolean <a class="el" href="structAccessibility_1_1EventListenerMode.html#e056afb00815645608732a0e4c214561">Accessibility::EventListenerMode::preemptive</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
If <code>True</code>, specifies that Listener is allowed to pre-empt the delivery of the event, effectively "consuming" it such that it is not delivered to the currently focussed desktop application. Key events consumed via this API will not be available for use by other applications or services, so this option should be used sparingly. 
</div>
</div><p>
<a class="anchor" name="df6bf641412d12bf2b325f687e92dae1"></a><!-- doxytag: member="Accessibility::EventListenerMode::global" ref="df6bf641412d12bf2b325f687e92dae1" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">boolean <a class="el" href="structAccessibility_1_1EventListenerMode.html#df6bf641412d12bf2b325f687e92dae1">Accessibility::EventListenerMode::global</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
If <code>True</code>, specifies that <a class="el" href="structAccessibility_1_1Event.html">Event</a> notifications should be sent regardless of whether the currently focussed application participates in the AT-SPI infrastructure. On systems with the XEvIE X extension, this flag also allows access to events which are already subject to interception via a "system keygrab" (as described in the X Window System documentation for XGrabKey). The 'global' and 'preemptive' flags should only be used together for the purposes of registering "system global key shortcuts" i.e. command keys for use by the assistive technology. 
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>/home/liyuan/src/at-spi/idl/<a class="el" href="Accessibility__Registry_8idl-source.html">Accessibility_Registry.idl</a></ul>
<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>