~ubuntu-branches/ubuntu/lucid/kdebindings/lucid-updates

« back to all changes in this revision

Viewing changes to python/pykde4/docs/html/kparts/KParts.StatusBarExtension.html

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-06-28 13:49:04 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20090628134904-z9npn50sj25hscc9
Tags: 4:4.2.95-0ubuntu1
* New upstream release
  - Bump kdelibs5-dev and kdepimlibs5-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    <div>
17
17
      <div>
18
18
        <img alt ="" src="../common/top-kde.jpg"/>
19
 
        KDE 4.2 PyKDE API Reference
 
19
        KDE 4.3 PyKDE API Reference
20
20
      </div>
21
21
    </div>
22
22
  </div>
64
64
Give the application time to set the statusbar in the extension if necessary.
65
65
</p>
66
66
<table border="0" cellpadding="0" cellspacing="0"><tr><td colspan="2"><br><h2>Methods</h2></td></tr>
67
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj192755660">__init__</a> (self, <a href="../kparts/KParts.ReadOnlyPart.html">KParts.ReadOnlyPart</a> parent)</td></tr>
68
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj191425996">addStatusBarItem</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html">QWidget</a> widget, int stretch, bool permanent)</td></tr>
69
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj196948492">eventFilter</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qobject.html">QObject</a> watched, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qevent.html">QEvent</a> ev)</td></tr>
70
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj191424876">removeStatusBarItem</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html">QWidget</a> widget)</td></tr>
71
 
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj191424396">setStatusBar</a> (self, <a href="../kdeui/KStatusBar.html">KStatusBar</a> status)</td></tr>
72
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="../kdeui/KStatusBar.html">KStatusBar</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj191425324">statusBar</a> (self)</td></tr>
 
67
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj182162732">__init__</a> (self, <a href="../kparts/KParts.ReadOnlyPart.html">KParts.ReadOnlyPart</a> parent)</td></tr>
 
68
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj182163436">addStatusBarItem</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html">QWidget</a> widget, int stretch, bool permanent)</td></tr>
 
69
<tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj181373900">eventFilter</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qobject.html">QObject</a> watched, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qevent.html">QEvent</a> ev)</td></tr>
 
70
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj181372076">removeStatusBarItem</a> (self, <a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qwidget.html">QWidget</a> widget)</td></tr>
 
71
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj181372108">setStatusBar</a> (self, <a href="../kdeui/KStatusBar.html">KStatusBar</a> status)</td></tr>
 
72
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="../kdeui/KStatusBar.html">KStatusBar</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj181370956">statusBar</a> (self)</td></tr>
73
73
<tr><td colspan="2"><br><h2>Static Methods</h2></td></tr>
74
 
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="../kparts/KParts.StatusBarExtension.html">KParts.StatusBarExtension</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj191424972">childObject</a> (<a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qobject.html">QObject</a> obj)</td></tr>
 
74
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="../kparts/KParts.StatusBarExtension.html">KParts.StatusBarExtension</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#obj181374316">childObject</a> (<a href="http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qobject.html">QObject</a> obj)</td></tr>
75
75
</table>
76
 
<hr><h2>Method Documentation</h2><a class="anchor" name="obj192755660"></a>
 
76
<hr><h2>Method Documentation</h2><a class="anchor" name="obj182162732"></a>
77
77
<div class="memitem">
78
78
<div class="memproto">
79
79
<table class="memname"><tr>
95
95
<td width="100%"> </td>
96
96
</tr></table>
97
97
</div>
98
 
<div class="memdoc"></div></div><a class="anchor" name="obj191425996"></a>
 
98
<div class="memdoc"></div></div><a class="anchor" name="obj182163436"></a>
99
99
<div class="memitem">
100
100
<div class="memproto">
101
101
<table class="memname"><tr>
155
155
</table></dl>
156
156
<p> IMPORTANT: do NOT add any items immediately after constructing the extension.
157
157
Give the application time to set the statusbar in the extension if necessary.
158
 
</p></div></div><a class="anchor" name="obj191424972"></a>
 
158
</p></div></div><a class="anchor" name="obj181374316"></a>
159
159
<div class="memitem">
160
160
<div class="memproto">
161
161
<table class="memname"><tr>
174
174
</div>
175
175
<div class="memdoc"><p>Queries <b>obj</b> for a child object which inherits from this
176
176
BrowserExtension class. Convenience method.
177
 
</p></div></div><a class="anchor" name="obj196948492"></a>
 
177
</p></div></div><a class="anchor" name="obj181373900"></a>
178
178
<div class="memitem">
179
179
<div class="memproto">
180
180
<table class="memname"><tr>
204
204
</div>
205
205
<div class="memdoc"><p><dl class="internal" compact><dt><b>Internal:</b></dt><dd>
206
206
</dd></dl>
207
 
</p></div></div><a class="anchor" name="obj191424876"></a>
 
207
</p></div></div><a class="anchor" name="obj181372076"></a>
208
208
<div class="memitem">
209
209
<div class="memproto">
210
210
<table class="memname"><tr>
227
227
</tr></table>
228
228
</div>
229
229
<div class="memdoc"><p>Remove a widget from the statusbar for this part.
230
 
</p></div></div><a class="anchor" name="obj191424396"></a>
 
230
</p></div></div><a class="anchor" name="obj181372108"></a>
231
231
<div class="memitem">
232
232
<div class="memproto">
233
233
<table class="memname"><tr>
254
254
the one of the KMainWindow in which the part is embedded.
255
255
Konqueror uses this to assign a view-statusbar to the part.
256
256
The part should never call this method!
257
 
</p></div></div><a class="anchor" name="obj191425324"></a>
 
257
</p></div></div><a class="anchor" name="obj181370956"></a>
258
258
<div class="memitem">
259
259
<div class="memproto">
260
260
<table class="memname"><tr>
298
298
<li><a href="../kparts/index.html">kparts</a></li>
299
299
<li><a href="../kutils/index.html">kutils</a></li>
300
300
<li><a href="../nepomuk/index.html">nepomuk</a></li>
301
 
<li><a href="../phonon/index.html">phonon</a></li><li><a href="../plasma/index.html">plasma</a></li>
 
301
<li><a href="../phonon/index.html">phonon</a></li>
 
302
<li><a href="../plasma/index.html">plasma</a></li>
 
303
<li><a href="../polkitqt/index.html">polkitqt</a></li>
302
304
<li><a href="../solid/index.html">solid</a></li>
303
305
<li><a href="../soprano/index.html">soprano</a></li>
304
306
</ul></div></div>