File: Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread-class.html

package info (click to toggle)
camelot 10.07.02-c2-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 35,864 kB
  • ctags: 28,700
  • sloc: python: 14,067; makefile: 125; sh: 32
file content (656 lines) | stat: -rw-r--r-- 33,103 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
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread</title>
  <link rel="stylesheet" href="epydoc.css" type="text/css" />
  <script type="text/javascript" src="epydoc.js"></script>
</head>

<body bgcolor="white" text="black" link="blue" vlink="#204080"
      alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
       bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="middle">
  <!-- Home link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="Camelot.camelot-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Tree link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Index link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Help link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Project homepage -->
      <th class="navbar" align="right" width="100%">
        <table border="0" cellpadding="0" cellspacing="0">
          <tr><th class="navbar" align="center"
            ><a class="navbar" target="_top" href="http://www.python-camelot.com">Camelot</a></th>
          </tr></table></th>
  </tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
  <tr valign="top">
    <td width="100%">
      <span class="breadcrumbs">
        Package&nbsp;Camelot ::
        <a href="Camelot.camelot-module.html">Package&nbsp;camelot</a> ::
        <a href="Camelot.camelot.view-module.html">Package&nbsp;view</a> ::
        <a href="Camelot.camelot.view.model_thread-module.html">Package&nbsp;model_thread</a> ::
        <a href="Camelot.camelot.view.model_thread.signal_slot_model_thread-module.html">Module&nbsp;signal_slot_model_thread</a> ::
        Class&nbsp;SignalSlotModelThread
      </span>
    </td>
    <td>
      <table cellpadding="0" cellspacing="0">
        <!-- hide/show private -->
        <tr><td align="right"><span class="options"
            >[<a href="frames.html" target="_top">frames</a
            >]&nbsp;|&nbsp;<a href="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread-class.html"
            target="_top">no&nbsp;frames</a>]</span></td></tr>
      </table>
    </td>
  </tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class SignalSlotModelThread</h1><p class="nomargin-top"><span class="codelink"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread-pysrc.html#SignalSlotModelThread">source&nbsp;code</a></span></p>
