File: classPopup.html

package info (click to toggle)
witty 3.2.1-2%2Bdeb7u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 70,436 kB
  • sloc: cpp: 117,095; ansic: 77,999; xml: 7,564; sh: 1,037; perl: 208; makefile: 144; java: 86; sql: 14
file content (620 lines) | stat: -rw-r--r-- 42,289 bytes parent folder | download
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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
<!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">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Wt examples: Popup Class Reference</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />



</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">Wt examples
   &#160;<span id="projectnumber">3.2.1</span>
   </div>
   
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.5.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pub-static-methods">Static Public Member Functions</a> &#124;
<a href="#pub-attribs">Public Attributes</a> &#124;
<a href="#pri-types">Private Types</a> &#124;
<a href="#pri-methods">Private Member Functions</a> &#124;
<a href="#pri-attribs">Private Attributes</a>  </div>
  <div class="headertitle">
<div class="title">Popup Class Reference<div class="ingroups"><a class="el" href="group__javascript.html">Javascript - Wt interaction example</a></div></div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="Popup" --><!-- doxytag: inherits="Wt::WObject" -->
<p>A JavaScript based popup window, encapsulating the Javascript functions alert(), confirm(), and prompt().  
 <a href="classPopup.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="Popup_8h_source.html">Popup.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for Popup:</div>
<div class="dyncontent">
<div class="center"><img src="classPopup__inherit__graph.png" border="0" usemap="#Popup_inherit__map" alt="Inheritance graph"/></div>
<map name="Popup_inherit__map" id="Popup_inherit__map">
<area shape="rect" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WObject.html" title="Wt::WObject" alt="" coords="5,5,101,32"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="classPopup-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#a29f79258a69ee042dbf970b7883b2b97">setMessage</a> (const <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a> &amp;message)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Change the message.  <a href="#a29f79258a69ee042dbf970b7883b2b97"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#a97c14de0bcf9ca764b29eceb7627f14c">setDefaultValue</a> (const std::string defaultValue)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Change the default value for a prompt dialog.  <a href="#a97c14de0bcf9ca764b29eceb7627f14c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#a259fd9e138e094ad5335d47f024652f7">message</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the current message.  <a href="#a259fd9e138e094ad5335d47f024652f7"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const std::string &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#a3069c5552a1ce6faeec9c580ae7f62ad">defaultValue</a> () const </td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the default value for a prompt dialog.  <a href="#a3069c5552a1ce6faeec9c580ae7f62ad"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSignal.html">JSignal</a>&lt; std::string &gt; &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#a3705ac1c6feedfbf737ae729ec097bab">okPressed</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Signal emitted when ok pressed.  <a href="#a3705ac1c6feedfbf737ae729ec097bab"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSignal.html">JSignal</a>&lt; void &gt; &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#ab99240088211d195ff0fc7fa2015c586">cancelPressed</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Signal emitted when cancel is pressed.  <a href="#ab99240088211d195ff0fc7fa2015c586"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classPopup.html">Popup</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#a2ab31c6aca9d435eb734a8be24eea7b9">createConfirm</a> (const <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a> &amp;message, <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WObject.html">WObject</a> *<a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WObject.html#a2af8f7ec8d3807d434e1f70d1245c6b4">parent</a>=0)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a confirm dialog.  <a href="#a2ab31c6aca9d435eb734a8be24eea7b9"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classPopup.html">Popup</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#adf73b1320baaea8d1a090d4bb3e7f3ac">createPrompt</a> (const <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a> &amp;message, const std::string defaultValue, <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WObject.html">WObject</a> *<a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WObject.html#a2af8f7ec8d3807d434e1f70d1245c6b4">parent</a>=0)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a prompt dialog with the given default value.  <a href="#adf73b1320baaea8d1a090d4bb3e7f3ac"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classPopup.html">Popup</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#acae6cd51df216642043c8ced694dc7e4">createAlert</a> (const <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a> &amp;message, <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WObject.html">WObject</a> *<a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WObject.html#a2af8f7ec8d3807d434e1f70d1245c6b4">parent</a>=0)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Create an alert dialog.  <a href="#acae6cd51df216642043c8ced694dc7e4"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSlot.html">JSlot</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#a4fba40d8284a8022842f523dfa6318fa">show</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Show the dialog.  <a href="#a4fba40d8284a8022842f523dfa6318fa"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pri-types"></a>
Private Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6d">Type</a> { <a class="el" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6dacd90389c9867dc8a1b57a91ff49a64d2">Confirm</a>, 
<a class="el" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6da03d63ceea0186677add5d6ae5f4f6f57">Alert</a>, 
<a class="el" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6da664c702f59a95e937f31a9319fd3f755">Prompt</a>
 }</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight"><a class="el" href="classPopup.html" title="A JavaScript based popup window, encapsulating the Javascript functions alert(), confirm(), and prompt().">Popup</a> type.  <a href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6d">More...</a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pri-methods"></a>
