Sophie

Sophie

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

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>libkcal: KCal::VCalFormat Class Reference (libkcal)</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=".">libkcal</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>libkcal</h2>


<!-- Generated by Doxygen 1.5.5 -->
  <div class="navpath"><a class="el" href="namespaceKCal.html">KCal</a>::<a class="el" href="classKCal_1_1VCalFormat.html">VCalFormat</a>
  </div>
<div class="contents">
<h1>KCal::VCalFormat Class Reference</h1><!-- doxytag: class="KCal::VCalFormat" --><!-- doxytag: inherits="KCal::CalFormat" --><code>#include &lt;<a class="el" href="vcalformat_8h-source.html">vcalformat.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for KCal::VCalFormat:</div>
<div class="dynsection">

<p><center><img src="classKCal_1_1VCalFormat.png" usemap="#KCal::VCalFormat_map" border="0" alt=""></center>
<map name="KCal::VCalFormat_map">
<area href="classKCal_1_1CalFormat.html" alt="KCal::CalFormat" shape="rect" coords="0,0,112,24">
</map>
</div>

<p>
<a href="classKCal_1_1VCalFormat-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
This class implements the vCalendar format. 
<p>
It provides methods for loading/saving/converting vCalendar format data into the internal KOrganizer representation as <a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> and Events.<p>
vCalendar format implementation 
<p>Definition at line <a class="el" href="vcalformat_8h-source.html#l00044">44</a> of file <a class="el" href="vcalformat_8h-source.html">vcalformat.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1VCalFormat.html#9f6d1381e6e956f1311bb3fd5b8ffbcc">load</a> (<a class="el" href="classKCal_1_1Calendar.html">Calendar</a> *calendar, const QString &amp;fileName)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1VCalFormat.html#fc4cf05477d6ad52e7c6a558d9c28e4e">save</a> (<a class="el" href="classKCal_1_1Calendar.html">Calendar</a> *calendar, const QString &amp;fileName)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1VCalFormat.html#f1874a2e3f9991a6ceece7a263b33395">fromString</a> (<a class="el" href="classKCal_1_1Calendar.html">Calendar</a> *, const QString &amp;)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1VCalFormat.html#15828188e5513c367e37ee463c7b5b08">toString</a> (<a class="el" href="classKCal_1_1Calendar.html">Calendar</a> *)</td></tr>

<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKCal_1_1Todo.html">Todo</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1VCalFormat.html#ad472386044f07595ab655e0b8c51558">VTodoToEvent</a> (VObject *vtodo)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKCal_1_1Event.html">Event</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1VCalFormat.html#50055f4e301d2ab3ff500bb29ded1c44">VEventToEvent</a> (VObject *vevent)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">VObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1VCalFormat.html#3310aa9437bb4b08401736a100018428">eventToVTodo</a> (const <a class="el" href="classKCal_1_1Todo.html">Todo</a> *anEvent)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">VObject *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1VCalFormat.html#da2757b7378ec03bbd0261e8f21dc9aa">eventToVEvent</a> (const <a class="el" href="classKCal_1_1Event.html">Event</a> *anEvent)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1VCalFormat.html#22f7ce8cfdc05bf2b85cf1fef717e2cd">qDateToISO</a> (const QDate &amp;)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QString&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1VCalFormat.html#da54521d7ff520b32807bcd4411a254e">qDateTimeToISO</a> (const QDateTime &amp;, bool zulu=TRUE)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QDateTime&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1VCalFormat.html#0f404473158b6f240f6fcca319cdb0b1">ISOToQDateTime</a> (const QString &amp;dtStr)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">QDate&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1VCalFormat.html#92281ec37b2d3a3e14ce8bd9cae6b3a6">ISOToQDate</a> (const QString &amp;dtStr)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1VCalFormat.html#4696030a46fb39249c03bc45325a9a68">populate</a> (VObject *vcal)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1VCalFormat.html#ee8c6d81ab33a46e0fb46562a6f25e44">dayFromNum</a> (int day)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKCal_1_1VCalFormat.html#f7d8e3beec13136ed2d21dd9c40ddc19">numFromDay</a> (const QString &amp;day)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="bb101f129918e9a0d1a40035e04f2b34"></a><!-- doxytag: member="KCal::VCalFormat::readStatus" ref="bb101f129918e9a0d1a40035e04f2b34" args="(const char *s) const " -->
Attendee::PartStat&nbsp;</td><td class="memItemRight" valign="bottom"><b>readStatus</b> (const char *s) const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="67e0e7cf9e6da06191256950cd7ea9b8"></a><!-- doxytag: member="KCal::VCalFormat::writeStatus" ref="67e0e7cf9e6da06191256950cd7ea9b8" args="(Attendee::PartStat status) const " -->
QCString&nbsp;</td><td class="memItemRight" valign="bottom"><b>writeStatus</b> (Attendee::PartStat status) const </td></tr>