<center>
<center>  <map id="uml_class_diagram_for_camelot__242" name="uml_class_diagram_for_camelot__242">
<area shape="rect" href="javascript:void(0);" title="sip.wrapper" alt="" coords="387,141,456,173"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QObject.staticMetaObject" alt="" coords="339,220,504,239"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QObject.blockSignals" alt="" coords="339,241,504,260"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QObject.childEvent" alt="" coords="339,260,504,279"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QObject.children" alt="" coords="339,279,504,297"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QObject.connect" alt="" coords="339,297,504,316"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QObject.connectNotify" alt="" coords="339,316,504,335"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QObject.customEvent" alt="" coords="339,335,504,353"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QObject.deleteLater" alt="" coords="339,353,504,372"/>
<area shape="rect" href="javascript:void(0);" title="QObject.destroyed(QObject) [signal] QObject.destroyed() [signal]" alt="" coords="339,372,504,391"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QObject.disconnect" alt="" coords="339,391,504,409"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QObject.disconnectNotify" alt="" coords="339,409,504,428"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QObject.dumpObjectInfo" alt="" coords="339,428,504,447"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QObject.dumpObjectTree" alt="" coords="339,447,504,465"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QObject.dynamicPropertyNames" alt="" coords="339,465,504,484"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QObject.trUtf8" alt="" coords="339,503,504,521"/>
<area shape="rect" href="javascript:void(0);" title="QObject(QObject parent=None)" alt="" coords="337,203,505,523"/>
<area shape="rect" href="javascript:void(0);" title="camelot.view.model_thread.AbstractModelThread.thread_busy_signal" alt="" coords="17,775,300,793"/>
<area shape="rect" href="javascript:void(0);" title="The formatted traceback of the last exception in the model thread" alt="" coords="17,796,300,815"/>
<area shape="rect" href="javascript:void(0);" title="Abstract implementation of a model thread class Thread in which the model runs, all requests to the model should be posted to the the model thread." alt="" coords="16,757,301,816"/>
<area shape="rect" href="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread-class.html#task_available" title="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread.task_available" alt="" coords="93,1068,485,1087"/>
<area shape="rect" href="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread-class.html#__init__" title="@param setup_thread: function to be called at startup of the thread to initialize everything, by default this will setup the model. &#160;set to None if nothing should be done." alt="" coords="93,1089,485,1108"/>
<area shape="rect" href="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread-class.html#run" title="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread.run" alt="" coords="93,1108,485,1127"/>
<area shape="rect" href="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread-class.html#post" title="Post a request to the model thread, request should be a function that takes no arguments. &#160;The request function will be called within the model thread. &#160;When the request is finished, on first occasion, the response function will be called within the gui thread. &#160;The response function takes as arguments, the results of the request function. @param request: function to be called within the model thread @param response: a slot that will be called with the result of the request function @param exception: a slot that will be called in case request throws an exception" alt="" coords="93,1127,485,1145"/>
<area shape="rect" href="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread-class.html#pop" title="Pop a task from the queue, return None if the queue is empty" alt="" coords="93,1145,485,1164"/>
<area shape="rect" href="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread-class.html#busy" title="Return True or False indicating wether either the model or the gui thread is doing something" alt="" coords="93,1164,485,1183"/>
<area shape="rect" href="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread-class.html#wait_on_work" title="Wait for all work to be finished, this function should only be used to do unit testing and such, since it will block the calling thread until all work is done" alt="" coords="93,1183,485,1201"/>
<area shape="rect" href="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread-class.html" title="A model thread implementation that uses signals and slots to communicate between the model thread and the gui thread" alt="" coords="92,1051,487,1203"/>
<area shape="rect" href="javascript:void(0);" title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" coords="361,36,481,55"/>
<area shape="rect" href="javascript:void(0);" title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" coords="361,55,481,73"/>
<area shape="rect" href="javascript:void(0);" title="sip.simplewrapper.__new__" alt="" coords="361,73,481,92"/>
<area shape="rect" href="javascript:void(0);" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="361,92,481,111"/>
<area shape="rect" href="javascript:void(0);" title="sip.simplewrapper" alt="" coords="360,11,483,112"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.HighPriority" alt="" coords="353,569,489,588"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.HighestPriority" alt="" coords="353,588,489,607"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.IdlePriority" alt="" coords="353,607,489,625"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.InheritPriority" alt="" coords="353,625,489,644"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.LowPriority" alt="" coords="353,644,489,663"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.LowestPriority" alt="" coords="353,663,489,681"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.NormalPriority" alt="" coords="353,681,489,700"/>
<area shape="rect" href="PyQt4.QtCore.QThread.Priority-class.html" title="PyQt4.QtCore.QThread.Priority" alt="" coords="353,700,489,719"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.TimeCriticalPriority" alt="" coords="353,719,489,737"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.currentThread" alt="" coords="353,740,489,759"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.currentThreadId" alt="" coords="353,759,489,777"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.exec_" alt="" coords="353,777,489,796"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.exit" alt="" coords="353,796,489,815"/>
<area shape="rect" href="javascript:void(0);" title="QThread.finished() [signal]" alt="" coords="353,815,489,833"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.idealThreadCount" alt="" coords="353,833,489,852"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.isFinished" alt="" coords="353,852,489,871"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.isRunning" alt="" coords="353,871,489,889"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.msleep" alt="" coords="353,889,489,908"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.priority" alt="" coords="353,908,489,927"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.quit" alt="" coords="353,927,489,945"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.setPriority" alt="" coords="353,945,489,964"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.setStackSize" alt="" coords="353,964,489,983"/>
<area shape="rect" href="javascript:void(0);" title="PyQt4.QtCore.QThread.yieldCurrentThread" alt="" coords="353,1001,489,1020"/>
<area shape="rect" href="javascript:void(0);" title="QThread(QObject parent=None)" alt="" coords="352,552,491,1021"/>
</map>
  <img src="uml_class_diagram_for_camelot__242.gif" alt='' usemap="#uml_class_diagram_for_camelot__242" ismap="ismap" class="graph-without-title" />
</center>
</center>
<hr />
<p>A model thread implementation that uses signals and slots
to communicate between the model thread and the gui thread</p>
<p>there is no explicit model thread verification on these methods,
since this model thread might not be THE model thread.</p>

