Sophie

Sophie

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

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: KDGanttViewItem 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>KDGanttViewItem Class Reference</h1><!-- doxytag: class="KDGanttViewItem" --><!-- doxytag: inherits="QListViewItem" --><code>#include &lt;<a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for KDGanttViewItem:</div>
<div class="dynsection">

<p><center><img src="classKDGanttViewItem.png" usemap="#KDGanttViewItem_map" border="0" alt=""></center>
<map name="KDGanttViewItem_map">
<area href="classKDGanttViewEventItem.html" alt="KDGanttViewEventItem" shape="rect" coords="0,56,160,80">
<area href="classKDGanttViewSummaryItem.html" alt="KDGanttViewSummaryItem" shape="rect" coords="170,56,330,80">
<area href="classKDGanttViewTaskItem.html" alt="KDGanttViewTaskItem" shape="rect" coords="340,56,500,80">
</map>
</div>

<p>
<a href="classKDGanttViewItem-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
This class represents an item in a Gantt chart.<p>
This class is an abstract base class, it cannot be instantiated directly. Instead, you should create items of one of the subclasses. This class provides methods common to all Gantt items.<p>
The initialization of the shapes/colors of the item works as follows:<p>
Shapes: When a new item is created, the shapes are set to the default values for items of the type of this item, defined in the <a class="el" href="classKDGanttView.html">KDGanttView</a> class with void setShapes( <a class="el" href="classKDGanttViewItem.html#3555afdbe4a214e0879c8e8e3315a0cc">KDGanttViewItem::Type</a> type, <a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">KDGanttViewItem::Shape</a> start, <a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">KDGanttViewItem::Shape</a> middle, <a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">KDGanttViewItem::Shape</a> end ); If there is no default value defined for this type, the shapes are set as follows: For TaskViewItems all three shapes are set to Square. For SummaryViewItems all three shapes are set to TriangleDown. For EventViewItems all three shapes are set to Diamond.<p>
Colors: When a new item is created, the colors are set to the default values for items of the type of this item, defined in the <a class="el" href="classKDGanttView.html">KDGanttView</a> class with void setColors( <a class="el" href="classKDGanttViewItem.html#3555afdbe4a214e0879c8e8e3315a0cc">KDGanttViewItem::Type</a> type, const QColor&amp; start, const QColor&amp; middle, const QColor&amp; end ); If there is no default value defined for this type, the colors of the shapes are set to the default color for items of this type, defined in the <a class="el" href="classKDGanttView.html">KDGanttView</a> class with: void setDefaultColor( KDGanttViewItem::Type type, const QColor&amp; ); The initial default color in the <a class="el" href="classKDGanttView.html">KDGanttView</a> class is set to blue for KDGanttViewItem::Event, green for KDGanttViewItem::Task, cyan for KDGanttViewItem::Summary.<p>
Highlight Colors: When a new item is created, the highlight colors are set to the default values for items of the type of this item, defined in the <a class="el" href="classKDGanttView.html">KDGanttView</a> class with: void setHighlightColors( <a class="el" href="classKDGanttViewItem.html#3555afdbe4a214e0879c8e8e3315a0cc">KDGanttViewItem::Type</a> type, const QColor&amp; start, const QColor&amp; middle, const QColor&amp; end ); If there is no default value defined for this type, the highlight colors of the shapes are set to the default color for items of this type, defined in the <a class="el" href="classKDGanttView.html">KDGanttView</a> class with: void setDefaultHighlightColor( KDGanttViewItem::Type type, const QColor&amp; ); The initial default highlight color in the <a class="el" href="classKDGanttView.html">KDGanttView</a> class is set to red for all types.<p>
Start/End time: When a new item is created, the start time and the end time is set automatically. The time, which is currently displayed in the middle of the Gantt View, is set as start/end time. At startup of a newly created Gantt view, this is the current time.<p>
The Priority: The priority is set with <em><a class="el" href="classKDGanttViewItem.html#3f8f76572b9a8beca5f54a0e0f759ac5">setPriority()</a></em>. The priority determines which items are painted over which other items. The item with the highest priority is painted on top of all others. The priority for an item can be between 1 and 199. A priority less than 100 means that the item is painted below the grid in the Gantt chart. For Task items, the default priority is 50, for all other items it is 150. This feature only makes sense for an item which is a child of another item, for which <em><a class="el" href="classKDGanttViewItem.html#ba00ee38fef7aece69d8c7dfeccbb7d8">displaySubitemsAsGroup()</a></em> property is set to true.<p>
The Display Mode: The display mode is set with <em><a class="el" href="classKDGanttViewItem.html#a827e41eb40058abb0063c9c5195abb9">setDisplaySubitemsAsGroup()</a></em>. In the normal view mode (set with setDisplaySubitemsAsGroup( false ); ), an item is displayed in the same manner, when its child items are shown or not. In the other mode (set with setDisplaySubitemsAsGroup( true ); ), called "calendar mode", the item is displayed as follows: If the item has no children, it is displayed as usual. If the item is opened (i.e., its children are displayed), the start/end time of this item is computed automatically according to the earliest start time/latest end time of its children. The item and its children are displayed as usual. If the item is closed (i.e., its children are hidden in the left list view), the item itself is hidden, and its children are displayed on the timeline of this item instead. To control the painting of overlapping children, call <em><a class="el" href="classKDGanttViewItem.html#3f8f76572b9a8beca5f54a0e0f759ac5">setPriority()</a></em> for the childs.<p>
Blocking of user interaction to open item: If you want to block users to open items used as parents of calendar items, call <em>KDGanttView::setCalendarMode( true )</em>;<p>
Example 1, Color: If you create an instance of a <a class="el" href="classKDGanttView.html">KDGanttView</a> class and add a SummaryViewItem without setting any color/shape values, you get an item with three shapes of the form TriangleDown in the color magenta. If the item is highlighted, the color will change to the highlight color red.<p>
Example 2, Calender View: To use a Gantt view as a calendar view, call <em>KDGanttView::setCalendarMode( true )</em>; <em>KDGanttView::setDisplaySubitemsAsGroup( true )</em>; Insert root items in the Gantt view. Insert items as children of these root item in the Gantt view. You may use any item type as parent and child; there are no limitations. It is, however, recommended to use KDGanttViewTaskItems Actually, you may add child items to the children themselves. Such a child behaves then like a parent. Now set the start/end time of the children to specify a time interval for these items. 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00058">58</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.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"><a class="el" href="classKDGanttViewItem.html#3555afdbe4a214e0879c8e8e3315a0cc">Type</a> { <b>Event</b>, 
<b>Task</b>, 
<b>Summary</b>
 }</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">Shape</a> { <br>
&nbsp;&nbsp;<b>TriangleDown</b>, 
<b>TriangleUp</b>, 
<b>Diamond</b>, 
<b>Square</b>, 
<br>
&nbsp;&nbsp;<b>Circle</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">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#fa43041e2fb4aff90437cd29246ae075">~KDGanttViewItem</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKDGanttViewItem.html#3555afdbe4a214e0879c8e8e3315a0cc">Type</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#2231811406d35ff1731bbdbb9b57454a">type</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="classKDGanttViewItem.html#65b90d89ee655e7c13fc03d1c41a55eb">setEnabled</a> (bool on)</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#f7c7a683244947a9f6a9c2ca7d708515">setOpen</a> (bool o)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#1d172c66fffe6cf663ec5e02e225e40f">setItemVisible</a> (bool on)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#d8622c520046fb23cd3d30cae8e6cbda">itemVisible</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="classKDGanttViewItem.html#488089ba80d7324cb5995da8a38f41c4">setEditable</a> (bool editable)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#911b6dae1bd1a080a492c125a85b1e03">editable</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="classKDGanttViewItem.html#207347babd9bdde628801290a6ebfc1e">setShowNoInformation</a> (bool show)</td></tr>

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

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#ba00ee38fef7aece69d8c7dfeccbb7d8">displaySubitemsAsGroup</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="classKDGanttViewItem.html#3f8f76572b9a8beca5f54a0e0f759ac5">setPriority</a> (int prio)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#fdddec547657efb6e556695481e65559">priority</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#a8b85e1c4820dec9d70c5c7563e5e1e4">setStartTime</a> (const QDateTime &amp;start)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QDateTime&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#4c9a5cddca28053bbef9ade165ecda21">startTime</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#6194e3cb78597748a91783f5f9c850d4">setEndTime</a> (const QDateTime &amp;end)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QDateTime&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#e4e511a8aaa5a145d52725aa6c34cdef">endTime</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="classKDGanttViewItem.html#146cac81e664a8f719988e9e65ddce35">setText</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="classKDGanttViewItem.html#8967521518e0036a88f32ec96efcab41">text</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="classKDGanttViewItem.html#93f8c1ec5bab0f1e34cfc28c945a09b2">setListViewText</a> (const QString &amp;text, int column=0)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#1cc0b410b9cdc7f3d9e361f978c88972">setListViewText</a> (int column, 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="classKDGanttViewItem.html#cad5f25954f13114a23b140804e468ec">listViewText</a> (int column=0) const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#8696567d597fc089cb185612c754f475">setFont</a> (const QFont &amp;font)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QFont&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#90f0ffd0365559d440772cdebeddea6b">font</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="classKDGanttViewItem.html#c1d7ed8c426107458f6b1a2c1b1092e7">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="classKDGanttViewItem.html#01c06e9aaa88f8b923079ab9c2bc18ec">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="classKDGanttViewItem.html#663af412bc719ad2c83a336de78925a6">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="classKDGanttViewItem.html#c0340440db6cc99a502f20a70100b388">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="classKDGanttViewItem.html#0b46b71de35c81e1cfad3411568f5e9c">setPixmap</a> (int column, const QPixmap &amp;pixmap)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#365b0687fe568018abda2fe82b5e0c6d">setPixmap</a> (const QPixmap &amp;pixmap)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const QPixmap *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#23cbe81907bdd72a4c7f1f19c56edc16">pixmap</a> (int column=0) const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#47cc5f117c149e5e0e086667f9e26fed">setHighlight</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="classKDGanttViewItem.html#32d11adbaddfb0fa74a1a6d96dfe2bcf">highlight</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#7f693945f025003a6c6cc2939bac1949">subitemIsCalendar</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="classKDGanttViewItem.html#9d96870bf4d20f8f76209966621583b1">setShapes</a> (<a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">Shape</a> start, <a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">Shape</a> middle, <a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">Shape</a> end)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#24ef567ed89b0dcd3a3d52d7955a1c09">shapes</a> (<a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">Shape</a> &amp;start, <a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">Shape</a> &amp;middle, <a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">Shape</a> &amp;end) const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#11a24dff9c9676c2cbfe6607311454cc">setDefaultColor</a> (const QColor &amp;)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QColor&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#1cf22e0e9541f5698085557daaed6584">defaultColor</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="classKDGanttViewItem.html#b18ea0178eb08620471de5f2ed3a530f">setColors</a> (const QColor &amp;start, const QColor &amp;middle, const QColor &amp;end)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#d7fcae39a92946d3eeef5e2f1255c6fa">colors</a> (QColor &amp;start, QColor &amp;middle, QColor &amp;end) const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#7f72a3b60c0e2add2b05244206addcaf">setDefaultHighlightColor</a> (const QColor &amp;)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QColor&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#2a54dfb096657c4838307af7baba0596">defaultHighlightColor</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="classKDGanttViewItem.html#cc20d06c0021f1b5d8439e0f1a131869">setHighlightColors</a> (const QColor &amp;start, const QColor &amp;middle, const QColor &amp;end)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#e7d1206467c495837b5b1d8a3d77903d">highlightColors</a> (QColor &amp;start, QColor &amp;middle, QColor &amp;end) const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#810d37ff8ffd3fb639ce6ba6356345d5">setTextColor</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="classKDGanttViewItem.html#96be08f973313aec7f68e312b5704526">textColor</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="classKDGanttViewItem.html#9b559e85243a1dee21c3fe58d4b03406">setProgress</a> (int percent)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#26f0b72bce88cbf5e779d30dcdff5fc1">setFloatStartTime</a> (const QDateTime &amp;start)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#7a0930f26f06438a1ae327cc4b92cbae">setFloatEndTime</a> (const QDateTime &amp;end)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#b18336f62e6f479ca43ec1d172ff8ac5">firstChild</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#95fcce35f0113bdf7afe2aceb821dbe3">nextSibling</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#7a9cdca4949bf6845bdb810f50fad15d">parent</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#4067a50e34a86cbd978ef090d53e27b8">itemAbove</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#225847e52dde05af559289986ff02435">itemBelow</a> (bool includeDisabled=true)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#493a65f14aed606f0679988951615003">getChildByName</a> (const QString &amp;name)</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ac28a0ee89becc86ddb2bf89a310cd95"></a><!-- doxytag: member="KDGanttViewItem::setMoveable" ref="ac28a0ee89becc86ddb2bf89a310cd95" args="(bool m)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>setMoveable</b> (bool m)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="742637e203256a65b69b9370ad63f478"></a><!-- doxytag: member="KDGanttViewItem::isMoveable" ref="742637e203256a65b69b9370ad63f478" args="() const " -->
bool&nbsp;</td><td class="memItemRight" valign="bottom"><b>isMoveable</b> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f1f3553b063b789fee4c49bc799d0813"></a><!-- doxytag: member="KDGanttViewItem::setResizeable" ref="f1f3553b063b789fee4c49bc799d0813" args="(bool r)" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>setResizeable</b> (bool r)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ddae26469ddd46e99d40e84290b4e784"></a><!-- doxytag: member="KDGanttViewItem::isResizeable" ref="ddae26469ddd46e99d40e84290b4e784" args="() const " -->
bool&nbsp;</td><td class="memItemRight" valign="bottom"><b>isResizeable</b> () const </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="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#461cb4d5dc55debb6d686f2aadcc8fd5">find</a> (const QString &amp;name)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#d562fd0deb6fcd43aba09e18b47d11c1">createFromDomElement</a> (<a class="el" href="classKDGanttView.html">KDGanttView</a> *view, QDomElement &amp;element)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#8b93884be1215aa3381781b96e801b85">createFromDomElement</a> (<a class="el" href="classKDGanttView.html">KDGanttView</a> *view, <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *previous, QDomElement &amp;element)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#75534a53053de737c0d411bd7f0daa48">createFromDomElement</a> (<a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *parent, QDomElement &amp;element)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#ed6bb3d99d05b00285696f3a6094712b">createFromDomElement</a> (<a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *parent, <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *previous, QDomElement &amp;element)</td></tr>

<tr><td colspan="2"><br><h2>Protected 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="classKDGanttViewItem.html#44af9661ba845b970637ea89f6798bf0">KDGanttViewItem</a> (<a class="el" href="classKDGanttViewItem.html#3555afdbe4a214e0879c8e8e3315a0cc">Type</a> type, <a class="el" href="classKDGanttView.html">KDGanttView</a> *view, const QString &amp;lvtext=QString::null, const QString &amp;name=QString::null)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#3025ad8b73584ed44cfc0d2e016a7cac">KDGanttViewItem</a> (<a class="el" href="classKDGanttViewItem.html#3555afdbe4a214e0879c8e8e3315a0cc">Type</a> type, <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *parent, const QString &amp;lvtext=QString::null, const QString &amp;name=QString::null)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#cf4d546d50a361d575421bb334d66e2b">KDGanttViewItem</a> (<a class="el" href="classKDGanttViewItem.html#3555afdbe4a214e0879c8e8e3315a0cc">Type</a> type, <a class="el" href="classKDGanttView.html">KDGanttView</a> *view, <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *after, const QString &amp;lvtext=QString::null, const QString &amp;name=QString::null)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#a3212deb863e230312a288c6fb61b1c1">KDGanttViewItem</a> (<a class="el" href="classKDGanttViewItem.html#3555afdbe4a214e0879c8e8e3315a0cc">Type</a> type, <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *parent, <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *after, const QString &amp;lvtext=QString::null, const QString &amp;name=QString::null)</td></tr>

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

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#2fa34ad1e2ccd670acd569293b698c08">getCoordY</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QDateTime&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#f52ae8a2d4b363b58903af12f4bae622">myChildStartTime</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QDateTime&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#8ebd0a7ab550a0085dc7ca2285018ee5">myChildEndTime</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#6f397f87ea0144395d48fa4bd1aa4173">generateAndInsertName</a> (const QString &amp;name)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#3f2f9ab6f9d22cb7d98c3c4067a69852">moveTextCanvas</a> (int x, int y)</td></tr>

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#b86216754d59421f19cada09675980c9">isVisibleInGanttView</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KDCanvasLine *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#b61f0f281a27dcc93b49da23d1ca0f5d">startLine</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KDCanvasLine *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#07ed0aea3a6bdc515e73dcc53c821daf">endLine</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KDCanvasLine *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#85653764045b258103792dec24e8c254">startLineBack</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KDCanvasLine *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#64df8bee8b040545f833d9741345620e">endLineBack</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KDCanvasLine *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#59f00490ef46b82809ae2ef6fbf9f7e0">actualEnd</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KDCanvasPolygonItem *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#25c9bcaae6ab690b4be0c437b9e2b114">startShape</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KDCanvasPolygonItem *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#2705af98b156cd1eae27215b4e883a02">midShape</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KDCanvasPolygonItem *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#e324051f847f0c90bf46878d340a6fff">endShape</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="23e895cec997c8338edb346d644d0303"></a><!-- doxytag: member="KDGanttViewItem::progressShape" ref="23e895cec997c8338edb346d644d0303" args="" -->
KDCanvasPolygonItem *&nbsp;</td><td class="memItemRight" valign="bottom"><b>progressShape</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KDCanvasPolygonItem *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#6ab9dc5f2a6c999a4d59a9a36aa8cf37">startShapeBack</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KDCanvasPolygonItem *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#04392dde082c31cd9e8e5e29a34d4fd3">midShapeBack</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KDCanvasPolygonItem *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#5ba29dd2acfaf3cfae17c2a51e19d73a">endShapeBack</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f0ab4ae65625f7d6b88fa32ad49fdb99"></a><!-- doxytag: member="KDGanttViewItem::floatStartShape" ref="f0ab4ae65625f7d6b88fa32ad49fdb99" args="" -->
KDCanvasPolygonItem *&nbsp;</td><td class="memItemRight" valign="bottom"><b>floatStartShape</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="bc02037a4b5c29c1e9bd80237a1cd7b4"></a><!-- doxytag: member="KDGanttViewItem::floatEndShape" ref="bc02037a4b5c29c1e9bd80237a1cd7b4" args="" -->
KDCanvasPolygonItem *&nbsp;</td><td class="memItemRight" valign="bottom"><b>floatEndShape</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKDGanttView.html">KDGanttView</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#7cca2d68d4cd717972a3474b36370276">myGanttView</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">KDCanvasText *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#09ad6e49924fd9aa5f8efc9a74165f0b">textCanvas</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#0f8dd007287ab37d1bf8428b76286f74">textCanvasText</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QDateTime&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#35109acdad7d87d71ee372eaa950eab3">myStartTime</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QDateTime&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#abada2951d6ff8601cf5cc343cc12aa3">myEndTime</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#322cef45c9346af04b33d374ac0507b9">isHighlighted</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#979f91e4a830d757d2696262c39c2e93">isEditable</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#a0fb9b1a6c86e07ca09e161aa6ccdddc">myItemSize</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#77d843710274486f111302e1bf9b2bcb">blockUpdating</a></td></tr>

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

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

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7aaafb52b4e5dc611f803d8e0b825c55"></a><!-- doxytag: member="KDGanttViewItem::myFloatEndTime" ref="7aaafb52b4e5dc611f803d8e0b825c55" args="" -->
QDateTime&nbsp;</td><td class="memItemRight" valign="bottom"><b>myFloatEndTime</b></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="44f11838a931dd9399a718bb17ada792"></a><!-- doxytag: member="KDGanttViewItem::KDGanttView" ref="44f11838a931dd9399a718bb17ada792" args="" -->
class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#44f11838a931dd9399a718bb17ada792">KDGanttView</a></td></tr>

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

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

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

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1184aa5d286c217cddd031d589dfccb1"></a><!-- doxytag: member="KDGanttViewItem::KDGanttViewTaskLink" ref="1184aa5d286c217cddd031d589dfccb1" args="" -->
class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#1184aa5d286c217cddd031d589dfccb1">KDGanttViewTaskLink</a></td></tr>

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

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

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="080a4c1d143c07fcfab65f75b530bb12"></a><!-- doxytag: member="KDGanttViewItem::KDGanttViewItemDrag" ref="080a4c1d143c07fcfab65f75b530bb12" args="" -->
class&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKDGanttViewItem.html#080a4c1d143c07fcfab65f75b530bb12">KDGanttViewItemDrag</a></td></tr>

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

</table>
<hr><h2>Member Enumeration Documentation</h2>
<a class="anchor" name="3555afdbe4a214e0879c8e8e3315a0cc"></a><!-- doxytag: member="KDGanttViewItem::Type" ref="3555afdbe4a214e0879c8e8e3315a0cc" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="classKDGanttViewItem.html#3555afdbe4a214e0879c8e8e3315a0cc">KDGanttViewItem::Type</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This enum is used in order to return the type of a Gantt chart item. 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00061">61</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="d79f43afe02a42efa914015f65933189"></a><!-- doxytag: member="KDGanttViewItem::Shape" ref="d79f43afe02a42efa914015f65933189" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">KDGanttViewItem::Shape</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This enum is used in order to specify the shapes of a Gantt chart item. 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00062">62</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="44af9661ba845b970637ea89f6798bf0"></a><!-- doxytag: member="KDGanttViewItem::KDGanttViewItem" ref="44af9661ba845b970637ea89f6798bf0" args="(Type type, KDGanttView *view, const QString &amp;lvtext=QString::null, const QString &amp;name=QString::null)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KDGanttViewItem::KDGanttViewItem           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKDGanttViewItem.html#3555afdbe4a214e0879c8e8e3315a0cc">Type</a>&nbsp;</td>
          <td class="paramname"> <em>type</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classKDGanttView.html">KDGanttView</a> *&nbsp;</td>
          <td class="paramname"> <em>view</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>lvtext</em> = <code>QString::null</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>name</em> = <code>QString::null</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Constructs an empty Gantt 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>type</em>&nbsp;</td><td>the type of the item to insert </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>view</em>&nbsp;</td><td>the Gantt view to insert this item into </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>lvtext</em>&nbsp;</td><td>the text to show in the list view </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>name</em>&nbsp;</td><td>the name by which the item can be identified. If no name is specified, a unique name will be generated </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00171">171</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="3025ad8b73584ed44cfc0d2e016a7cac"></a><!-- doxytag: member="KDGanttViewItem::KDGanttViewItem" ref="3025ad8b73584ed44cfc0d2e016a7cac" args="(Type type, KDGanttViewItem *parent, const QString &amp;lvtext=QString::null, const QString &amp;name=QString::null)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KDGanttViewItem::KDGanttViewItem           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKDGanttViewItem.html#3555afdbe4a214e0879c8e8e3315a0cc">Type</a>&nbsp;</td>
          <td class="paramname"> <em>type</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>parentItem</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>lvtext</em> = <code>QString::null</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>name</em> = <code>QString::null</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Constructs an empty Gantt 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>type</em>&nbsp;</td><td>the type of the item to insert </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>parentItem</em>&nbsp;</td><td>a parent item under which this one goes </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>lvtext</em>&nbsp;</td><td>the text to show in the list view </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>name</em>&nbsp;</td><td>the name by which the item can be identified. If no name is specified, a unique name will be generated </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00191">191</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="cf4d546d50a361d575421bb334d66e2b"></a><!-- doxytag: member="KDGanttViewItem::KDGanttViewItem" ref="cf4d546d50a361d575421bb334d66e2b" args="(Type type, KDGanttView *view, KDGanttViewItem *after, const QString &amp;lvtext=QString::null, const QString &amp;name=QString::null)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KDGanttViewItem::KDGanttViewItem           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKDGanttViewItem.html#3555afdbe4a214e0879c8e8e3315a0cc">Type</a>&nbsp;</td>
          <td class="paramname"> <em>type</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classKDGanttView.html">KDGanttView</a> *&nbsp;</td>
          <td class="paramname"> <em>view</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>after</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>lvtext</em> = <code>QString::null</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>name</em> = <code>QString::null</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Constructs an empty Gantt 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>type</em>&nbsp;</td><td>the type of the item to insert </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>view</em>&nbsp;</td><td>the Gantt view to insert this item into </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>after</em>&nbsp;</td><td>another item at the same level behind which this one should go </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>lvtext</em>&nbsp;</td><td>the text to show in the list view </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>name</em>&nbsp;</td><td>the name by which the item can be identified. If no name is specified, a unique name will be generated </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00212">212</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="a3212deb863e230312a288c6fb61b1c1"></a><!-- doxytag: member="KDGanttViewItem::KDGanttViewItem" ref="a3212deb863e230312a288c6fb61b1c1" args="(Type type, KDGanttViewItem *parent, KDGanttViewItem *after, const QString &amp;lvtext=QString::null, const QString &amp;name=QString::null)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KDGanttViewItem::KDGanttViewItem           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKDGanttViewItem.html#3555afdbe4a214e0879c8e8e3315a0cc">Type</a>&nbsp;</td>
          <td class="paramname"> <em>type</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>parentItem</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>after</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>lvtext</em> = <code>QString::null</code>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>name</em> = <code>QString::null</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Constructs an empty Gantt 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>type</em>&nbsp;</td><td>the type of the item to insert </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>parentItem</em>&nbsp;</td><td>a parent item under which this one goes </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>after</em>&nbsp;</td><td>another item at the same level behind which this one should go </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>lvtext</em>&nbsp;</td><td>the text to show in the list view </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>name</em>&nbsp;</td><td>the name by which the item can be identified. If no name is specified, a unique name will be generated </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00234">234</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

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

<p>
Destroys the object and frees any allocated resources. 
<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00248">248</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="e5e8cf3b7a56d4de579e80d53f092446"></a><!-- doxytag: member="KDGanttViewItem::updateCanvasItems" ref="e5e8cf3b7a56d4de579e80d53f092446" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::updateCanvasItems           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Updates the colors of the item, but not the coordinates. 
<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01304">1304</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="2fa34ad1e2ccd670acd569293b698c08"></a><!-- doxytag: member="KDGanttViewItem::getCoordY" ref="2fa34ad1e2ccd670acd569293b698c08" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int KDGanttViewItem::getCoordY           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the y coordinate of this item.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the y coordinate of this item </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01908">1908</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="f52ae8a2d4b363b58903af12f4bae622"></a><!-- doxytag: member="KDGanttViewItem::myChildStartTime" ref="f52ae8a2d4b363b58903af12f4bae622" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QDateTime KDGanttViewItem::myChildStartTime           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the start time of the children of this item.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the start time of the children of this item </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01951">1951</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="8ebd0a7ab550a0085dc7ca2285018ee5"></a><!-- doxytag: member="KDGanttViewItem::myChildEndTime" ref="8ebd0a7ab550a0085dc7ca2285018ee5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QDateTime KDGanttViewItem::myChildEndTime           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the end time of the children of this item.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the end time of the children of this item </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01985">1985</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="6f397f87ea0144395d48fa4bd1aa4173"></a><!-- doxytag: member="KDGanttViewItem::generateAndInsertName" ref="6f397f87ea0144395d48fa4bd1aa4173" args="(const QString &amp;name)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::generateAndInsertName           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>name</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Generates a unique name if necessary and inserts it into the item dictionary. 
<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00286">286</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="3f2f9ab6f9d22cb7d98c3c4067a69852"></a><!-- doxytag: member="KDGanttViewItem::moveTextCanvas" ref="3f2f9ab6f9d22cb7d98c3c4067a69852" args="(int x, int y)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::moveTextCanvas           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>x</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>y</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Moves this items text. 
<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l02482">2482</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="2231811406d35ff1731bbdbb9b57454a"></a><!-- doxytag: member="KDGanttViewItem::type" ref="2231811406d35ff1731bbdbb9b57454a" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#3555afdbe4a214e0879c8e8e3315a0cc">KDGanttViewItem::Type</a> KDGanttViewItem::type           </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 type of the item. This may be Event, Task, Summary.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the type of the item </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00344">344</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

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

<p>
Specifies whether this item is enabled. If disabled, the item stays in the Gantt view and the item is shown in gray to show that the item is disabled. All signals of this item (like itemLeftClicked( this )) are blocked. If the item displays its subitems (childs) as a group, (<a class="el" href="classKDGanttViewItem.html#ba00ee38fef7aece69d8c7dfeccbb7d8">displaySubitemsAsGroup()</a> == true) all changes apply to all subitems as well.<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>on</em>&nbsp;</td><td>pass true to make this item editable </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#2cd6dedd3b5651424999b45e4eeda0f7">enabled</a> () </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00362">362</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="2cd6dedd3b5651424999b45e4eeda0f7"></a><!-- doxytag: member="KDGanttViewItem::enabled" ref="2cd6dedd3b5651424999b45e4eeda0f7" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KDGanttViewItem::enabled           </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 item is enabled.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if this item is enabled, false otherwise </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#65b90d89ee655e7c13fc03d1c41a55eb">setEnabled()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00385">385</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="f7c7a683244947a9f6a9c2ca7d708515"></a><!-- doxytag: member="KDGanttViewItem::setOpen" ref="f7c7a683244947a9f6a9c2ca7d708515" args="(bool o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setOpen           </td>
          <td>(</td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>open</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This method is reimplemented for internal purposes. 
<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01374">1374</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

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

<p>
Specifies whether this item is visible.<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>on</em>&nbsp;</td><td>pass true to make this item visible </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#d8622c520046fb23cd3d30cae8e6cbda">itemVisible</a> () </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00398">398</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="d8622c520046fb23cd3d30cae8e6cbda"></a><!-- doxytag: member="KDGanttViewItem::itemVisible" ref="d8622c520046fb23cd3d30cae8e6cbda" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KDGanttViewItem::itemVisible           </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 item is visible.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if this item is visible, false otherwise </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#1d172c66fffe6cf663ec5e02e225e40f">setItemVisible()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00415">415</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

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

<p>
Specifies whether this item is editable. The whole Gantt view needs to be editable as well for this to have any effect.<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>editable</em>&nbsp;</td><td>pass true to make this item editable </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#911b6dae1bd1a080a492c125a85b1e03">editable()</a>, <a class="el" href="classKDGanttView.html#3452a49660f55040ebe7c493ab0df972">KDGanttView::setEditable()</a>, <a class="el" href="classKDGanttView.html#651522dc78740ae79d02d6f1e483b283">KDGanttView::editable()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00430">430</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="911b6dae1bd1a080a492c125a85b1e03"></a><!-- doxytag: member="KDGanttViewItem::editable" ref="911b6dae1bd1a080a492c125a85b1e03" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KDGanttViewItem::editable           </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 item is editable.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if this item is editable, false otherwise </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#488089ba80d7324cb5995da8a38f41c4">setEditable()</a>, <a class="el" href="classKDGanttView.html#3452a49660f55040ebe7c493ab0df972">KDGanttView::setEditable()</a>, <a class="el" href="classKDGanttView.html#651522dc78740ae79d02d6f1e483b283">KDGanttView::editable()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00443">443</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

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

<p>
Specifies whether the 'showNoInformation' line should be shown for this item. The 'showNoInformation' line is drawn over the whole timeline. The height of the line is the height of the item. The brush of the line is specified by <a class="el" href="classKDGanttView.html#dceffc4a3d70d3ff231e3799749362b5">KDGanttView::setNoInformationBrush()</a>. (i.e. the same brush for all items of the Gantt view). The default brush is QBrush( QColor ( 100,100,100 ), Qt::FDiagPattern ); <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>show</em>&nbsp;</td><td>if true, the 'showNoInformation' line is shown for this item </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#af096df66f336bf5caf4de42bafeb922">showNoInformation()</a>, <a class="el" href="classKDGanttView.html#dceffc4a3d70d3ff231e3799749362b5">KDGanttView::setNoInformationBrush()</a>, <a class="el" href="classKDGanttView.html#e34c43a0b305995a5e38e692d2f36fc2">KDGanttView::noInformationBrush()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l02037">2037</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

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

<p>
Returns whether the 'showNoInformation' line should be shown for this item<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if showNoInformation line should be shown </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#207347babd9bdde628801290a6ebfc1e">setShowNoInformation()</a>, <a class="el" href="classKDGanttView.html#dceffc4a3d70d3ff231e3799749362b5">KDGanttView::setNoInformationBrush()</a>, <a class="el" href="classKDGanttView.html#e34c43a0b305995a5e38e692d2f36fc2">KDGanttView::noInformationBrush()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l02020">2020</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

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

<p>
Specifies whether this item shows hidden subitems on its timeline. Useful to get a so called "calendar view" with many items in one row. When <em><a class="el" href="classKDGanttViewItem.html#ba00ee38fef7aece69d8c7dfeccbb7d8">displaySubitemsAsGroup()</a></em> is set to true, this item has a normal view, when it is expanded. If it is not expanded (and has at least one child), the item itself is hidden, and all children are displayed instead. To manage the painting priority of the childs (if overlapping), you may set <em><a class="el" href="classKDGanttViewItem.html#fdddec547657efb6e556695481e65559">priority()</a></em> of these items.<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>show</em>&nbsp;</td><td>pass true to make this item displaying hidden subitems </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#911b6dae1bd1a080a492c125a85b1e03">editable()</a>, <a class="el" href="classKDGanttView.html#3452a49660f55040ebe7c493ab0df972">KDGanttView::setEditable()</a>, <a class="el" href="classKDGanttView.html#651522dc78740ae79d02d6f1e483b283">KDGanttView::editable()</a>, <a class="el" href="classKDGanttViewItem.html#3f8f76572b9a8beca5f54a0e0f759ac5">setPriority()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00461">461</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="ba00ee38fef7aece69d8c7dfeccbb7d8"></a><!-- doxytag: member="KDGanttViewItem::displaySubitemsAsGroup" ref="ba00ee38fef7aece69d8c7dfeccbb7d8" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KDGanttViewItem::displaySubitemsAsGroup           </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 item displays hidden subitems. Initial set to false.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if this item displays hidden subitems, false otherwise </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#a827e41eb40058abb0063c9c5195abb9">setDisplaySubitemsAsGroup()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00482">482</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="3f8f76572b9a8beca5f54a0e0f759ac5"></a><!-- doxytag: member="KDGanttViewItem::setPriority" ref="3f8f76572b9a8beca5f54a0e0f759ac5" args="(int prio)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setPriority           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>prio</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specifies the priority of this item. Valid values are between 1 and 199. A priority less than 100 means that the item is painted in the Gantt chart below the grid. A priority more than 100 means that the item is painted in the Gantt chart over the grid. For a value of 100, the behavior is unspecified. An item with a higher priority is painted over an item with a lower priority in the Gantt chart. The painting order of items with the same priority is unspecified. For Calendar items, the default priority is 50, for all other items it is 150. This feature makes only sense for an item which is a child of another item, which <em><a class="el" href="classKDGanttViewItem.html#ba00ee38fef7aece69d8c7dfeccbb7d8">displaySubitemsAsGroup()</a></em> property is set to true.<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>prio</em>&nbsp;</td><td>the new priority of this item. </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#fdddec547657efb6e556695481e65559">priority()</a>, <a class="el" href="classKDGanttViewItem.html#ba00ee38fef7aece69d8c7dfeccbb7d8">displaySubitemsAsGroup()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00507">507</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

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

<p>
Returns the priority of this item. <dl class="return" compact><dt><b>Returns:</b></dt><dd>the priority of this item </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#a827e41eb40058abb0063c9c5195abb9">setDisplaySubitemsAsGroup()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00523">523</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="a8b85e1c4820dec9d70c5c7563e5e1e4"></a><!-- doxytag: member="KDGanttViewItem::setStartTime" ref="a8b85e1c4820dec9d70c5c7563e5e1e4" args="(const QDateTime &amp;start)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setStartTime           </td>
          <td>(</td>
          <td class="paramtype">const QDateTime &amp;&nbsp;</td>
          <td class="paramname"> <em>start</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specifies the start time of this item. The parameter must be valid and non-null. If the parameter is invalid or null, no value is set. Reimplemented in the subclasses.<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>start</em>&nbsp;</td><td>the start time </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#4c9a5cddca28053bbef9ade165ecda21">startTime()</a>, <a class="el" href="classKDGanttViewItem.html#6194e3cb78597748a91783f5f9c850d4">setEndTime()</a>, <a class="el" href="classKDGanttViewItem.html#e4e511a8aaa5a145d52725aa6c34cdef">endTime()</a> </dd></dl>

<p>Reimplemented in <a class="el" href="classKDGanttViewEventItem.html#2c431179527e89cb291005a22a052524">KDGanttViewEventItem</a>, <a class="el" href="classKDGanttViewSummaryItem.html#59712f8c56d2aac5ac72954825862fdf">KDGanttViewSummaryItem</a>, and <a class="el" href="classKDGanttViewTaskItem.html#693c9f7faa64b23454e18da93d45e8ed">KDGanttViewTaskItem</a>.</p>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00537">537</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="4c9a5cddca28053bbef9ade165ecda21"></a><!-- doxytag: member="KDGanttViewItem::startTime" ref="4c9a5cddca28053bbef9ade165ecda21" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QDateTime KDGanttViewItem::startTime           </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 start time of this item.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the start time of this item </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#a8b85e1c4820dec9d70c5c7563e5e1e4">setStartTime()</a>, <a class="el" href="classKDGanttViewItem.html#6194e3cb78597748a91783f5f9c850d4">setEndTime()</a>, <a class="el" href="classKDGanttViewItem.html#e4e511a8aaa5a145d52725aa6c34cdef">endTime()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00548">548</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="6194e3cb78597748a91783f5f9c850d4"></a><!-- doxytag: member="KDGanttViewItem::setEndTime" ref="6194e3cb78597748a91783f5f9c850d4" args="(const QDateTime &amp;end)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setEndTime           </td>
          <td>(</td>
          <td class="paramtype">const QDateTime &amp;&nbsp;</td>
          <td class="paramname"> <em>end</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specifies the end time of this item. The parameter must be valid and non-null. If the parameter is invalid or null, no value is set. Reimplemented in the subclasses<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>end</em>&nbsp;</td><td>the end time </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#e4e511a8aaa5a145d52725aa6c34cdef">endTime()</a>, <a class="el" href="classKDGanttViewItem.html#a8b85e1c4820dec9d70c5c7563e5e1e4">setStartTime()</a>, <a class="el" href="classKDGanttViewItem.html#4c9a5cddca28053bbef9ade165ecda21">startTime()</a> </dd></dl>

<p>Reimplemented in <a class="el" href="classKDGanttViewSummaryItem.html#00866bc0be4fc8f7e8a7bd1c1890199f">KDGanttViewSummaryItem</a>, and <a class="el" href="classKDGanttViewTaskItem.html#623ceee4b44e234016e618ea7f0594ca">KDGanttViewTaskItem</a>.</p>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00562">562</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="e4e511a8aaa5a145d52725aa6c34cdef"></a><!-- doxytag: member="KDGanttViewItem::endTime" ref="e4e511a8aaa5a145d52725aa6c34cdef" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QDateTime KDGanttViewItem::endTime           </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 end time of this item.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the end time of this item </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#6194e3cb78597748a91783f5f9c850d4">setEndTime()</a>, <a class="el" href="classKDGanttViewItem.html#a8b85e1c4820dec9d70c5c7563e5e1e4">setStartTime()</a>, <a class="el" href="classKDGanttViewItem.html#4c9a5cddca28053bbef9ade165ecda21">startTime()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00586">586</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="146cac81e664a8f719988e9e65ddce35"></a><!-- doxytag: member="KDGanttViewItem::setText" ref="146cac81e664a8f719988e9e65ddce35" args="(const QString &amp;text)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setText           </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>
Sets the text to be shown in this item in the Gantt view. For a <a class="el" href="classKDGanttViewTaskItem.html">KDGanttViewTaskItem</a> witht <a class="el" href="classKDGanttViewItem.html#ba00ee38fef7aece69d8c7dfeccbb7d8">displaySubitemsAsGroup()</a> == true, the text is shown in the item itself and the text is truncated automatically, if it does not fit in the item. For all other item types, the text is shown to the right of the 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>text</em>&nbsp;</td><td>the text to be shown </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#8967521518e0036a88f32ec96efcab41">text()</a>, <a class="el" href="classKDGanttViewItem.html#810d37ff8ffd3fb639ce6ba6356345d5">setTextColor()</a>, <a class="el" href="classKDGanttViewItem.html#96be08f973313aec7f68e312b5704526">textColor()</a>, <a class="el" href="classKDGanttViewItem.html#93f8c1ec5bab0f1e34cfc28c945a09b2">setListViewText()</a>, <a class="el" href="classKDGanttViewItem.html#cad5f25954f13114a23b140804e468ec">listViewText()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00603">603</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="8967521518e0036a88f32ec96efcab41"></a><!-- doxytag: member="KDGanttViewItem::text" ref="8967521518e0036a88f32ec96efcab41" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString KDGanttViewItem::text           </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 text to be shown in this item in the Gantt view.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the text to be shown in this item </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#146cac81e664a8f719988e9e65ddce35">setText()</a>, <a class="el" href="classKDGanttViewItem.html#810d37ff8ffd3fb639ce6ba6356345d5">setTextColor()</a>, <a class="el" href="classKDGanttViewItem.html#96be08f973313aec7f68e312b5704526">textColor()</a>, <a class="el" href="classKDGanttViewItem.html#93f8c1ec5bab0f1e34cfc28c945a09b2">setListViewText()</a>, <a class="el" href="classKDGanttViewItem.html#cad5f25954f13114a23b140804e468ec">listViewText()</a> </dd></dl>

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

</div>
</div><p>
<a class="anchor" name="93f8c1ec5bab0f1e34cfc28c945a09b2"></a><!-- doxytag: member="KDGanttViewItem::setListViewText" ref="93f8c1ec5bab0f1e34cfc28c945a09b2" args="(const QString &amp;text, int column=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setListViewText           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>text</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>column</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>
<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000005">Deprecated:</a></b></dt><dd>Use setListViewTest( int, const QString&amp; ) instead </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00627">627</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="1cc0b410b9cdc7f3d9e361f978c88972"></a><!-- doxytag: member="KDGanttViewItem::setListViewText" ref="1cc0b410b9cdc7f3d9e361f978c88972" args="(int column, const QString &amp;text)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setListViewText           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>column</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>text</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>
Sets the text to be shown in this item in the list view.<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>column</em>&nbsp;</td><td>the column in which the text will be shown </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>text</em>&nbsp;</td><td>the text to be shown </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#8967521518e0036a88f32ec96efcab41">text()</a>, <a class="el" href="classKDGanttViewItem.html#810d37ff8ffd3fb639ce6ba6356345d5">setTextColor()</a>, <a class="el" href="classKDGanttViewItem.html#96be08f973313aec7f68e312b5704526">textColor()</a>, <a class="el" href="classKDGanttViewItem.html#146cac81e664a8f719988e9e65ddce35">setText()</a>, <a class="el" href="classKDGanttViewItem.html#cad5f25954f13114a23b140804e468ec">listViewText()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00640">640</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="cad5f25954f13114a23b140804e468ec"></a><!-- doxytag: member="KDGanttViewItem::listViewText" ref="cad5f25954f13114a23b140804e468ec" args="(int column=0) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString KDGanttViewItem::listViewText           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>column</em> = <code>0</code>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the text to be shown in this item in the list view.<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>column</em>&nbsp;</td><td>the column in which the text will be shown </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the text to be shown in this item </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#146cac81e664a8f719988e9e65ddce35">setText()</a>, <a class="el" href="classKDGanttViewItem.html#810d37ff8ffd3fb639ce6ba6356345d5">setTextColor()</a>, <a class="el" href="classKDGanttViewItem.html#96be08f973313aec7f68e312b5704526">textColor()</a>, <a class="el" href="classKDGanttViewItem.html#8967521518e0036a88f32ec96efcab41">text()</a>, <a class="el" href="classKDGanttViewItem.html#93f8c1ec5bab0f1e34cfc28c945a09b2">setListViewText()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00654">654</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="8696567d597fc089cb185612c754f475"></a><!-- doxytag: member="KDGanttViewItem::setFont" ref="8696567d597fc089cb185612c754f475" args="(const QFont &amp;font)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setFont           </td>
          <td>(</td>
          <td class="paramtype">const QFont &amp;&nbsp;</td>
          <td class="paramname"> <em>font</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Sets the font to be used for the text in this 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>font</em>&nbsp;</td><td>the font to be shown </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#90f0ffd0365559d440772cdebeddea6b">font()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00666">666</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="90f0ffd0365559d440772cdebeddea6b"></a><!-- doxytag: member="KDGanttViewItem::font" ref="90f0ffd0365559d440772cdebeddea6b" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QFont KDGanttViewItem::font           </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 font used for the text in this item.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the font used for the text in this item </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#8696567d597fc089cb185612c754f475">setFont()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00679">679</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="c1d7ed8c426107458f6b1a2c1b1092e7"></a><!-- doxytag: member="KDGanttViewItem::setTooltipText" ref="c1d7ed8c426107458f6b1a2c1b1092e7" args="(const QString &amp;text)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::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>
Sets the text to show in a tooltip for this 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>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="classKDGanttViewItem.html#01c06e9aaa88f8b923079ab9c2bc18ec">tooltipText()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00691">691</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="01c06e9aaa88f8b923079ab9c2bc18ec"></a><!-- doxytag: member="KDGanttViewItem::tooltipText" ref="01c06e9aaa88f8b923079ab9c2bc18ec" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString KDGanttViewItem::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 item<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the tooltip text </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#c1d7ed8c426107458f6b1a2c1b1092e7">setTooltipText()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00703">703</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="663af412bc719ad2c83a336de78925a6"></a><!-- doxytag: member="KDGanttViewItem::setWhatsThisText" ref="663af412bc719ad2c83a336de78925a6" args="(const QString &amp;text)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::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>
Sets the text to show in a What's This window for this 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>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="classKDGanttViewItem.html#c0340440db6cc99a502f20a70100b388">whatsThisText()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00716">716</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="c0340440db6cc99a502f20a70100b388"></a><!-- doxytag: member="KDGanttViewItem::whatsThisText" ref="c0340440db6cc99a502f20a70100b388" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString KDGanttViewItem::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 item<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the what's this text </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#663af412bc719ad2c83a336de78925a6">setWhatsThisText()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00729">729</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="0b46b71de35c81e1cfad3411568f5e9c"></a><!-- doxytag: member="KDGanttViewItem::setPixmap" ref="0b46b71de35c81e1cfad3411568f5e9c" args="(int column, const QPixmap &amp;pixmap)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setPixmap           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>column</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QPixmap &amp;&nbsp;</td>
          <td class="paramname"> <em>pixmap</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>
Sets the pixmap that is shown in the listview.<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>column</em>&nbsp;</td><td>the column in which the pixmap is shown </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>pixmap</em>&nbsp;</td><td>the pixmap to show </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#23cbe81907bdd72a4c7f1f19c56edc16">pixmap()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01108">1108</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="365b0687fe568018abda2fe82b5e0c6d"></a><!-- doxytag: member="KDGanttViewItem::setPixmap" ref="365b0687fe568018abda2fe82b5e0c6d" args="(const QPixmap &amp;pixmap)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setPixmap           </td>
          <td>(</td>
          <td class="paramtype">const QPixmap &amp;&nbsp;</td>
          <td class="paramname"> <em>pixmap</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000006">Deprecated:</a></b></dt><dd>use <a class="el" href="classKDGanttViewItem.html#0b46b71de35c81e1cfad3411568f5e9c">setPixmap( int, const QPixmap&amp; )</a> instead </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01116">1116</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="23cbe81907bdd72a4c7f1f19c56edc16"></a><!-- doxytag: member="KDGanttViewItem::pixmap" ref="23cbe81907bdd72a4c7f1f19c56edc16" args="(int column=0) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const QPixmap * KDGanttViewItem::pixmap           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>column</em> = <code>0</code>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns a pixmap that is shown in the listview.<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>column</em>&nbsp;</td><td>the column for which to query the pixmap </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>a pointer to the pixmap shown </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#0b46b71de35c81e1cfad3411568f5e9c">setPixmap()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01129">1129</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="47cc5f117c149e5e0e086667f9e26fed"></a><!-- doxytag: member="KDGanttViewItem::setHighlight" ref="47cc5f117c149e5e0e086667f9e26fed" args="(bool)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::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 item should be shown highlighted. The user can also highlight items with the mouse. If the item displays its subitems (children) as a group (<a class="el" href="classKDGanttViewItem.html#ba00ee38fef7aece69d8c7dfeccbb7d8">displaySubitemsAsGroup()</a> == true), all changes apply to all subitems as well.<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>true in order to highlight, false in order to turn highlighting off for this item </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#32d11adbaddfb0fa74a1a6d96dfe2bcf">highlight()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00746">746</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="32d11adbaddfb0fa74a1a6d96dfe2bcf"></a><!-- doxytag: member="KDGanttViewItem::highlight" ref="32d11adbaddfb0fa74a1a6d96dfe2bcf" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KDGanttViewItem::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 item is highlighted, either programmatically with <a class="el" href="classKDGanttViewItem.html#47cc5f117c149e5e0e086667f9e26fed">setHighlight()</a> or by the user with the mouse.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the item is highlighted </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#47cc5f117c149e5e0e086667f9e26fed">setHighlight()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00769">769</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="7f693945f025003a6c6cc2939bac1949"></a><!-- doxytag: member="KDGanttViewItem::subitemIsCalendar" ref="7f693945f025003a6c6cc2939bac1949" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KDGanttViewItem::subitemIsCalendar           </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 item has at least one subitem that is a calendar. A subitem is a calendar, if that item has at least one subitem or displaySubitemAsGroup() is true for that item.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the item has at least one subitem that is a calendar. </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l02085">2085</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="9d96870bf4d20f8f76209966621583b1"></a><!-- doxytag: member="KDGanttViewItem::setShapes" ref="9d96870bf4d20f8f76209966621583b1" args="(Shape start, Shape middle, Shape end)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setShapes           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">Shape</a>&nbsp;</td>
          <td class="paramname"> <em>start</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">Shape</a>&nbsp;</td>
          <td class="paramname"> <em>middle</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">Shape</a>&nbsp;</td>
          <td class="paramname"> <em>end</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>
Specifies the shapes to be used for this item.<p>
It is advisable not to use this method, but rather set the shapes for all items of a type with <a class="el" href="classKDGanttView.html#44761bb2705aa7c8cb0867e50737dfe0">KDGanttView::setShapes()</a> in order to get a uniform Gantt view.<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>start</em>&nbsp;</td><td>the start shape </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>middle</em>&nbsp;</td><td>the middle shape </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>end</em>&nbsp;</td><td>the end shape </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#24ef567ed89b0dcd3a3d52d7955a1c09">shapes()</a>, <a class="el" href="classKDGanttViewItem.html#b18ea0178eb08620471de5f2ed3a530f">setColors()</a>, <a class="el" href="classKDGanttViewItem.html#d7fcae39a92946d3eeef5e2f1255c6fa">colors()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00787">787</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="24ef567ed89b0dcd3a3d52d7955a1c09"></a><!-- doxytag: member="KDGanttViewItem::shapes" ref="24ef567ed89b0dcd3a3d52d7955a1c09" args="(Shape &amp;start, Shape &amp;middle, Shape &amp;end) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::shapes           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">Shape</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>start</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">Shape</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>middle</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classKDGanttViewItem.html#d79f43afe02a42efa914015f65933189">Shape</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>end</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the shapes used for this 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>start</em>&nbsp;</td><td>returns the start shape </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>middle</em>&nbsp;</td><td>returns the middle shape </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>end</em>&nbsp;</td><td>returns the end shape </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#9d96870bf4d20f8f76209966621583b1">setShapes()</a>, <a class="el" href="classKDGanttViewItem.html#b18ea0178eb08620471de5f2ed3a530f">setColors()</a>, <a class="el" href="classKDGanttViewItem.html#d7fcae39a92946d3eeef5e2f1255c6fa">colors()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00937">937</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="11a24dff9c9676c2cbfe6607311454cc"></a><!-- doxytag: member="KDGanttViewItem::setDefaultColor" ref="11a24dff9c9676c2cbfe6607311454cc" args="(const QColor &amp;)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setDefaultColor           </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>
Sets the default color that is used for the item if no specific start, middle, or end colors are set.<p>
It is advisable not to use this method, but rather set the colors for all items of a type with <a class="el" href="classKDGanttView.html#7de19f9538f628232cd9bcbd38570794">KDGanttView::setDefaultColor()</a> in order to get a uniform Gantt view.<p>
If the item displays its subitems (children) as a group, (<a class="el" href="classKDGanttViewItem.html#ba00ee38fef7aece69d8c7dfeccbb7d8">displaySubitemsAsGroup()</a> == true) all changes apply to all subitems as well.<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 default color to use </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#1cf22e0e9541f5698085557daaed6584">defaultColor()</a>, <a class="el" href="classKDGanttViewItem.html#b18ea0178eb08620471de5f2ed3a530f">setColors()</a>, <a class="el" href="classKDGanttViewItem.html#d7fcae39a92946d3eeef5e2f1255c6fa">colors()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01150">1150</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="1cf22e0e9541f5698085557daaed6584"></a><!-- doxytag: member="KDGanttViewItem::defaultColor" ref="1cf22e0e9541f5698085557daaed6584" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QColor KDGanttViewItem::defaultColor           </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 default color that is used for the item if no specific start, middle, or end colors are set.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>color the default color used </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#11a24dff9c9676c2cbfe6607311454cc">setDefaultColor()</a>, <a class="el" href="classKDGanttViewItem.html#b18ea0178eb08620471de5f2ed3a530f">setColors()</a>, <a class="el" href="classKDGanttViewItem.html#d7fcae39a92946d3eeef5e2f1255c6fa">colors()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01176">1176</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="b18ea0178eb08620471de5f2ed3a530f"></a><!-- doxytag: member="KDGanttViewItem::setColors" ref="b18ea0178eb08620471de5f2ed3a530f" args="(const QColor &amp;start, const QColor &amp;middle, const QColor &amp;end)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setColors           </td>
          <td>(</td>
          <td class="paramtype">const QColor &amp;&nbsp;</td>
          <td class="paramname"> <em>start</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QColor &amp;&nbsp;</td>
          <td class="paramname"> <em>middle</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QColor &amp;&nbsp;</td>
          <td class="paramname"> <em>end</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>
Specifies the colors in which to draw the shapes of this item.<p>
It is advisable not to use this method, but rather set the colors for all items of a type with <a class="el" href="classKDGanttView.html#ac15db73d8b1b5a900d2bd883b16dd8c">KDGanttView::setColors()</a> in order to get a uniform Gantt view.<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>start</em>&nbsp;</td><td>the color for the start shape </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>middle</em>&nbsp;</td><td>the color for the middle shape </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>end</em>&nbsp;</td><td>the color for the end shape </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#d7fcae39a92946d3eeef5e2f1255c6fa">colors()</a>, <a class="el" href="classKDGanttViewItem.html#9d96870bf4d20f8f76209966621583b1">setShapes()</a>, <a class="el" href="classKDGanttViewItem.html#24ef567ed89b0dcd3a3d52d7955a1c09">shapes()</a>, <a class="el" href="classKDGanttViewItem.html#11a24dff9c9676c2cbfe6607311454cc">setDefaultColor()</a>, <a class="el" href="classKDGanttViewItem.html#1cf22e0e9541f5698085557daaed6584">defaultColor()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00957">957</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="d7fcae39a92946d3eeef5e2f1255c6fa"></a><!-- doxytag: member="KDGanttViewItem::colors" ref="d7fcae39a92946d3eeef5e2f1255c6fa" args="(QColor &amp;start, QColor &amp;middle, QColor &amp;end) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::colors           </td>
          <td>(</td>
          <td class="paramtype">QColor &amp;&nbsp;</td>
          <td class="paramname"> <em>start</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">QColor &amp;&nbsp;</td>
          <td class="paramname"> <em>middle</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">QColor &amp;&nbsp;</td>
          <td class="paramname"> <em>end</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the colors used for this 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>start</em>&nbsp;</td><td>returns the start color </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>middle</em>&nbsp;</td><td>returns the middle color </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>end</em>&nbsp;</td><td>returns the end color </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#b18ea0178eb08620471de5f2ed3a530f">setColors()</a>, <a class="el" href="classKDGanttViewItem.html#9d96870bf4d20f8f76209966621583b1">setShapes()</a>, <a class="el" href="classKDGanttViewItem.html#24ef567ed89b0dcd3a3d52d7955a1c09">shapes()</a>, <a class="el" href="classKDGanttViewItem.html#11a24dff9c9676c2cbfe6607311454cc">setDefaultColor()</a>, <a class="el" href="classKDGanttViewItem.html#1cf22e0e9541f5698085557daaed6584">defaultColor()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00985">985</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="7f72a3b60c0e2add2b05244206addcaf"></a><!-- doxytag: member="KDGanttViewItem::setDefaultHighlightColor" ref="7f72a3b60c0e2add2b05244206addcaf" args="(const QColor &amp;)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setDefaultHighlightColor           </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>
Sets the default highlighting color that is used for the item if no specific start, middle, or end colors are set.<p>
It is advisable not to use this method, but rather set the colors for all items of a type with <a class="el" href="classKDGanttView.html#3a3d7a73dae99ef48b05d9109d11a809">KDGanttView::setDefaultHighlightColor()</a> in order to get a uniform Gantt view.<p>
If the item displays its subitems (children) as a group, (<a class="el" href="classKDGanttViewItem.html#ba00ee38fef7aece69d8c7dfeccbb7d8">displaySubitemsAsGroup()</a> == true) all changes apply to all subitems as well.<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 default highlighting color to use </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#2a54dfb096657c4838307af7baba0596">defaultHighlightColor()</a>, <a class="el" href="classKDGanttViewItem.html#cc20d06c0021f1b5d8439e0f1a131869">setHighlightColors()</a>, <a class="el" href="classKDGanttViewItem.html#e7d1206467c495837b5b1d8a3d77903d">highlightColors()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01197">1197</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="2a54dfb096657c4838307af7baba0596"></a><!-- doxytag: member="KDGanttViewItem::defaultHighlightColor" ref="2a54dfb096657c4838307af7baba0596" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QColor KDGanttViewItem::defaultHighlightColor           </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 default highlighting color that is used for the item if no specific start, middle, or end colors are set.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>color the default highlighting color used </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#7f72a3b60c0e2add2b05244206addcaf">setDefaultHighlightColor()</a>, <a class="el" href="classKDGanttViewItem.html#cc20d06c0021f1b5d8439e0f1a131869">setHighlightColors()</a>, <a class="el" href="classKDGanttViewItem.html#e7d1206467c495837b5b1d8a3d77903d">highlightColors()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01220">1220</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="cc20d06c0021f1b5d8439e0f1a131869"></a><!-- doxytag: member="KDGanttViewItem::setHighlightColors" ref="cc20d06c0021f1b5d8439e0f1a131869" args="(const QColor &amp;start, const QColor &amp;middle, const QColor &amp;end)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setHighlightColors           </td>
          <td>(</td>
          <td class="paramtype">const QColor &amp;&nbsp;</td>
          <td class="paramname"> <em>start</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QColor &amp;&nbsp;</td>
          <td class="paramname"> <em>middle</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QColor &amp;&nbsp;</td>
          <td class="paramname"> <em>end</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>
Specifies the highlight colors in which to draw the shapes of this item.<p>
It is advisable not to use this method, but rather set the highlight colors for all items of a type with <a class="el" href="classKDGanttView.html#23f84eb3b8ab015f19f1dd9dbb4ce16f">KDGanttView::setHighlightColors()</a> in order to get a uniform Gantt view.<p>
If the item displays its subitems (children) as a group, (<a class="el" href="classKDGanttViewItem.html#ba00ee38fef7aece69d8c7dfeccbb7d8">displaySubitemsAsGroup()</a> == true) all changes apply to all subitems as well.<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>start</em>&nbsp;</td><td>the highlight color for the start shape </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>middle</em>&nbsp;</td><td>the highlight color for the middle shape </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>end</em>&nbsp;</td><td>the highlight color for the end shape </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#e7d1206467c495837b5b1d8a3d77903d">highlightColors()</a>, <a class="el" href="classKDGanttViewItem.html#9d96870bf4d20f8f76209966621583b1">setShapes()</a>, <a class="el" href="classKDGanttViewItem.html#24ef567ed89b0dcd3a3d52d7955a1c09">shapes()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01011">1011</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="e7d1206467c495837b5b1d8a3d77903d"></a><!-- doxytag: member="KDGanttViewItem::highlightColors" ref="e7d1206467c495837b5b1d8a3d77903d" args="(QColor &amp;start, QColor &amp;middle, QColor &amp;end) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::highlightColors           </td>
          <td>(</td>
          <td class="paramtype">QColor &amp;&nbsp;</td>
          <td class="paramname"> <em>start</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">QColor &amp;&nbsp;</td>
          <td class="paramname"> <em>middle</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">QColor &amp;&nbsp;</td>
          <td class="paramname"> <em>end</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the highlight colors used for this 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>start</em>&nbsp;</td><td>returns the start highlight color </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>middle</em>&nbsp;</td><td>returns the middle highlight color </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>end</em>&nbsp;</td><td>returns the end highlight color </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#cc20d06c0021f1b5d8439e0f1a131869">setHighlightColors()</a>, <a class="el" href="classKDGanttViewItem.html#9d96870bf4d20f8f76209966621583b1">setShapes()</a>, <a class="el" href="classKDGanttViewItem.html#24ef567ed89b0dcd3a3d52d7955a1c09">shapes()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01037">1037</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="810d37ff8ffd3fb639ce6ba6356345d5"></a><!-- doxytag: member="KDGanttViewItem::setTextColor" ref="810d37ff8ffd3fb639ce6ba6356345d5" args="(const QColor &amp;color)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setTextColor           </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 be used for the text of this item.<p>
It is advisable not to use this method, but rather set the text color for all items with <a class="el" href="classKDGanttView.html#ae66333828689b6dcfa1afaeaef63fd0">KDGanttView::setTextColor()</a> in order to get a uniform Gantt view. If the item displays its subitems (children) as a group, (<a class="el" href="classKDGanttViewItem.html#ba00ee38fef7aece69d8c7dfeccbb7d8">displaySubitemsAsGroup()</a> == true) all changes apply to all subitems as well. <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 text color </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#96be08f973313aec7f68e312b5704526">textColor()</a>, <a class="el" href="classKDGanttViewItem.html#146cac81e664a8f719988e9e65ddce35">setText()</a>, <a class="el" href="classKDGanttViewItem.html#8967521518e0036a88f32ec96efcab41">text()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01057">1057</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="96be08f973313aec7f68e312b5704526"></a><!-- doxytag: member="KDGanttViewItem::textColor" ref="96be08f973313aec7f68e312b5704526" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QColor KDGanttViewItem::textColor           </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 used for the text of this item.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the text color </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classKDGanttViewItem.html#810d37ff8ffd3fb639ce6ba6356345d5">setTextColor()</a>, <a class="el" href="classKDGanttViewItem.html#146cac81e664a8f719988e9e65ddce35">setText()</a>, <a class="el" href="classKDGanttViewItem.html#8967521518e0036a88f32ec96efcab41">text()</a> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01080">1080</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="9b559e85243a1dee21c3fe58d4b03406"></a><!-- doxytag: member="KDGanttViewItem::setProgress" ref="9b559e85243a1dee21c3fe58d4b03406" args="(int percent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setProgress           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>percent</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specifies the progress of this item in percent. Progress is limited to minimum 0, maximum 100.<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>percent</em>&nbsp;</td><td>the progress in percent. </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l02525">2525</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="26f0b72bce88cbf5e779d30dcdff5fc1"></a><!-- doxytag: member="KDGanttViewItem::setFloatStartTime" ref="26f0b72bce88cbf5e779d30dcdff5fc1" args="(const QDateTime &amp;start)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setFloatStartTime           </td>
          <td>(</td>
          <td class="paramtype">const QDateTime &amp;&nbsp;</td>
          <td class="paramname"> <em>start</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specifies the float start time of this item. If the time is invalid, the start float is not shown.<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>start</em>&nbsp;</td><td>the float start time </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l02537">2537</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="7a0930f26f06438a1ae327cc4b92cbae"></a><!-- doxytag: member="KDGanttViewItem::setFloatEndTime" ref="7a0930f26f06438a1ae327cc4b92cbae" args="(const QDateTime &amp;end)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::setFloatEndTime           </td>
          <td>(</td>
          <td class="paramtype">const QDateTime &amp;&nbsp;</td>
          <td class="paramname"> <em>end</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specifies the float end time of this item. If the time is invalid, the end float is not shown.<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>end</em>&nbsp;</td><td>the float end time </td></tr>
  </table>
</dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l02548">2548</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="b18336f62e6f479ca43ec1d172ff8ac5"></a><!-- doxytag: member="KDGanttViewItem::firstChild" ref="b18336f62e6f479ca43ec1d172ff8ac5" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> * KDGanttViewItem::firstChild           </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 first child of this item.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the first child of this item, 0 if this item has no children </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01231">1231</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="95fcce35f0113bdf7afe2aceb821dbe3"></a><!-- doxytag: member="KDGanttViewItem::nextSibling" ref="95fcce35f0113bdf7afe2aceb821dbe3" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> * KDGanttViewItem::nextSibling           </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 next sibling item of this item<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the next sibling item of this item, 0 if this item has no more siblings </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01244">1244</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="7a9cdca4949bf6845bdb810f50fad15d"></a><!-- doxytag: member="KDGanttViewItem::parent" ref="7a9cdca4949bf6845bdb810f50fad15d" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> * KDGanttViewItem::parent           </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 parent item of this item<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the parent item of this item, 0 if this item is a top-level item </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01256">1256</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="4067a50e34a86cbd978ef090d53e27b8"></a><!-- doxytag: member="KDGanttViewItem::itemAbove" ref="4067a50e34a86cbd978ef090d53e27b8" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> * KDGanttViewItem::itemAbove           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the item above this item in the listview<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the item above this item, 0 if this is the first item </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01267">1267</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="225847e52dde05af559289986ff02435"></a><!-- doxytag: member="KDGanttViewItem::itemBelow" ref="225847e52dde05af559289986ff02435" args="(bool includeDisabled=true)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> * KDGanttViewItem::itemBelow           </td>
          <td>(</td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>includeDisabled</em> = <code>true</code>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the item below this item in the listview. It can be specified whether the disabled items are taken into account as well.<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>includeDisabled</em>&nbsp;</td><td>if true, disabled items are considered as well </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the item below this item, 0 if this is the last item </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01281">1281</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="493a65f14aed606f0679988951615003"></a><!-- doxytag: member="KDGanttViewItem::getChildByName" ref="493a65f14aed606f0679988951615003" args="(const QString &amp;name)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> * KDGanttViewItem::getChildByName           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>name</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
If the name of this item is <em>name</em> (i.e., <a class="el" href="classKDGanttViewItem.html#cad5f25954f13114a23b140804e468ec">listViewText()</a> == name), the pointer to this item is returned. Otherwise, it looks for an item with name <em>name</em> in the set of children and subchildren of this item. <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>name</em>&nbsp;</td><td>the name of the item </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the pointer to the item with name <em>name</em> </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l02052">2052</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="d83110fe90f924bb3cbb985ac4becfea"></a><!-- doxytag: member="KDGanttViewItem::name" ref="d83110fe90f924bb3cbb985ac4becfea" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString KDGanttViewItem::name           </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 unique name that can identify the item.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the unique item name </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00314">314</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="461cb4d5dc55debb6d686f2aadcc8fd5"></a><!-- doxytag: member="KDGanttViewItem::find" ref="461cb4d5dc55debb6d686f2aadcc8fd5" args="(const QString &amp;name)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> * KDGanttViewItem::find           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>name</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returns the item with the specified name.<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>name</em>&nbsp;</td><td>the name to search for </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>the item with the specified name; 0 if no group with that name exists </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l00328">328</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="975d5b8db54c850eda0978f850f43522"></a><!-- doxytag: member="KDGanttViewItem::createNode" ref="975d5b8db54c850eda0978f850f43522" args="(QDomDocument &amp;doc, QDomElement &amp;parentElement)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void KDGanttViewItem::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 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>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="KDGanttViewItem_8cpp-source.html#l01552">1552</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

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

<p>
Creates a <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</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>view</em>&nbsp;</td><td>the view in which the item will be inserted </td></tr>
    <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 item </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01617">1617</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="8b93884be1215aa3381781b96e801b85"></a><!-- doxytag: member="KDGanttViewItem::createFromDomElement" ref="8b93884be1215aa3381781b96e801b85" args="(KDGanttView *view, KDGanttViewItem *previous, QDomElement &amp;element)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> * KDGanttViewItem::createFromDomElement           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKDGanttView.html">KDGanttView</a> *&nbsp;</td>
          <td class="paramname"> <em>view</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>previous</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">QDomElement &amp;&nbsp;</td>
          <td class="paramname"> <em>element</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Creates a <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</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>view</em>&nbsp;</td><td>the view in which the item will be inserted </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>previous</em>&nbsp;</td><td>to item behind this one should appear </td></tr>
    <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 element </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01648">1648</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

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

<p>
Creates a <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</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>parent</em>&nbsp;</td><td>the parent item under which the item will be inserted </td></tr>
    <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 element </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01681">1681</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="ed6bb3d99d05b00285696f3a6094712b"></a><!-- doxytag: member="KDGanttViewItem::createFromDomElement" ref="ed6bb3d99d05b00285696f3a6094712b" args="(KDGanttViewItem *parent, KDGanttViewItem *previous, QDomElement &amp;element)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> * KDGanttViewItem::createFromDomElement           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</a> *&nbsp;</td>
          <td class="paramname"> <em>parent</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>previous</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">QDomElement &amp;&nbsp;</td>
          <td class="paramname"> <em>element</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Creates a <a class="el" href="classKDGanttViewItem.html">KDGanttViewItem</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>parent</em>&nbsp;</td><td>the parent item under which the item will be inserted </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>previous</em>&nbsp;</td><td>to item behind this one should appear </td></tr>
    <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 element </dd></dl>

<p>Definition at line <a class="el" href="KDGanttViewItem_8cpp-source.html#l01712">1712</a> of file <a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.cpp</a>.</p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="b86216754d59421f19cada09675980c9"></a><!-- doxytag: member="KDGanttViewItem::isVisibleInGanttView" ref="b86216754d59421f19cada09675980c9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#b86216754d59421f19cada09675980c9">KDGanttViewItem::isVisibleInGanttView</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
this instance variable is true if the item is visible in the Gantt view 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00080">80</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="b61f0f281a27dcc93b49da23d1ca0f5d"></a><!-- doxytag: member="KDGanttViewItem::startLine" ref="b61f0f281a27dcc93b49da23d1ca0f5d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#b61f0f281a27dcc93b49da23d1ca0f5d">KDGanttViewItem::startLine</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specifies whether this item should behave like a calendar. In calendar mode, only those items can be opened which have subitems which have subitems. An item which has subitems which have no subitems is called a calendar. I.e., an item that contains multiple calendars can be opened, while a calendar item itself cannot. But if all calendars of an item do not have any subitem (e.g at startup), the program cannot detect automatically that it should be possible to open this item. To enable this, call setIsCalendar( true ); for at least one calendar<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>cal</em>&nbsp;</td><td>true in order behave this item like a calendar highlighting off for this item </td></tr>
  </table>
</dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd>isCalendar()</dd></dl>
Returns whether this item behaves like a calendar, even though it has no subitem which has subitems; when highlighting with <a class="el" href="classKDGanttViewItem.html#47cc5f117c149e5e0e086667f9e26fed">setHighlight()</a> or by the user with the mouse.<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true if the item behaves like a calendar </dd></dl>
<dl class="see" compact><dt><b>See also:</b></dt><dd>setIsCalendar()</dd></dl>
the line at the beginning of the item 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00086">86</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="07ed0aea3a6bdc515e73dcc53c821daf"></a><!-- doxytag: member="KDGanttViewItem::endLine" ref="07ed0aea3a6bdc515e73dcc53c821daf" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#07ed0aea3a6bdc515e73dcc53c821daf">KDGanttViewItem::endLine</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the line at the end of the item 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00086">86</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="85653764045b258103792dec24e8c254"></a><!-- doxytag: member="KDGanttViewItem::startLineBack" ref="85653764045b258103792dec24e8c254" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#85653764045b258103792dec24e8c254">KDGanttViewItem::startLineBack</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the background line at the beginning of the item 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00086">86</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="64df8bee8b040545f833d9741345620e"></a><!-- doxytag: member="KDGanttViewItem::endLineBack" ref="64df8bee8b040545f833d9741345620e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#64df8bee8b040545f833d9741345620e">KDGanttViewItem::endLineBack</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the background line at the end of the item 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00086">86</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="59f00490ef46b82809ae2ef6fbf9f7e0"></a><!-- doxytag: member="KDGanttViewItem::actualEnd" ref="59f00490ef46b82809ae2ef6fbf9f7e0" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#59f00490ef46b82809ae2ef6fbf9f7e0">KDGanttViewItem::actualEnd</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the line at the actual end of the item 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00086">86</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="25c9bcaae6ab690b4be0c437b9e2b114"></a><!-- doxytag: member="KDGanttViewItem::startShape" ref="25c9bcaae6ab690b4be0c437b9e2b114" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#25c9bcaae6ab690b4be0c437b9e2b114">KDGanttViewItem::startShape</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the shape at the beginning of the item 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00088">88</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="2705af98b156cd1eae27215b4e883a02"></a><!-- doxytag: member="KDGanttViewItem::midShape" ref="2705af98b156cd1eae27215b4e883a02" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#2705af98b156cd1eae27215b4e883a02">KDGanttViewItem::midShape</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the shape in the middle of the item 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00088">88</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="e324051f847f0c90bf46878d340a6fff"></a><!-- doxytag: member="KDGanttViewItem::endShape" ref="e324051f847f0c90bf46878d340a6fff" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#e324051f847f0c90bf46878d340a6fff">KDGanttViewItem::endShape</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the shape at the end of the item 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00088">88</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="6ab9dc5f2a6c999a4d59a9a36aa8cf37"></a><!-- doxytag: member="KDGanttViewItem::startShapeBack" ref="6ab9dc5f2a6c999a4d59a9a36aa8cf37" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#6ab9dc5f2a6c999a4d59a9a36aa8cf37">KDGanttViewItem::startShapeBack</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the background shape at the beginning of the item 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00088">88</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="04392dde082c31cd9e8e5e29a34d4fd3"></a><!-- doxytag: member="KDGanttViewItem::midShapeBack" ref="04392dde082c31cd9e8e5e29a34d4fd3" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#04392dde082c31cd9e8e5e29a34d4fd3">KDGanttViewItem::midShapeBack</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the background shape in the middle of the item 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00088">88</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="5ba29dd2acfaf3cfae17c2a51e19d73a"></a><!-- doxytag: member="KDGanttViewItem::endShapeBack" ref="5ba29dd2acfaf3cfae17c2a51e19d73a" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#5ba29dd2acfaf3cfae17c2a51e19d73a">KDGanttViewItem::endShapeBack</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the background shape at the end of the item 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00088">88</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="7cca2d68d4cd717972a3474b36370276"></a><!-- doxytag: member="KDGanttViewItem::myGanttView" ref="7cca2d68d4cd717972a3474b36370276" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#7cca2d68d4cd717972a3474b36370276">KDGanttViewItem::myGanttView</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
a pointer to the <a class="el" href="classKDGanttView.html">KDGanttView</a> object to which this item belongs 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00091">91</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="09ad6e49924fd9aa5f8efc9a74165f0b"></a><!-- doxytag: member="KDGanttViewItem::textCanvas" ref="09ad6e49924fd9aa5f8efc9a74165f0b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#09ad6e49924fd9aa5f8efc9a74165f0b">KDGanttViewItem::textCanvas</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the text object that is used for this item 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00092">92</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="0f8dd007287ab37d1bf8428b76286f74"></a><!-- doxytag: member="KDGanttViewItem::textCanvasText" ref="0f8dd007287ab37d1bf8428b76286f74" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#0f8dd007287ab37d1bf8428b76286f74">KDGanttViewItem::textCanvasText</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the actual string that is displayed in the text object for this item 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00093">93</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="35109acdad7d87d71ee372eaa950eab3"></a><!-- doxytag: member="KDGanttViewItem::myStartTime" ref="35109acdad7d87d71ee372eaa950eab3" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#35109acdad7d87d71ee372eaa950eab3">KDGanttViewItem::myStartTime</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the starting time of this item 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00094">94</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="abada2951d6ff8601cf5cc343cc12aa3"></a><!-- doxytag: member="KDGanttViewItem::myEndTime" ref="abada2951d6ff8601cf5cc343cc12aa3" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#abada2951d6ff8601cf5cc343cc12aa3">KDGanttViewItem::myEndTime</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the ending time of this item 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00094">94</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="322cef45c9346af04b33d374ac0507b9"></a><!-- doxytag: member="KDGanttViewItem::isHighlighted" ref="322cef45c9346af04b33d374ac0507b9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#322cef45c9346af04b33d374ac0507b9">KDGanttViewItem::isHighlighted</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
whether this item is currently highlighted or not 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00095">95</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="979f91e4a830d757d2696262c39c2e93"></a><!-- doxytag: member="KDGanttViewItem::isEditable" ref="979f91e4a830d757d2696262c39c2e93" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#979f91e4a830d757d2696262c39c2e93">KDGanttViewItem::isEditable</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
whether this item is currently editable or not 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00095">95</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="a0fb9b1a6c86e07ca09e161aa6ccdddc"></a><!-- doxytag: member="KDGanttViewItem::myItemSize" ref="a0fb9b1a6c86e07ca09e161aa6ccdddc" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#a0fb9b1a6c86e07ca09e161aa6ccdddc">KDGanttViewItem::myItemSize</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the current size of this item 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00096">96</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="77d843710274486f111302e1bf9b2bcb"></a><!-- doxytag: member="KDGanttViewItem::blockUpdating" ref="77d843710274486f111302e1bf9b2bcb" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKDGanttViewItem.html#77d843710274486f111302e1bf9b2bcb">KDGanttViewItem::blockUpdating</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
if true, updates to this item are currently blocked, to reduce flicker or speed up redraws 
<p>Definition at line <a class="el" href="KDGanttViewItem_8h-source.html#l00097">97</a> of file <a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="KDGanttViewItem_8h-source.html">KDGanttViewItem.h</a><li><a class="el" href="KDGanttViewItem_8cpp-source.html">KDGanttViewItem.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>