</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="9f6d1381e6e956f1311bb3fd5b8ffbcc"></a><!-- doxytag: member="KCal::VCalFormat::load" ref="9f6d1381e6e956f1311bb3fd5b8ffbcc" args="(Calendar *calendar, const QString &amp;fileName)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool VCalFormat::load           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Calendar.html">Calendar</a> *&nbsp;</td>
          <td class="paramname"> <em>calendar</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>fileName</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Loads a calendar on disk in vCalendar format into the given 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>calendar</em>&nbsp;</td><td><a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> object the loaded data is stored into. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>fileName</em>&nbsp;</td><td>Name of the vCalendar file on disk. </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true on success, otherwise false </dd></dl>

<p>Implements <a class="el" href="classKCal_1_1CalFormat.html#b606cbcc932f4a9698b1367560293ae2">KCal::CalFormat</a>.</p>

<p>Definition at line <a class="el" href="vcalformat_8cpp-source.html#l00058">58</a> of file <a class="el" href="vcalformat_8cpp-source.html">vcalformat.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="fc4cf05477d6ad52e7c6a558d9c28e4e"></a><!-- doxytag: member="KCal::VCalFormat::save" ref="fc4cf05477d6ad52e7c6a558d9c28e4e" args="(Calendar *calendar, const QString &amp;fileName)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool VCalFormat::save           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Calendar.html">Calendar</a> *&nbsp;</td>
          <td class="paramname"> <em>calendar</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>fileName</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Writes out the given calendar to disk in vCalendar format. 
<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>calendar</em>&nbsp;</td><td><a class="el" href="classKCal_1_1Calendar.html" title="This is the main &quot;calendar&quot; object class.">Calendar</a> object holding data to be written </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>fileName</em>&nbsp;</td><td>the name of the file </td></tr>
  </table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>true on success, otherwise false </dd></dl>

<p>Implements <a class="el" href="classKCal_1_1CalFormat.html#a9c20fc8eec871a1498fe570a1d9f13c">KCal::CalFormat</a>.</p>

<p>Definition at line <a class="el" href="vcalformat_8cpp-source.html#l00090">90</a> of file <a class="el" href="vcalformat_8cpp-source.html">vcalformat.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="f1874a2e3f9991a6ceece7a263b33395"></a><!-- doxytag: member="KCal::VCalFormat::fromString" ref="f1874a2e3f9991a6ceece7a263b33395" args="(Calendar *, const QString &amp;)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool VCalFormat::fromString           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Calendar.html">Calendar</a> *&nbsp;</td>
          <td class="paramname"> <em>calendar</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%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Parse string and populate calendar with that information. 
<p>

<p>Implements <a class="el" href="classKCal_1_1CalFormat.html#b0700e65de9609d570bd5e74b34e3e32">KCal::CalFormat</a>.</p>

<p>Definition at line <a class="el" href="vcalformat_8cpp-source.html#l00136">136</a> of file <a class="el" href="vcalformat_8cpp-source.html">vcalformat.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="15828188e5513c367e37ee463c7b5b08"></a><!-- doxytag: member="KCal::VCalFormat::toString" ref="15828188e5513c367e37ee463c7b5b08" args="(Calendar *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString VCalFormat::toString           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classKCal_1_1Calendar.html">Calendar</a> *&nbsp;</td>
          <td class="paramname"> <em>calendar</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return calendar information as string. 
<p>

