~ubuntu-branches/ubuntu/oneiric/pykde4/oneiric-proposed

« back to all changes in this revision

Viewing changes to docs/html/khtml/DOM.StyleSheetList.html

  • Committer: Bazaar Package Importer
  • Author(s): Romain Perier
  • Date: 2011-07-11 12:42:17 UTC
  • Revision ID: james.westby@ubuntu.com-20110711124217-stfa5thgiyis668w
Tags: upstream-4.6.90
ImportĀ upstreamĀ versionĀ 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 
4
 
 
5
<head>
 
6
  <title>DOM.StyleSheetList</title>
 
7
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
8
  <meta http-equiv="Content-Style-Type" content="text/css" />
 
9
  <link rel="stylesheet" type="text/css" href="../common/doxygen.css" />
 
10
  <link rel="stylesheet" media="screen" type="text/css" title="KDE Colors" href="../common/kde.css" />
 
11
</head>
 
12
<body>
 
13
<div id="container">
 
14
<div id="header">
 
15
  <div id="header_top">
 
16
    <div>
 
17
      <div>
 
18
        <img alt ="" src="../common/top-kde.jpg"/>
 
19
        KDE 4.7 PyKDE API Reference
 
20
      </div>
 
21
    </div>
 
22
  </div>
 
23
  <div id="header_bottom">
 
24
    <div id="location">
 
25
      <ul>
 
26
        <li>KDE's Python API</li>
 
27
      </ul>
 
28
    </div>
 
29
 
 
30
    <div id="menu">
 
31
      <ul>
 
32
        <li><a href="../modules.html">Overview</a></li>
 
33
<li><a href="http://techbase.kde.org/Development/Languages/Python">PyKDE Home</a></li>
 
34
<li><a href="http://kde.org/family/">Sitemap</a></li>
 
35
<li><a href="http://kde.org/contact/">Contact Us</a></li>
 
36
</ul>
 
37
    </div>
 
38
  </div>
 
39
</div>
 
40
 
 
41
<div id="body_wrapper">
 
42
<div id="body">
 
43
<div id="right">
 
44
<div class="content">
 
45
<div id="main">
 
46
<div class="clearer">&nbsp;</div>
 
47
 
 
48
<h1>StyleSheetList Class Reference</h1>
 
49
<code>from PyKDE4.khtml import *</code>
 
50
<p>
 
51
 
 
52
 
 
53
Namespace: <a href="../khtml/DOM.html">DOM</a><br />
 
54
<h2>Detailed Description</h2>
 
55
 
 
56
<p>The StyleSheetList interface provides the
 
57
abstraction of an ordered collection of style sheets.
 
58
</p>
 
59
<table border="0" cellpadding="0" cellspacing="0"><tr><td colspan="2"><br><h2>Methods</h2></td></tr>
 
60
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#StyleSheetList">__init__</a> (self)</td></tr>
 
61
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#StyleSheetList">__init__</a> (self, <a href="../khtml/DOM.StyleSheetList.html">DOM.StyleSheetList</a> other)</td></tr>
 
62
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#isNull">isNull</a> (self)</td></tr>
 
63
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="../khtml/DOM.StyleSheet.html">DOM.StyleSheet</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#item">item</a> (self, long index)</td></tr>
 
64
<tr><td class="memItemLeft" nowrap align="right" valign="top">long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#length">length</a> (self)</td></tr>
 
65
</table>
 
66
<hr><h2>Method Documentation</h2><a class="anchor" name="StyleSheetList"></a>
 
67
<div class="memitem">
 
68
<div class="memproto">
 
69
<table class="memname"><tr>
 
70
<td class="memname">__init__</td>
 
71
<td>(</td>
 
72
<td class="paramtype">&nbsp;</td>
 
73
<td class="paramname"><em>self</em>&nbsp;)</td>
 
74
<td width="100%"> </td>
 
75
</tr>
 
76
</table>
 
77
</div>
 
78
<div class="memdoc"></div></div><a class="anchor" name="StyleSheetList"></a>
 
79
<div class="memitem">
 
80
<div class="memproto">
 
81
<table class="memname"><tr>
 
82
<td class="memname">__init__</td>
 
83
<td>(</td>
 
84
<td class="paramtype">&nbsp;<em>self</em>, </td>
 
85
<td class="paramname"></td>
 
86
</tr><tr>
 
87
<td class="memname"></td>
 
88
<td></td>
 
89
<td class="paramtype"><a href="../khtml/DOM.StyleSheetList.html">DOM.StyleSheetList</a>&nbsp;</td>
 
90
<td class="paramname"><em>other</em></td>
 
91
</tr>
 
92
<tr>
 
93
<td></td>
 
94
<td>)</td>
 
95
<td></td>
 
96
<td></td>
 
97
<td width="100%"> </td>
 
98
</tr></table>
 
99
</div>
 
100
<div class="memdoc"></div></div><a class="anchor" name="isNull"></a>
 
101
<div class="memitem">
 
102
<div class="memproto">
 