Private Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#ac2340a670ddef77ae21abe256b486624">Popup</a> (<a class="el" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6d">Type</a> t, const <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a> &amp;message, const std::string defaultValue, <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WObject.html">WObject</a> *<a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WObject.html#a2af8f7ec8d3807d434e1f70d1245c6b4">parent</a>)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight"><a class="el" href="classPopup.html" title="A JavaScript based popup window, encapsulating the Javascript functions alert(), confirm(), and prompt().">Popup</a> constructor.  <a href="#ac2340a670ddef77ae21abe256b486624"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#aeff3dfbced8f5d33b383940533ea4b58">setJavaScript</a> ()</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Update the javascript code.  <a href="#aeff3dfbced8f5d33b383940533ea4b58"></a><br/></td></tr>
<tr><td colspan="2"><h2><a name="pri-attribs"></a>
Private Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSignal.html">JSignal</a>&lt; std::string &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#ad9472a44db701b362c0e5c883b88d430">okPressed_</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSignal.html">JSignal</a>&lt; void &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#ab58288c7138f599483478eb814966f69">cancelPressed_</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6d">Type</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#a6fc4373c05e651c9d071cbbb3b089dfb">t_</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#a7e69edf1f3b9ce51b625214a2225d374">message_</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classPopup.html#ab6ea80a8a874b3be156ce3bb79377392">defaultValue_</a></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>A JavaScript based popup window, encapsulating the Javascript functions alert(), confirm(), and prompt(). </p>
<p>Use one of the create static methods to create a popup. This will not display the popup, until either the show slot is triggered from an event handler, or is executed using it's exec() method.</p>
<p>When the user closes the popup, either the okPressed or cancelPressed signal is emitted. For a prompt dialog, the value is passed as a parameter to the okPressed signal. </p>

<p>Definition at line <a class="el" href="Popup_8h_source.html#l00032">32</a> of file <a class="el" href="Popup_8h_source.html">Popup.h</a>.</p>
</div><hr/><h2>Member Enumeration Documentation</h2>
<a class="anchor" id="ac396e0200d1839ece9e43bb97ba38c6d"></a><!-- doxytag: member="Popup::Type" ref="ac396e0200d1839ece9e43bb97ba38c6d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">enum <a class="el" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6d">Popup::Type</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p><a class="el" href="classPopup.html" title="A JavaScript based popup window, encapsulating the Javascript functions alert(), confirm(), and prompt().">Popup</a> type. </p>
<dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" id="ac396e0200d1839ece9e43bb97ba38c6dacd90389c9867dc8a1b57a91ff49a64d2"></a><!-- doxytag: member="Confirm" ref="ac396e0200d1839ece9e43bb97ba38c6dacd90389c9867dc8a1b57a91ff49a64d2" args="" -->Confirm</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ac396e0200d1839ece9e43bb97ba38c6da03d63ceea0186677add5d6ae5f4f6f57"></a><!-- doxytag: member="Alert" ref="ac396e0200d1839ece9e43bb97ba38c6da03d63ceea0186677add5d6ae5f4f6f57" args="" -->Alert</em>&nbsp;</td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ac396e0200d1839ece9e43bb97ba38c6da664c702f59a95e937f31a9319fd3f755"></a><!-- doxytag: member="Prompt" ref="ac396e0200d1839ece9e43bb97ba38c6da664c702f59a95e937f31a9319fd3f755" args="" -->Prompt</em>&nbsp;</td><td>
</td></tr>
</table>
</dd>
</dl>

