summaryrefslogtreecommitdiffstats
path: root/doc/html/kshowmail_8h-source.html
blob: d85b8907b723ebe5051b99039bf2801c04cb776e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!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.kdevelop: Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/kshowmail.h Source File</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><a href="classes.html"><span>Classes</span></a></li>
    <li id="current"><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="files.html"><span>File&nbsp;List</span></a></li>
    <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
  </ul></div>
<div class="nav">
<a class="el" href="dir_4c3e996e4ea01e6106d6ef3aca55c519.html">Daten</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_eb9956c7aa0624228561e224b45aacad.html">Documents</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_cf56118a1054db7be5b5087f628656ea.html">programmieren</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_c781d53ee57665ea2fc7bb307e109f21.html">kshowmail</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_741aef7887f9b78088ef0c30f6686ad1.html">kshowmail</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_656923b733374505e0e2f68ecb68d952.html">kshowmail</a></div>
<h1>kshowmail.h</h1><a href="kshowmail_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/***************************************************************************</span>
<a name="l00002"></a>00002 <span class="comment">                          kshowmail.h  -  description</span>
<a name="l00003"></a>00003 <span class="comment">                             -------------------</span>
<a name="l00004"></a>00004 <span class="comment">    begin                : Sat May  6 12:13:57 MEST 2000</span>
<a name="l00005"></a>00005 <span class="comment">    copyright            : (C) 2000-2001 by Eggert Ehmke</span>
<a name="l00006"></a>00006 <span class="comment">    email                : eggert.ehmke@berlin.de</span>
<a name="l00007"></a>00007 <span class="comment"> ***************************************************************************/</span>
<a name="l00008"></a>00008 
<a name="l00009"></a>00009 <span class="comment">/***************************************************************************</span>
<a name="l00010"></a>00010 <span class="comment"> *                                                                         *</span>
<a name="l00011"></a>00011 <span class="comment"> *   This program is free software; you can redistribute it and/or modify  *</span>
<a name="l00012"></a>00012 <span class="comment"> *   it under the terms of the GNU General Public License as published by  *</span>
<a name="l00013"></a>00013 <span class="comment"> *   the Free Software Foundation; either version 2 of the License, or     *</span>
<a name="l00014"></a>00014 <span class="comment"> *   (at your option) any later version.                                   *</span>
<a name="l00015"></a>00015 <span class="comment"> *                                                                         *</span>
<a name="l00016"></a>00016 <span class="comment"> ***************************************************************************/</span>
<a name="l00017"></a>00017 
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef KSHOWMAIL_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define KSHOWMAIL_H</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 
<a name="l00022"></a>00022 <span class="preprocessor">#ifdef HAVE_CONFIG_H</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="preprocessor">#include &lt;<a class="code" href="config_8h.html">config.h</a>&gt;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#endif</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span>
<a name="l00026"></a>00026 <span class="comment">// include files for KDE</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;kapplication.h&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;kmainwindow.h&gt;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;kuniqueapplication.h&gt;</span>
<a name="l00030"></a>00030 <span class="preprocessor">#include &lt;kaction.h&gt;</span>
<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;kstdaction.h&gt;</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;klocale.h&gt;</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include &lt;kstatusbar.h&gt;</span>
<a name="l00034"></a>00034 <span class="preprocessor">#include &lt;krun.h&gt;</span>
<a name="l00035"></a>00035 <span class="preprocessor">#include &lt;kpassdlg.h&gt;</span>
<a name="l00036"></a>00036 <span class="preprocessor">#include &lt;kdebug.h&gt;</span>
<a name="l00037"></a>00037 <span class="preprocessor">#include &lt;kedittoolbar.h&gt;</span>
<a name="l00038"></a>00038 <span class="preprocessor">#include &lt;kcmultidialog.h&gt;</span>
<a name="l00039"></a>00039 
<a name="l00040"></a>00040 
<a name="l00041"></a>00041 <span class="comment">//include files for KShowMail</span>
<a name="l00042"></a>00042 <span class="preprocessor">#include "<a class="code" href="configlist_8h.html">configlist.h</a>"</span>
<a name="l00043"></a>00043 <span class="preprocessor">#include "<a class="code" href="alertdialog_8h.html">alertdialog.h</a>"</span>
<a name="l00044"></a>00044 <span class="preprocessor">#include "<a class="code" href="showrecord_8h.html">showrecord.h</a>"</span>
<a name="l00045"></a>00045 <span class="preprocessor">#include "<a class="code" href="showlistviewitem_8h.html">showlistviewitem.h</a>"</span>
<a name="l00046"></a>00046 <span class="preprocessor">#include "<a class="code" href="kshowmaildock_8h.html">kshowmaildock.h</a>"</span>
<a name="l00047"></a>00047 <span class="preprocessor">#include "kfeedback.h"</span>
<a name="l00048"></a>00048 <span class="preprocessor">#include "<a class="code" href="types_8h.html">types.h</a>"</span>
<a name="l00049"></a>00049 <span class="preprocessor">#include "<a class="code" href="kshowmailview_8h.html">kshowmailview.h</a>"</span>
<a name="l00050"></a>00050 <span class="preprocessor">#include "<a class="code" href="kshowmaildoc_8h.html">kshowmaildoc.h</a>"</span>
<a name="l00051"></a>00051 <span class="preprocessor">#include "<a class="code" href="serverdialog_8h.html">serverdialog.h</a>"</span>
<a name="l00052"></a>00052 <span class="preprocessor">#include "<a class="code" href="filterlog_8h.html">filterlog.h</a>"</span>
<a name="l00053"></a>00053 <span class="preprocessor">#include "<a class="code" href="filterlogview_8h.html">filterlogview.h</a>"</span>
<a name="l00054"></a>00054 
<a name="l00055"></a>00055 
<a name="l00056"></a>00056 <span class="comment">// forward declaration of the Kshowmail classes</span>
<a name="l00057"></a>00057 <span class="keyword">class </span><a class="code" href="classKshowmailDoc.html">KshowmailDoc</a>;
<a name="l00058"></a>00058 <span class="keyword">class </span><a class="code" href="classKshowmailView.html">KshowmailView</a>;
<a name="l00059"></a>00059 
<a name="l00060"></a>00060 <span class="keyword">using namespace </span>Types;
<a name="l00061"></a>00061 
<a name="l00077"></a><a class="code" href="classKShowMailApp.html">00077</a> <span class="keyword">class </span><a class="code" href="classKShowMailApp.html">KShowMailApp</a> : <span class="keyword">public</span> KMainWindow
<a name="l00078"></a>00078 {
<a name="l00079"></a>00079   Q_OBJECT
<a name="l00080"></a>00080 
<a name="l00081"></a><a class="code" href="classKShowMailApp.html#95753bb48121b9a00bbbf185d46a5c1b">00081</a>   <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classKshowmailView.html">KshowmailView</a>;
<a name="l00082"></a><a class="code" href="classKShowMailApp.html#3babed6869c8529c61d0b4719140307f">00082</a>   <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classKShowMailApp.html#3babed6869c8529c61d0b4719140307f">KshowmailDock</a>;
<a name="l00083"></a><a class="code" href="classKShowMailApp.html#d5008f2e1c7aac94129746c60836d338">00083</a>   <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classUniqueApp.html">UniqueApp</a>;
<a name="l00084"></a>00084 
<a name="l00085"></a>00085 
<a name="l00086"></a>00086   <span class="keyword">private</span>:
<a name="l00087"></a>00087 
<a name="l00091"></a><a class="code" href="classKShowMailApp.html#326f322d7f82738efd2399f077fab6e2">00091</a>     <a class="code" href="classKshowmailDoc.html">KshowmailDoc</a>* <a class="code" href="classKShowMailApp.html#326f322d7f82738efd2399f077fab6e2">m_pDoc</a>;
<a name="l00092"></a>00092 
<a name="l00096"></a><a class="code" href="classKShowMailApp.html#c4c5078123779bc87252714ba8bb9a14">00096</a>     <a class="code" href="classKshowmailView.html">KshowmailView</a> *<a class="code" href="classKShowMailApp.html#c4c5078123779bc87252714ba8bb9a14">m_pView</a>;
<a name="l00097"></a>00097 
<a name="l00101"></a><a class="code" href="classKShowMailApp.html#c6cfeedcef8e52b5a407f764fe057433">00101</a>     KCMultiDialog* <a class="code" href="classKShowMailApp.html#c6cfeedcef8e52b5a407f764fe057433">SetupDialog</a>;
<a name="l00102"></a>00102 
<a name="l00106"></a><a class="code" href="classKShowMailApp.html#cdd1b63955d1dd5c9d78d551fc86ef74">00106</a>     KAction* <a class="code" href="classKShowMailApp.html#cdd1b63955d1dd5c9d78d551fc86ef74">m_actionRefresh</a>;
<a name="l00107"></a>00107 
<a name="l00112"></a><a class="code" href="classKShowMailApp.html#5c7aa11169cab91aefb86d4b3cc7a767">00112</a>     <a class="code" href="classConfigList.html">ConfigList</a> <a class="code" href="classKShowMailApp.html#5c7aa11169cab91aefb86d4b3cc7a767">m_ConfigList</a>;
<a name="l00113"></a>00113 
<a name="l00117"></a><a class="code" href="classKShowMailApp.html#7ef695b9db1672c75b3dea0e839e6fa4">00117</a>     <a class="code" href="classAlertDialog.html">AlertDialog</a>* <a class="code" href="classKShowMailApp.html#7ef695b9db1672c75b3dea0e839e6fa4">m_pAlertDialog</a>;
<a name="l00118"></a>00118 
<a name="l00122"></a><a class="code" href="classKShowMailApp.html#66bd9b79549afb8aec119ee1706103e1">00122</a>     <a class="code" href="classKShowMailDock.html">KShowMailDock</a>* <a class="code" href="classKShowMailApp.html#66bd9b79549afb8aec119ee1706103e1">m_pDockWindow</a>;
<a name="l00123"></a>00123 
<a name="l00127"></a><a class="code" href="classKShowMailApp.html#2ebe3eb0660a5f76160b135f7ef22765">00127</a>     QTimer* <a class="code" href="classKShowMailApp.html#2ebe3eb0660a5f76160b135f7ef22765">m_pTimer</a>;
<a name="l00128"></a>00128 
<a name="l00132"></a><a class="code" href="classKShowMailApp.html#0827ddf85177879f8966a2e13c50ad33">00132</a>      <a class="code" href="namespaceTypes.html#dc227eb5720632a8290561b001aaa565">Types::State_Type</a> <a class="code" href="classKShowMailApp.html#0827ddf85177879f8966a2e13c50ad33">m_state</a>;
<a name="l00133"></a>00133 
<a name="l00137"></a><a class="code" href="classKShowMailApp.html#17aa6e4f776e8a73a1a38d4fa255ca4f">00137</a>      <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <a class="code" href="classKShowMailApp.html#17aa6e4f776e8a73a1a38d4fa255ca4f">m_nSecondsToGo</a>;
<a name="l00138"></a>00138 
<a name="l00142"></a><a class="code" href="classKShowMailApp.html#b1458865e7903295c05c0ffc08fd72fa">00142</a>      <a class="code" href="classFilterLog.html">FilterLog</a> <a class="code" href="classKShowMailApp.html#b1458865e7903295c05c0ffc08fd72fa">fLog</a>;
<a name="l00143"></a>00143 
<a name="l00144"></a>00144 
<a name="l00145"></a>00145   <span class="keyword">public</span>:
<a name="l00150"></a>00150     <a class="code" href="classKShowMailApp.html#e8728a02ab3a7e20cb1d256590788575">KShowMailApp</a>();
<a name="l00151"></a>00151 
<a name="l00155"></a>00155     <a class="code" href="classKShowMailApp.html#3b3759d8593576edfa0b3fab62ce26c0">~KShowMailApp</a>();
<a name="l00156"></a>00156 
<a name="l00161"></a><a class="code" href="classKShowMailApp.html#8484b7bcffed4f05ce94e1581e44d26a">00161</a>     <span class="keyword">static</span> KAboutData* <a class="code" href="classKShowMailApp.html#8484b7bcffed4f05ce94e1581e44d26a">m_pAbout</a>;
<a name="l00162"></a>00162 
<a name="l00166"></a>00166     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#14a17e70bed413c7d4ebffc9f5e87892">delayNextRefresh</a>();
<a name="l00167"></a>00167 
<a name="l00168"></a>00168 
<a name="l00169"></a>00169   <span class="keyword">protected</span>:
<a name="l00170"></a>00170 
<a name="l00174"></a>00174     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#daaa25d851b56449b16c942d099fbf86">initStatusBar</a>();
<a name="l00175"></a>00175 
<a name="l00179"></a>00179     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#4f13d29b34bf4dd08804489ad1f41a82">initActions</a>();
<a name="l00180"></a>00180 
<a name="l00185"></a>00185     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#1187c5d08f904b1e6c7beff58c3e9d53">initDocument</a>();
<a name="l00186"></a>00186 
<a name="l00190"></a>00190     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#4b1f509a80c9927f7701005685350a0a">initView</a>();
<a name="l00191"></a>00191 
<a name="l00199"></a>00199     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classKShowMailApp.html#347ed7817554f0a8c6e078101ce1babb">queryClose</a>();
<a name="l00200"></a>00200 
<a name="l00208"></a>00208     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classKShowMailApp.html#2e471542abbac9779cd38a4f63ec5187">queryExit</a>();
<a name="l00209"></a>00209 
<a name="l00216"></a>00216     <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#79825417f6967185146c48de3278a80c">timerEvent</a>( QTimerEvent * );
<a name="l00217"></a>00217 
<a name="l00222"></a>00222     <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classKShowMailApp.html#716d32f4f37dd7b97f0e73a6c124caeb">event</a>(QEvent *e);
<a name="l00223"></a>00223 
<a name="l00228"></a>00228     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#18e1fcab0be78c65bf68ba66109a30b6">initFirstRefresh</a>();
<a name="l00229"></a>00229 
<a name="l00233"></a>00233     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#7ab6f6a1037c6d00e1fd0f8cdf966d47">stopRefreshTimer</a>();
<a name="l00234"></a>00234 
<a name="l00238"></a>00238     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#c538f5c093b0c3dae4df29247d075dfc">initNextRefresh</a>();
<a name="l00239"></a>00239 
<a name="l00240"></a>00240   <span class="keyword">protected</span> slots:
<a name="l00241"></a>00241 
<a name="l00249"></a>00249     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#1b373417eded77fcd51e23c0dca87467">slotStatusHelpMsg</a>(<span class="keyword">const</span> QString &amp;text);
<a name="l00250"></a>00250 
<a name="l00257"></a>00257     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#a56b9b808644dd11577b35e18716615f">slotStatusMsg</a>(<span class="keyword">const</span> QString &amp;text);
<a name="l00258"></a>00258 
<a name="l00263"></a>00263     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#7655fe082dfda144367a152c58827c7f">slotConfChanged</a>();
<a name="l00264"></a>00264 
<a name="l00269"></a>00269     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#ad1a25c5c31f911f7c21b3aedc682e8e">slotDelete</a>();
<a name="l00270"></a>00270 
<a name="l00278"></a>00278     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#a77267f88c63edad44b7e82d0b398fc6">slotDeletionReady</a>();
<a name="l00279"></a>00279 
<a name="l00284"></a>00284     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#34c235044988b2d43c0e43d249831dc1">slotShowMessage</a>();
<a name="l00285"></a>00285 
<a name="l00292"></a>00292     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#3b9805091025c531842807e28e29cc10">slotShowMessageReady</a>();
<a name="l00293"></a>00293 
<a name="l00300"></a>00300     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#86c54998aa412571f0b471efd32e8ef9">slotNormalCursor</a>();
<a name="l00301"></a>00301 
<a name="l00308"></a>00308     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#36b54a32e442ec8bab250c3c87f08962">slotWaitingCursor</a>();
<a name="l00309"></a>00309 
<a name="l00314"></a>00314     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#8c64c6da0904a063988211fc2e5b5ee7">slotRefresh</a>();
<a name="l00315"></a>00315 
<a name="l00322"></a>00322     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#911c2c1823421973f97e4ea2cc51e710">slotRefreshReady</a>();
<a name="l00323"></a>00323 
<a name="l00331"></a>00331     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#073b29df0ea7fa4c1a5245dd87bd1b6c">slotAlertDestroyed</a>();
<a name="l00332"></a>00332 
<a name="l00338"></a>00338     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#cb8e7126aec305899d7109863f99d6d4">slotAlertOk</a> ();
<a name="l00339"></a>00339 
<a name="l00343"></a>00343     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#68bebd7208b03fe4fe1aa23be83f7536">slotRefreshView</a> ();
<a name="l00344"></a>00344 
<a name="l00349"></a>00349     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#b9a90ef9062595e4cbebee5851206ec9">slotStop</a> ();
<a name="l00350"></a>00350 
<a name="l00355"></a>00355     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#7b9553bf179124f9f1eb56bdd094b901">slotShowHeader</a>();
<a name="l00356"></a>00356 
<a name="l00361"></a>00361     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#772f86e96418116ac58943d1bb0c3acb">slotEditToolbars</a>();
<a name="l00362"></a>00362 
<a name="l00366"></a>00366     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#c97f2ac7f5c12aab46651f818f414109">slotSaveOptions</a>();
<a name="l00367"></a>00367 
<a name="l00373"></a>00373     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#6d18177026c4c8d276e690c405c9fcd7">slotFileQuit</a>();
<a name="l00374"></a>00374 
<a name="l00378"></a>00378     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#65f99925664c07c6eafa2b375352ad34">slotSetupAccount</a>();
<a name="l00379"></a>00379 
<a name="l00384"></a>00384     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#9d907211db6387cf6e395c22a9642c3b">slotSetup</a>();
<a name="l00385"></a>00385 
<a name="l00389"></a>00389     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#c9f6636accea83b903904c8767e4e65c">slotShowFilterLog</a>();
<a name="l00390"></a>00390 
<a name="l00391"></a>00391     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#03f1ae7df67069b5a7a9d54c39e94924">slotAccountActivated</a>(QListViewItem*);
<a name="l00392"></a>00392     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#cb6b97d7b759372c2ab7690fc70d1518">slotSendFeedbackMail</a>();
<a name="l00393"></a>00393     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#f94f8e79fcd9b35eea937b2533912e86">slotForceClose</a>();
<a name="l00394"></a>00394 
<a name="l00395"></a>00395 
<a name="l00396"></a>00396 
<a name="l00397"></a>00397 
<a name="l00398"></a>00398 <span class="keyword">private</span>:
<a name="l00399"></a>00399 
<a name="l00400"></a><a class="code" href="classKShowMailApp.html#f211146f325bcca8c7c680ad46c9aab8">00400</a>     <span class="keywordtype">bool</span> <a class="code" href="classKShowMailApp.html#f211146f325bcca8c7c680ad46c9aab8">m_bForceClose</a>;
<a name="l00401"></a>00401 
<a name="l00402"></a>00402 
<a name="l00403"></a>00403   <span class="keyword">protected</span>:
<a name="l00404"></a>00404     <span class="keywordtype">void</span> <a class="code" href="classKShowMailApp.html#7928ea906a7abe17a5f56f110cdd58d6">addFeatureList</a>(KFeedbackQuestion * question);
<a name="l00405"></a>00405     <span class="keywordtype">bool</span> <a class="code" href="classKShowMailApp.html#d93e3467abdad835b02dde5f514c4013">askCloseConfirmation</a>();
<a name="l00406"></a>00406 
<a name="l00407"></a>00407 };
<a name="l00408"></a>00408 
<a name="l00409"></a>00409 <span class="preprocessor">#endif // KSHOWMAIL_H</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 1 21:59:49 2008 for kshowmail.kdevelop 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>