Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > ea24284f03fd4a8a4b64047514d93f64 > files > 198

lib64kdegames1-devel-3.5.9-2mdv2008.1.x86_64.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!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" lang="en_US" xml:lang="en_US">

<head>
  <title>libkdegames: KMessageIO Class Reference (libkdegames)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <meta http-equiv="Content-Style-Type" content="text/css" />

  <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline DE v2.0" l gen true for "http://www.kde.org"  r (nz 1 vz 1 lz 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.kde.org"  r (n 0 s 0 v 0 l 0))' />

  <meta name="trademark" content="KDE e.V." />
  <meta name="description" content="K Desktop Environment Homepage, KDE.org" />
  <meta name="MSSmartTagsPreventParsing" content="true" />
  <meta name="robots" content="all" />

  <link rel="shortcut icon" href="../../favicon.ico" />

<link rel="stylesheet" media="screen" type="text/css" title="APIDOX" href="doxygen.css" />



</head>

<body>

<div id="nav_header_top" align="right">
  <a href="#content" class="doNotDisplay" accesskey="2">Skip to main content ::</a>

  <a href="../.."><img id="nav_header_logo" alt="Home" align="left" src="../../kde_gear_64.png" border="0" /></a>
  <span class="doNotDisplay">::</span>

  <div id="nav_header_title" align="left">KDE API Reference</div>


</div>

<div id="nav_header_bottom" align="right">
  <span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
  <div id="nav_header_bottom_right" style="text-align: left;">
/ <a href="../..">API Reference</a>
 / <a href=".">libkdegames</a>
  </div>
</div>


<table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
      <td valign="top" class="menuheader" height="0"></td>

  <td id="contentcolumn" valign="top" rowspan="2" >
    <div id="content" style="padding-top: 0px;"><div style="width:100%; margin: 0px; padding: 0px;">
    <a name="content"></a>


<!-- Generated by Doxygen 1.5.5 -->
<div class="contents">
<h1>KMessageIO Class Reference</h1><!-- doxytag: class="KMessageIO" --><!-- doxytag: inherits="QObject" --><code>#include &lt;<a class="el" href="kmessageio_8h-source.html">kmessageio.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for KMessageIO:</div>
<div class="dynsection">

<p><center><img src="classKMessageIO.png" usemap="#KMessageIO_map" border="0" alt=""></center>
<map name="KMessageIO_map">
<area href="classKMessageDirect.html" alt="KMessageDirect" shape="rect" coords="0,56,109,80">
<area href="classKMessageSocket.html" alt="KMessageSocket" shape="rect" coords="119,56,228,80">
</map>
</div>

<p>
<a href="classKMessageIO-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
This abstract base class represents one end of a message connections between two clients. 
<p>
Each client has one object of a subclass of <a class="el" href="classKMessageIO.html" title="This abstract base class represents one end of a message connections between two...">KMessageIO</a>. Calling /e <a class="el" href="classKMessageIO.html#595c09956ca3135e868fa9d47fe22958" title="This slot sends the data block in /e msg to the connected object, that will emit...">send()</a> on one object will emit the signal /e <a class="el" href="classKMessageIO.html#c2925ec4f163a91f15b037dcd9dc93a2" title="This signal is emitted when /e send() on the connected KMessageIO object is called...">received()</a> on the other object, and vice versa.<p>
For each type of connection (TCP/IP socket, COM port, direct connection within the same class) a subclass of <a class="el" href="classKMessageIO.html" title="This abstract base class represents one end of a message connections between two...">KMessageIO</a> must be defined that implements the pure virtual methods /e <a class="el" href="classKMessageIO.html#595c09956ca3135e868fa9d47fe22958" title="This slot sends the data block in /e msg to the connected object, that will emit...">send()</a> and /e <a class="el" href="classKMessageIO.html#3f93a66d00d8ca535ee5ab12475e30a2" title="This method returns the status of the object, whether it is already (or still) connected...">isConnected()</a>, and sends the signals. (See /e <a class="el" href="classKMessageSocket.html" title="This class implements the message communication using a TCP/IP socket.">KMessageSocket</a> for an example implementation.)<p>
Two subclasses are already included: /e <a class="el" href="classKMessageSocket.html" title="This class implements the message communication using a TCP/IP socket.">KMessageSocket</a> (connection using TCP/IP sockets) and /e <a class="el" href="classKMessageDirect.html" title="This class implements the message communication using function calls directly.">KMessageDirect</a> (connection using method calls, both sides must be within the same process). 
<p>Definition at line <a class="el" href="kmessageio_8h-source.html#l00056">56</a> of file <a class="el" href="kmessageio_8h-source.html">kmessageio.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Slots</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMessageIO.html#595c09956ca3135e868fa9d47fe22958">send</a> (const QByteArray &amp;msg)=0</td></tr>

