File: identifier-index-C.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 (692 lines) | stat: -rw-r--r-- 64,009 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
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
<?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>Identifier Index</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 bgcolor="#70b0f0" class="navbar-select"
          >&nbsp;&nbsp;&nbsp;Indices&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%">&nbsp;</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="identifier-index-C.html"
            target="_top">no&nbsp;frames</a>]</span></td></tr>
      </table>
    </td>
  </tr>
</table>
<table border="0" width="100%">
<tr valign="bottom"><td>
<h1 class="epydoc">Identifier Index</h1>
</td><td>
[
 <a href="identifier-index-A.html">A</a>
 <a href="identifier-index-B.html">B</a>
 <a href="identifier-index-C.html">C</a>
 <a href="identifier-index-D.html">D</a>
 <a href="identifier-index-E.html">E</a>
 <a href="identifier-index-F.html">F</a>
 <a href="identifier-index-G.html">G</a>
 <a href="identifier-index-H.html">H</a>
 <a href="identifier-index-I.html">I</a>
  J
 <a href="identifier-index-K.html">K</a>
 <a href="identifier-index-L.html">L</a>
 <a href="identifier-index-M.html">M</a>
 <a href="identifier-index-N.html">N</a>
 <a href="identifier-index-O.html">O</a>
 <a href="identifier-index-P.html">P</a>
 <a href="identifier-index-Q.html">Q</a>
 <a href="identifier-index-R.html">R</a>
 <a href="identifier-index-S.html">S</a>
 <a href="identifier-index-T.html">T</a>
 <a href="identifier-index-U.html">U</a>
 <a href="identifier-index-V.html">V</a>
 <a href="identifier-index-W.html">W</a>
  X
 <a href="identifier-index-Y.html">Y</a>
  Z
 <a href="identifier-index-_.html">_</a>
]
</td></table>
<table border="0" width="100%">
<tr valign="top"><td valign="top" width="1%"><h2 class="epydoc"><a name="C">C</a></h2></td>
<td valign="top">
<table class="link-index" width="100%" border="1">
<tr>
<td width="33%" class="link-index"><a href="PyQt4.QtGui.QGraphicsItem.CacheMode-class.html">CacheMode</a></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.main.Application-class.html#close_splashscreen">close_splashscreen()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.main.Application-class.html">Application</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.container.Container-class.html">Container</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.container-module.html">Camelot.camelot.container</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="PyQt4.QtGui.QGraphicsView.CacheMode-class.html">CacheMode</a></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.delegatemanager.DelegateManager-class.html#closeEditor">closeEditor()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.delegatemanager.DelegateManager-class.html">DelegateManager</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls-module.html">controls</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view-module.html">Camelot.camelot.view</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="PyQt4.QtGui.QGraphicsView.CacheModeFlag-class.html">CacheModeFlag</a></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.formview.FormView-class.html#closeEvent">closeEvent()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.formview.FormView-class.html">FormView</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.admin.object_admin.ObjectAdmin-class.html#copy">copy()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.admin.object_admin.ObjectAdmin-class.html">ObjectAdmin</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.calculator.Calculator-class.html#Calculate">Calculate()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.calculator.Calculator-class.html">Calculator</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.tableview.TableView-class.html#closeEvent">closeEvent()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.tableview.TableView-class.html">TableView</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.elixir_admin.EntityAdmin-class.html#copy">copy()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.elixir_admin.EntityAdmin-class.html">EntityAdmin</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.coloredfloateditor.ColoredFloatEditor-class.html#calculationFinished">calculationFinished()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.coloredfloateditor.ColoredFloatEditor-class.html">ColoredFloatEditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.mainwindow.MainWindow-class.html#closeEvent">closeEvent()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.mainwindow.MainWindow-class.html">MainWindow</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.mainwindow.MainWindow-class.html#copy">copy()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.mainwindow.MainWindow-class.html">MainWindow</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.floateditor.FloatEditor-class.html#calculationFinished">calculationFinished()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.floateditor.FloatEditor-class.html">FloatEditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.dashboard.CloseMark-class.html">CloseMark</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.dashboard-module.html">Camelot.camelot.view.controls.dashboard</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.proxy.collection_proxy.CollectionProxy-class.html#copy_row">copy_row()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.proxy.collection_proxy.CollectionProxy-class.html">CollectionProxy</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.integereditor.IntegerEditor-class.html#calculationFinished">calculationFinished()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.integereditor.IntegerEditor-class.html">IntegerEditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.liteboxview.CloseMark-class.html">CloseMark</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.liteboxview-module.html">Camelot.camelot.view.controls.liteboxview</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.one2manyeditor.One2ManyEditor-class.html#copy_selected_rows">copy_selected_rows()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.one2manyeditor.One2ManyEditor-class.html">One2ManyEditor</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.calculator-module.html">calculator</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls-module.html">Camelot.camelot.view.controls</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.authentication.GeographicBoundary-class.html#code">code</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.authentication.GeographicBoundary-class.html">GeographicBoundary</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.tableview.TableView-class.html#copy_selected_rows">copy_selected_rows()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.tableview.TableView-class.html">TableView</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.calculator.Calculator-class.html">Calculator</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.calculator-module.html">Camelot.camelot.view.controls.calculator</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.authentication.PartyAddressRoleType-class.html#code">code</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.authentication.PartyAddressRoleType-class.html">PartyAddressRoleType</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.backup.BackupMechanism-class.html#copy_table_data">copy_table_data()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.backup.BackupMechanism-class.html">BackupMechanism</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.dateeditor.DateEditor-class.html#calendar_action_trigger">calendar_action_trigger</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.dateeditor.DateEditor-class.html">DateEditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.types.Code-class.html">Code</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.types-module.html">Camelot.camelot.types</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.core-module.html">core</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot-module.html">Camelot.camelot</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="camelot.view.controls.editors.dateeditor.DateEditor-class.html#calendar_action_trigger">calendar_action_trigger</a><br />
<span class="index-where">(in&nbsp;<a href="camelot.view.controls.editors.dateeditor.DateEditor-class.html">DateEditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.types.Language-class.html#code">code</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.types.Language-class.html">Language</a>)</span></td>
<td width="33%" class="link-index"><a href="PyQt4.QtGui.QAbstractSpinBox.CorrectionMode-class.html">CorrectionMode</a></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.dateeditor.DateEditor-class.html#calendar_widget_activated">calendar_widget_activated()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.dateeditor.DateEditor-class.html">DateEditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.codedelegate-module.html">codedelegate</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates-module.html">Camelot.camelot.view.controls.delegates</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.authentication.City-class.html#country">country</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.authentication.City-class.html">City</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot-module.html">camelot</a><br />
<span class="index-where">(in&nbsp;Camelot)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.codedelegate.CodeDelegate-class.html">CodeDelegate</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.codedelegate-module.html">Camelot.camelot.view.controls.delegates.codedelegate</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.authentication.Country-class.html">Country</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.authentication-module.html">Camelot.camelot.model.authentication</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.bin.camelot_admin-module.html">camelot_admin</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.bin-module.html">Camelot.camelot.bin</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.codeeditor-module.html">codeeditor</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors-module.html">Camelot.camelot.view.controls.editors</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.memento.Create-class.html">Create</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.memento-module.html">Camelot.camelot.model.memento</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.empty_project.settings-module.html#CAMELOT_ATTACHMENTS">CAMELOT_ATTACHMENTS</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.empty_project.settings-module.html">Camelot.camelot.empty_project.settings</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.codeeditor.CodeEditor-class.html">CodeEditor</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.codeeditor-module.html">Camelot.camelot.view.controls.editors.codeeditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.utils-module.html#create_constant_function">create_constant_function()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.utils-module.html">Camelot.camelot.core.utils</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.constants-module.html#camelot_date_format">camelot_date_format</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.constants-module.html">Camelot.camelot.core.constants</a>)</span></td>
<td width="33%" class="link-index"><a href="camelot.view.controls.editors.codeeditor.CodeEditor-class.html">CodeEditor</a></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.search-module.html#create_entity_search_query_decorator">create_entity_search_query_decorator()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.search-module.html">Camelot.camelot.view.search</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.customeditor-module.html#camelot_date_format">camelot_date_format</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.customeditor-module.html">Camelot.camelot.view.controls.editors.customeditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.plugins.codeeditorplugin-module.html">codeeditorplugin</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.plugins-module.html">Camelot.camelot.view.plugins</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.admin.object_admin.ObjectAdmin-class.html#create_form_view">create_form_view()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.admin.object_admin.ObjectAdmin-class.html">ObjectAdmin</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.constants-module.html#camelot_datetime_format">camelot_datetime_format</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.constants-module.html">Camelot.camelot.core.constants</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.proxy.collection_proxy-module.html">collection_proxy</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.proxy-module.html">Camelot.camelot.view.proxy</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.application_admin.ApplicationAdmin-class.html#create_main_window">create_main_window()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.application_admin.ApplicationAdmin-class.html">ApplicationAdmin</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.customeditor-module.html#camelot_datetime_format">camelot_datetime_format</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.customeditor-module.html">Camelot.camelot.view.controls.editors.customeditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.proxy.collection_proxy.CollectionProxy-class.html">CollectionProxy</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.proxy.collection_proxy-module.html">Camelot.camelot.view.proxy.collection_proxy</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.main.Application-class.html#create_main_window">create_main_window()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.main.Application-class.html">Application</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.bin.camelot_manage-module.html">camelot_manage</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.bin-module.html">Camelot.camelot.bin</a>)</span></td>
<td width="33%" class="link-index"><a href="camelot.view.proxy.collection_proxy.CollectionProxy-class.html">CollectionProxy</a></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.admin.object_admin.ObjectAdmin-class.html#create_new_view">create_new_view()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.admin.object_admin.ObjectAdmin-class.html">ObjectAdmin</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.constants-module.html#camelot_maxfloat">camelot_maxfloat</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.constants-module.html">Camelot.camelot.core.constants</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.types.Color-class.html">Color</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.types-module.html">Camelot.camelot.types</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.admin.object_admin.ObjectAdmin-class.html#create_object_form_view">create_object_form_view()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.admin.object_admin.ObjectAdmin-class.html">ObjectAdmin</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.customeditor-module.html#camelot_maxfloat">camelot_maxfloat</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.customeditor-module.html">Camelot.camelot.view.controls.editors.customeditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.appscheme.Scheme-class.html#color">color()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.appscheme.Scheme-class.html">Scheme</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.schema_display-module.html#create_schema_graph">create_schema_graph()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.schema_display-module.html">Camelot.camelot.core.schema_display</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.constants-module.html#camelot_maxint">camelot_maxint</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.constants-module.html">Camelot.camelot.core.constants</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.colordelegate-module.html">colordelegate</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates-module.html">Camelot.camelot.view.controls.delegates</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.elixir_admin.EntityAdmin-class.html#create_select_view">create_select_view()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.elixir_admin.EntityAdmin-class.html">EntityAdmin</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.customeditor-module.html#camelot_maxint">camelot_maxint</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.customeditor-module.html">Camelot.camelot.view.controls.editors.customeditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.colordelegate.ColorDelegate-class.html">ColorDelegate</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.colordelegate-module.html">Camelot.camelot.view.controls.delegates.colordelegate</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.storage-module.html#create_stored_file">create_stored_file()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.storage-module.html">Camelot.camelot.view.storage</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.empty_project.settings-module.html#CAMELOT_MEDIA_ROOT">CAMELOT_MEDIA_ROOT</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.empty_project.settings-module.html">Camelot.camelot.empty_project.settings</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.coloredfloatdelegate-module.html">coloredfloatdelegate</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates-module.html">Camelot.camelot.view.controls.delegates</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.tableview.TableView-class.html#create_table_model">create_table_model()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.tableview.TableView-class.html">TableView</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.constants-module.html#camelot_minfloat">camelot_minfloat</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.constants-module.html">Camelot.camelot.core.constants</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.coloredfloatdelegate.ColoredFloatDelegate-class.html">ColoredFloatDelegate</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.coloredfloatdelegate-module.html">Camelot.camelot.view.controls.delegates.coloredfloatdelegate</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.elixir_admin.EntityAdmin-class.html#create_table_view">create_table_view()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.elixir_admin.EntityAdmin-class.html">EntityAdmin</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.customeditor-module.html#camelot_minfloat">camelot_minfloat</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.customeditor-module.html">Camelot.camelot.view.controls.editors.customeditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.coloredfloateditor-module.html">coloredfloateditor</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors-module.html">Camelot.camelot.view.controls.editors</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.type_and_status-module.html#create_type_3_status_mixin">create_type_3_status_mixin()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.type_and_status-module.html">Camelot.camelot.model.type_and_status</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.constants-module.html#camelot_minint">camelot_minint</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.constants-module.html">Camelot.camelot.core.constants</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.coloredfloateditor.ColoredFloatEditor-class.html">ColoredFloatEditor</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.coloredfloateditor-module.html">Camelot.camelot.view.controls.editors.coloredfloateditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.schema_display-module.html#create_uml_graph">create_uml_graph()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.schema_display-module.html">Camelot.camelot.core.schema_display</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.customeditor-module.html#camelot_minint">camelot_minint</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.customeditor-module.html">Camelot.camelot.view.controls.editors.customeditor</a>)</span></td>
<td width="33%" class="link-index"><a href="camelot.view.controls.editors.coloredfloateditor.ColoredFloatEditor-class.html">ColoredFloatEditor</a></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.user_translatable_label.UserTranslatableLabel-class.html#create_update_translation_table">create_update_translation_table()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.user_translatable_label.UserTranslatableLabel-class.html">UserTranslatableLabel</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.constants-module.html#camelot_small_icon_height">camelot_small_icon_height</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.constants-module.html">Camelot.camelot.core.constants</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.coloreditor-module.html">coloreditor</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors-module.html">Camelot.camelot.view.controls.editors</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.admin.object_admin.ObjectAdmin-class.html#create_validator">create_validator()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.admin.object_admin.ObjectAdmin-class.html">ObjectAdmin</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.customeditor-module.html#camelot_small_icon_height">camelot_small_icon_height</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.customeditor-module.html">Camelot.camelot.view.controls.editors.customeditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.coloreditor.ColorEditor-class.html">ColorEditor</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.coloreditor-module.html">Camelot.camelot.view.controls.editors.coloreditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.wizard.importwizard.RowDataAdminDecorator-class.html#create_validator">create_validator()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.wizard.importwizard.RowDataAdminDecorator-class.html">RowDataAdminDecorator</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.constants-module.html#camelot_small_icon_width">camelot_small_icon_width</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.constants-module.html">Camelot.camelot.core.constants</a>)</span></td>
<td width="33%" class="link-index"><a href="camelot.view.controls.editors.coloreditor.ColorEditor-class.html">ColorEditor</a></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.action.utils-module.html#createAction">createAction()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.action.utils-module.html">Camelot.camelot.action.utils</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.customeditor-module.html#camelot_small_icon_width">camelot_small_icon_width</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.customeditor-module.html">Camelot.camelot.view.controls.editors.customeditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.art.ColorScheme-class.html">ColorScheme</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.art-module.html">Camelot.camelot.view.art</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.mainwindow.MainWindow-class.html#createActions">createActions()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.mainwindow.MainWindow-class.html">MainWindow</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.constants-module.html#camelot_time_format">camelot_time_format</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.constants-module.html">Camelot.camelot.core.constants</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.many2oneeditor.Many2OneEditor.CompletionsModel-class.html#columnCount">columnCount()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.many2oneeditor.Many2OneEditor.CompletionsModel-class.html">CompletionsModel</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.navpane.NavigationPane-class.html#createContextMenu">createContextMenu()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.navpane.NavigationPane-class.html">NavigationPane</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.customeditor-module.html#camelot_time_format">camelot_time_format</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.customeditor-module.html">Camelot.camelot.view.controls.editors.customeditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.proxy.collection_proxy.CollectionProxy-class.html#columnCount">columnCount()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.proxy.collection_proxy.CollectionProxy-class.html">CollectionProxy</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.customdelegate.CustomDelegate-class.html#createEditor">createEditor()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.customdelegate.CustomDelegate-class.html">CustomDelegate</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.plugins.CamelotEditorPlugin-class.html">CamelotEditorPlugin</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.plugins-module.html">Camelot.camelot.view.plugins</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.forms.ColumnSpan-class.html">ColumnSpan</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.forms-module.html">Camelot.camelot.view.forms</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.delegatemanager.DelegateManager-class.html#createEditor">createEditor()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.delegatemanager.DelegateManager-class.html">DelegateManager</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.tableview.TableView-class.html#cancelSearch">cancelSearch()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.tableview.TableView-class.html">TableView</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.filter_operator.FilterOperator-class.html#combobox_changed">combobox_changed()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.filter_operator.FilterOperator-class.html">FilterOperator</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.enumerationdelegate.EnumerationDelegate-class.html#createEditor">createEditor()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.enumerationdelegate.EnumerationDelegate-class.html">EnumerationDelegate</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.wizard.pages.select.SelectFilePage-class.html#caption">caption</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.wizard.pages.select.SelectFilePage-class.html">SelectFilePage</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.comboboxdelegate-module.html">comboboxdelegate</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates-module.html">Camelot.camelot.view.controls.delegates</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.intervalsdelegate.IntervalsDelegate-class.html#createEditor">createEditor()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.intervalsdelegate.IntervalsDelegate-class.html">IntervalsDelegate</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="camelot.view.wizard.pages.select.SelectFilePage-class.html#caption">caption</a><br />
<span class="index-where">(in&nbsp;<a href="camelot.view.wizard.pages.select.SelectFilePage-class.html">SelectFilePage</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.comboboxdelegate.ComboBoxDelegate-class.html">ComboBoxDelegate</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.comboboxdelegate-module.html">Camelot.camelot.view.controls.delegates.comboboxdelegate</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.many2onedelegate.Many2OneDelegate-class.html#createEditor">createEditor()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.many2onedelegate.Many2OneDelegate-class.html">Many2OneDelegate</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.appscheme.Scheme-class.html#captionbackground">captionbackground()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.appscheme.Scheme-class.html">Scheme</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.filters.ComboBoxFilter-class.html">ComboBoxFilter</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.filters-module.html">Camelot.camelot.view.filters</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.manytomanydelegate.ManyToManyDelegate-class.html#createEditor">createEditor()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.manytomanydelegate.ManyToManyDelegate-class.html">ManyToManyDelegate</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.appscheme.Scheme-class.html#captiontextcolor">captiontextcolor()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.appscheme.Scheme-class.html">Scheme</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.virtualaddresseditor.VirtualAddressEditor-class.html#comboIndexChanged">comboIndexChanged()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.virtualaddresseditor.VirtualAddressEditor-class.html">VirtualAddressEditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.one2manydelegate.One2ManyDelegate-class.html#createEditor">createEditor()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.one2manydelegate.One2ManyDelegate-class.html">One2ManyDelegate</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.export.excel-module.html#cellFont">cellFont</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.export.excel-module.html">Camelot.camelot.view.export.excel</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.bin.camelot_admin-module.html#command">command</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.bin.camelot_admin-module.html">Camelot.camelot.bin.camelot_admin</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.one2manyeditor.One2ManyEditor-class.html#createFormForIndex">createFormForIndex()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.one2manyeditor.One2ManyEditor-class.html">One2ManyEditor</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.export.excel-module.html#cellStyle">cellStyle</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.export.excel-module.html">Camelot.camelot.view.export.excel</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.bin.camelot_manage-module.html#command">command</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.bin.camelot_manage-module.html">Camelot.camelot.bin.camelot_manage</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.many2oneeditor.Many2OneEditor-class.html#createFormView">createFormView()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.many2oneeditor.Many2OneEditor-class.html">Many2OneEditor</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.navpane.NavigationPane-class.html#change_current">change_current()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.navpane.NavigationPane-class.html">NavigationPane</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.bin.camelot_admin-module.html#command_description">command_description</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.bin.camelot_admin-module.html">Camelot.camelot.bin.camelot_admin</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.mainwindow.MainWindow-class.html#createMdiChild">createMdiChild()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.mainwindow.MainWindow-class.html">MainWindow</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.wizard.importwizard.FinalPage-class.html#change_maximum_signal">change_maximum_signal</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.wizard.importwizard.FinalPage-class.html">FinalPage</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.bin.camelot_manage-module.html#command_description">command_description</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.bin.camelot_manage-module.html">Camelot.camelot.bin.camelot_manage</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.mainwindow.MainWindow-class.html#createMenus">createMenus()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.mainwindow.MainWindow-class.html">MainWindow</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.view.AbstractView-class.html#change_title">change_title()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.view.AbstractView-class.html">AbstractView</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.bin.camelot_admin.CommandOptionParser-class.html">CommandOptionParser</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.bin.camelot_admin-module.html">Camelot.camelot.bin.camelot_admin</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.mainwindow.MainWindow-class.html#createNavigationPane">createNavigationPane()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.mainwindow.MainWindow-class.html">MainWindow</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.user_translatable_label.UserTranslatableLabel-class.html#change_translation">change_translation()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.user_translatable_label.UserTranslatableLabel-class.html">UserTranslatableLabel</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.bin.camelot_manage.CommandOptionParser-class.html">CommandOptionParser</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.bin.camelot_manage-module.html">Camelot.camelot.bin.camelot_manage</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.many2oneeditor.Many2OneEditor-class.html#createNew">createNew()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.many2oneeditor.Many2OneEditor-class.html">Many2OneEditor</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.wizard.importwizard.FinalPage-class.html#change_value_signal">change_value_signal</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.wizard.importwizard.FinalPage-class.html">FinalPage</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.bin.camelot_admin-module.html#commands">commands</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.bin.camelot_admin-module.html">Camelot.camelot.bin.camelot_admin</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.abstractmanytooneeditor.AbstractManyToOneEditor-class.html#createSelectView">createSelectView()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.abstractmanytooneeditor.AbstractManyToOneEditor-class.html">AbstractManyToOneEditor</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.action_widget.ActionWidget-class.html#changed">changed()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.action_widget.ActionWidget-class.html">ActionWidget</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.authentication.PartyAddress-class.html#comment">comment</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.authentication.PartyAddress-class.html">PartyAddress</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.mainwindow.MainWindow-class.html#createStatusBar">createStatusBar()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.mainwindow.MainWindow-class.html">MainWindow</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.formview.FormWidget-class.html#changed_signal">changed_signal</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.formview.FormWidget-class.html">FormWidget</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.authentication.PartyAuthentication-class.html#comment">comment</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.authentication.PartyAuthentication-class.html">PartyAuthentication</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.mainwindow.MainWindow-class.html#createToolBars">createToolBars()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.mainwindow.MainWindow-class.html">MainWindow</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.files.storage.Storage-class.html#checkin">checkin()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.files.storage.Storage-class.html">Storage</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.authentication.PartyContactMechanism-class.html#comment">comment</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.authentication.PartyContactMechanism-class.html">PartyContactMechanism</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.plugins.CamelotEditorPlugin-class.html#createWidget">createWidget()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.plugins.CamelotEditorPlugin-class.html">CamelotEditorPlugin</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.files.storage.Storage-class.html#checkin_stream">checkin_stream()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.files.storage.Storage-class.html">Storage</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.authentication.PartyRelationship-class.html#comment">comment</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.authentication.PartyRelationship-class.html">PartyRelationship</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.memento.Memento-class.html#creation_date">creation_date</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.memento.Memento-class.html">Memento</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.files.storage.Storage-class.html#checkout">checkout()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.files.storage.Storage-class.html">Storage</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.authentication.RepresentedRepresentor-class.html#comment">comment</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.authentication.RepresentedRepresentor-class.html">RepresentedRepresentor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.wizard.importwizard.CsvCollectionGetter-class.html">CsvCollectionGetter</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.wizard.importwizard-module.html">Camelot.camelot.view.wizard.importwizard</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.files.storage.StoredImage-class.html#checkout_image">checkout_image()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.files.storage.StoredImage-class.html">StoredImage</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.customdelegate.CustomDelegate-class.html#commitAndCloseEditor">commitAndCloseEditor()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.customdelegate.CustomDelegate-class.html">CustomDelegate</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.currencydelegate-module.html">currencydelegate</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates-module.html">Camelot.camelot.view.controls.delegates</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.files.storage.Storage-class.html#checkout_stream">checkout_stream()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.files.storage.Storage-class.html">Storage</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.manytomanydelegate.ManyToManyDelegate-class.html#commitAndCloseEditor">commitAndCloseEditor()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.manytomanydelegate.ManyToManyDelegate-class.html">ManyToManyDelegate</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.currencydelegate.CurrencyDelegate-class.html">CurrencyDelegate</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.currencydelegate-module.html">Camelot.camelot.view.controls.delegates.currencydelegate</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.files.storage.StoredImage-class.html#checkout_thumbnail">checkout_thumbnail()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core.files.storage.StoredImage-class.html">StoredImage</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.delegatemanager.DelegateManager-class.html#commitData">commitData()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.delegatemanager.DelegateManager-class.html">DelegateManager</a>)</span></td>
<td width="33%" class="link-index"><a href="PyQt4.QtGui.QTextEdit.ExtraSelection-class.html#cursor">cursor</a><br />
<span class="index-where">(in&nbsp;<a href="PyQt4.QtGui.QTextEdit.ExtraSelection-class.html">ExtraSelection</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.virtualaddresseditor.VirtualAddressEditor-class.html#checkValue">checkValue()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.virtualaddresseditor.VirtualAddressEditor-class.html">VirtualAddressEditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.many2oneeditor.Many2OneEditor-class.html#completion_highlighted">completion_highlighted()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.many2oneeditor.Many2OneEditor-class.html">Many2OneEditor</a>)</span></td>
<td width="33%" class="link-index"><a href="PyQt4.QtGui.QAbstractItemView.CursorAction-class.html">CursorAction</a></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="PyQt4.QtGui.QTreeWidgetItem.ChildIndicatorPolicy-class.html">ChildIndicatorPolicy</a></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.many2oneeditor.Many2OneEditor-class.html#completionActivated">completionActivated()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.many2oneeditor.Many2OneEditor-class.html">Many2OneEditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates-module.html#custom_delegates">custom_delegates</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates-module.html">Camelot.camelot.view.controls.delegates</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.types.Language-class.html#choices">choices</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.types.Language-class.html">Language</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.many2oneeditor.Many2OneEditor.CompletionsModel-class.html">CompletionsModel</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.many2oneeditor.Many2OneEditor-class.html">Many2OneEditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.customdelegate-module.html">customdelegate</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates-module.html">Camelot.camelot.view.controls.delegates</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.choiceseditor-module.html">choiceseditor</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors-module.html">Camelot.camelot.view.controls.editors</a>)</span></td>
<td width="33%" class="link-index"><a href="camelot.view.controls.editors.many2oneeditor.Many2OneEditor.CompletionsModel-class.html">CompletionsModel</a></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.delegates.customdelegate.CustomDelegate-class.html">CustomDelegate</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.delegates.customdelegate-module.html">Camelot.camelot.view.controls.delegates.customdelegate</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.choiceseditor.ChoicesEditor-class.html">ChoicesEditor</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.choiceseditor-module.html">Camelot.camelot.view.controls.editors.choiceseditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.admin.object_admin.ObjectAdmin-class.html#confirm_delete">confirm_delete</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.admin.object_admin.ObjectAdmin-class.html">ObjectAdmin</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.floateditor.CustomDoubleSpinBox-class.html">CustomDoubleSpinBox</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.floateditor-module.html">Camelot.camelot.view.controls.editors.floateditor</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="camelot.view.controls.editors.choiceseditor.ChoicesEditor-class.html">ChoicesEditor</a></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.core.constants-module.html">constants</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.core-module.html">Camelot.camelot.core</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.integereditor.CustomDoubleSpinBox-class.html">CustomDoubleSpinBox</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.integereditor-module.html">Camelot.camelot.view.controls.editors.integereditor</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.i18n.Translation-class.html#cid">cid</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.i18n.Translation-class.html">Translation</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.model_thread-module.html#construct_model_thread">construct_model_thread()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.model_thread-module.html">Camelot.camelot.view.model_thread</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.customeditor-module.html">customeditor</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors-module.html">Camelot.camelot.view.controls.editors</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.authentication.City-class.html">City</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.authentication-module.html">Camelot.camelot.model.authentication</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.workspace-module.html#construct_no_desktop_workspace">construct_no_desktop_workspace()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.workspace-module.html">Camelot.camelot.view.workspace</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.customeditor.CustomEditor-class.html">CustomEditor</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.customeditor-module.html">Camelot.camelot.view.controls.editors.customeditor</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.model_thread.signal_slot_model_thread.Task-class.html#clear">clear()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.model_thread.signal_slot_model_thread.Task-class.html">Task</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.remote_signals-module.html#construct_signal_handler">construct_signal_handler()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.remote_signals-module.html">Camelot.camelot.view.remote_signals</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.authentication.SupplierCustomer.CustomerAdmin-class.html">CustomerAdmin</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.authentication.SupplierCustomer-class.html">SupplierCustomer</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.fileeditor.FileEditor-class.html#clear_button_clicked">clear_button_clicked()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.fileeditor.FileEditor-class.html">FileEditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.workspace-module.html#construct_workspace">construct_workspace()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.workspace-module.html">Camelot.camelot.view.workspace</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.art.ColorScheme-class.html#cyan">cyan</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.art.ColorScheme-class.html">ColorScheme</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.editors.imageeditor.ImageEditor-class.html#clear_image">clear_image()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.editors.imageeditor.ImageEditor-class.html">ImageEditor</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.authentication.PartyContactMechanism-class.html#contact_mechanism">contact_mechanism</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.authentication.PartyContactMechanism-class.html">PartyContactMechanism</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.art.ColorScheme-class.html#cyan_0">cyan_0</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.art.ColorScheme-class.html">ColorScheme</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.formview.FormWidget-class.html#clear_mapping">clear_mapping()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.formview.FormWidget-class.html">FormWidget</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.authentication.Party-class.html#contact_mechanisms">contact_mechanisms</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.authentication.Party-class.html">Party</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.art.ColorScheme-class.html#cyan_1">cyan_1</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.art.ColorScheme-class.html">ColorScheme</a>)</span></td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.modeltree.ModelTree-class.html#clear_model_items">clear_model_items()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.modeltree.ModelTree-class.html">ModelTree</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.model.authentication.ContactMechanism-class.html">ContactMechanism</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.model.authentication-module.html">Camelot.camelot.model.authentication</a>)</span></td>
<td width="33%" class="link-index">&nbsp;</td>
</tr>
<tr>
<td width="33%" class="link-index"><a href="Camelot.camelot.view.controls.calculator.Calculator-class.html#clearInput">clearInput()</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot.view.controls.calculator.Calculator-class.html">Calculator</a>)</span></td>
<td width="33%" class="link-index"><a href="Camelot.camelot.container-module.html">container</a><br />
<span class="index-where">(in&nbsp;<a href="Camelot.camelot-module.html">Camelot.camelot</a>)</span></td>
<td width="33%" class="link-index">&nbsp;</td>
</tr>
</table>
</td></tr>
</table>
<br /><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 bgcolor="#70b0f0" class="navbar-select"
          >&nbsp;&nbsp;&nbsp;Indices&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:29 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>