|
|
@ -24,7 +24,7 @@ order and can return a pointer to a KCal::Todo object that holds the same
|
|
|
|
information.
|
|
|
|
information.
|
|
|
|
|
|
|
|
|
|
|
|
Preferences is a singleton that stores configuration options. It raises
|
|
|
|
Preferences is a singleton that stores configuration options. It raises
|
|
|
|
Q_SIGNALS when options change (for example, the location where the karm data is
|
|
|
|
signals when options change (for example, the location where the karm data is
|
|
|
|
stored) so the application can react and adjust.
|
|
|
|
stored) so the application can react and adjust.
|
|
|
|
|
|
|
|
|
|
|
|
KarmStorage is a singleton that creates an interface for storing KArm data.
|
|
|
|
KarmStorage is a singleton that creates an interface for storing KArm data.
|
|
|
@ -35,7 +35,7 @@ format.
|
|
|
|
|
|
|
|
|
|
|
|
/** \page sig_slot_index Index of Signals and Slots
|
|
|
|
/** \page sig_slot_index Index of Signals and Slots
|
|
|
|
|
|
|
|
|
|
|
|
To get an understanding of the flow program, it may be useful to see an overview of all of the Q_SIGNALS, Q_SLOTS, and
|
|
|
|
To get an understanding of the flow program, it may be useful to see an overview of all of the signals, slots, and
|
|
|
|
connections. See \see connections to get an index of what signal is connected to which slot.
|
|
|
|
connections. See \see connections to get an index of what signal is connected to which slot.
|
|
|
|
|
|
|
|
|
|
|
|
\section overview Summary of what each class provides
|
|
|
|
\section overview Summary of what each class provides
|
|
|
@ -60,9 +60,9 @@ connections. See \see connections to get an index of what signal is connected to
|
|
|
|
<tr><td>Task</td> <td> </td> <td> </td> <td>Y </td> <td> </td></tr>
|
|
|
|
<tr><td>Task</td> <td> </td> <td> </td> <td>Y </td> <td> </td></tr>
|
|
|
|
</table>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|
|
\section Q_SIGNALS Listing of all of the Q_SIGNALS
|
|
|
|
\section signals Listing of all of the signals
|
|
|
|
|
|
|
|
|
|
|
|
These are the Q_SIGNALS:
|
|
|
|
These are the signals:
|
|
|
|
<ol>
|
|
|
|
<ol>
|
|
|
|
<li>IdleTimer::extractTime(int)
|
|
|
|
<li>IdleTimer::extractTime(int)
|
|
|
|
<li>IdleTimer::stopTimer()
|
|
|
|
<li>IdleTimer::stopTimer()
|
|
|
@ -83,7 +83,7 @@ These are the Q_SIGNALS:
|
|
|
|
<li>Preferences::hideOnClose(bool)
|
|
|
|
<li>Preferences::hideOnClose(bool)
|
|
|
|
</ol>
|
|
|
|
</ol>
|
|
|
|
|
|
|
|
|
|
|
|
\section Q_SLOTS Listing of the Q_SLOTS
|
|
|
|
\section slots Listing of the slots
|
|
|
|
|
|
|
|
|
|
|
|
\subsection public Public Slots
|
|
|
|
\subsection public Public Slots
|
|
|
|
|
|
|
|
|
|
|
|