Documentation/Source/eric6.E5Gui.E5PassivePopup.html

changeset 6125
bb1c79bf4f33
parent 5727
c8842a8d1167
--- a/Documentation/Source/eric6.E5Gui.E5PassivePopup.html	Fri Feb 09 18:53:08 2018 +0100
+++ b/Documentation/Source/eric6.E5Gui.E5PassivePopup.html	Fri Feb 09 18:58:21 2018 +0100
@@ -80,12 +80,18 @@
 <td><a href="#E5PassivePopup.__positionSelf">__positionSelf</a></td>
 <td>Private method to position the popup.</td>
 </tr><tr>
+<td><a href="#E5PassivePopup.getCustomData">getCustomData</a></td>
+<td>Public method to get some custom data.</td>
+</tr><tr>
 <td><a href="#E5PassivePopup.hideEvent">hideEvent</a></td>
 <td>Protected method to handle the hide event.</td>
 </tr><tr>
 <td><a href="#E5PassivePopup.mouseReleaseEvent">mouseReleaseEvent</a></td>
 <td>Protected method to handle a mouse release event.</td>
 </tr><tr>
+<td><a href="#E5PassivePopup.setCustomData">setCustomData</a></td>
+<td>Public method to set some custom data.</td>
+</tr><tr>
 <td><a href="#E5PassivePopup.setTimeout">setTimeout</a></td>
 <td>Public method to set the delay for the popup is removed automatically.</td>
 </tr><tr>
@@ -162,7 +168,27 @@
 <b>__positionSelf</b>(<i></i>)
 <p>
         Private method to position the popup.
-</p><a NAME="E5PassivePopup.hideEvent" ID="E5PassivePopup.hideEvent"></a>
+</p><a NAME="E5PassivePopup.getCustomData" ID="E5PassivePopup.getCustomData"></a>
+<h4>E5PassivePopup.getCustomData</h4>
+<b>getCustomData</b>(<i>key</i>)
+<p>
+        Public method to get some custom data.
+</p><dl>
+<dt><i>key</i> (str)</dt>
+<dd>
+key for the custom data
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+stored data
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+any
+</dd>
+</dl><a NAME="E5PassivePopup.hideEvent" ID="E5PassivePopup.hideEvent"></a>
 <h4>E5PassivePopup.hideEvent</h4>
 <b>hideEvent</b>(<i>evt</i>)
 <p>
@@ -182,6 +208,19 @@
 <dd>
 reference to the mouse event (QMouseEvent)
 </dd>
+</dl><a NAME="E5PassivePopup.setCustomData" ID="E5PassivePopup.setCustomData"></a>
+<h4>E5PassivePopup.setCustomData</h4>
+<b>setCustomData</b>(<i>key, data</i>)
+<p>
+        Public method to set some custom data.
+</p><dl>
+<dt><i>key</i> (str)</dt>
+<dd>
+key for the custom data
+</dd><dt><i>data</i> (any)</dt>
+<dd>
+data to be stored
+</dd>
 </dl><a NAME="E5PassivePopup.setTimeout" ID="E5PassivePopup.setTimeout"></a>
 <h4>E5PassivePopup.setTimeout</h4>
 <b>setTimeout</b>(<i>delay</i>)

eric ide

mercurial