~ubuntu-branches/ubuntu/precise/moovida/precise

« back to all changes in this revision

Viewing changes to docs/api/elisa.plugins.shoutcast.models.ShoutcastGenreModel.html

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2009-07-14 14:05:15 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090714140515-e8umtzznfvywkeow
Tags: 1.0.5-0ubuntu1
* New upstream release.
* Merge with Debian Experimental, remaining Ubuntu changes:
 - debian/rules: Python 2.6 transition.
  + Don't use site-packages
  + Move DEB_PYTHON_INSTALL_ARGS_ALL after the includes.
* Synchronize with pkg-gstreamer svn:
 - debian/copyright: Completely reworked and updated.
 - debian/rules:
  + Bumped standards version to 3.8.2; no changes required.
  + Added recommends on xdg-user-dirs-gtk and python-xdg so that media in
    standard locations will be located. 
  + Changed build-depend on python-central into python-support.
 - debian/python-moovida.preinst:
  + Added to handle the migration from python-central to python-support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html
2
 
  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
 
  "DTD/xhtml1-strict.dtd">
4
 
<html>
5
 
  <head>
6
 
    <title>API docs for &ldquo;elisa.plugins.shoutcast.models.ShoutcastGenreModel&rdquo;</title>
7
 
    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
8
 
    <link href="apidocs.css" type="text/css" rel="stylesheet" />
9
 
    <script src="sorttable.js" type="text/javascript"></script>
10
 
    
11
 
  </head>
12
 
  <body>
13
 
    <h1 class="class">Class e.p.s.m.ShoutcastGenreModel(<a href="elisa.core.components.model.Model.html">Model</a>):</h1>
14
 
    <p>
15
 
      <span id="part">Part of <a href="elisa.html">elisa</a>.<a href="elisa.plugins.html">plugins</a>.<a href="elisa.plugins.shoutcast.html">shoutcast</a>.<a href="elisa.plugins.shoutcast.models.html">models</a></span>
16
 
      
17
 
      <a href="classIndex.html#elisa.plugins.shoutcast.models.ShoutcastGenreModel">View In Hierarchy</a>
18
 
    </p>
19
 
    <div>
20
 
      
21
 
    </div>
22
 
    <div>This model represents a Shoutcast genre and storing a list of radio 
23
 
stations.<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Instance Variables</td><td class="fieldArg">name</td><td>name of the genre
24
 
 (type: <code>unicode</code>
25
 
)</td></tr><tr><td></td><td class="fieldArg">stations</td><td>radio stations listed as being part of the genre
26
 
 (type: <code>list</code> of {ShoutcastRadioStationModel}
27
 
)</td></tr></table></div>
28
 
 
29
 
    
30
 
    
31
 
    <div id="splitTables">
32
 
      <table class="children sortable" id="id758">
33
 
  
34
 
  <tr>
35
 
    <th>Line #</th>
36
 
    <th>Kind</th>
37
 
    <th>Name</th>
38
 
    <th>Docs</th>
39
 
  </tr>
40
 
<tr class="method">
41
 
    
42
 
    <td class="lineno">64</td>
43
 
    <td>Method</td>
44
 
    <td><a href="elisa.plugins.shoutcast.models.ShoutcastGenreModel.html#__init__">__init__</a></td>
45
 
    <td><span class="undocumented">Undocumented</span></td>
46
 
  </tr>
47
 
  
48
 
</table>
49
 
      
50
 
        <p>
51
 
          Inherited from <a href="elisa.core.utils.bindable.Bindable.html">Bindable</a> (via <a href="elisa.core.components.model.Model.html">Model</a>):
52
 
        </p>
53
 
        <table class="children sortable" id="id759">
54
 
  
55
 
  <tr>
56
 
    <th>Line #</th>
57
 
    <th>Kind</th>
58
 
    <th>Name</th>
59
 
    <th>Docs</th>
60
 
  </tr>
61
 
<tr class="basemethod">
62
 
    
63
 
    <td class="lineno">34</td>
64
 
    <td>Method</td>
65
 
    <td><a href="elisa.core.utils.bindable.Bindable.html#bind">bind</a></td>
66
 
    <td><span>Bind a local <code>attribute</code> to 
67
 
<code>destination_attribute</code> of</span></td>
68
 
  </tr><tr class="basemethod">
69
 
    
70
 
    <td class="lineno">73</td>
71
 
    <td>Method</td>
72
 
    <td><a href="elisa.core.utils.bindable.Bindable.html#unbind">unbind</a></td>
73
 
    <td><span>Remove the binding of <code>attribute</code> to 
74
 
<code>destination_attribute</code> of</span></td>
75
 
  </tr><tr class="basemethod">
76
 
    
77
 
    <td class="lineno">104</td>
78
 
    <td>Method</td>
79
 
    <td><a href="elisa.core.utils.bindable.Bindable.html#unbind_object">unbind_object</a></td>
80
 
    <td><span>Remove all the bindings you have for a certain 
81
 
<code>destination_object</code>.</span></td>
82
 
  </tr><tr class="basemethod">
83
 
    
84
 
    <td class="lineno">118</td>
85
 
    <td>Method</td>
86
 
    <td><a href="elisa.core.utils.bindable.Bindable.html#__setattr__">__setattr__</a></td>
87
 
    <td><span class="undocumented">Undocumented</span></td>
88
 
  </tr><tr class="basemethod">
89
 
    
90
 
    <td class="lineno">136</td>
91
 
    <td>Method</td>
92
 
    <td><a href="elisa.core.utils.bindable.Bindable.html#__delattr__">__delattr__</a></td>
93
 
    <td><span class="undocumented">Undocumented</span></td>
94
 
  </tr>
95
 
  
96
 
</table>
97
 
      
98
 
      
99
 
    </div>
100
 
    
101
 
    
102
 
    
103
 
 
104
 
    <div class="function">
105
 
  <a name="elisa.plugins.shoutcast.models.ShoutcastGenreModel.__init__">
106
 
    
107
 
  </a>
108
 
  <a name="__init__">
109
 
    
110
 
  </a>
111
 
  <div class="functionHeader">
112
 
    
113
 
    def
114
 
    __init__(self):
115
 
    
116
 
  </div>
117
 
  <div class="functionBody">
118
 
    <div class="interfaceinfo">overrides <a href="elisa.core.utils.bindable.Bindable.html#__init__">elisa.core.utils.bindable.Bindable.__init__</a></div>
119
 
    <div class="undocumented">Undocumented</div>
120
 
  </div>
121
 
</div>
122
 
    <address>
123
 
      <a href="index.html">API Documentation</a> for <a href="http://elisa.fluendo.com">Elisa Media Center</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2009-05-25 19:09:45.
124
 
    </address>
125
 
  </body>
126
 
</html>
 
 
b'\\ No newline at end of file'