~ubuntu-branches/ubuntu/precise/python-qt4/precise-proposed

« back to all changes in this revision

Viewing changes to doc/html/qdragenterevent.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell, Jonathan Riddell
  • Date: 2010-11-08 16:13:33 UTC
  • mfrom: (1.5.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101108161333-0nec4wu0nz3wpf9r
Tags: 4.8.1-0ubuntu1
[ Jonathan Riddell ]
* New upstream release
* Build against python-sip-dev 4.11.2
* Remove kubuntu_02_fix-scpk-and-flag-issue.diff merged upstream
* Install __init__.py into /usr/lib/python3.2/dist-packages/PyQt4,
  fixes Python 3 support
* Add QtDeclarative to python-qt4
* Add kubuntu_03_uiparser.diff from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
td.postheader { font-family: sans-serif }
7
7
tr.address { font-family: sans-serif }
8
8
body { background: #ffffff; color: black; }
9
 
</style></head><body><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr /><td align="left" valign="top" width="32"><img align="left" border="0" height="32" src="images/rb-logo.png" width="32" /></td><td width="1">&#160;&#160;</td><td class="postheader" valign="center"><a href="../pyqt4ref.html"><font color="#004faf">Home</font></a>&#160;&#183; <a href="classes.html"><font color="#004faf">All Classes</font></a>&#160;&#183; <a href="modules.html"><font color="#004faf">Modules</font></a></td></table><h1 align="center">QDragEnterEvent Class Reference<br /><sup><sup>[<a href="qtgui.html">QtGui</a> module]</sup></sup></h1><p>The QDragEnterEvent class provides an event which is sent to a widget when a drag and drop action enters it. <a href="#details">More...</a></p>
10
 
<p>Inherits <a href="qdragmoveevent.html">QDragMoveEvent</a>.</p><h3>Methods</h3><ul><li><div class="fn" /><b><a href="qdragenterevent.html#QDragEnterEvent">__init__</a></b> (<i>self</i>, QPoint, Qt.DropActions, QMimeData, Qt.MouseButtons, Qt.KeyboardModifiers)</li><li><div class="fn" /><b><a href="qdragenterevent.html#QDragEnterEvent-2">__init__</a></b> (<i>self</i>, QDragEnterEvent)</li></ul><a name="details" /><hr /><h2>Detailed Description</h2><p>The QDragEnterEvent class provides an event which is sent to a widget when a drag and drop action enters it.</p>
11
 
<p>A widget must accept this event in order to receive the <a href="qdragmoveevent.html">drag move events</a> that are sent while the drag and drop action is in progress. The drag enter event is always immediately followed by a drag move event.</p>
12
 
<p>QDragEnterEvent inherits most of its functionality from <a href="qdragmoveevent.html">QDragMoveEvent</a>, which in turn inherits most of its functionality from <a href="qdropevent.html">QDropEvent</a>.</p>
13
 
<p>See also <a href="qdragleaveevent.html">QDragLeaveEvent</a>, <a href="qdragmoveevent.html">QDragMoveEvent</a>, and <a href="qdropevent.html">QDropEvent</a>.</p>
14
 
<hr /><h2>Method Documentation</h2><h3 class="fn"><a name="QDragEnterEvent" />QDragEnterEvent.__init__ (<i>self</i>, <a href="qpoint.html">QPoint</a>, <a href="qt-dropactions.html">Qt.DropActions</a>, <a href="qmimedata.html">QMimeData</a>, <a href="qt-mousebuttons.html">Qt.MouseButtons</a>, <a href="qt-keyboardmodifiers.html">Qt.KeyboardModifiers</a>)</h3><p>Constructs a <a href="qdragenterevent.html">QDragEnterEvent</a> that represents a drag entering a widget at the given <i>point</i> with mouse and keyboard states specified by <i>buttons</i> and <i>modifiers</i>.</p>
15
 
<p>The drag data is passed as MIME-encoded information in <i>data</i>, and the specified <i>actions</i> describe the possible types of drag and drop operation that can be performed.</p>
16
 
<p><b>Warning:</b> Do not create a <a href="qdragenterevent.html">QDragEnterEvent</a> yourself since these objects rely on Qt's internal state.</p>
17
 
<p /><h3 class="fn"><a name="QDragEnterEvent-2" />QDragEnterEvent.__init__ (<i>self</i>, <a href="qdragenterevent.html">QDragEnterEvent</a>)</h3><address><hr /><div align="center"><table border="0" cellspacing="0" width="100%"><tr class="address"><td align="left" width="25%">PyQt&#160;4.7.7 for X11</td><td align="center" width="50%">Copyright &#169; <a href="http://www.riverbankcomputing.com">Riverbank&#160;Computing&#160;Ltd</a> and <a href="http://www.qtsoftware.com">Nokia</a> 2010</td><td align="right" width="25%">Qt&#160;4.6.3</td></tr></table></div></address></body></html>
 
 
b'\\ No newline at end of file'
 
9
</style></head><body><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr /><td align="left" valign="top" width="32"><img align="left" border="0" height="32" src="images/rb-logo.png" width="32" /></td><td width="1">&#160;&#160;</td><td class="postheader" valign="center"><a href="../pyqt4ref.html"><font color="#004faf">Home</font></a>&#160;&#183; <a href="classes.html"><font color="#004faf">All Classes</font></a>&#160;&#183; <a href="modules.html"><font color="#004faf">Modules</font></a></td></table><h1 align="center">QDragEnterEvent Class Reference<br /><sup><sup>[<a href="qtgui.html">QtGui</a> module]</sup></sup></h1><p>The QDragEnterEvent class provides an event which is sent to a
 
10
widget when a drag and drop action enters it. <a href="#details">More...</a></p>
 
11
 
 
12
<p>Inherits <a href="qdragmoveevent.html">QDragMoveEvent</a>.</p><h3>Methods</h3><ul><li><div class="fn" /><b><a href="qdragenterevent.html#QDragEnterEvent">__init__</a></b> (<i>self</i>, QPoint, Qt.DropActions, QMimeData, Qt.MouseButtons, Qt.KeyboardModifiers)</li><li><div class="fn" /><b><a href="qdragenterevent.html#QDragEnterEvent-2">__init__</a></b> (<i>self</i>, QDragEnterEvent)</li></ul><a name="details" /><hr /><h2>Detailed Description</h2><p>The QDragEnterEvent class provides an event which is sent to a
 
13
widget when a drag and drop action enters it.</p>
 
14
<p>A widget must accept this event in order to receive the <a href="qdragmoveevent.html">drag move events</a> that are sent while the
 
15
drag and drop action is in progress. The drag enter event is always
 
16
immediately followed by a drag move event.</p>
 
17
<p>QDragEnterEvent inherits most of its functionality from <a href="qdragmoveevent.html">QDragMoveEvent</a>, which in turn inherits
 
18
most of its functionality from <a href="qdropevent.html">QDropEvent</a>.</p>
 
19
<hr /><h2>Method Documentation</h2><h3 class="fn"><a name="QDragEnterEvent" />QDragEnterEvent.__init__ (<i>self</i>, <a href="qpoint.html">QPoint</a>, <a href="qt-dropactions.html">Qt.DropActions</a>, <a href="qmimedata.html">QMimeData</a>, <a href="qt-mousebuttons.html">Qt.MouseButtons</a>, <a href="qt-keyboardmodifiers.html">Qt.KeyboardModifiers</a>)</h3><p>Constructs a <a href="qdragenterevent.html">QDragEnterEvent</a>
 
20
that represents a drag entering a widget at the given <i>point</i>
 
21
with mouse and keyboard states specified by <i>buttons</i> and
 
22
<i>modifiers</i>.</p>
 
23
<p>The drag data is passed as MIME-encoded information in
 
24
<i>data</i>, and the specified <i>actions</i> describe the possible
 
25
types of drag and drop operation that can be performed.</p>
 
26
<p><b>Warning:</b> Do not create a <a href="qdragenterevent.html">QDragEnterEvent</a> yourself since these
 
27
objects rely on Qt's internal state.</p>
 
28
<h3 class="fn"><a name="QDragEnterEvent-2" />QDragEnterEvent.__init__ (<i>self</i>, <a href="qdragenterevent.html">QDragEnterEvent</a>)</h3><address><hr /><div align="center"><table border="0" cellspacing="0" width="100%"><tr class="address"><td align="left" width="25%">PyQt&#160;4.8.1 for X11</td><td align="center" width="50%">Copyright &#169; <a href="http://www.riverbankcomputing.com">Riverbank&#160;Computing&#160;Ltd</a> and <a href="http://www.qtsoftware.com">Nokia</a> 2010</td><td align="right" width="25%">Qt&#160;4.7.0</td></tr></table></div></address></body></html>
 
 
b'\\ No newline at end of file'