<!-- ==================== NESTED CLASSES ==================== -->
<a name="section-NestedClasses"></a>
<table class="summary" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
  <td align="left" colspan="2" class="table-header">
    <span class="table-header">Nested Classes</span></td>
</tr>
  <tr>
    <td colspan="2" class="summary">
    <p class="indent-wrapped-lines"><b>Inherited from <code>PyQt4.QtCore.QThread</code></b>:
      <code><a href="PyQt4.QtCore.QThread.Priority-class.html">Priority</a></code>
      </p>
    </td>
  </tr>
</table>
<!-- ==================== INSTANCE METHODS ==================== -->
<a name="section-InstanceMethods"></a>
<table class="summary" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
  <td align="left" colspan="2" class="table-header">
    <span class="table-header">Instance Methods</span></td>
</tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
      <table width="100%" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><span class="summary-sig"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>,
        <span class="summary-sig-arg">setup_thread</span>=<span class="summary-sig-default">&lt;function setup_model at 0x95a4224&gt;</span>)</span><br />
      &#64;param setup_thread: function to be called at startup of the thread to initialize
everything, by default this will setup the model.  set to None if nothing should
be done.</td>
          <td align="right" valign="top">
            <span class="codelink"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread-pysrc.html#SignalSlotModelThread.__init__">source&nbsp;code</a></span>
            
          </td>
        </tr>
      </table>
      
    </td>
  </tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
      <table width="100%" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><span class="summary-sig"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread-class.html#run" class="summary-sig-name">run</a>(<span class="summary-sig-arg">self</span>)</span></td>
          <td align="right" valign="top">
            <span class="codelink"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread-pysrc.html#SignalSlotModelThread.run">source&nbsp;code</a></span>
            
          </td>
        </tr>
      </table>
      
    </td>
  </tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
      <table width="100%" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><span class="summary-sig"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread-class.html#post" class="summary-sig-name">post</a>(<span class="summary-sig-arg">self</span>,
        <span class="summary-sig-arg">*args</span>,
        <span class="summary-sig-arg">**kwargs</span>)</span><br />
      Post a request to the model thread, request should be
a function that takes no arguments.  The request function
will be called within the model thread.  When the request
is finished, on first occasion, the response function will be
called within the gui thread.  The response function takes as
arguments, the results of the request function.
&#64;param request: function to be called within the model thread
&#64;param response: a slot that will be called with the result of the
request function
&#64;param exception: a slot that will be called in case request throws
an exception</td>
          <td align="right" valign="top">
            <span class="codelink"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread-pysrc.html#SignalSlotModelThread.post">source&nbsp;code</a></span>
            
          </td>
        </tr>
      </table>
      
    </td>
  </tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
      <table width="100%" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><span class="summary-sig"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread-class.html#pop" class="summary-sig-name">pop</a>(<span class="summary-sig-arg">self</span>,
        <span class="summary-sig-arg">*args</span>,
        <span class="summary-sig-arg">**kwargs</span>)</span><br />
      Pop a task from the queue, return None if the queue is empty</td>
          <td align="right" valign="top">
            <span class="codelink"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread-pysrc.html#SignalSlotModelThread.pop">source&nbsp;code</a></span>
            
          </td>
        </tr>
      </table>
      
    </td>
  </tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
      <table width="100%" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><span class="summary-sig"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread-class.html#busy" class="summary-sig-name">busy</a>(<span class="summary-sig-arg">self</span>,
        <span class="summary-sig-arg">*args</span>,
        <span class="summary-sig-arg">**kwargs</span>)</span><br />
      Return True or False indicating wether either the model or the
gui thread is doing something</td>
          <td align="right" valign="top">
            <span class="codelink"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread-pysrc.html#SignalSlotModelThread.busy">source&nbsp;code</a></span>
            
          </td>
        </tr>
      </table>
      
    </td>
  </tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
      <table width="100%" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><span class="summary-sig"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread.SignalSlotModelThread-class.html#wait_on_work" class="summary-sig-name">wait_on_work</a>(<span class="summary-sig-arg">*args</span>,
        <span class="summary-sig-arg">**kwargs</span>)</span><br />
      Wait for all work to be finished, this function should only be used