103
<table class="memname"><tr>
 
104
<td class="memname">bool isNull</td>
 
105
<td>(</td>
 
106
<td class="paramtype">&nbsp;</td>
 
107
<td class="paramname"><em>self</em>&nbsp;)</td>
 
108
<td width="100%"> </td>
 
109
</tr>
 
110
</table>
 
111
</div>
 
112
<div class="memdoc"></div></div><a class="anchor" name="item"></a>
 
113
<div class="memitem">
 
114
<div class="memproto">
 
115
<table class="memname"><tr>
 
116
<td class="memname"><a href="../khtml/DOM.StyleSheet.html">DOM.StyleSheet</a> item</td>
 
117
<td>(</td>
 
118
<td class="paramtype">&nbsp;<em>self</em>, </td>
 
119
<td class="paramname"></td>
 
120
</tr><tr>
 
121
<td class="memname"></td>
 
122
<td></td>
 
123
<td class="paramtype">long&nbsp;</td>
 
124
<td class="paramname"><em>index</em></td>
 
125
</tr>
 
126
<tr>
 
127
<td></td>
 
128
<td>)</td>
 
129
<td></td>
 
130
<td></td>
 
131
<td width="100%"> </td>
 
132
</tr></table>
 
133
</div>
 
134
<div class="memdoc"><p>Used to retrieve a style sheet by ordinal index.
 
135
</p>
 
136
<p>
 
137
</p><dl compact><dt><b>Parameters:</b></dt><dd>
 
138
<table border="0" cellspacing="2" cellpadding="0">
 
139
<tr><td></td><td valign="top"><em>index</em>&nbsp;</td><td> Index into the collection
 
140
</td></tr>
 
141
</table></dl>
 
142
<p> <dl class="return" compact><dt><b>Returns:</b></dt><dd> The style sheet at the index position in
 
143
the StyleSheetList , or null if
 
144
that is not a valid index.
 
145
</dd></dl>
 
146
</p></div></div><a class="anchor" name="length"></a>
 
147
<div class="memitem">
 
148
<div class="memproto">
 
149
<table class="memname"><tr>
 
150
<td class="memname">long length</td>
 
151
<td>(</td>
 
152
<td class="paramtype">&nbsp;</td>
 
153
<td class="paramname"><em>self</em>&nbsp;)</td>
 
154
<td width="100%"> </td>
 
155
</tr>
 
156
</table>
 
157
</div>
 
158
<div class="memdoc"><p>The number of StyleSheet in the list. The range
 
159
of valid child stylesheet indices is 0 to
 
160
length-1 inclusive.
 
161
</p></div></div>
 
162
</div>
 
163
</div>
 
164
</div>
 
165
 
 
166
<div id="left">
 
167
 
 
168
<div class="menu_box">
 
169
<div class="nav_list">
 
170
<ul>
 
171
<li><a href="../allclasses.html">Full Index</a></li>
 
172
</ul>
 
173
</div>
 
174
 
 
175
<a name="cp-menu" /><div class="menutitle"><div>
 
176
  <h2 id="cp-menu-project">Modules</h2>
 
177
</div></div>
 
178
<div class="nav_list">
 
179
<ul><li><a href="../akonadi/index.html">akonadi</a></li>
 
180
<li><a href="../dnssd/index.html">dnssd</a></li>
 
181
<li><a href="../kdecore/index.html">kdecore</a></li>
 
182
<li><a href="../kdeui/index.html">kdeui</a></li>
 
183
<li><a href="../khtml/index.html">khtml</a></li>
 
184
<li><a href="../kio/index.html">kio</a></li>
 
185
<li><a href="../knewstuff/index.html">knewstuff</a></li>
 
186
<li><a href="../kparts/index.html">kparts</a></li>
 
187
<li><a href="../kutils/index.html">kutils</a></li>
 
188
<li><a href="../nepomuk/index.html">nepomuk</a></li>
 
189
<li><a href="../phonon/index.html">phonon</a></li>
 
190
<li><a href="../plasma/index.html">plasma</a></li>
 
191
<li><a href="../polkitqt/index.html">polkitqt</a></li>
 
192
<li><a href="../solid/index.html">solid</a></li>
 
193
<li><a href="../soprano/index.html">soprano</a></li>
 
194
</ul></div></div>
 
195
 
 
196
</div>
 
197
 
 
198
</div>
 
199
  <div class="clearer"/>
 
200
</div>
 
201
 
 
202
<div id="end_body"></div>
 
203
</div>
 
204
<div id="footer"><div id="footer_text">
 
205
This documentation is maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;simon&#64;simonzone&#46;com">Simon Edwards</a>.<br />
 
206
        KDE<sup>&#174;</sup> and <a href="../images/kde_gear_black.png">the K Desktop Environment<sup>&#174;</sup> logo</a> are registered trademarks of <a href="http://ev.kde.org/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
 
207
        <a href="http://www.kde.org/contact/impressum.php">Legal</a>
 
208
    </div></div>
 
209
</body>
 
210
</html>