20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body><a NAME="top" ID="top"></a> |
22 <body><a NAME="top" ID="top"></a> |
23 <h1>eric5.E5Gui.E5PassivePopup</h1> |
23 <h1>eric5.E5Gui.E5PassivePopup</h1> |
24 <p> |
24 <p> |
25 Module implementing dialog-like popup that displays messages without |
25 Module implementing dialog-like popup that displays messages without |
26 interrupting the user. |
26 interrupting the user. |
27 </p> |
27 </p> |
28 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
29 <table> |
29 <table> |
30 <tr><td>DEFAULT_POPUP_TIME</td></tr><tr><td>DEFAULT_POPUP_TYPE</td></tr><tr><td>POPUP_FLAGS</td></tr> |
30 <tr><td>DEFAULT_POPUP_TIME</td></tr><tr><td>DEFAULT_POPUP_TYPE</td></tr><tr><td>POPUP_FLAGS</td></tr> |
42 </table> |
42 </table> |
43 <hr /><hr /> |
43 <hr /><hr /> |
44 <a NAME="E5PassivePopup" ID="E5PassivePopup"></a> |
44 <a NAME="E5PassivePopup" ID="E5PassivePopup"></a> |
45 <h2>E5PassivePopup</h2> |
45 <h2>E5PassivePopup</h2> |
46 <p> |
46 <p> |
47 Class implementing dialog-like popup that displays messages without |
47 Class implementing dialog-like popup that displays messages without |
48 interrupting the user. |
48 interrupting the user. |
49 </p> |
49 </p> |
50 <h3>Derived from</h3> |
50 <h3>Derived from</h3> |
51 QFrame |
51 QFrame |
52 <h3>Class Attributes</h3> |
52 <h3>Class Attributes</h3> |
96 <td>Public method to get a reference to the message view.</td> |
96 <td>Public method to get a reference to the message view.</td> |
97 </tr> |
97 </tr> |
98 </table> |
98 </table> |
99 <a NAME="E5PassivePopup.__init__" ID="E5PassivePopup.__init__"></a> |
99 <a NAME="E5PassivePopup.__init__" ID="E5PassivePopup.__init__"></a> |
100 <h4>E5PassivePopup (Constructor)</h4> |
100 <h4>E5PassivePopup (Constructor)</h4> |
101 <b>E5PassivePopup</b>(<i>parent = None</i>) |
101 <b>E5PassivePopup</b>(<i>parent=None</i>) |
102 <p> |
102 <p> |
103 Constructor |
103 Constructor |
104 </p><dl> |
104 </p><dl> |
105 <dt><i>parent</i></dt> |
105 <dt><i>parent</i></dt> |
106 <dd> |
106 <dd> |
108 </dd> |
108 </dd> |
109 </dl><a NAME="E5PassivePopup.__calculateNearbyPoint" ID="E5PassivePopup.__calculateNearbyPoint"></a> |
109 </dl><a NAME="E5PassivePopup.__calculateNearbyPoint" ID="E5PassivePopup.__calculateNearbyPoint"></a> |
110 <h4>E5PassivePopup.__calculateNearbyPoint</h4> |
110 <h4>E5PassivePopup.__calculateNearbyPoint</h4> |
111 <b>__calculateNearbyPoint</b>(<i>target</i>) |
111 <b>__calculateNearbyPoint</b>(<i>target</i>) |
112 <p> |
112 <p> |
113 Private method to calculate the position to place the popup near the |
113 Private method to calculate the position to place the popup near the |
114 specified rectangle. |
114 specified rectangle. |
115 </p><dl> |
115 </p><dl> |
116 <dt><i>target</i></dt> |
116 <dt><i>target</i></dt> |
117 <dd> |
117 <dd> |
118 rectangle to be placed at (QRect) |
118 rectangle to be placed at (QRect) |
202 <dd> |
202 <dd> |
203 flag indicating the visibility status (boolean) |
203 flag indicating the visibility status (boolean) |
204 </dd> |
204 </dd> |
205 </dl><a NAME="E5PassivePopup.show" ID="E5PassivePopup.show"></a> |
205 </dl><a NAME="E5PassivePopup.show" ID="E5PassivePopup.show"></a> |
206 <h4>E5PassivePopup.show</h4> |
206 <h4>E5PassivePopup.show</h4> |
207 <b>show</b>(<i>p = None</i>) |
207 <b>show</b>(<i>p=None</i>) |
208 <p> |
208 <p> |
209 Public slot to show the popup. |
209 Public slot to show the popup. |
210 </p><dl> |
210 </p><dl> |
211 <dt><i>p</i></dt> |
211 <dt><i>p</i></dt> |
212 <dd> |
212 <dd> |