to do unit testing and such, since it will block the calling thread until
all work is done</td>
          <td align="right" valign="top">
            <span class="codelink"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread-pysrc.html#SignalSlotModelThread.wait_on_work">source&nbsp;code</a></span>
            
          </td>
        </tr>
      </table>
      
    </td>
  </tr>
  <tr>
    <td colspan="2" class="summary">
    <p class="indent-wrapped-lines"><b>Inherited from <code>PyQt4.QtCore.QThread</code></b>:
      <code>currentThread</code>,
      <code>currentThreadId</code>,
      <code>exec_</code>,
      <code>exit</code>,
      <code>finished</code>,
      <code>idealThreadCount</code>,
      <code>isFinished</code>,
      <code>isRunning</code>,
      <code>msleep</code>,
      <code>priority</code>,
      <code>quit</code>,
      <code>setPriority</code>,
      <code>setStackSize</code>,
      <code>setTerminationEnabled</code>,
      <code>sleep</code>,
      <code>stackSize</code>,
      <code>start</code>,
      <code>started</code>,
      <code>terminate</code>,
      <code>terminated</code>,
      <code>usleep</code>,
      <code>wait</code>,
      <code>yieldCurrentThread</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>PyQt4.QtCore.QObject</code></b>:
      <code>blockSignals</code>,
      <code>childEvent</code>,
      <code>children</code>,
      <code>connect</code>,
      <code>connectNotify</code>,
      <code>customEvent</code>,
      <code>deleteLater</code>,
      <code>destroyed</code>,
      <code>disconnect</code>,
      <code>disconnectNotify</code>,
      <code>dumpObjectInfo</code>,
      <code>dumpObjectTree</code>,
      <code>dynamicPropertyNames</code>,
      <code>emit</code>,
      <code>event</code>,
      <code>eventFilter</code>,
      <code>findChild</code>,
      <code>findChildren</code>,
      <code>inherits</code>,
      <code>installEventFilter</code>,
      <code>isWidgetType</code>,
      <code>killTimer</code>,
      <code>metaObject</code>,
      <code>moveToThread</code>,
      <code>objectName</code>,
      <code>parent</code>,
      <code>property</code>,
      <code>pyqtConfigure</code>,
      <code>receivers</code>,
      <code>removeEventFilter</code>,
      <code>sender</code>,
      <code>setObjectName</code>,
      <code>setParent</code>,
      <code>setProperty</code>,
      <code>signalsBlocked</code>,
      <code>startTimer</code>,
      <code>thread</code>,
      <code>timerEvent</code>,
      <code>tr</code>,
      <code>trUtf8</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>sip.simplewrapper</code></b>:
      <code>__delattr__</code>,
      <code>__getattribute__</code>,
      <code>__new__</code>,
      <code>__setattr__</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>camelot.view.model_thread.AbstractModelThread</code></b>:
      <code>traceback</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
      <code>__format__</code>,
      <code>__hash__</code>,
      <code>__reduce__</code>,
      <code>__reduce_ex__</code>,
      <code>__repr__</code>,
      <code>__sizeof__</code>,
      <code>__str__</code>,
      <code>__subclasshook__</code>
      </p>
    </td>
  </tr>
</table>
<!-- ==================== CLASS VARIABLES ==================== -->
<a name="section-ClassVariables"></a>
<table class="summary" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
  <td align="left" colspan="2" class="table-header">
    <span class="table-header">Class Variables</span></td>
</tr>
<tr>
    <td width="15%" align="right" valign="top" class="summary">
      <span class="summary-type">&nbsp;</span>
    </td><td class="summary">
        <a name="task_available"></a><span class="summary-name">task_available</span> = <code title="'2task_available'"><code class="variable-quote">'</code><code class="variable-string">2task_available</code><code class="variable-quote">'</code></code>
    </td>
  </tr>
  <tr>
    <td colspan="2" class="summary">
    <p class="indent-wrapped-lines"><b>Inherited from <code>PyQt4.QtCore.QThread</code></b>:
      <code>HighPriority</code>,
      <code>HighestPriority</code>,
      <code>IdlePriority</code>,
      <code>InheritPriority</code>,
      <code>LowPriority</code>,
      <code>LowestPriority</code>,
      <code>NormalPriority</code>,
      <code>TimeCriticalPriority</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>PyQt4.QtCore.QObject</code></b>:
      <code>staticMetaObject</code>
      </p>
    <p class="indent-wrapped-lines"><b>Inherited from <code>camelot.view.model_thread.AbstractModelThread</code></b>:
      <code>thread_busy_signal</code>
      </p>
    </td>
  </tr>
