Sophie

Sophie

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

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: Accessibility::Action Interface Reference</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 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="tabs2">
    <ul class="tablist">
      <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="navpath">
    <ul>
      <li><a class="el" href="namespaceAccessibility.html">Accessibility</a>      </li>
      <li><a class="el" href="interfaceAccessibility_1_1Action.html">Accessibility::Action</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<h1>Accessibility::Action Interface Reference</h1>  </div>
</div>
<div class="contents">
<!-- doxytag: class="Accessibility::Action" -->
<p><code>import &quot;<a class="el" href="Accessibility__Action_8idl_source.html">Accessibility_Action.idl</a>&quot;;</code></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceAccessibility_1_1Action.html#a6212bab0f1a3bdf1f9d9fadfc30495ac">getDescription</a> (in long index)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceAccessibility_1_1Action.html#a73a8062b88a291f935ee89854722c5b3">getName</a> (in long index)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">boolean&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceAccessibility_1_1Action.html#a614ac26961f34480b147d899ad8ed24b">doAction</a> (in long index)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceAccessibility_1_1Action.html#aa553a5cdc2e6125447cec5da7cc7792e">getKeyBinding</a> (in long index)</td></tr>
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">readonly attribute long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfaceAccessibility_1_1Action.html#ab8e92d4816fa7761c85e105231bdceb6">nActions</a></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>An interface through which a user-actionable user interface component can be manipulated. Components which react to mouse or keyboard input from the user, (with the exception of pure text entry fields with no other function), should implement this interface. Typical actions include "click", "press", "release" (for instance for buttons), "menu" (for objects which have context menus invokable from mouse or keyboard), "open" for icons representing files folders, and others. </p>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a614ac26961f34480b147d899ad8ed24b"></a><!-- doxytag: member="Accessibility::Action::doAction" ref="a614ac26961f34480b147d899ad8ed24b" args="(in long index)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">boolean Accessibility::Action::doAction </td>
          <td>(</td>
          <td class="paramtype">in long&nbsp;</td>
          <td class="paramname"> <em>index</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>doAction: </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>index,:</em>&nbsp;</td><td>the 0-based index of the action to perform.</td></tr>
  </table>
  </dd>
</dl>
<p>Causes the object to perform the specified action.</p>
<dl class="return"><dt><b>Returns:</b></dt><dd>: a <code>boolean</code> indicating success or failure. </dd></dl>

</div>
</div>
<a class="anchor" id="a6212bab0f1a3bdf1f9d9fadfc30495ac"></a><!-- doxytag: member="Accessibility::Action::getDescription" ref="a6212bab0f1a3bdf1f9d9fadfc30495ac" args="(in long index)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">string Accessibility::Action::getDescription </td>
          <td>(</td>
          <td class="paramtype">in long&nbsp;</td>
          <td class="paramname"> <em>index</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>getDescription: </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>index,:</em>&nbsp;</td><td>the index of the action for which a description is desired.</td></tr>
  </table>
  </dd>
</dl>
<p>Get the description of the specified action. The description of an action may provide information about the result of action invocation, unlike the action name. </p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="interfaceAccessibility_1_1Action.html#a73a8062b88a291f935ee89854722c5b3">getName</a>.</dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>: a <code>string</code> containing the description of the specified action. </dd></dl>

</div>
</div>
<a class="anchor" id="aa553a5cdc2e6125447cec5da7cc7792e"></a><!-- doxytag: member="Accessibility::Action::getKeyBinding" ref="aa553a5cdc2e6125447cec5da7cc7792e" args="(in long index)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">string Accessibility::Action::getKeyBinding </td>
          <td>(</td>
          <td class="paramtype">in long&nbsp;</td>
          <td class="paramname"> <em>index</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>getKeyBinding: </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>index,:</em>&nbsp;</td><td>the 0-based index of the action for which a key binding is requested.</td></tr>
  </table>
  </dd>
</dl>
<p>Get the key binding associated with a specific action.</p>
<dl class="return"><dt><b>Returns:</b></dt><dd>: a <code>string</code> containing the key binding for the specified action, or an empty string ("") if none exists. </dd></dl>

</div>
</div>
<a class="anchor" id="a73a8062b88a291f935ee89854722c5b3"></a><!-- doxytag: member="Accessibility::Action::getName" ref="a73a8062b88a291f935ee89854722c5b3" args="(in long index)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">string Accessibility::Action::getName </td>
          <td>(</td>
          <td class="paramtype">in long&nbsp;</td>
          <td class="paramname"> <em>index</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>getName: </p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>index,:</em>&nbsp;</td><td>the index of the action whose name is requested.</td></tr>
  </table>
  </dd>
</dl>
<p>Get the name of the specified action. <a class="el" href="interfaceAccessibility_1_1Action.html">Action</a> names generally describe the user action, i.e. "click" or "press", rather then the result of invoking the action.</p>
<dl class="return"><dt><b>Returns:</b></dt><dd>: a <code>string</code> containing the name of the specified action. </dd></dl>

</div>
</div>
<hr/><h2>Field Documentation</h2>
<a class="anchor" id="ab8e92d4816fa7761c85e105231bdceb6"></a><!-- doxytag: member="Accessibility::Action::nActions" ref="ab8e92d4816fa7761c85e105231bdceb6" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">readonly attribute long <a class="el" href="interfaceAccessibility_1_1Action.html#ab8e92d4816fa7761c85e105231bdceb6">Accessibility::Action::nActions</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>nActions: a <code>long</code> containing the number of actions this object supports. </p>

</div>
</div>
<hr/>The documentation for this interface was generated from the following file:<ul>
<li>/home/liyuan/src/at-spi/idl/<a class="el" href="Accessibility__Action_8idl_source.html">Accessibility_Action.idl</a></li>
</ul>
</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>