<p>Implements <a class="el" href="classKCal_1_1CalFormat.html#72e9581208a83e0a91d616845be63de8">KCal::CalFormat</a>.</p>

<p>Definition at line <a class="el" href="vcalformat_8cpp-source.html#l00172">172</a> of file <a class="el" href="vcalformat_8cpp-source.html">vcalformat.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="ad472386044f07595ab655e0b8c51558"></a><!-- doxytag: member="KCal::VCalFormat::VTodoToEvent" ref="ad472386044f07595ab655e0b8c51558" args="(VObject *vtodo)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKCal_1_1Todo.html">Todo</a> * VCalFormat::VTodoToEvent           </td>
          <td>(</td>
          <td class="paramtype">VObject *&nbsp;</td>
          <td class="paramname"> <em>vtodo</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
translates a VObject of the TODO type into a <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> 
<p>

<p>Definition at line <a class="el" href="vcalformat_8cpp-source.html#l00651">651</a> of file <a class="el" href="vcalformat_8cpp-source.html">vcalformat.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="50055f4e301d2ab3ff500bb29ded1c44"></a><!-- doxytag: member="KCal::VCalFormat::VEventToEvent" ref="50055f4e301d2ab3ff500bb29ded1c44" args="(VObject *vevent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classKCal_1_1Event.html">Event</a> * VCalFormat::VEventToEvent           </td>
          <td>(</td>
          <td class="paramtype">VObject *&nbsp;</td>
          <td class="paramname"> <em>vevent</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
translates a VObject into a <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> and returns a pointer to it. 
<p>

<p>Definition at line <a class="el" href="vcalformat_8cpp-source.html#l00857">857</a> of file <a class="el" href="vcalformat_8cpp-source.html">vcalformat.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="3310aa9437bb4b08401736a100018428"></a><!-- doxytag: member="KCal::VCalFormat::eventToVTodo" ref="3310aa9437bb4b08401736a100018428" args="(const Todo *anEvent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">VObject * VCalFormat::eventToVTodo           </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classKCal_1_1Todo.html">Todo</a> *&nbsp;</td>
          <td class="paramname"> <em>anEvent</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
translate a <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> into a VTodo-type VObject and return pointer 
<p>

<p>Definition at line <a class="el" href="vcalformat_8cpp-source.html#l00203">203</a> of file <a class="el" href="vcalformat_8cpp-source.html">vcalformat.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="da2757b7378ec03bbd0261e8f21dc9aa"></a><!-- doxytag: member="KCal::VCalFormat::eventToVEvent" ref="da2757b7378ec03bbd0261e8f21dc9aa" args="(const Event *anEvent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">VObject * VCalFormat::eventToVEvent           </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classKCal_1_1Event.html">Event</a> *&nbsp;</td>
          <td class="paramname"> <em>anEvent</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
translate a <a class="el" href="classKCal_1_1Event.html" title="This class provides an Event in the sense of RFC2445.">Event</a> into a VObject and returns a pointer to it. 
<p>

<p>Definition at line <a class="el" href="vcalformat_8cpp-source.html#l00365">365</a> of file <a class="el" href="vcalformat_8cpp-source.html">vcalformat.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="22f7ce8cfdc05bf2b85cf1fef717e2cd"></a><!-- doxytag: member="KCal::VCalFormat::qDateToISO" ref="22f7ce8cfdc05bf2b85cf1fef717e2cd" args="(const QDate &amp;)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString VCalFormat::qDateToISO           </td>
          <td>(</td>
          <td class="paramtype">const QDate &amp;&nbsp;</td>
          <td class="paramname"> <em>qd</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
takes a QDate and returns a string in the format YYYYMMDDTHHMMSS 
<p>

<p>Definition at line <a class="el" href="vcalformat_8cpp-source.html#l01324">1324</a> of file <a class="el" href="vcalformat_8cpp-source.html">vcalformat.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="da54521d7ff520b32807bcd4411a254e"></a><!-- doxytag: member="KCal::VCalFormat::qDateTimeToISO" ref="da54521d7ff520b32807bcd4411a254e" args="(const QDateTime &amp;, bool zulu=TRUE)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QString VCalFormat::qDateTimeToISO           </td>
          <td>(</td>
          <td class="paramtype">const QDateTime &amp;&nbsp;</td>
          <td class="paramname"> <em>qdt</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>zulu</em> = <code>TRUE</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>
takes a QDateTime and returns a string in format YYYYMMDDTHHMMSS 
<p>

<p>Definition at line <a class="el" href="vcalformat_8cpp-source.html#l01352">1352</a> of file <a class="el" href="vcalformat_8cpp-source.html">vcalformat.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="0f404473158b6f240f6fcca319cdb0b1"></a><!-- doxytag: member="KCal::VCalFormat::ISOToQDateTime" ref="0f404473158b6f240f6fcca319cdb0b1" args="(const QString &amp;dtStr)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QDateTime VCalFormat::ISOToQDateTime           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>dtStr</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
takes a string in the format YYYYMMDDTHHMMSS and returns a valid QDateTime. 
<p>

<p>Definition at line <a class="el" href="vcalformat_8cpp-source.html#l01375">1375</a> of file <a class="el" href="vcalformat_8cpp-source.html">vcalformat.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="92281ec37b2d3a3e14ce8bd9cae6b3a6"></a><!-- doxytag: member="KCal::VCalFormat::ISOToQDate" ref="92281ec37b2d3a3e14ce8bd9cae6b3a6" args="(const QString &amp;dtStr)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">QDate VCalFormat::ISOToQDate           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>dtStr</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
takes a string in the format YYYYMMDD and returns a valid QDate. 
<p>

<p>Definition at line <a class="el" href="vcalformat_8cpp-source.html#l01402">1402</a> of file <a class="el" href="vcalformat_8cpp-source.html">vcalformat.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="4696030a46fb39249c03bc45325a9a68"></a><!-- doxytag: member="KCal::VCalFormat::populate" ref="4696030a46fb39249c03bc45325a9a68" args="(VObject *vcal)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void VCalFormat::populate           </td>
          <td>(</td>
          <td class="paramtype">VObject *&nbsp;</td>
          <td class="paramname"> <em>vcal</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
takes a vCalendar tree of VObjects, and puts all of them that have the "event" property into the dictionary, todos in the todo-list, etc. 
<p>

<p>Definition at line <a class="el" href="vcalformat_8cpp-source.html#l01416">1416</a> of file <a class="el" href="vcalformat_8cpp-source.html">vcalformat.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="ee8c6d81ab33a46e0fb46562a6f25e44"></a><!-- doxytag: member="KCal::VCalFormat::dayFromNum" ref="ee8c6d81ab33a46e0fb46562a6f25e44" args="(int day)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char * VCalFormat::dayFromNum           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>day</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
takes a number 0 - 6 and returns the two letter string of that day, i.e. 
<p>
MO, TU, WE, etc. 
<p>Definition at line <a class="el" href="vcalformat_8cpp-source.html#l01548">1548</a> of file <a class="el" href="vcalformat_8cpp-source.html">vcalformat.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="f7d8e3beec13136ed2d21dd9c40ddc19"></a><!-- doxytag: member="KCal::VCalFormat::numFromDay" ref="f7d8e3beec13136ed2d21dd9c40ddc19" args="(const QString &amp;day)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int VCalFormat::numFromDay           </td>
          <td>(</td>
          <td class="paramtype">const QString &amp;&nbsp;</td>
          <td class="paramname"> <em>day</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
the reverse of the above function. 
<p>

<p>Definition at line <a class="el" href="vcalformat_8cpp-source.html#l01555">1555</a> of file <a class="el" href="vcalformat_8cpp-source.html">vcalformat.cpp</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="vcalformat_8h-source.html">vcalformat.h</a><li><a class="el" href="vcalformat_8cpp-source.html">vcalformat.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>libkcal</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="namespaces.html">Namespace List</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="namespacemembers.html">Namespace Members</a></li><li><a href="functions.html">Class Members</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="classKCal_1_1Alarm.html">kcal::alarm</option>,  <option value="classKCal_1_1Attachment.html">kcal::attachment</option>,  <option value="classKCal_1_1Attendee.html">kcal::attendee</option>,  <option value="classKCal_1_1Calendar.html">kcal::calendar</option>,  <option value="classKCal_1_1Calendar_1_1Observer.html">kcal::calendar::observer</option>,  <option value="classKCal_1_1CalendarLocal.html">kcal::calendarlocal</option>,  <option value="classKCal_1_1CalendarNull.html">kcal::calendarnull</option>,  <option value="classKCal_1_1CalendarResources.html">kcal::calendarresources</option>,  <option value="classKCal_1_1CalFilter.html">kcal::calfilter</option>,  <option value="classKCal_1_1CalFormat.html">kcal::calformat</option>,  <option value="classKCal_1_1CalStorage.html">kcal::calstorage</option>,  <option value="classKCal_1_1Compat.html">kcal::compat</option>,  <option value="classKCal_1_1CompatFactory.html">kcal::compatfactory</option>,  <option value="classKCal_1_1CustomProperties.html">kcal::customproperties</option>,  <option value="classKCal_1_1DndFactory.html">kcal::dndfactory</option>,  <option value="classKCal_1_1Duration.html">kcal::duration</option>,  <option value="classKCal_1_1ErrorFormat.html">kcal::errorformat</option>,  <option value="classKCal_1_1Event.html">kcal::event</option>,  <option value="classKCal_1_1Exception.html">kcal::exception</option>,  <option value="classKCal_1_1FileStorage.html">kcal::filestorage</option>,  <option value="classKCal_1_1FreeBusy.html">kcal::freebusy</option>,  <option value="classKCal_1_1HtmlExport.html">kcal::htmlexport</option>,  <option value="classKCal_1_1ICalDrag.html">kcal::icaldrag</option>,  <option value="classKCal_1_1ICalFormat.html">kcal::icalformat</option>,  <option value="classKCal_1_1Incidence.html">kcal::incidence</option>,  <option value="classKCal_1_1Incidence_1_1AddVisitor.html">kcal::incidence::addvisitor</option>,  <option value="classKCal_1_1Incidence_1_1DeleteVisitor.html">kcal::incidence::deletevisitor</option>,  <option value="classKCal_1_1IncidenceBase.html">kcal::incidencebase</option>,  <option value="classKCal_1_1IncidenceBase_1_1Visitor.html">kcal::incidencebase::visitor</option>,  <option value="classKCal_1_1IncidenceFormatter.html">kcal::incidenceformatter</option>,  <option value="classKCal_1_1Journal.html">kcal::journal</option>,  <option value="classKCal_1_1ListBase.html">kcal::listbase</option>,  <option value="classKCal_1_1Period.html">kcal::period</option>,  <option value="classKCal_1_1Person.html">kcal::person</option>,  <option value="classKCal_1_1QtopiaFormat.html">kcal::qtopiaformat</option>,  <option value="classKCal_1_1Recurrence.html">kcal::recurrence</option>,  <option value="classKCal_1_1RecurrenceRule.html">kcal::recurrencerule</option>,  <option value="classKCal_1_1RecurrenceRule_1_1WDayPos.html">kcal::recurrencerule::wdaypos</option>,  <option value="classKCal_1_1ResourceCached.html">kcal::resourcecached</option>,  <option value="classKCal_1_1ResourceCachedReloadConfig.html">kcal::resourcecachedreloadconfig</option>,  <option value="classKCal_1_1ResourceCachedSaveConfig.html">kcal::resourcecachedsaveconfig</option>,  <option value="classKCal_1_1ResourceCalendar.html">kcal::resourcecalendar</option>,  <option value="classKCal_1_1ResourceLocal.html">kcal::resourcelocal</option>,  <option value="classKCal_1_1ResourceLocalConfig.html">kcal::resourcelocalconfig</option>,  <option value="classKCal_1_1ScheduleMessage.html">kcal::schedulemessage</option>,  <option value="classKCal_1_1Scheduler.html">kcal::scheduler</option>,  <option value="classKCal_1_1Todo.html">kcal::todo</option>,  <option value="classKCal_1_1VCalDrag.html">kcal::vcaldrag</option>,  <option value="classKCal_1_1VCalFormat.html">kcal::vcalformat</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>