</table>
<!-- ==================== PROPERTIES ==================== -->
<a name="section-Properties"></a>
<table class="summary" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
  <td align="left" colspan="2" class="table-header">
    <span class="table-header">Properties</span></td>
</tr>
  <tr>
    <td colspan="2" class="summary">
    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
      <code>__class__</code>
      </p>
    </td>
  </tr>
</table>
<!-- ==================== METHOD DETAILS ==================== -->
<a name="section-MethodDetails"></a>
<table class="details" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
  <td align="left" colspan="2" class="table-header">
    <span class="table-header">Method Details</span></td>
</tr>
</table>
<a name="__init__"></a>
<div>
<table class="details" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr><td>
  <table width="100%" cellpadding="0" cellspacing="0" border="0">
  <tr valign="top"><td>
  <h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>,
        <span class="sig-arg">setup_thread</span>=<span class="sig-default">&lt;function setup_model at 0x95a4224&gt;</span>)</span>
    <br /><em class="fname">(Constructor)</em>
  </h3>
  </td><td align="right" valign="top"
    ><span class="codelink"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread-pysrc.html#SignalSlotModelThread.__init__">source&nbsp;code</a></span>&nbsp;
    </td>
  </tr></table>
  
  &#64;param setup_thread: function to be called at startup of the thread to initialize
everything, by default this will setup the model.  set to None if nothing should
be done.
  <dl class="fields">
    <dt>Overrides:
        object.__init__
    </dt>
  </dl>
</td></tr></table>
</div>
<a name="run"></a>
<div>
<table class="details" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr><td>
  <table width="100%" cellpadding="0" cellspacing="0" border="0">
  <tr valign="top"><td>
  <h3 class="epydoc"><span class="sig"><span class="sig-name">run</span>(<span class="sig-arg">self</span>)</span>
  </h3>
  </td><td align="right" valign="top"
    ><span class="codelink"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread-pysrc.html#SignalSlotModelThread.run">source&nbsp;code</a></span>&nbsp;
    </td>
  </tr></table>
  
  
  <dl class="fields">
    <dt>Overrides:
        camelot.view.model_thread.AbstractModelThread.run
    </dt>
  </dl>
</td></tr></table>
</div>
<a name="post"></a>
<div>
<table class="details" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr><td>
  <table width="100%" cellpadding="0" cellspacing="0" border="0">
  <tr valign="top"><td>
  <h3 class="epydoc"><span class="sig"><span class="sig-name">post</span>(<span class="sig-arg">self</span>,
        <span class="sig-arg">*args</span>,
        <span class="sig-arg">**kwargs</span>)</span>
  </h3>
  </td><td align="right" valign="top"
    ><span class="codelink"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread-pysrc.html#SignalSlotModelThread.post">source&nbsp;code</a></span>&nbsp;
    </td>
  </tr></table>
  
  Post a request to the model thread, request should be
a function that takes no arguments.  The request function
will be called within the model thread.  When the request
is finished, on first occasion, the response function will be
called within the gui thread.  The response function takes as
arguments, the results of the request function.
&#64;param request: function to be called within the model thread
&#64;param response: a slot that will be called with the result of the
request function
&#64;param exception: a slot that will be called in case request throws
an exception
  <dl class="fields">
    <dt>Decorators:</dt>
    <dd><ul class="nomargin-top">
        <li><code>@synchronized</code></li>
    </ul></dd>
    <dt>Overrides:
        camelot.view.model_thread.AbstractModelThread.post
        <dd><em class="note">(inherited documentation)</em></dd>
    </dt>
  </dl>