<tr><td colspan="2"><br><h2>Signals</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMessageIO.html#c2925ec4f163a91f15b037dcd9dc93a2">received</a> (const QByteArray &amp;msg)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMessageIO.html#84d97fb77fbd43ea40baa2eec1f45ec5">connectionBroken</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMessageIO.html#f441515cc8006af2190fd8220c260cb8">KMessageIO</a> (QObject *parent=0, const char *name=0)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMessageIO.html#bc96e3cd30d933c9febabceee01b7e04">~KMessageIO</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMessageIO.html#389aadce959970213823a2728d00c255">rtti</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMessageIO.html#1867d5e42cfce261346c38892008c9cf">isNetwork</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMessageIO.html#3f93a66d00d8ca535ee5ab12475e30a2">isConnected</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMessageIO.html#fe28b6039098d66a8aea760990a39049">setId</a> (Q_UINT32 id)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">Q_UINT32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMessageIO.html#8ddc66bc4a2178ba1bcd447056c734a3">id</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual Q_UINT16&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMessageIO.html#7be26b8183b11c4fdc7c8dd2e2ea8696">peerPort</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKMessageIO.html#d5ed4cb742bdd80e4646f7c005e87791">peerName</a> () const </td></tr>

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="27927ec249c406230c531c5b5a130104"></a><!-- doxytag: member="KMessageIO::m_id" ref="27927ec249c406230c531c5b5a130104" args="" -->
Q_UINT32&nbsp;</td><td class="memItemRight" valign="bottom"><b>m_id</b></td></tr>

