File: a00134.html

package info (click to toggle)
scim 1.4.7-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 20,368 kB
  • ctags: 12,834
  • sloc: cpp: 51,239; sh: 22,370; ansic: 18,716; makefile: 1,258; xml: 641; yacc: 288
file content (60 lines) | stat: -rw-r--r-- 4,680 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>scim: scim_hotkey.h File 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.0 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li><a href="classes.html"><span>Classes</span></a></li>
    <li id="current"><a href="files.html"><span>Files</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>File&nbsp;Members</span></a></li>
  </ul></div>
<h1>scim_hotkey.h File Reference</h1>Defines the <a class="el" href="a00047.html">scim::HotkeyMatcher</a> and <a class="el" href="a00051.html">scim::IMEngineHotkeyMatcher</a> classes. <a href="#_details">More...</a>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00157.html">scim</a></td></tr>

<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00047.html">scim::HotkeyMatcher</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This class is used to match a <a class="el" href="a00054.html">KeyEvent</a> among a set of hotkeys.  <a href="a00047.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00051.html">scim::IMEngineHotkeyMatcher</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This class hold all Hotkeys for each IMEngines.  <a href="a00051.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00033.html">scim::FrontEndHotkeyMatcher</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">This class hold all FrontEnd specific Hotkeys, such as trigger keys, on/off keys, etc.  <a href="a00033.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00158.html#gb15cba53bb52488932e2f9d9f51234d5">scim::FrontEndHotkeyAction</a> { <br>
&nbsp;&nbsp;<a class="el" href="a00158.html#ggb15cba53bb52488932e2f9d9f51234d5ebfaacfd5567e6ef14dd62b80c05e539">scim::SCIM_FRONTEND_HOTKEY_NOOP</a> =  0, 
<a class="el" href="a00158.html#ggb15cba53bb52488932e2f9d9f51234d5910393f7abf94ff18028db01dc27a2fd">scim::SCIM_FRONTEND_HOTKEY_TRIGGER</a> =  1, 
<a class="el" href="a00158.html#ggb15cba53bb52488932e2f9d9f51234d5f12275c17674b91c62d76ca8dac7a8e7">scim::SCIM_FRONTEND_HOTKEY_ON</a> =  2, 
<a class="el" href="a00158.html#ggb15cba53bb52488932e2f9d9f51234d50938d5de269ae527a9eab9e0d73f793b">scim::SCIM_FRONTEND_HOTKEY_OFF</a> =  3, 
<br>
&nbsp;&nbsp;<a class="el" href="a00158.html#ggb15cba53bb52488932e2f9d9f51234d517a57cbc5c20322bf7a9a9ea62ebc5d0">scim::SCIM_FRONTEND_HOTKEY_NEXT_FACTORY</a> =  4, 
<a class="el" href="a00158.html#ggb15cba53bb52488932e2f9d9f51234d5987323f48513d7778436e41ccd2f2de1">scim::SCIM_FRONTEND_HOTKEY_PREVIOUS_FACTORY</a> =  5, 
<a class="el" href="a00158.html#ggb15cba53bb52488932e2f9d9f51234d539174078d6455d06459ae5564f360b2e">scim::SCIM_FRONTEND_HOTKEY_SHOW_FACTORY_MENU</a> =  6
<br>
 }</td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">FrontEnd actions which could be binded with Hotkeys.  <a href="a00158.html#gb15cba53bb52488932e2f9d9f51234d5">More...</a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Defines the <a class="el" href="a00047.html">scim::HotkeyMatcher</a> and <a class="el" href="a00051.html">scim::IMEngineHotkeyMatcher</a> classes. 
<p>
<hr size="1"><address style="align: right;"><small>Generated on Thu Jun 28 14:12:29 2007 for scim by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
</body>
</html>