<p>Definition at line <a class="el" href="Popup_8h_source.html#l00083">83</a> of file <a class="el" href="Popup_8h_source.html">Popup.h</a>.</p>
<div class="fragment"><pre class="fragment">{ <a class="code" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6dacd90389c9867dc8a1b57a91ff49a64d2">Confirm</a>, <a class="code" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6da03d63ceea0186677add5d6ae5f4f6f57">Alert</a>, <a class="code" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6da664c702f59a95e937f31a9319fd3f755">Prompt</a> };
</pre></div>
</div>
</div>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="ac2340a670ddef77ae21abe256b486624"></a><!-- doxytag: member="Popup::Popup" ref="ac2340a670ddef77ae21abe256b486624" args="(Type t, const WString &amp;message, const std::string defaultValue, WObject *parent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Popup::Popup </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6d">Type</a>&#160;</td>
          <td class="paramname"><em>t</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a> &amp;&#160;</td>
          <td class="paramname"><em>message</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::string&#160;</td>
          <td class="paramname"><em>defaultValue</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WObject.html">WObject</a> *&#160;</td>
          <td class="paramname"><em>parent</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p><a class="el" href="classPopup.html" title="A JavaScript based popup window, encapsulating the Javascript functions alert(), confirm(), and prompt().">Popup</a> constructor. </p>

<p>Definition at line <a class="el" href="Popup_8C_source.html#l00012">12</a> of file <a class="el" href="Popup_8C_source.html">Popup.C</a>.</p>
<div class="fragment"><pre class="fragment">  : <a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WObject.html#a1da12f5d82488adcca912c596b9398ea">WObject</a>(parent),
    <a class="code" href="classPopup.html#ad9472a44db701b362c0e5c883b88d430">okPressed_</a>(<span class="keyword">this</span>, <span class="stringliteral">&quot;ok&quot;</span>),
    <a class="code" href="classPopup.html#ab58288c7138f599483478eb814966f69">cancelPressed_</a>(<span class="keyword">this</span>, <span class="stringliteral">&quot;cancel&quot;</span>),
    <a class="code" href="classPopup.html#a6fc4373c05e651c9d071cbbb3b089dfb">t_</a>(t),
    <a class="code" href="classPopup.html#a7e69edf1f3b9ce51b625214a2225d374">message_</a>(message),
    <a class="code" href="classPopup.html#ab6ea80a8a874b3be156ce3bb79377392">defaultValue_</a>(<a class="code" href="classPopup.html#a3069c5552a1ce6faeec9c580ae7f62ad" title="Get the default value for a prompt dialog.">defaultValue</a>)
{
  <a class="code" href="classPopup.html#aeff3dfbced8f5d33b383940533ea4b58" title="Update the javascript code.">setJavaScript</a>();
}
</pre></div>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ab99240088211d195ff0fc7fa2015c586"></a><!-- doxytag: member="Popup::cancelPressed" ref="ab99240088211d195ff0fc7fa2015c586" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSignal.html">JSignal</a>&lt;void&gt;&amp; Popup::cancelPressed </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Signal emitted when cancel is pressed. </p>

<p>Definition at line <a class="el" href="Popup_8h_source.html#l00078">78</a> of file <a class="el" href="Popup_8h_source.html">Popup.h</a>.</p>
<div class="fragment"><pre class="fragment">{ <span class="keywordflow">return</span> <a class="code" href="classPopup.html#ab58288c7138f599483478eb814966f69">cancelPressed_</a>; }
</pre></div>
</div>
</div>
<a class="anchor" id="acae6cd51df216642043c8ced694dc7e4"></a><!-- doxytag: member="Popup::createAlert" ref="acae6cd51df216642043c8ced694dc7e4" args="(const WString &amp;message, WObject *parent=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classPopup.html">Popup</a> * Popup::createAlert </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a> &amp;&#160;</td>
          <td class="paramname"><em>message</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WObject.html">WObject</a> *&#160;</td>
          <td class="paramname"><em>parent</em> = <code>0</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Create an alert dialog. </p>

<p>Definition at line <a class="el" href="Popup_8C_source.html#l00077">77</a> of file <a class="el" href="Popup_8C_source.html">Popup.C</a>.</p>
<div class="fragment"><pre class="fragment">{
  <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="classPopup.html#ac2340a670ddef77ae21abe256b486624" title="Popup constructor.">Popup</a>(<a class="code" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6da03d63ceea0186677add5d6ae5f4f6f57">Alert</a>, message, std::string(), parent);
}
</pre></div>
</div>
</div>
<a class="anchor" id="a2ab31c6aca9d435eb734a8be24eea7b9"></a><!-- doxytag: member="Popup::createConfirm" ref="a2ab31c6aca9d435eb734a8be24eea7b9" args="(const WString &amp;message, WObject *parent=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classPopup.html">Popup</a> * Popup::createConfirm </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a> &amp;&#160;</td>
          <td class="paramname"><em>message</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WObject.html">WObject</a> *&#160;</td>
          <td class="paramname"><em>parent</em> = <code>0</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Create a confirm dialog. </p>

<p>Definition at line <a class="el" href="Popup_8C_source.html#l00072">72</a> of file <a class="el" href="Popup_8C_source.html">Popup.C</a>.</p>
<div class="fragment"><pre class="fragment">{
  <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="classPopup.html#ac2340a670ddef77ae21abe256b486624" title="Popup constructor.">Popup</a>(<a class="code" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6dacd90389c9867dc8a1b57a91ff49a64d2">Confirm</a>, message, std::string(), parent);
}
</pre></div>
</div>
</div>
<a class="anchor" id="adf73b1320baaea8d1a090d4bb3e7f3ac"></a><!-- doxytag: member="Popup::createPrompt" ref="adf73b1320baaea8d1a090d4bb3e7f3ac" args="(const WString &amp;message, const std::string defaultValue, WObject *parent=0)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classPopup.html">Popup</a> * Popup::createPrompt </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a> &amp;&#160;</td>
          <td class="paramname"><em>message</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::string&#160;</td>
          <td class="paramname"><em>defaultValue</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WObject.html">WObject</a> *&#160;</td>
          <td class="paramname"><em>parent</em> = <code>0</code>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Create a prompt dialog with the given default value. </p>

<p>Definition at line <a class="el" href="Popup_8C_source.html#l00082">82</a> of file <a class="el" href="Popup_8C_source.html">Popup.C</a>.</p>
<div class="fragment"><pre class="fragment">{
  <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="classPopup.html#ac2340a670ddef77ae21abe256b486624" title="Popup constructor.">Popup</a>(<a class="code" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6da664c702f59a95e937f31a9319fd3f755">Prompt</a>, message, <a class="code" href="classPopup.html#a3069c5552a1ce6faeec9c580ae7f62ad" title="Get the default value for a prompt dialog.">defaultValue</a>, parent);
}
</pre></div>
</div>
</div>
<a class="anchor" id="a3069c5552a1ce6faeec9c580ae7f62ad"></a><!-- doxytag: member="Popup::defaultValue" ref="a3069c5552a1ce6faeec9c580ae7f62ad" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const std::string&amp; Popup::defaultValue </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get the default value for a prompt dialog. </p>

<p>Definition at line <a class="el" href="Popup_8h_source.html#l00063">63</a> of file <a class="el" href="Popup_8h_source.html">Popup.h</a>.</p>
<div class="fragment"><pre class="fragment">{ <span class="keywordflow">return</span> <a class="code" href="classPopup.html#ab6ea80a8a874b3be156ce3bb79377392">defaultValue_</a>; }
</pre></div>
</div>
</div>
<a class="anchor" id="a259fd9e138e094ad5335d47f024652f7"></a><!-- doxytag: member="Popup::message" ref="a259fd9e138e094ad5335d47f024652f7" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a>&amp; Popup::message </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const<code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Get the current message. </p>

<p>Definition at line <a class="el" href="Popup_8h_source.html#l00059">59</a> of file <a class="el" href="Popup_8h_source.html">Popup.h</a>.</p>
<div class="fragment"><pre class="fragment">{ <span class="keywordflow">return</span> <a class="code" href="classPopup.html#a7e69edf1f3b9ce51b625214a2225d374">message_</a>; }
</pre></div>
</div>
</div>
<a class="anchor" id="a3705ac1c6feedfbf737ae729ec097bab"></a><!-- doxytag: member="Popup::okPressed" ref="a3705ac1c6feedfbf737ae729ec097bab" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSignal.html">JSignal</a>&lt;std::string&gt;&amp; Popup::okPressed </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Signal emitted when ok pressed. </p>

<p>Definition at line <a class="el" href="Popup_8h_source.html#l00074">74</a> of file <a class="el" href="Popup_8h_source.html">Popup.h</a>.</p>
<div class="fragment"><pre class="fragment">{ <span class="keywordflow">return</span> <a class="code" href="classPopup.html#ad9472a44db701b362c0e5c883b88d430">okPressed_</a>; }
</pre></div>
</div>
</div>
<a class="anchor" id="a97c14de0bcf9ca764b29eceb7627f14c"></a><!-- doxytag: member="Popup::setDefaultValue" ref="a97c14de0bcf9ca764b29eceb7627f14c" args="(const std::string defaultValue)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Popup::setDefaultValue </td>
          <td>(</td>
          <td class="paramtype">const std::string&#160;</td>
          <td class="paramname"><em>defaultValue</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Change the default value for a prompt dialog. </p>

<p>Definition at line <a class="el" href="Popup_8C_source.html#l00066">66</a> of file <a class="el" href="Popup_8C_source.html">Popup.C</a>.</p>
<div class="fragment"><pre class="fragment">{
  <a class="code" href="classPopup.html#ab6ea80a8a874b3be156ce3bb79377392">defaultValue_</a> = <a class="code" href="classPopup.html#a3069c5552a1ce6faeec9c580ae7f62ad" title="Get the default value for a prompt dialog.">defaultValue</a>;
  <a class="code" href="classPopup.html#aeff3dfbced8f5d33b383940533ea4b58" title="Update the javascript code.">setJavaScript</a>();
}
</pre></div>
</div>
</div>
<a class="anchor" id="aeff3dfbced8f5d33b383940533ea4b58"></a><!-- doxytag: member="Popup::setJavaScript" ref="aeff3dfbced8f5d33b383940533ea4b58" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Popup::setJavaScript </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Update the javascript code. </p>

<p>Definition at line <a class="el" href="Popup_8C_source.html#l00024">24</a> of file <a class="el" href="Popup_8C_source.html">Popup.C</a>.</p>
<div class="fragment"><pre class="fragment">{
  <span class="comment">/*</span>
<span class="comment">   * Sets the JavaScript code.</span>
<span class="comment">   *</span>
<span class="comment">   * Notice how Wt.emit() is used to emit the okPressed or cancelPressed</span>
<span class="comment">   * signal, and how arguments may be passed to it, matching the number and</span>
<span class="comment">   * type of arguments in the JSignal definition.</span>
<span class="comment">   */</span>
  <span class="keywordflow">switch</span> (<a class="code" href="classPopup.html#a6fc4373c05e651c9d071cbbb3b089dfb">t_</a>) {
  <span class="keywordflow">case</span> <a class="code" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6dacd90389c9867dc8a1b57a91ff49a64d2">Confirm</a>:
    <a class="code" href="classPopup.html#a4fba40d8284a8022842f523dfa6318fa" title="Show the dialog.">show</a>.<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSlot.html#a4e28a8ef6d2965aeaac0c5dcf587bbbb">setJavaScript</a>
      (<span class="stringliteral">&quot;function(){ if (confirm(&#39;&quot;</span> + <a class="code" href="classPopup.html#a7e69edf1f3b9ce51b625214a2225d374">message_</a>.<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html#a0b90340ac2dbacb9b4d81e92d9070066">narrow</a>() + <span class="stringliteral">&quot;&#39;)) {&quot;</span>
       + <a class="code" href="classPopup.html#ad9472a44db701b362c0e5c883b88d430">okPressed_</a>.<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSignal.html#a449dbc079722b0ed9a9fd5df43e359f0">createCall</a>(<span class="stringliteral">&quot;&#39;&#39;&quot;</span>) +
       <span class="stringliteral">&quot;} else {&quot;</span>
       + <a class="code" href="classPopup.html#ab58288c7138f599483478eb814966f69">cancelPressed_</a>.<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSignal.html#a449dbc079722b0ed9a9fd5df43e359f0">createCall</a>() +
       <span class="stringliteral">&quot;}}&quot;</span>);
    <span class="keywordflow">break</span>;
  <span class="keywordflow">case</span> <a class="code" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6da03d63ceea0186677add5d6ae5f4f6f57">Alert</a>:
    <a class="code" href="classPopup.html#a4fba40d8284a8022842f523dfa6318fa" title="Show the dialog.">show</a>.<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSlot.html#a4e28a8ef6d2965aeaac0c5dcf587bbbb">setJavaScript</a>
      (<span class="stringliteral">&quot;function(){ alert(&#39;&quot;</span> + <a class="code" href="classPopup.html#a7e69edf1f3b9ce51b625214a2225d374">message_</a>.<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html#a0b90340ac2dbacb9b4d81e92d9070066">narrow</a>() + <span class="stringliteral">&quot;&#39;);&quot;</span>
       + <a class="code" href="classPopup.html#ad9472a44db701b362c0e5c883b88d430">okPressed_</a>.<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSignal.html#a449dbc079722b0ed9a9fd5df43e359f0">createCall</a>(<span class="stringliteral">&quot;&#39;&#39;&quot;</span>) +
       <span class="stringliteral">&quot;}&quot;</span>);
    <span class="keywordflow">break</span>;
  <span class="keywordflow">case</span> <a class="code" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6da664c702f59a95e937f31a9319fd3f755">Prompt</a>:
    <a class="code" href="classPopup.html#a4fba40d8284a8022842f523dfa6318fa" title="Show the dialog.">show</a>.<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSlot.html#a4e28a8ef6d2965aeaac0c5dcf587bbbb">setJavaScript</a>
      (<span class="stringliteral">&quot;function(){var n = prompt(&#39;&quot;</span> + <a class="code" href="classPopup.html#a7e69edf1f3b9ce51b625214a2225d374">message_</a>.<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html#a0b90340ac2dbacb9b4d81e92d9070066">narrow</a>() + <span class="stringliteral">&quot;&#39;, &#39;&quot;</span>
       + <a class="code" href="classPopup.html#ab6ea80a8a874b3be156ce3bb79377392">defaultValue_</a> + <span class="stringliteral">&quot;&#39;);&quot;</span>
       <span class="stringliteral">&quot;if (n != null) {&quot;</span>
       + <a class="code" href="classPopup.html#ad9472a44db701b362c0e5c883b88d430">okPressed_</a>.<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSignal.html#a449dbc079722b0ed9a9fd5df43e359f0">createCall</a>(<span class="stringliteral">&quot;n&quot;</span>) +
       <span class="stringliteral">&quot;} else {&quot;</span>
       + <a class="code" href="classPopup.html#ab58288c7138f599483478eb814966f69">cancelPressed_</a>.<a class="codeRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSignal.html#a449dbc079722b0ed9a9fd5df43e359f0">createCall</a>() +
       <span class="stringliteral">&quot;}}&quot;</span>);
  }
}
</pre></div>
</div>
</div>
<a class="anchor" id="a29f79258a69ee042dbf970b7883b2b97"></a><!-- doxytag: member="Popup::setMessage" ref="a29f79258a69ee042dbf970b7883b2b97" args="(const WString &amp;message)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Popup::setMessage </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a> &amp;&#160;</td>
          <td class="paramname"><em>message</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Change the message. </p>

<p>Definition at line <a class="el" href="Popup_8C_source.html#l00060">60</a> of file <a class="el" href="Popup_8C_source.html">Popup.C</a>.</p>
<div class="fragment"><pre class="fragment">{
  <a class="code" href="classPopup.html#a7e69edf1f3b9ce51b625214a2225d374">message_</a> = <a class="code" href="classPopup.html#a259fd9e138e094ad5335d47f024652f7" title="Get the current message.">message</a>;
  <a class="code" href="classPopup.html#aeff3dfbced8f5d33b383940533ea4b58" title="Update the javascript code.">setJavaScript</a>();
}
</pre></div>
</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="ab58288c7138f599483478eb814966f69"></a><!-- doxytag: member="Popup::cancelPressed_" ref="ab58288c7138f599483478eb814966f69" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSignal.html">JSignal</a>&lt;void&gt; <a class="el" href="classPopup.html#ab58288c7138f599483478eb814966f69">Popup::cancelPressed_</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Popup_8h_source.html#l00091">91</a> of file <a class="el" href="Popup_8h_source.html">Popup.h</a>.</p>

</div>
</div>
<a class="anchor" id="ab6ea80a8a874b3be156ce3bb79377392"></a><!-- doxytag: member="Popup::defaultValue_" ref="ab6ea80a8a874b3be156ce3bb79377392" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">std::string <a class="el" href="classPopup.html#ab6ea80a8a874b3be156ce3bb79377392">Popup::defaultValue_</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Popup_8h_source.html#l00095">95</a> of file <a class="el" href="Popup_8h_source.html">Popup.h</a>.</p>

</div>
</div>
<a class="anchor" id="a7e69edf1f3b9ce51b625214a2225d374"></a><!-- doxytag: member="Popup::message_" ref="a7e69edf1f3b9ce51b625214a2225d374" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1WString.html">WString</a> <a class="el" href="classPopup.html#a7e69edf1f3b9ce51b625214a2225d374">Popup::message_</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Popup_8h_source.html#l00094">94</a> of file <a class="el" href="Popup_8h_source.html">Popup.h</a>.</p>

</div>
</div>
<a class="anchor" id="ad9472a44db701b362c0e5c883b88d430"></a><!-- doxytag: member="Popup::okPressed_" ref="ad9472a44db701b362c0e5c883b88d430" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSignal.html">JSignal</a>&lt;std::string&gt; <a class="el" href="classPopup.html#ad9472a44db701b362c0e5c883b88d430">Popup::okPressed_</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Popup_8h_source.html#l00090">90</a> of file <a class="el" href="Popup_8h_source.html">Popup.h</a>.</p>

</div>
</div>
<a class="anchor" id="a4fba40d8284a8022842f523dfa6318fa"></a><!-- doxytag: member="Popup::show" ref="a4fba40d8284a8022842f523dfa6318fa" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" doxygen="wt.tags:../../reference/html" href="../../reference/html/classWt_1_1JSlot.html">JSlot</a> <a class="el" href="classPopup.html#a4fba40d8284a8022842f523dfa6318fa">Popup::show</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Show the dialog. </p>
<p>Use show.exec() to show the dialog, or connect the slot to an EventSignal to directly show the dialog without a server round trip. </p>

<p>Definition at line <a class="el" href="Popup_8h_source.html#l00070">70</a> of file <a class="el" href="Popup_8h_source.html">Popup.h</a>.</p>

</div>
</div>
<a class="anchor" id="a6fc4373c05e651c9d071cbbb3b089dfb"></a><!-- doxytag: member="Popup::t_" ref="a6fc4373c05e651c9d071cbbb3b089dfb" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classPopup.html#ac396e0200d1839ece9e43bb97ba38c6d">Type</a> <a class="el" href="classPopup.html#a6fc4373c05e651c9d071cbbb3b089dfb">Popup::t_</a><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="Popup_8h_source.html#l00093">93</a> of file <a class="el" href="Popup_8h_source.html">Popup.h</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>/home/koen/project/wt/public-git/wt/examples/javascript/<a class="el" href="Popup_8h_source.html">Popup.h</a></li>
<li>/home/koen/project/wt/public-git/wt/examples/javascript/<a class="el" href="Popup_8C_source.html">Popup.C</a></li>
</ul>
</div>
<hr size="1"><address style="text-align: right; margin: 3px"><small>
Generated on Fri Mar 30 2012 for <a href="http://www.webtoolkit.eu/wt">the
C++ Web Toolkit (Wt)</a> by&nbsp;<a
href="http://www.doxygen.org/index.html"><img src="doxygen.png"
alt="doxygen" border="0" style="vertical-align: middle; display:
inline-block; height: 2em"></a> 1.7.5.1</small></address>
</body>
</html>