</td></tr></table>
</div>
<a name="pop"></a>
<div>
<table class="details" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr><td>
  <table width="100%" cellpadding="0" cellspacing="0" border="0">
  <tr valign="top"><td>
  <h3 class="epydoc"><span class="sig"><span class="sig-name">pop</span>(<span class="sig-arg">self</span>,
        <span class="sig-arg">*args</span>,
        <span class="sig-arg">**kwargs</span>)</span>
  </h3>
  </td><td align="right" valign="top"
    ><span class="codelink"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread-pysrc.html#SignalSlotModelThread.pop">source&nbsp;code</a></span>&nbsp;
    </td>
  </tr></table>
  
  Pop a task from the queue, return None if the queue is empty
  <dl class="fields">
    <dt>Decorators:</dt>
    <dd><ul class="nomargin-top">
        <li><code>@synchronized</code></li>
    </ul></dd>
  </dl>
</td></tr></table>
</div>
<a name="busy"></a>
<div>
<table class="details" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr><td>
  <table width="100%" cellpadding="0" cellspacing="0" border="0">
  <tr valign="top"><td>
  <h3 class="epydoc"><span class="sig"><span class="sig-name">busy</span>(<span class="sig-arg">self</span>,
        <span class="sig-arg">*args</span>,
        <span class="sig-arg">**kwargs</span>)</span>
  </h3>
  </td><td align="right" valign="top"
    ><span class="codelink"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread-pysrc.html#SignalSlotModelThread.busy">source&nbsp;code</a></span>&nbsp;
    </td>
  </tr></table>
  
  Return True or False indicating wether either the model or the
gui thread is doing something
  <dl class="fields">
    <dt>Decorators:</dt>
    <dd><ul class="nomargin-top">
        <li><code>@synchronized</code></li>
    </ul></dd>
    <dt>Overrides:
        camelot.view.model_thread.AbstractModelThread.busy
    </dt>
  </dl>
</td></tr></table>
</div>
<a name="wait_on_work"></a>
<div>
<table class="details" border="1" cellpadding="3"
       cellspacing="0" width="100%" bgcolor="white">
<tr><td>
  <table width="100%" cellpadding="0" cellspacing="0" border="0">
  <tr valign="top"><td>
  <h3 class="epydoc"><span class="sig"><span class="sig-name">wait_on_work</span>(<span class="sig-arg">*args</span>,
        <span class="sig-arg">**kwargs</span>)</span>
  </h3>
  </td><td align="right" valign="top"
    ><span class="codelink"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread-pysrc.html#SignalSlotModelThread.wait_on_work">source&nbsp;code</a></span>&nbsp;
    </td>
  </tr></table>
  
  Wait for all work to be finished, this function should only be used
to do unit testing and such, since it will block the calling thread until
all work is done
  <dl class="fields">
    <dt>Decorators:</dt>
    <dd><ul class="nomargin-top">
        <li><code>@gui_function</code></li>
    </ul></dd>
    <dt>Overrides:
        camelot.view.model_thread.AbstractModelThread.wait_on_work
    </dt>
  </dl>
</td></tr></table>
</div>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
       bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="middle">
  <!-- Home link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="Camelot.camelot-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Tree link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Index link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Help link -->
      <th>&nbsp;&nbsp;&nbsp;<a
        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Project homepage -->
      <th class="navbar" align="right" width="100%">
        <table border="0" cellpadding="0" cellspacing="0">
          <tr><th class="navbar" align="center"
            ><a class="navbar" target="_top" href="http://www.python-camelot.com">Camelot</a></th>
          </tr></table></th>
  </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
  <tr>
    <td align="left" class="footer">
    Generated by Epydoc 3.0.1 on Sat Jun 12 15:41:55 2010
    </td>
    <td align="right" class="footer">
      <a target="mainFrame" href="http://epydoc.sourceforge.net"
        >http://epydoc.sourceforge.net</a>
    </td>
  </tr>
</table>

<script type="text/javascript">
  <!--
  // Private objects are initially displayed (because if
  // javascript is turned off then we want them to be
  // visible); but by default, we want to hide them.  So hide
  // them unless we have a cookie that says to show them.
  checkCookie();
  // -->
</script>
</body>
</html>