This file is indexed.

/usr/share/doc/screenlets/API/class-tree.html is in screenlets-doc 0.1.6-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
<?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>Class Hierarchy</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="screenlets-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Tree link -->
      <th bgcolor="#70b0f0" class="navbar-select"
          >&nbsp;&nbsp;&nbsp;Trees&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"
            >Screenlets 0.1.6</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="javascript:void(0);" class="privatelink"
    onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
        <tr><td align="right"><span class="options"
            >[<a href="frames.html" target="_top">frames</a
            >]&nbsp;|&nbsp;<a href="class-tree.html"
            target="_top">no&nbsp;frames</a>]</span></td></tr>
      </table>
    </td>
  </tr>
</table>
<center><b>
 [ <a href="module-tree.html">Module Hierarchy</a>
 | <a href="class-tree.html">Class Hierarchy</a> ]
</b></center><br />
<h1 class="epydoc">Class Hierarchy</h1>
<ul class="nomargin-top">
    <li> <strong class="uidlink"><a href="screenlets.plugins.Mplayer.Mplayer-class.html">screenlets.plugins.Mplayer.Mplayer</a></strong>
    </li>
    <li> <strong class="uidlink">markupbase.ParserBase</strong>:
      <em class="summary">Parser base class which provides some common support methods used 
        by the SGML/HTML and XHTML parsers.</em>
    <ul>
    <li> <strong class="uidlink">HTMLParser.HTMLParser</strong>:
      <em class="summary">Find tags and other markup and call handler functions.</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.utils.MLStripper-class.html">screenlets.utils.MLStripper</a></strong>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink">object</strong>:
      <em class="summary">The most base type</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.plugins.AmazonCoverArtSearch.AmazonCoverArtSearch-class.html">screenlets.plugins.AmazonCoverArtSearch.AmazonCoverArtSearch</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.menu.ApplicationMenu-class.html">screenlets.menu.ApplicationMenu</a></strong>:
      <em class="summary">A utility-class to simplify the creation of gtk.Menus from 
        directories with desktop-files.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.AmazonCoverArtSearch.Bag-class.html">screenlets.plugins.AmazonCoverArtSearch.Bag</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Convert.Converter-class.html">screenlets.plugins.Convert.Converter</a></strong>:
      <em class="summary">The base class for the converters.</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.plugins.BaseConverter.BaseConverter-class.html">screenlets.plugins.BaseConverter.BaseConverter</a></strong>:
      <em class="summary">A converter which converts numbers between decimal, hexadecimal and
        octal bases.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Convert.RatioConverter-class.html">screenlets.plugins.Convert.RatioConverter</a></strong>:
      <em class="summary">A base class of converters having linear dependances between their 
        fields.</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.plugins.LengthConverter.LengthConverter-class.html">screenlets.plugins.LengthConverter.LengthConverter</a></strong>:
      <em class="summary">A converter which converts lengths between centimeters and inches.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.SizeConverter.SizeConverter-class.html">screenlets.plugins.SizeConverter.SizeConverter</a></strong>:
      <em class="summary">A converter which converts sizes between B, kB, MB and GB.</em>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.TemperatureConverter.TemperatureConverter-class.html">screenlets.plugins.TemperatureConverter.TemperatureConverter</a></strong>:
      <em class="summary">A converter which converts temperature between Fahrenheit and 
        Celsius.</em>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.iCal.DateSet-class.html">screenlets.plugins.iCal.DateSet</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.DefaultMenuItem-class.html">screenlets.DefaultMenuItem</a></strong>:
      <em class="summary">A container with constants for the default menuitems</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.menu.DefaultMenuItem-class.html">screenlets.menu.DefaultMenuItem</a></strong>:
      <em class="summary">A container with constants for the default menuitems</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.drawing.Drawing-class.html">screenlets.drawing.Drawing</a></strong>:
      <em class="summary">Contains static drawing functions.</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.Screenlet-class.html">screenlets.Screenlet</a></strong>:
      <em class="summary">A Screenlet is a (i.e.</em>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.options.base.EditableOptions-class.html">screenlets.options.base.EditableOptions</a></strong>:
      <em class="summary">The EditableOptions can be inherited from to allow objects to 
        export editable options for editing them with the 
        OptionsEditor-class.</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.Screenlet-class.html">screenlets.Screenlet</a></strong>:
      <em class="summary">A Screenlet is a (i.e.</em>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Flickr.Flickr-class.html">screenlets.plugins.Flickr.Flickr</a></strong>
    </li>
    <li> <strong class="uidlink">gobject.GInterface</strong>:
      <em class="summary">Interface GInterface</em>
    <ul>
    <li> <strong class="uidlink">gtk.Activatable</strong>
    <ul>
    <li> <strong class="uidlink">gtk.MenuItem</strong>:
      <em class="summary">Object GtkMenuItem</em>
    <ul>
    <li> <strong class="uidlink">gtk.ImageMenuItem</strong>:
      <em class="summary">Object GtkImageMenuItem</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.menu.ImageMenuItem-class.html">screenlets.menu.ImageMenuItem</a></strong>:
      <em class="summary">A menuitem with a custom image and label.</em>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink">gtk.Buildable</strong>
    <ul>
    <li> <strong class="uidlink">gtk.Widget</strong>:
      <em class="summary">Object GtkWidget</em>
    <ul>
    <li> <strong class="uidlink">gtk.Container</strong>:
      <em class="summary">Object GtkContainer</em>
    <ul>
    <li> <strong class="uidlink">gtk.Bin</strong>:
      <em class="summary">Object GtkBin</em>
    <ul>
    <li> <strong class="uidlink">gtk.Item</strong>:
      <em class="summary">Object GtkItem</em>
    <ul>
    <li> <strong class="uidlink">gtk.MenuItem</strong>:
      <em class="summary">Object GtkMenuItem</em>
    <ul>
    <li> <strong class="uidlink">gtk.ImageMenuItem</strong>:
      <em class="summary">Object GtkImageMenuItem</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.menu.ImageMenuItem-class.html">screenlets.menu.ImageMenuItem</a></strong>:
      <em class="summary">A menuitem with a custom image and label.</em>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink">gtk.Window</strong>:
      <em class="summary">Object GtkWindow</em>
    <ul>
    <li> <strong class="uidlink">gtk.Dialog</strong>:
      <em class="summary">Object GtkDialog</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.options.list_option.ListOptionDialog-class.html">screenlets.options.list_option.ListOptionDialog</a></strong>:
      <em class="summary">An editing dialog used for editing options of the ListOption-type.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.options.base.OptionsDialog-class.html">screenlets.options.base.OptionsDialog</a></strong>:
      <em class="summary">A dynamic options-editor for editing Screenlets which are 
        implementing the EditableOptions-class.</em>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink">gtk.DrawingArea</strong>:
      <em class="summary">Object GtkDrawingArea</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.ShapedWidget-class.html">screenlets.ShapedWidget</a></strong>:
      <em class="summary">A simple base-class for creating owner-drawn gtk-widgets</em>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink">gtk.Misc</strong>:
      <em class="summary">Object GtkMisc</em>
    <ul>
    <li> <strong class="uidlink">gtk.Label</strong>:
      <em class="summary">Object GtkLabel</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.WrapLabel-class.html">screenlets.WrapLabel</a></strong>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink">atk.ImplementorIface</strong>
    <ul>
    <li> <strong class="uidlink">gtk.Widget</strong>:
      <em class="summary">Object GtkWidget</em>
    <ul>
    <li> <strong class="uidlink">gtk.Container</strong>:
      <em class="summary">Object GtkContainer</em>
    <ul>
    <li> <strong class="uidlink">gtk.Bin</strong>:
      <em class="summary">Object GtkBin</em>
    <ul>
    <li> <strong class="uidlink">gtk.Item</strong>:
      <em class="summary">Object GtkItem</em>
    <ul>
    <li> <strong class="uidlink">gtk.MenuItem</strong>:
      <em class="summary">Object GtkMenuItem</em>
    <ul>
    <li> <strong class="uidlink">gtk.ImageMenuItem</strong>:
      <em class="summary">Object GtkImageMenuItem</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.menu.ImageMenuItem-class.html">screenlets.menu.ImageMenuItem</a></strong>:
      <em class="summary">A menuitem with a custom image and label.</em>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink">gtk.Window</strong>:
      <em class="summary">Object GtkWindow</em>
    <ul>
    <li> <strong class="uidlink">gtk.Dialog</strong>:
      <em class="summary">Object GtkDialog</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.options.list_option.ListOptionDialog-class.html">screenlets.options.list_option.ListOptionDialog</a></strong>:
      <em class="summary">An editing dialog used for editing options of the ListOption-type.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.options.base.OptionsDialog-class.html">screenlets.options.base.OptionsDialog</a></strong>:
      <em class="summary">A dynamic options-editor for editing Screenlets which are 
        implementing the EditableOptions-class.</em>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink">gtk.DrawingArea</strong>:
      <em class="summary">Object GtkDrawingArea</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.ShapedWidget-class.html">screenlets.ShapedWidget</a></strong>:
      <em class="summary">A simple base-class for creating owner-drawn gtk-widgets</em>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink">gtk.Misc</strong>:
      <em class="summary">Object GtkMisc</em>
    <ul>
    <li> <strong class="uidlink">gtk.Label</strong>:
      <em class="summary">Object GtkLabel</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.WrapLabel-class.html">screenlets.WrapLabel</a></strong>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink"><i>unreachable</i>.GObject</strong>:
      <em class="summary">Object GObject</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.utils.FileMonitor-class.html">screenlets.utils.FileMonitor</a></strong>:
      <em class="summary">A simple wrapper around Gnome VFS file monitors.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Mail.MailCheckBackend-class.html">screenlets.plugins.Mail.MailCheckBackend</a></strong>:
      <em class="summary">The backend class which performs checking for mail and offers 
        access to the current mail-backend.</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Mail.IMAPBackend-class.html">screenlets.plugins.Mail.IMAPBackend</a></strong>:
      <em class="summary">A backend for retrieving the mailcount from an IMAP server.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Mail.POP3Backend-class.html">screenlets.plugins.Mail.POP3Backend</a></strong>:
      <em class="summary">A backend for retrieving the mailcount from a POP3 server.</em>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink">gtk.Object</strong>:
      <em class="summary">Object GtkObject</em>
    <ul>
    <li> <strong class="uidlink">gtk.Widget</strong>:
      <em class="summary">Object GtkWidget</em>
    <ul>
    <li> <strong class="uidlink">gtk.Container</strong>:
      <em class="summary">Object GtkContainer</em>
    <ul>
    <li> <strong class="uidlink">gtk.Bin</strong>:
      <em class="summary">Object GtkBin</em>
    <ul>
    <li> <strong class="uidlink">gtk.Item</strong>:
      <em class="summary">Object GtkItem</em>
    <ul>
    <li> <strong class="uidlink">gtk.MenuItem</strong>:
      <em class="summary">Object GtkMenuItem</em>
    <ul>
    <li> <strong class="uidlink">gtk.ImageMenuItem</strong>:
      <em class="summary">Object GtkImageMenuItem</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.menu.ImageMenuItem-class.html">screenlets.menu.ImageMenuItem</a></strong>:
      <em class="summary">A menuitem with a custom image and label.</em>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink">gtk.Window</strong>:
      <em class="summary">Object GtkWindow</em>
    <ul>
    <li> <strong class="uidlink">gtk.Dialog</strong>:
      <em class="summary">Object GtkDialog</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.options.list_option.ListOptionDialog-class.html">screenlets.options.list_option.ListOptionDialog</a></strong>:
      <em class="summary">An editing dialog used for editing options of the ListOption-type.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.options.base.OptionsDialog-class.html">screenlets.options.base.OptionsDialog</a></strong>:
      <em class="summary">A dynamic options-editor for editing Screenlets which are 
        implementing the EditableOptions-class.</em>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink">gtk.DrawingArea</strong>:
      <em class="summary">Object GtkDrawingArea</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.ShapedWidget-class.html">screenlets.ShapedWidget</a></strong>:
      <em class="summary">A simple base-class for creating owner-drawn gtk-widgets</em>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink">gtk.Misc</strong>:
      <em class="summary">Object GtkMisc</em>
    <ul>
    <li> <strong class="uidlink">gtk.Label</strong>:
      <em class="summary">Object GtkLabel</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.WrapLabel-class.html">screenlets.WrapLabel</a></strong>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.options.base.Option-class.html">screenlets.options.base.Option</a></strong>:
      <em class="summary">An Option stores information about a certain object-attribute.</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.options.account_option.AccountOption-class.html">screenlets.options.account_option.AccountOption</a></strong>:
      <em class="summary">An Option-type for username/password combos.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.options.boolean_option.BoolOption-class.html">screenlets.options.boolean_option.BoolOption</a></strong>:
      <em class="summary">An Option for boolean values.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.options.colour_option.ColorOption-class.html">screenlets.options.colour_option.ColorOption</a></strong>:
      <em class="summary">An Option for color options.</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.options.colour_option.ColorsOption-class.html">screenlets.options.colour_option.ColorsOption</a></strong>:
      <em class="summary">Allow a list of colours to be created</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.options.time_option.TimeOption-class.html">screenlets.options.time_option.TimeOption</a></strong>:
      <em class="summary">An class for time options.</em>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.options.file_option.FileOption-class.html">screenlets.options.file_option.FileOption</a></strong>:
      <em class="summary">An Option-subclass for string-values that contain filenames.</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.options.file_option.DirectoryOption-class.html">screenlets.options.file_option.DirectoryOption</a></strong>:
      <em class="summary">Directory is based on file widgets</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.options.file_option.ImageOption-class.html">screenlets.options.file_option.ImageOption</a></strong>:
      <em class="summary">Image is based on file widgets</em>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.options.font_option.FontOption-class.html">screenlets.options.font_option.FontOption</a></strong>:
      <em class="summary">An class for font options.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.options.number_option.IntOption-class.html">screenlets.options.number_option.IntOption</a></strong>:
      <em class="summary">An Option for integer options.</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.options.number_option.FloatOption-class.html">screenlets.options.number_option.FloatOption</a></strong>:
      <em class="summary">An option for float numbers.</em>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.options.list_option.ListOption-class.html">screenlets.options.list_option.ListOption</a></strong>:
      <em class="summary">An Option for string options.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.options.string_option.StringOption-class.html">screenlets.options.string_option.StringOption</a></strong>:
      <em class="summary">An Option for string options.</em>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.Screenlet-class.html">screenlets.Screenlet</a></strong>:
      <em class="summary">A Screenlet is a (i.e.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.sensors.Sensor-class.html">screenlets.sensors.Sensor</a></strong>:
      <em class="summary">A base class for deriving new Sensor-types from.</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.sensors.CPUSensor-class.html">screenlets.sensors.CPUSensor</a></strong>:
      <em class="summary">A very simple CPU-sensor.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.sensors.MemorySensor-class.html">screenlets.sensors.MemorySensor</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.sensors.NetSensor-class.html">screenlets.sensors.NetSensor</a></strong>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.GenericPlayer.GenericAPI-class.html">screenlets.plugins.GenericPlayer.GenericAPI</a></strong>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Amarok.AmarokAPI-class.html">screenlets.plugins.Amarok.AmarokAPI</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Audacious.AudaciousAPI-class.html">screenlets.plugins.Audacious.AudaciousAPI</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Banshee.BansheeAPI-class.html">screenlets.plugins.Banshee.BansheeAPI</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Exaile.ExaileAPI-class.html">screenlets.plugins.Exaile.ExaileAPI</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Juk.JukAPI-class.html">screenlets.plugins.Juk.JukAPI</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Kaffeine.KaffeineAPI-class.html">screenlets.plugins.Kaffeine.KaffeineAPI</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.LastFMProxy.LastFMProxyAPI-class.html">screenlets.plugins.LastFMProxy.LastFMProxyAPI</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Listen.ListenAPI-class.html">screenlets.plugins.Listen.ListenAPI</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Quodlibet.QuodlibetAPI-class.html">screenlets.plugins.Quodlibet.QuodlibetAPI</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Rhythmbox.RhythmboxAPI-class.html">screenlets.plugins.Rhythmbox.RhythmboxAPI</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Sonata.SonataAPI-class.html">screenlets.plugins.Sonata.SonataAPI</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Songbird.SongbirdAPI-class.html">screenlets.plugins.Songbird.SongbirdAPI</a></strong>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Loader.GnomeVFSAsyncSrc-class.html">screenlets.plugins.Loader.GnomeVFSAsyncSrc</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.iCal.ICalEvent-class.html">screenlets.plugins.iCal.ICalEvent</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.iCal.ICalReader-class.html">screenlets.plugins.iCal.ICalReader</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.utils.IniReader-class.html">screenlets.utils.IniReader</a></strong>:
      <em class="summary">A simple config/ini-reader class.</em>
    </li>
    <li> <strong class="uidlink">dbus.service.Interface</strong>
    <ul>
    <li> <strong class="uidlink">dbus.service.Object</strong>:
      <em class="summary">A base class for exporting your own Objects across the Bus.</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.services.ScreenletService-class.html">screenlets.services.ScreenletService</a></strong>:
      <em class="summary">The ScreenletService contains the boilerplate code for creating new
        dbus-objects for Screenlets.</em>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.keyring.KeyRing.Key-class.html">screenlets.plugins.keyring.KeyRing.Key</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.keyring.KeyRing-class.html">screenlets.plugins.keyring.KeyRing</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Mail.MailCheckStatus-class.html">screenlets.plugins.Mail.MailCheckStatus</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Mail.MailboxStatus-class.html">screenlets.plugins.Mail.MailboxStatus</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Mail.Mailer-class.html">screenlets.plugins.Mail.Mailer</a></strong>:
      <em class="summary">Class that retrieve the information from an Imap, Pop or mbox 
        account</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.utils.Notifier-class.html">screenlets.utils.Notifier</a></strong>:
      <em class="summary">A simple and conveniet wrapper for the notification-service.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.Notify-class.html">screenlets.Notify</a></strong>:
      <em class="summary">A window that displays a text and serves as Notification (very 
        basic yet).</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Proxy.Proxy-class.html">screenlets.plugins.Proxy.Proxy</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.utils.ScreenletInfo-class.html">screenlets.utils.ScreenletInfo</a></strong>:
      <em class="summary">A container with info about a screenlet.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.install.ScreenletInstaller-class.html">screenlets.install.ScreenletInstaller</a></strong>:
      <em class="summary">A simple utility to install screenlets into the current user's 
        directory (so either into $HOME/.screenlets/ for normal users or, 
        if run as root, into screenlets.INSTALL_PREFIX/share/screenlets/).</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.session.ScreenletSession-class.html">screenlets.session.ScreenletSession</a></strong>:
      <em class="summary">The ScreenletSession manages instances of a Screenlet and handles 
        saving/restoring options.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.backend.ScreenletsBackend-class.html">screenlets.backend.ScreenletsBackend</a></strong>:
      <em class="summary">The backend performs the loading/saving of the 'key=value'-strings.</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.backend.CachingBackend-class.html">screenlets.backend.CachingBackend</a></strong>:
      <em class="summary">A backend that stores the settings in arrays and saves after a 
        short interval to avoid overhead when multiple values are set 
        within a short time.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.backend.GconfBackend-class.html">screenlets.backend.GconfBackend</a></strong>:
      <em class="summary">Backend for storing settings in the GConf registry</em>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.Tooltip-class.html">screenlets.Tooltip</a></strong>:
      <em class="summary">A window that displays a text and serves as Tooltip (very basic 
        yet).</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Loader.URLLibSrc-class.html">screenlets.plugins.Loader.URLLibSrc</a></strong>
    </li>
    <li> <strong class="uidlink">threading._Verbose</strong>
    <ul>
    <li> <strong class="uidlink">threading.Thread</strong>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.plugins.CoverSearch.CoverSearch-class.html">screenlets.plugins.CoverSearch.CoverSearch</a></strong>
    </li>
    </ul>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.mpdclient2.command_sender-class.html">screenlets.plugins.mpdclient2.command_sender</a></strong>
    </li>
    <li> <strong class="uidlink">dict</strong>:
      <em class="summary">dict() -&gt; new empty dictionary
dict(mapping) -&gt; new dictionary initialized from a mapping object's
    (key, value) pairs
dict(iterable) -&gt; new dictionary initialized as if via:
    d = {}
    for k, v in iterable:
        d[k] = v
dict(**kwargs) -&gt; new dictionary initialized with the name=value pairs
    in the keyword argument list.</em>
    <ul>
    <li> <strong class="uidlink"><a href="screenlets.ScreenletTheme-class.html">screenlets.ScreenletTheme</a></strong>:
      <em class="summary">ScreenletThemes are simple storages that allow loading files as 
        svg-handles within a theme-directory.</em>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.mpdclient2.dictobj-class.html">screenlets.plugins.mpdclient2.dictobj</a></strong>
    </li>
    </ul>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.Gstreamer.gstreamer-class.html">screenlets.plugins.Gstreamer.gstreamer</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.mpdclient2.mpd_connection-class.html">screenlets.plugins.mpdclient2.mpd_connection</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.mpdclient2.response_fetcher-class.html">screenlets.plugins.mpdclient2.response_fetcher</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.mpdclient2.sender_n_fetcher-class.html">screenlets.plugins.mpdclient2.sender_n_fetcher</a></strong>
    </li>
    <li> <strong class="uidlink"><a href="screenlets.plugins.mpdclient2.socket_talker-class.html">screenlets.plugins.mpdclient2.socket_talker</a></strong>
    </li>
    <li> <strong class="uidlink">type</strong>:
      <em class="summary">type(object) -&gt; the object's type type(name, bases, dict) -&gt; 
        a new type</em>
    <ul>
    <li> <strong class="uidlink"><a href="dbus.service.InterfaceType-class.html">dbus.service.InterfaceType</a></strong>
    </li>
    </ul>
    </li>
    </ul>
    </li>
</ul>
<!-- ==================== 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="screenlets-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>

  <!-- Tree link -->
      <th bgcolor="#70b0f0" class="navbar-select"
          >&nbsp;&nbsp;&nbsp;Trees&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"
            >Screenlets 0.1.6</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 Wed Jan  4 16:58:22 2012
    </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>