You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kshowmail/doc/html/classKFeedbackDialog.html

184 lines
9.2 KiB

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>kshowmail: KFeedbackDialog Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.0 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li id="current"><a href="classes.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul></div>
<h1>KFeedbackDialog Class Reference</h1><!-- doxytag: class="KFeedbackDialog" --><code>#include &lt;<a class="el" href="kfeedback_8h-source.html">kfeedback.h</a>&gt;</code>
<p>
<a href="classKFeedbackDialog-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Slots</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFeedbackDialog.html#34f680000dbe1b4446bd647d51c3738d">checkSendButton</a> ()</td></tr>
<tr><td colspan="2"><br><h2>Signals</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFeedbackDialog.html#962b0e6f0813c923c924bb9b81c8ba1b">mailSent</a> ()</td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFeedbackDialog.html#1ae22ffc4cfbabb1b954f2f75c57f8ba">KFeedbackDialog</a> (const TQString &amp;feedbackMailAddress, const TQString &amp;helpTopic=TQString::null)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFeedbackDialog.html#3db3a02eb0b2a94d8e3bedbd1f5f6d70">~KFeedbackDialog</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classKFeedbackForm.html">KFeedbackForm</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFeedbackDialog.html#1d9dfb5bac160ce16eb8e929f37c31b6">form</a> ()</td></tr>
<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c95533de8e33e87407a06b910f5b6cfa"></a><!-- doxytag: member="KFeedbackDialog::_form" ref="c95533de8e33e87407a06b910f5b6cfa" args="" -->
<a class="el" href="classKFeedbackForm.html">KFeedbackForm</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKFeedbackDialog.html#c95533de8e33e87407a06b910f5b6cfa">_form</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Dialog containing a <a class="el" href="classKFeedbackForm.html">KFeedbackForm</a> and all the infrastructure for sending a mail etc.
<p>
<p>
Definition at line <a class="el" href="kfeedback_8h-source.html#l00042">42</a> of file <a class="el" href="kfeedback_8h-source.html">kfeedback.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="1ae22ffc4cfbabb1b954f2f75c57f8ba"></a><!-- doxytag: member="KFeedbackDialog::KFeedbackDialog" ref="1ae22ffc4cfbabb1b954f2f75c57f8ba" args="(const TQString &amp;feedbackMailAddress, const TQString &amp;helpTopic=TQString::null)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">KFeedbackDialog::KFeedbackDialog </td>
<td>(</td>
<td class="paramtype">const TQString &amp;&nbsp;</td>
<td class="paramname"> <em>feedbackMailAddress</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const TQString &amp;&nbsp;</td>
<td class="paramname"> <em>helpTopic</em> = <code>TQString::null</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>
Constructor.
<p>
Definition at line <a class="el" href="kfeedback_8cpp-source.html#l00034">34</a> of file <a class="el" href="kfeedback_8cpp-source.html">kfeedback.cpp</a>.
<p>
References <a class="el" href="kfeedback_8h-source.html#l00088">_form</a> and <a class="el" href="kfeedback_8cpp-source.html#l00071">checkSendButton()</a>.
</div>
</div><p>
<a class="anchor" name="3db3a02eb0b2a94d8e3bedbd1f5f6d70"></a><!-- doxytag: member="KFeedbackDialog::~KFeedbackDialog" ref="3db3a02eb0b2a94d8e3bedbd1f5f6d70" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">KFeedbackDialog::~KFeedbackDialog </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>
Destructor.
<p>
Definition at line <a class="el" href="kfeedback_8cpp-source.html#l00064">64</a> of file <a class="el" href="kfeedback_8cpp-source.html">kfeedback.cpp</a>.
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="1d9dfb5bac160ce16eb8e929f37c31b6"></a><!-- doxytag: member="KFeedbackDialog::form" ref="1d9dfb5bac160ce16eb8e929f37c31b6" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classKFeedbackForm.html">KFeedbackForm</a>* KFeedbackDialog::form </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Returns the internal
<p>
Definition at line <a class="el" href="kfeedback_8h-source.html#l00064">64</a> of file <a class="el" href="kfeedback_8h-source.html">kfeedback.h</a>.
<p>
References <a class="el" href="kfeedback_8h-source.html#l00088">_form</a>.
<p>
Referenced by <a class="el" href="kshowmailfeedback_8cpp-source.html#l00023">KShowMailApp::slotSendFeedbackMail()</a>.
</div>
</div><p>
<a class="anchor" name="34f680000dbe1b4446bd647d51c3738d"></a><!-- doxytag: member="KFeedbackDialog::checkSendButton" ref="34f680000dbe1b4446bd647d51c3738d" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void KFeedbackDialog::checkSendButton </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [slot]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Check if sufficient information is available to send a mail now and enable / disable the "send mail" button accordingly.
<p>
Definition at line <a class="el" href="kfeedback_8cpp-source.html#l00071">71</a> of file <a class="el" href="kfeedback_8cpp-source.html">kfeedback.cpp</a>.
<p>
References <a class="el" href="kfeedback_8h-source.html#l00088">_form</a>, and <a class="el" href="kfeedback_8cpp-source.html#l00229">KFeedbackForm::readyToSend()</a>.
<p>
Referenced by <a class="el" href="kfeedback_8cpp-source.html#l00034">KFeedbackDialog()</a>.
</div>
</div><p>
<a class="anchor" name="962b0e6f0813c923c924bb9b81c8ba1b"></a><!-- doxytag: member="KFeedbackDialog::mailSent" ref="962b0e6f0813c923c924bb9b81c8ba1b" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void KFeedbackDialog::mailSent </td>
<td>(</td>
<td class="paramname"> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [signal]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Emitted when the user has sent the feedback mail - i.e. when he clicked on the "Send mail" button and the mail has successfully been forwarded to the mailer. He can still choose not to send the mail from within the mailer, though.
<p>
Referenced by <a class="el" href="kfeedback_8cpp-source.html#l00034">KFeedbackDialog()</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li>kshowmail/<a class="el" href="kfeedback_8h-source.html">kfeedback.h</a><li>kshowmail/<a class="el" href="kfeedback_8cpp-source.html">kfeedback.cpp</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Thu Jul 5 19:36:09 2007 for kshowmail by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.0 </small></address>
</body>
</html>