Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > eb5fa995cab4bb05f4ab70712d48ad8b > files > 85

ibus-qt-docs-1.3.0-1.fc13.i686.rpm

<!-- This comment will put IE 6, 7 and 8 in quirks mode -->
<!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>ibus-qt: /builddir/build/BUILD/ibus-qt-1.3.0-Source/src/qibusbus.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javaScript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.6.2-20100208 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div class="navigation" id="top">
  <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>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <img id="MSearchSelect" src="search/search.png"
             onmouseover="return searchBox.OnSearchSelectShow()"
             onmouseout="return searchBox.OnSearchSelectHide()"
             alt=""/>
        <input type="text" id="MSearchField" value="Search" accesskey="S"
             onfocus="searchBox.OnSearchFieldFocus(true)" 
             onblur="searchBox.OnSearchFieldFocus(false)" 
             onkeyup="searchBox.OnSearchFieldChange(event)"/>
        <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
        </div>
      </li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    </ul>
  </div>
<h1>/builddir/build/BUILD/ibus-qt-1.3.0-Source/src/qibusbus.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef __Q_IBUS_BUS_H_</span>
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define __Q_IBUS_BUS_H_</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span>
<a name="l00004"></a>00004 <span class="preprocessor">#include &lt;QFileSystemWatcher&gt;</span>
<a name="l00005"></a>00005 <span class="preprocessor">#include &lt;QDBusConnection&gt;</span>
<a name="l00006"></a>00006 <span class="preprocessor">#include &quot;qibusobject.h&quot;</span>
<a name="l00007"></a>00007 <span class="preprocessor">#include &quot;qibusserializable.h&quot;</span>
<a name="l00008"></a>00008 <span class="preprocessor">#include &quot;qibusenginedesc.h&quot;</span>
<a name="l00009"></a>00009 <span class="preprocessor">#include &quot;qibuscomponent.h&quot;</span>
<a name="l00010"></a>00010 <span class="preprocessor">#include &quot;qibusengine.h&quot;</span>
<a name="l00011"></a>00011 
<a name="l00012"></a>00012 <span class="keyword">class </span>QDBusConnection;
<a name="l00013"></a>00013 <span class="keyword">class </span>IBusProxy;
<a name="l00014"></a>00014 <span class="keyword">class </span>DBusProxy;
<a name="l00015"></a>00015 
<a name="l00016"></a>00016 <span class="keyword">namespace </span>IBus {
<a name="l00017"></a>00017 
<a name="l00018"></a>00018 <span class="keyword">class </span>Bus;
<a name="l00019"></a>00019 <span class="keyword">typedef</span> Pointer&lt;Bus&gt; BusPointer;
<a name="l00020"></a>00020 
<a name="l00021"></a><a class="code" href="class_i_bus_1_1_bus.html">00021</a> <span class="keyword">class </span><a class="code" href="class_i_bus_1_1_bus.html">Bus</a> : <span class="keyword">public</span> <a class="code" href="class_i_bus_1_1_object.html">Object</a>
<a name="l00022"></a>00022 {
<a name="l00023"></a>00023     Q_OBJECT;
<a name="l00024"></a>00024 
<a name="l00025"></a>00025 <span class="keyword">protected</span>:
<a name="l00026"></a>00026 
<a name="l00027"></a>00027 <span class="keyword">public</span>:
<a name="l00028"></a>00028     <a class="code" href="class_i_bus_1_1_bus.html#a01cce16651dd3df06a066a824022cec2" title="Constructor of Bus object.">Bus</a> (<span class="keywordtype">void</span>);
<a name="l00029"></a>00029     <a class="code" href="class_i_bus_1_1_bus.html#a7254ac2f33cca8b92d1ae69fd4a75274" title="Destructor of Bus object.">~Bus</a> (<span class="keywordtype">void</span>);
<a name="l00030"></a>00030     <span class="keywordtype">bool</span> <a class="code" href="class_i_bus_1_1_bus.html#a7c3afa518fa680aa6e61ff79b7f1f7ae" title="Gets whether the bus is connected to ibus daemon.">isConnected</a> (<span class="keywordtype">void</span>);
<a name="l00031"></a>00031     <span class="keyword">const</span> QDBusConnection &amp;<a class="code" href="class_i_bus_1_1_bus.html#aabefa62c628de3391fc0458f709cc3ed" title="Gets the QDBusConnection object.">getConnection</a> (<span class="keywordtype">void</span>);
<a name="l00032"></a>00032 
<a name="l00033"></a>00033     <span class="comment">/* org.freedesktop.DBus methods */</span>
<a name="l00034"></a>00034     QString <a class="code" href="class_i_bus_1_1_bus.html#a2c114e8f9dc093505ee62cccf595a464" title="Says hello to ibus daemon, and gets a unique name from the daemon.">hello</a> (<span class="keywordtype">void</span>);
<a name="l00035"></a>00035     <span class="keywordtype">void</span> <a class="code" href="class_i_bus_1_1_bus.html#ad708a056b26ec48471f89e0f43c44822" title="Adds a match rule to match message going through the bus.">addMatch</a> (<span class="keyword">const</span> QString &amp;rule);
<a name="l00036"></a>00036     <span class="keywordtype">void</span> <a class="code" href="class_i_bus_1_1_bus.html#a22228af54abcc02b0644832be21cd36f" title="Removes a match rule to match message going through the bus.">removeMatch</a> (<span class="keyword">const</span> QString &amp;rule);
<a name="l00037"></a>00037     QString <a class="code" href="class_i_bus_1_1_bus.html#ab62eccb27103b30c62bbc5c37dbf9026" title="Asks ibus daemon to return its globally unique ID.">getId</a> (<span class="keywordtype">void</span>);
<a name="l00038"></a>00038     QString <a class="code" href="class_i_bus_1_1_bus.html#ad0c6809ef83c3f0fd1d2d999a3d29a4f" title="Asks ibus daemon to return the owner of a bus name.">getNameOwner</a> (<span class="keyword">const</span> QString &amp;name);
<a name="l00039"></a>00039     QStringList <a class="code" href="class_i_bus_1_1_bus.html#ac868759952efdf5114c8bd69ccf84c05" title="Asks ibus daemon to return all client names.">listNames</a> (<span class="keywordtype">void</span>);
<a name="l00040"></a>00040     <span class="keywordtype">bool</span> <a class="code" href="class_i_bus_1_1_bus.html#a3cc171c35d2a8e9e770e994be6f67b5b" title="Gets whether name has an owner.">nameHasOwner</a> (<span class="keyword">const</span> QString &amp;name);
<a name="l00041"></a>00041     uint <a class="code" href="class_i_bus_1_1_bus.html#a1308b9693815f8284c5938a48a2e70e2" title="Asks ibus daemon to assign the given name to this connection.">requestName</a> (<span class="keyword">const</span> QString &amp;name, uint flag);
<a name="l00042"></a>00042     uint <a class="code" href="class_i_bus_1_1_bus.html#abcf2cd109d0038136b3c5d4289807228" title="Asks ibus daemon to release the given name of this connection.">releaseName</a> (<span class="keyword">const</span> QString &amp;name);
<a name="l00043"></a>00043 
<a name="l00044"></a>00044     <span class="comment">/* org.freedesktop.IBus methods */</span>
<a name="l00045"></a>00045     QString <a class="code" href="class_i_bus_1_1_bus.html#a0d5200ae07ddd79a4cafea9c981a413c" title="Asks ibus daemon to create an input context.">createInputContext</a> (<span class="keyword">const</span> QString &amp;name);
<a name="l00046"></a>00046     <span class="keywordtype">bool</span> <a class="code" href="class_i_bus_1_1_bus.html#a3751babce55aeb76579b1f46fd35490d" title="Registers a components with ibus daemon.">registerComponent</a> (<span class="keyword">const</span> <a class="code" href="class_i_bus_1_1_pointer.html">ComponentPointer</a> &amp;component);
<a name="l00047"></a>00047     <span class="keywordtype">bool</span> <a class="code" href="class_i_bus_1_1_bus.html#ac4e1432fcf0e8b75e1768bc9d0e4e097" title="Registers an object with the connection.">registerObject</a> (<span class="keyword">const</span> QString &amp;path, QObject *obj);
<a name="l00048"></a>00048 
<a name="l00049"></a>00049     QList&lt;EngineDescPointer&gt; <a class="code" href="class_i_bus_1_1_bus.html#aba30300c862dd5f6db2ae510219e6941" title="Asks ibus daemon to return a list of engines.">listEngines</a> (<span class="keywordtype">void</span>);
<a name="l00050"></a>00050     QList&lt;EngineDescPointer&gt; <a class="code" href="class_i_bus_1_1_bus.html#a621f25dce8b18152f2ccb360b13b9ee7" title="Asks ibus daemon to return a list of active engines.">listActiveEngines</a> (<span class="keywordtype">void</span>);
<a name="l00051"></a>00051     <span class="keywordtype">bool</span> <a class="code" href="class_i_bus_1_1_bus.html#a3df325f7a0d0d5d8f14042d044c5411d" title="Asks ibus daemon to exit.">exit</a> (<span class="keywordtype">bool</span> restart = <span class="keyword">false</span>);
<a name="l00052"></a>00052     <a class="code" href="class_i_bus_1_1_pointer.html">SerializablePointer</a> <a class="code" href="class_i_bus_1_1_bus.html#ae5a6e2bd31f727ea18180c43566eede0" title="Pings ibus daemon with a serializable object.">ping</a> (<span class="keyword">const</span> <a class="code" href="class_i_bus_1_1_pointer.html">SerializablePointer</a> &amp;data);
<a name="l00053"></a>00053 
<a name="l00054"></a>00054 <span class="keyword">private</span>:
<a name="l00055"></a>00055     <span class="keywordtype">bool</span> open (<span class="keywordtype">void</span>);
<a name="l00056"></a>00056     <span class="keywordtype">void</span> reset (<span class="keywordtype">void</span>);
<a name="l00057"></a>00057     QString getSocketPath (<span class="keywordtype">void</span>);
<a name="l00058"></a>00058     QString getAddress (<span class="keywordtype">void</span>);
<a name="l00059"></a>00059 
<a name="l00060"></a>00060 signals:
<a name="l00064"></a>00064     <span class="keywordtype">void</span> <a class="code" href="class_i_bus_1_1_bus.html#a2b7478017d1c130d3e6632c4f5ee0ff3" title="Emited when bus is disconnected from ibus daemon.">disconnected</a> (<span class="keywordtype">void</span>);
<a name="l00065"></a>00065 
<a name="l00069"></a>00069     <span class="keywordtype">void</span> <a class="code" href="class_i_bus_1_1_bus.html#abe20ea9e98ba65b6a40b4e216b4a692f" title="Emited when bus is connected to ibus daemon.">connected</a> (<span class="keywordtype">void</span>);
<a name="l00070"></a>00070 
<a name="l00071"></a>00071 <span class="keyword">private</span> slots:
<a name="l00072"></a>00072     <span class="keywordtype">void</span> slotAddressChanged (<span class="keyword">const</span> QString &amp;path);
<a name="l00073"></a>00073     <span class="keywordtype">void</span> slotIBusDisconnected (<span class="keywordtype">void</span>);
<a name="l00074"></a>00074 
<a name="l00075"></a>00075 <span class="keyword">private</span>:
<a name="l00076"></a>00076     QFileSystemWatcher m_watcher;
<a name="l00077"></a>00077     QDBusConnection *m_connection;
<a name="l00078"></a>00078     DBusProxy *m_dbus;
<a name="l00079"></a>00079     IBusProxy *m_ibus;
<a name="l00080"></a>00080 };
<a name="l00081"></a>00081 
<a name="l00082"></a>00082 };
<a name="l00083"></a>00083 
<a name="l00084"></a>00084 <span class="preprocessor">#endif</span>
</pre></div></div>
<!--- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&nbsp;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&nbsp;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&nbsp;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&nbsp;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&nbsp;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&nbsp;</span>Enumerator</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<hr class="footer"/><address style="text-align: right;"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2-20100208 </small></address>
</body>
</html>