Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 98d6b53e11e983e268c3e19f14e091a0 > files > 1504

kdepim-devel-doc-3.5.9-9mdv2008.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>kdgantt: KDGanttViewTaskLink Class Reference (kdgantt)</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" />



<style type="text/css">
<!--
hr { display: none; }
#content h2 { margin-left: 0px; }
table.mdTable { background-color: #f8f8f8; border: .2em solid #d7d7d7; }
td.mdRow { padding: 8px 20px; }
td.md { font-weight: bold; }
td.mdname1 { font-weight: bold; color: #602020; }
td.mdname { font-weight: bold; color: #602020;  }

-->
</style>

</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>
  <img id="nav_header_logo_right" alt="" align="right" src="../../pimlogo.png" border="0" />

  <div id="nav_header_title" align="left">KDE PIM 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_left" style="text-align: left;">
/ <a href="../../">API Reference</a>
 / <a href=".">kdgantt</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;">
    <h2><a name="content"></a>kdgantt</h2>


<!-- Generated by Doxygen 1.5.5 -->
<div class="contents">
<h1>KDGanttViewTaskLink Class Reference</h1><!-- doxytag: class="KDGanttViewTaskLink" --><code>#include &lt;<a class="el" href="KDGanttViewTaskLink_8h-source.html">KDGanttViewTaskLink.h</a>&gt;</code>
<p>

<p>
<a href="classKDGanttViewTaskLink-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
This class represents a link between a number of Gantt chart items.<p>
It always connects source items with target items. Task links can be grouped into <a class="el" href="classKDGanttViewTaskLinkGroup.html">KDGanttViewTaskLinkGroup</a> objects. If a Gantt view item is deleted, it is removed from the fromList or from the toList. If one of the lists becomes empty, the complete task link is deleted as well.<p>
The task link is deleted by KDGanttViews d'tor. You may delete the task link yourself, if you do it _before_ KDGanttViews d'tor is called. 
<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8h-source.html#l00048">48</a> of file <a class="el" href="KDGanttViewTaskLink_8h-source.html">KDGanttViewTaskLink.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><b>LinkType</b> { <br>
&nbsp;&nbsp;<b>None</b>, 
<b>FinishStart</b>, 
<b>StartStart</b>, 
<b>FinishFinish</b>, 
<br>
&nbsp;&nbsp;<b>StartFinish</b>
<br>
 }</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="classKDGanttViewTaskLink.html#a2dc856d00ec3f69302560caa1fdbc69">KDGanttViewTaskLink</a> (QPtrList&lt; <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> &gt; from, QPtrList&lt; <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> &gt; to, LinkType type=None)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#6d8e61cfcd97e70c3dd8de4553c8bb28">KDGanttViewTaskLink</a> (<a class="el" href="classKDGanttViewTaskLinkGroup.html">KDGanttViewTaskLinkGroup</a> *group, QPtrList&lt; <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> &gt; from, QPtrList&lt; <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> &gt; to, LinkType type=None)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#ddd7387160389b355e74b24d51e64579">KDGanttViewTaskLink</a> (<a class="el" href="classKDGanttViewTaskLinkGroup.html">KDGanttViewTaskLinkGroup</a> *group, <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *from, <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *to, LinkType type=None)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#eac38fc78e3554c08e67bb5ef853da8e">KDGanttViewTaskLink</a> (<a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *from, <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *to, LinkType type=None)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QPtrList&lt; <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#4b322c82ec8ef92ebb5e38e58998fab7">from</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QPtrList&lt; <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#35d5f50c62e140ecc3d03c77dd88a043">to</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="classKDGanttViewTaskLink.html#74d5da3d8004c5176229ffe4dc4e8e6a">removeItemFromList</a> (<a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#a67191daa99f6c4a64225204a5dbca25">setVisible</a> (bool)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#e813a4f038f33383e4fbf325287640b5">isVisible</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKDGanttViewTaskLinkGroup.html">KDGanttViewTaskLinkGroup</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#faa9862e1ff9ff642ba3cbd0bcfa2c33">group</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#6dfdc710ffcedfac91c344c1c0b3d9c9">setGroup</a> (<a class="el" href="classKDGanttViewTaskLinkGroup.html">KDGanttViewTaskLinkGroup</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#91070773020000eacb2c329b1a48c4eb">setHighlight</a> (bool highlight)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#4ee2aa56a0e058d2f6d9c55c509f82d2">highlight</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="classKDGanttViewTaskLink.html#ee7d0481abbaeb7ab5445a84b33d9b5d">setColor</a> (const QColor &amp;color)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QColor&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#665582cceac2ff49f1644e129ef227cc">color</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="classKDGanttViewTaskLink.html#830cf54002bd1fde4674a6026ff2d2a2">setHighlightColor</a> (const QColor &amp;color)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QColor&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#00d627b463345f4a2c94281ecb8f6e64">highlightColor</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="classKDGanttViewTaskLink.html#db1d5e74d537bf5603d1449965a831e4">setTooltipText</a> (const QString &amp;text)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#ee87196ea60d886b58cc138954d00e1b">tooltipText</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="classKDGanttViewTaskLink.html#f90ca603f2ddcd4aec6fb978aec2c84b">setWhatsThisText</a> (const QString &amp;text)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#10d44115bda6dacc9f4006bb1a123fbd">whatsThisText</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="classKDGanttViewTaskLink.html#be0dae4aedbaca7e016aa41061a1b949">createNode</a> (QDomDocument &amp;doc, QDomElement &amp;parentElement)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="141cac5f787ab4424d5bbfbc68791670"></a><!-- doxytag: member="KDGanttViewTaskLink::linkType" ref="141cac5f787ab4424d5bbfbc68791670" args="()" -->
int&nbsp;</td><td class="memItemRight" valign="bottom"><b>linkType</b> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e0049552ecbefdc4e12a8dd4aeaeee4d"></a><!-- doxytag: member="KDGanttViewTaskLink::setLinkType" ref="e0049552ecbefdc4e12a8dd4aeaeee4d" args="(int type)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>setLinkType</b> (int type)</td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="classKDGanttViewTaskLink.html">KDGanttViewTaskLink</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#e57ba5bd823f1289fd67242bd2c05a1e">createFromDomElement</a> (QDomElement &amp;)</td></tr>

<tr><td colspan="2"><br><h2>Friends</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="0372b9bd7e5af79cd6d197b2505facd4"></a><!-- doxytag: member="KDGanttViewTaskLink::KDGanttViewTaskLinkGroup" ref="0372b9bd7e5af79cd6d197b2505facd4" args="" -->
class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewTaskLink.html#0372b9bd7e5af79cd6d197b2505facd4">KDGanttViewTaskLinkGroup</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e0968c4aa25d4f1dd8f2ca4856779c30"></a><!-- doxytag: member="KDGanttViewTaskLink::KDTimeTableWidget" ref="e0968c4aa25d4f1dd8f2ca4856779c30" args="" -->
class&nbsp;</td><td class="memItemRight" valign="bottom"><b>KDTimeTableWidget</b></td></tr>

</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="a2dc856d00ec3f69302560caa1fdbc69"></a><!-- doxytag: member="KDGanttViewTaskLink::KDGanttViewTaskLink" ref="a2dc856d00ec3f69302560caa1fdbc69" args="(QPtrList&lt; KDGanttViewItem &gt; from, QPtrList&lt; KDGanttViewItem &gt; to, LinkType type=None)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KDGanttViewTaskLink::KDGanttViewTaskLink           </td>
          <td>(</td>
          <td class="paramtype">QPtrList&lt; <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> &gt;&nbsp;</td>
          <td class="paramname"> <em>from</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">QPtrList&lt; <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> &gt;&nbsp;</td>
          <td class="paramname"> <em>to</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">LinkType&nbsp;</td>
          <td class="paramname"> <em>type</em> = <code>None</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>
Creates a task link that connects all items in the source item list from to all items in the destination item list to.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>from</em>&nbsp;</td><td>the source items </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>to</em>&nbsp;</td><td>the target items </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>type</em>&nbsp;</td><td>the link type for the connection </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00065">65</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="6d8e61cfcd97e70c3dd8de4553c8bb28"></a><!-- doxytag: member="KDGanttViewTaskLink::KDGanttViewTaskLink" ref="6d8e61cfcd97e70c3dd8de4553c8bb28" args="(KDGanttViewTaskLinkGroup *group, QPtrList&lt; KDGanttViewItem &gt; from, QPtrList&lt; KDGanttViewItem &gt; to, LinkType type=None)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KDGanttViewTaskLink::KDGanttViewTaskLink           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKDGanttViewTaskLinkGroup.html">KDGanttViewTaskLinkGroup</a> *&nbsp;</td>
          <td class="paramname"> <em>group</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">QPtrList&lt; <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> &gt;&nbsp;</td>
          <td class="paramname"> <em>from</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">QPtrList&lt; <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> &gt;&nbsp;</td>
          <td class="paramname"> <em>to</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">LinkType&nbsp;</td>
          <td class="paramname"> <em>type</em> = <code>None</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>
Creates a task link that connects all items in the source item list from to all items in the destination item list to. Inserts the link directly into a link group.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>group</em>&nbsp;</td><td>the link group to insert this link into </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>from</em>&nbsp;</td><td>the source items </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>to</em>&nbsp;</td><td>the target items </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>type</em>&nbsp;</td><td>the link type for the connection </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00111">111</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="ddd7387160389b355e74b24d51e64579"></a><!-- doxytag: member="KDGanttViewTaskLink::KDGanttViewTaskLink" ref="ddd7387160389b355e74b24d51e64579" args="(KDGanttViewTaskLinkGroup *group, KDGanttViewItem *from, KDGanttViewItem *to, LinkType type=None)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KDGanttViewTaskLink::KDGanttViewTaskLink           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKDGanttViewTaskLinkGroup.html">KDGanttViewTaskLinkGroup</a> *&nbsp;</td>
          <td class="paramname"> <em>group</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td>
          <td class="paramname"> <em>from</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td>
          <td class="paramname"> <em>to</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">LinkType&nbsp;</td>
          <td class="paramname"> <em>type</em> = <code>None</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>
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Creates a task link that connects two items and inserts the link directly into a link group. Note, that the <a class="el" href="classKDGanttViewTaskLink.html#4b322c82ec8ef92ebb5e38e58998fab7">from()</a> and <a class="el" href="classKDGanttViewTaskLink.html#35d5f50c62e140ecc3d03c77dd88a043">to()</a> functions are returning a list, in this case containing only one item.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>group</em>&nbsp;</td><td>the link group to insert this link into </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>from</em>&nbsp;</td><td>the source item </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>to</em>&nbsp;</td><td>the target item </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>type</em>&nbsp;</td><td>the link type for the connection </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00138">138</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="eac38fc78e3554c08e67bb5ef853da8e"></a><!-- doxytag: member="KDGanttViewTaskLink::KDGanttViewTaskLink" ref="eac38fc78e3554c08e67bb5ef853da8e" args="(KDGanttViewItem *from, KDGanttViewItem *to, LinkType type=None)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KDGanttViewTaskLink::KDGanttViewTaskLink           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td>
          <td class="paramname"> <em>from</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td>
          <td class="paramname"> <em>to</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">LinkType&nbsp;</td>
          <td class="paramname"> <em>type</em> = <code>None</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>
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Creates a task link that connects two items. Note, that the <a class="el" href="classKDGanttViewTaskLink.html#4b322c82ec8ef92ebb5e38e58998fab7">from()</a> and <a class="el" href="classKDGanttViewTaskLink.html#35d5f50c62e140ecc3d03c77dd88a043">to()</a> functions are returning a list, in this case containing only one item.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>from</em>&nbsp;</td><td>the source item </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>to</em>&nbsp;</td><td>the target item </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>type</em>&nbsp;</td><td>the link type for the connection </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00088">88</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="4b322c82ec8ef92ebb5e38e58998fab7"></a><!-- doxytag: member="KDGanttViewTaskLink::from" ref="4b322c82ec8ef92ebb5e38e58998fab7" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QPtrList&lt; <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> &gt; KDGanttViewTaskLink::from           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the list of source item of this task link.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the ist of source item of this task link </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLink.html#35d5f50c62e140ecc3d03c77dd88a043">to()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00693">693</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="35d5f50c62e140ecc3d03c77dd88a043"></a><!-- doxytag: member="KDGanttViewTaskLink::to" ref="35d5f50c62e140ecc3d03c77dd88a043" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QPtrList&lt; <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> &gt; KDGanttViewTaskLink::to           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the list of target items of this task link.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the list of target item of this task link </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLink.html#4b322c82ec8ef92ebb5e38e58998fab7">from()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00725">725</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="74d5da3d8004c5176229ffe4dc4e8e6a"></a><!-- doxytag: member="KDGanttViewTaskLink::removeItemFromList" ref="74d5da3d8004c5176229ffe4dc4e8e6a" args="(KDGanttViewItem *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewTaskLink::removeItemFromList           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td>
          <td class="paramname"> <em>item</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Removes a <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> from the lists.<p>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLink.html#35d5f50c62e140ecc3d03c77dd88a043">to()</a> <a class="el" href="classKDGanttViewTaskLink.html#4b322c82ec8ef92ebb5e38e58998fab7">from()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00704">704</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="a67191daa99f6c4a64225204a5dbca25"></a><!-- doxytag: member="KDGanttViewTaskLink::setVisible" ref="a67191daa99f6c4a64225204a5dbca25" args="(bool)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewTaskLink::setVisible           </td>
          <td>(</td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>visible</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specifies whether this task link should be visible or not.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>visible</em>&nbsp;</td><td>pass true to make this task link visible, and false to hide it </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLink.html#e813a4f038f33383e4fbf325287640b5">isVisible()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00253">253</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

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

<p>
Returns whether this task link should be visible or not.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the task link is visible </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLink.html#a67191daa99f6c4a64225204a5dbca25">setVisible()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00516">516</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="faa9862e1ff9ff642ba3cbd0bcfa2c33"></a><!-- doxytag: member="KDGanttViewTaskLink::group" ref="faa9862e1ff9ff642ba3cbd0bcfa2c33" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewTaskLinkGroup.html">KDGanttViewTaskLinkGroup</a> * KDGanttViewTaskLink::group           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the group (if any) to which this task link belongs.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the group to which this task link belongs; 0 if it does not belong to any group. </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLinkGroup.html">KDGanttViewTaskLinkGroup</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00530">530</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="6dfdc710ffcedfac91c344c1c0b3d9c9"></a><!-- doxytag: member="KDGanttViewTaskLink::setGroup" ref="6dfdc710ffcedfac91c344c1c0b3d9c9" args="(KDGanttViewTaskLinkGroup *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewTaskLink::setGroup           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKDGanttViewTaskLinkGroup.html">KDGanttViewTaskLinkGroup</a> *&nbsp;</td>
          <td class="paramname"> <em>group</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Inserts this task link in a group. If the parameter is 0, the task link is removed from any group<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>group</em>&nbsp;</td><td>the group, this task link has to be inserted</td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLinkGroup.html">KDGanttViewTaskLinkGroup</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00544">544</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="91070773020000eacb2c329b1a48c4eb"></a><!-- doxytag: member="KDGanttViewTaskLink::setHighlight" ref="91070773020000eacb2c329b1a48c4eb" args="(bool highlight)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewTaskLink::setHighlight           </td>
          <td>(</td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>highlight</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specifies whether this task link should be shown highlighted. The user can also highlight a task link with the mouse.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>highlight</em>&nbsp;</td><td>pass true in order to highlight this task link </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLink.html#4ee2aa56a0e058d2f6d9c55c509f82d2">highlight()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00565">565</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="4ee2aa56a0e058d2f6d9c55c509f82d2"></a><!-- doxytag: member="KDGanttViewTaskLink::highlight" ref="4ee2aa56a0e058d2f6d9c55c509f82d2" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KDGanttViewTaskLink::highlight           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns whether this task link is highlighted, either programmatically by <a class="el" href="classKDGanttViewTaskLink.html#91070773020000eacb2c329b1a48c4eb">setHighlight()</a> or by the user with the mouse.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the task link is highlighted </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLink.html#91070773020000eacb2c329b1a48c4eb">setHighlight()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00580">580</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="ee7d0481abbaeb7ab5445a84b33d9b5d"></a><!-- doxytag: member="KDGanttViewTaskLink::setColor" ref="ee7d0481abbaeb7ab5445a84b33d9b5d" args="(const QColor &amp;color)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewTaskLink::setColor           </td>
          <td>(</td>
          <td class="paramtype">const QColor &amp;&nbsp;</td>
          <td class="paramname"> <em>color</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specifies the color to draw this task link in.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>color</em>&nbsp;</td><td>the color to draw this task link in </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLink.html#665582cceac2ff49f1644e129ef227cc">color()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00592">592</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="665582cceac2ff49f1644e129ef227cc"></a><!-- doxytag: member="KDGanttViewTaskLink::color" ref="665582cceac2ff49f1644e129ef227cc" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QColor KDGanttViewTaskLink::color           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the color in which this task link is drawn.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the color in which this task link is drawn </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLink.html#ee7d0481abbaeb7ab5445a84b33d9b5d">setColor()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00606">606</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="830cf54002bd1fde4674a6026ff2d2a2"></a><!-- doxytag: member="KDGanttViewTaskLink::setHighlightColor" ref="830cf54002bd1fde4674a6026ff2d2a2" args="(const QColor &amp;color)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewTaskLink::setHighlightColor           </td>
          <td>(</td>
          <td class="paramtype">const QColor &amp;&nbsp;</td>
          <td class="paramname"> <em>color</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specifies the highlight color to draw this task link in.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>color</em>&nbsp;</td><td>the highlight color to draw this task link in </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLink.html#00d627b463345f4a2c94281ecb8f6e64">highlightColor()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00618">618</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="00d627b463345f4a2c94281ecb8f6e64"></a><!-- doxytag: member="KDGanttViewTaskLink::highlightColor" ref="00d627b463345f4a2c94281ecb8f6e64" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QColor KDGanttViewTaskLink::highlightColor           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the highlight color in which this task link is drawn.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the highlight color in which this task link is drawn </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLink.html#830cf54002bd1fde4674a6026ff2d2a2">setHighlightColor()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00632">632</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="db1d5e74d537bf5603d1449965a831e4"></a><!-- doxytag: member="KDGanttViewTaskLink::setTooltipText" ref="db1d5e74d537bf5603d1449965a831e4" args="(const QString &amp;text)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewTaskLink::setTooltipText           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>text</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specifies the text to be shown as a tooltip for this task link.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>text</em>&nbsp;</td><td>the tooltip text </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLink.html#ee87196ea60d886b58cc138954d00e1b">tooltipText()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00644">644</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

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

<p>
Returns the tooltip text of this task link.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the tooltip text of this task link </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLink.html#db1d5e74d537bf5603d1449965a831e4">setTooltipText()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00656">656</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="f90ca603f2ddcd4aec6fb978aec2c84b"></a><!-- doxytag: member="KDGanttViewTaskLink::setWhatsThisText" ref="f90ca603f2ddcd4aec6fb978aec2c84b" args="(const QString &amp;text)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewTaskLink::setWhatsThisText           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>text</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specifies the text to be shown in a what's this window for this task link.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>text</em>&nbsp;</td><td>the what's this text </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLink.html#10d44115bda6dacc9f4006bb1a123fbd">whatsThisText()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00668">668</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="10d44115bda6dacc9f4006bb1a123fbd"></a><!-- doxytag: member="KDGanttViewTaskLink::whatsThisText" ref="10d44115bda6dacc9f4006bb1a123fbd" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString KDGanttViewTaskLink::whatsThisText           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the what's this text of this task link.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the what's this text of this task link </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewTaskLink.html#f90ca603f2ddcd4aec6fb978aec2c84b">setWhatsThisText()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00681">681</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="be0dae4aedbaca7e016aa41061a1b949"></a><!-- doxytag: member="KDGanttViewTaskLink::createNode" ref="be0dae4aedbaca7e016aa41061a1b949" args="(QDomDocument &amp;doc, QDomElement &amp;parentElement)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewTaskLink::createNode           </td>
          <td>(</td>
          <td class="paramtype">QDomDocument &amp;&nbsp;</td>
          <td class="paramname"> <em>doc</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">QDomElement &amp;&nbsp;</td>
          <td class="paramname"> <em>parentElement</em></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>
Creates a DOM node that describes this task link.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>doc</em>&nbsp;</td><td>the DOM document to which the node belongs </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>parentElement</em>&nbsp;</td><td>the element into which to insert this node </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00737">737</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="e57ba5bd823f1289fd67242bd2c05a1e"></a><!-- doxytag: member="KDGanttViewTaskLink::createFromDomElement" ref="e57ba5bd823f1289fd67242bd2c05a1e" args="(QDomElement &amp;)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewTaskLink.html">KDGanttViewTaskLink</a> * KDGanttViewTaskLink::createFromDomElement           </td>
          <td>(</td>
          <td class="paramtype">QDomElement &amp;&nbsp;</td>
          <td class="paramname"> <em>element</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Creates a <a class="el" href="classKDGanttViewTaskLink.html">KDGanttViewTaskLink</a> according to the specification in a DOM element.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>element</em>&nbsp;</td><td>the DOM element from which to read the specification </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the newly created task link </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewTaskLink_8cpp-source.html#l00783">783</a> of file <a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.cpp</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="KDGanttViewTaskLink_8h-source.html">KDGanttViewTaskLink.h</a><li><a class="el" href="KDGanttViewTaskLink_8cpp-source.html">KDGanttViewTaskLink.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>kdgantt</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="classKDGanttMinimizeSplitter.html">kdganttminimizesplitter</option>,  <option value="classKDGanttSemiSizingControl.html">kdganttsemisizingcontrol</option>,  <option value="classKDGanttSizingControl.html">kdganttsizingcontrol</option>,  <option value="classKDGanttView.html">kdganttview</option>,  <option value="classKDGanttViewEventItem.html">kdganttvieweventitem</option>,  <option value="classKDGanttViewItem.html">kdganttviewitem</option>,  <option value="classKDGanttViewItemDrag.html">kdganttviewitemdrag</option>,  <option value="classKDGanttViewSummaryItem.html">kdganttviewsummaryitem</option>,  <option value="classKDGanttViewTaskItem.html">kdganttviewtaskitem</option>,  <option value="classKDGanttViewTaskLink.html">kdganttviewtasklink</option>,  <option value="classKDGanttViewTaskLinkGroup.html">kdganttviewtasklinkgroup</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../akregator/html/index.html">akregator</a></li><li>&nbsp;&nbsp;<a href="../../akregator/src/html/index.html">src</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../akregator/src/librss/html/index.html">librss</a></li><li><a href="../../certmanager/html/index.html">certmanager</a></li><li>&nbsp;&nbsp;<a href="../../certmanager/lib/html/index.html">lib</a></li><li><a href="../../kaddressbook/html/index.html">kaddressbook</a></li><li><a href="../../kalarm/html/index.html">kalarm</a></li><li>&nbsp;&nbsp;<a href="../../kalarm/lib/html/index.html">lib</a></li><li><a href="../../kandy/html/index.html">kandy</a></li><li><a href="../../karm/html/index.html">karm</a></li><li><a href="../../kdgantt/html/index.html">kdgantt</a></li><li><a href="../../kgantt/html/index.html">kgantt</a></li><li><a href="../../kioslaves/html/index.html">kioslaves</a></li><li>&nbsp;&nbsp;<a href="../../kioslaves/imap4/html/index.html">imap4</a></li><li>&nbsp;&nbsp;<a href="../../kioslaves/mbox/html/index.html">mbox</a></li><li><a href="../../kitchensync/html/index.html">kitchensync</a></li><li><a href="../../kmail/html/index.html">kmail</a></li><li><a href="../../knotes/html/index.html">knotes</a></li><li><a href="../../konsolekalendar/html/index.html">konsolekalendar</a></li><li><a href="../../kontact/html/index.html">kontact</a></li><li><a href="../../korganizer/html/index.html">korganizer</a></li><li><a href="../../kpilot/html/index.html">kpilot</a></li><li>&nbsp;&nbsp;<a href="../../kpilot/kpilot/html/index.html">kpilot</a></li><li>&nbsp;&nbsp;<a href="../../kpilot/lib/html/index.html">lib</a></li><li><a href="../../libemailfunctions/html/index.html">libemailfunctions</a></li><li><a href="../../libkcal/html/index.html">libkcal</a></li><li><a href="../../libkdepim/html/index.html">libkdepim</a></li><li><a href="../../libkholidays/html/index.html">libkholidays</a></li><li><a href="../../libkmime/html/index.html">libkmime</a></li><li><a href="../../libkpgp/html/index.html">libkpgp</a></li><li><a href="../../libkpimidentities/html/index.html">libkpimidentities</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>