</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="f441515cc8006af2190fd8220c260cb8"></a><!-- doxytag: member="KMessageIO::KMessageIO" ref="f441515cc8006af2190fd8220c260cb8" args="(QObject *parent=0, const char *name=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KMessageIO::KMessageIO           </td>
          <td>(</td>
          <td class="paramtype">QObject *&nbsp;</td>
          <td class="paramname"> <em>parent</em> = <code>0</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em> = <code>0</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The usual QObject constructor, does nothing else. 
<p>

<p>Definition at line <a class="el" href="kmessageio_8cpp-source.html#l00032">32</a> of file <a class="el" href="kmessageio_8cpp-source.html">kmessageio.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="bc96e3cd30d933c9febabceee01b7e04"></a><!-- doxytag: member="KMessageIO::~KMessageIO" ref="bc96e3cd30d933c9febabceee01b7e04" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KMessageIO::~KMessageIO           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The usual destructor, does nothing special. 
<p>

<p>Definition at line <a class="el" href="kmessageio_8cpp-source.html#l00036">36</a> of file <a class="el" href="kmessageio_8cpp-source.html">kmessageio.cpp</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="389aadce959970213823a2728d00c255"></a><!-- doxytag: member="KMessageIO::rtti" ref="389aadce959970213823a2728d00c255" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int KMessageIO::rtti           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
The runtime idendifcation. 
<p>

<p>Reimplemented in <a class="el" href="classKMessageSocket.html#33b6052346d142073c7955744e18ba66">KMessageSocket</a>, and <a class="el" href="classKMessageDirect.html#e8517eccf407859f7de67e4f77baf7a9">KMessageDirect</a>.</p>

<p>Definition at line <a class="el" href="kmessageio_8h-source.html#l00074">74</a> of file <a class="el" href="kmessageio_8h-source.html">kmessageio.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="1867d5e42cfce261346c38892008c9cf"></a><!-- doxytag: member="KMessageIO::isNetwork" ref="1867d5e42cfce261346c38892008c9cf" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool KMessageIO::isNetwork           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>Whether this <a class="el" href="classKMessageIO.html" title="This abstract base class represents one end of a message connections between two...">KMessageIO</a> is a network IO or not. </dd></dl>

<p>Reimplemented in <a class="el" href="classKMessageSocket.html#09405d1f9800d967d5ab6de3b54f9d31">KMessageSocket</a>, and <a class="el" href="classKMessageDirect.html#fd06fa78bd38c4cb46d05b5138678db2">KMessageDirect</a>.</p>

<p>Definition at line <a class="el" href="kmessageio_8h-source.html#l00080">80</a> of file <a class="el" href="kmessageio_8h-source.html">kmessageio.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="3f93a66d00d8ca535ee5ab12475e30a2"></a><!-- doxytag: member="KMessageIO::isConnected" ref="3f93a66d00d8ca535ee5ab12475e30a2" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual bool KMessageIO::isConnected           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This method returns the status of the object, whether it is already (or still) connected to another <a class="el" href="classKMessageIO.html" title="This abstract base class represents one end of a message connections between two...">KMessageIO</a> object or not. 
<p>
This is a pure virtual method, so it has to be implemented in a subclass of <a class="el" href="classKMessageIO.html" title="This abstract base class represents one end of a message connections between two...">KMessageIO</a>. 
<p>Reimplemented in <a class="el" href="classKMessageSocket.html#3bb9822c6a03b372a82a24610e70d84a">KMessageSocket</a>, and <a class="el" href="classKMessageDirect.html#e1a47b43f8cda3f8363491a795c6197b">KMessageDirect</a>.</p>

<p>Definition at line <a class="el" href="kmessageio_8h-source.html#l00094">94</a> of file <a class="el" href="kmessageio_8h-source.html">kmessageio.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="fe28b6039098d66a8aea760990a39049"></a><!-- doxytag: member="KMessageIO::setId" ref="fe28b6039098d66a8aea760990a39049" args="(Q_UINT32 id)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KMessageIO::setId           </td>
          <td>(</td>
          <td class="paramtype">Q_UINT32&nbsp;</td>
          <td class="paramname"> <em>id</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Sets the ID number of this object. 
<p>
This number can for example be used to distinguish several objects in a server.<p>
NOTE: Sometimes it is useful to let two connected <a class="el" href="classKMessageIO.html" title="This abstract base class represents one end of a message connections between two...">KMessageIO</a> objects have the same ID number. You have to do so yourself, <a class="el" href="classKMessageIO.html" title="This abstract base class represents one end of a message connections between two...">KMessageIO</a> doesn't change this value on its own! 
<p>Definition at line <a class="el" href="kmessageio_8cpp-source.html#l00039">39</a> of file <a class="el" href="kmessageio_8cpp-source.html">kmessageio.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="8ddc66bc4a2178ba1bcd447056c734a3"></a><!-- doxytag: member="KMessageIO::id" ref="8ddc66bc4a2178ba1bcd447056c734a3" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Q_UINT32 KMessageIO::id           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Queries the ID of this object. 
<p>

<p>Definition at line <a class="el" href="kmessageio_8cpp-source.html#l00044">44</a> of file <a class="el" href="kmessageio_8cpp-source.html">kmessageio.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="7be26b8183b11c4fdc7c8dd2e2ea8696"></a><!-- doxytag: member="KMessageIO::peerPort" ref="7be26b8183b11c4fdc7c8dd2e2ea8696" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual Q_UINT16 KMessageIO::peerPort           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<dl class="since" compact><dt><b>Since:</b></dt><dd>3.2 </dd></dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>0 in the default implementation. Reimplemented in <a class="el" href="classKMessageSocket.html">KMessageSocket</a>. </dd></dl>

<p>Reimplemented in <a class="el" href="classKMessageSocket.html#4973e0515fa5c8b5e89672c1a46dde2f">KMessageSocket</a>.</p>

<p>Definition at line <a class="el" href="kmessageio_8h-source.html#l00119">119</a> of file <a class="el" href="kmessageio_8h-source.html">kmessageio.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="d5ed4cb742bdd80e4646f7c005e87791"></a><!-- doxytag: member="KMessageIO::peerName" ref="d5ed4cb742bdd80e4646f7c005e87791" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual QString KMessageIO::peerName           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [inline, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<dl class="since" compact><dt><b>Since:</b></dt><dd>3.2 </dd></dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>"localhost" in the default implementation. Reimplemented in <a class="el" href="classKMessageSocket.html">KMessageSocket</a> </dd></dl>

<p>Reimplemented in <a class="el" href="classKMessageSocket.html#37509479743000c80e9c8cf062e3a496">KMessageSocket</a>.</p>

<p>Definition at line <a class="el" href="kmessageio_8h-source.html#l00125">125</a> of file <a class="el" href="kmessageio_8h-source.html">kmessageio.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c2925ec4f163a91f15b037dcd9dc93a2"></a><!-- doxytag: member="KMessageIO::received" ref="c2925ec4f163a91f15b037dcd9dc93a2" args="(const QByteArray &amp;msg)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KMessageIO::received           </td>
          <td>(</td>
          <td class="paramtype">const QByteArray &amp;&nbsp;</td>
          <td class="paramname"> <em>msg</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [signal]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This signal is emitted when /e <a class="el" href="classKMessageIO.html#595c09956ca3135e868fa9d47fe22958" title="This slot sends the data block in /e msg to the connected object, that will emit...">send()</a> on the connected <a class="el" href="classKMessageIO.html" title="This abstract base class represents one end of a message connections between two...">KMessageIO</a> object is called. 
<p>
The parameter contains the same data array in /e msg as was used in /e <a class="el" href="classKMessageIO.html#595c09956ca3135e868fa9d47fe22958" title="This slot sends the data block in /e msg to the connected object, that will emit...">send()</a>. 
</div>
</div><p>
<a class="anchor" name="84d97fb77fbd43ea40baa2eec1f45ec5"></a><!-- doxytag: member="KMessageIO::connectionBroken" ref="84d97fb77fbd43ea40baa2eec1f45ec5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KMessageIO::connectionBroken           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [signal]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This signal is emitted when the connection is closed. 
<p>
This can be caused by a hardware error (e.g. broken internet connection) or because the other object was killed.<p>
Note: Sometimes a broken connection can be undetected for a long time, or may never be detected at all. So don't rely on this signal! 
</div>
</div><p>
<a class="anchor" name="595c09956ca3135e868fa9d47fe22958"></a><!-- doxytag: member="KMessageIO::send" ref="595c09956ca3135e868fa9d47fe22958" args="(const QByteArray &amp;msg)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void KMessageIO::send           </td>
          <td>(</td>
          <td class="paramtype">const QByteArray &amp;&nbsp;</td>
          <td class="paramname"> <em>msg</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [pure virtual, slot]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This slot sends the data block in /e msg to the connected object, that will emit /e <a class="el" href="classKMessageIO.html#c2925ec4f163a91f15b037dcd9dc93a2" title="This signal is emitted when /e send() on the connected KMessageIO object is called...">received()</a>. 
<p>
For a concrete class, you have to subclass /e <a class="el" href="classKMessageIO.html" title="This abstract base class represents one end of a message connections between two...">KMessageIO</a> and overwrite this method. In the subclass, implement this method as an ordinary method, not as a slot! (Otherwise another slot would be defined. It would work, but uses more memory and time.) See /e <a class="el" href="classKMessageSocket.html" title="This class implements the message communication using a TCP/IP socket.">KMessageSocket</a> for an example implementation. 
<p>Implemented in <a class="el" href="classKMessageSocket.html#325a64653cd9a62b34fb10e4eb72a4ff">KMessageSocket</a>, and <a class="el" href="classKMessageDirect.html#ac1022521f741c07ec93db28c5cdd09b">KMessageDirect</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="kmessageio_8h-source.html">kmessageio.h</a><li><a class="el" href="kmessageio_8cpp-source.html">kmessageio.cpp</a></ul>
</div>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>libkdegames</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</a></li><li><a href="functions.html">Class Members</a></li><li><a href="pages.html">Related Pages</a></li></ul>
<!--
<h2>Class Picker</h2>
<div style="text-align: center;">
<form name="guideform">
<select name="guidelinks" style="width:100%;" onChange="window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value">
<option value="annotated.html">-- Choose --</option>
  <option value="classKCanvasRootPixmap.html">kcanvasrootpixmap</option>,  <option value="classKCardDialog.html">kcarddialog</option>,  <option value="classKChat.html">kchat</option>,  <option value="classKChatBase.html">kchatbase</option>,  <option value="classKChatBaseText.html">kchatbasetext</option>,  <option value="classKExtHighscore_1_1Item.html">kexthighscore::item</option>,  <option value="classKExtHighscore_1_1ItemArray.html">kexthighscore::itemarray</option>,  <option value="classKExtHighscore_1_1Manager.html">kexthighscore::manager</option>,  <option value="classKExtHighscore_1_1MultiplayerScores.html">kexthighscore::multiplayerscores</option>,  <option value="classKExtHighscore_1_1Score.html">kexthighscore::score</option>,  <option value="classKGame.html">kgame</option>,  <option value="classKGameChat.html">kgamechat</option>,  <option value="classKGameComputerIO.html">kgamecomputerio</option>,  <option value="classKGameConnectDialog.html">kgameconnectdialog</option>,  <option value="classKGameDialog.html">kgamedialog</option>,  <option value="classKGameDialogChatConfig.html">kgamedialogchatconfig</option>,  <option value="classKGameDialogConfig.html">kgamedialogconfig</option>,  <option value="classKGameErrorDialog.html">kgameerrordialog</option>,  <option value="classKGameErrorMessageDialog.html">kgameerrormessagedialog</option>,  <option value="classKGameIO.html">kgameio</option>,  <option value="classKGameKeyIO.html">kgamekeyio</option>,  <option value="classKGameLCD.html">kgamelcd</option>,  <option value="classKGameLCDClock.html">kgamelcdclock</option>,  <option value="classKGameLCDList.html">kgamelcdlist</option>,  <option value="classKGameMisc.html">kgamemisc</option>,  <option value="classKGameMouseIO.html">kgamemouseio</option>,  <option value="classKGameNetwork.html">kgamenetwork</option>,  <option value="classKGameProcess.html">kgameprocess</option>,  <option value="classKGameProcessIO.html">kgameprocessio</option>,  <option value="classKGameProgress.html">kgameprogress</option>,  <option value="classKGameProperty.html">kgameproperty</option>,  <option value="classKGamePropertyBase.html">kgamepropertybase</option>,  <option value="classKGamePropertyHandler.html">kgamepropertyhandler</option>,  <option value="classKGameSequence.html">kgamesequence</option>,  <option value="classKGrid2D_1_1Generic.html">kgrid2d::generic</option>,  <option value="classKGrid2D_1_1Hexagonal.html">kgrid2d::hexagonal</option>,  <option value="classKGrid2D_1_1HexagonalBase.html">kgrid2d::hexagonalbase</option>,  <option value="classKGrid2D_1_1Square.html">kgrid2d::square</option>,  <option value="classKGrid2D_1_1SquareBase.html">kgrid2d::squarebase</option>,  <option value="classKHighscore.html">khighscore</option>,  <option value="classKMessageClient.html">kmessageclient</option>,  <option value="classKMessageDirect.html">kmessagedirect</option>,  <option value="classKMessageIO.html">kmessageio</option>,  <option value="classKMessageServer.html">kmessageserver</option>,  <option value="classKMessageServerSocket.html">kmessageserversocket</option>,  <option value="classKMessageSocket.html">kmessagesocket</option>,  <option value="classKPlayer.html">kplayer</option>,  <option value="classKScoreDialog.html">kscoredialog</option>,  <option value="classKStdGameAction.html">kstdgameaction</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../libkdegames/html/index.html">libkdegames</a></li>
</ul></div></div>


        </td>
</tr>
</table>

<span class="doNotDisplay">
  <a href="http://www.kde.org/" accesskey="8">KDE Home</a> |
  <a href="http://accessibility.kde.org/" accesskey="9">KDE Accessibility Home</a> |
  <a href="http://www.kde.org/media/accesskeys.php" accesskey="0">Description of Access Keys</a>
</span>


<div style="height: 8px"></div>

<div id="footer">
  <div id="footer_left">
    Maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groo&#116;&#64;kde&#46;or&#x67;">Adriaan de Groot</a>
and
<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;nter&#64;kde&#46;or&#x67">Allen Winter</a>.
<br/>
    KDE and K Desktop Environment are trademarks of <a href="http://www.kde.org/areas/kde-ev/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
    <a href="http://www.kde.org/contact/impressum.php">Legal</a>
  </div>
  <div id="footer_right"><img src="/media/images/footer_right.png" style="margin: 0px" alt="" /></div>
</div>

<!--
WARNING: DO NOT SEND MAIL TO THE FOLLOWING EMAIL ADDRESS! YOU WILL
BE BLOCKED INSTANTLY AND PERMANENTLY!
<a href="mailto:aaaatrap-425acc3b5374943f@kde.org">Block me</a>
WARNING END
-->

</body>
</html>