Documentation/Source/eric6.E5Gui.E5MapWidget.html

branch
maintenance
changeset 6319
df201b9fbad4
parent 6282
ed511d6b2547
equal deleted inserted replaced
6274:44249d49d892 6319:df201b9fbad4
82 <td>Public method to generate an indicator rectangle.</td> 82 <td>Public method to generate an indicator rectangle.</td>
83 </tr><tr> 83 </tr><tr>
84 <td><a href="#E5MapWidget.isEnabled">isEnabled</a></td> 84 <td><a href="#E5MapWidget.isEnabled">isEnabled</a></td>
85 <td>Public method to check the enabled state.</td> 85 <td>Public method to check the enabled state.</td>
86 </tr><tr> 86 </tr><tr>
87 <td><a href="#E5MapWidget.isOnRightSide">isOnRightSide</a></td>
88 <td>Public method to test, if the map is shown on the right side of the master widget.</td>
89 </tr><tr>
87 <td><a href="#E5MapWidget.lineDimensions">lineDimensions</a></td> 90 <td><a href="#E5MapWidget.lineDimensions">lineDimensions</a></td>
88 <td>Public method to get the line (indicator) dimensions.</td> 91 <td>Public method to get the line (indicator) dimensions.</td>
89 </tr><tr> 92 </tr><tr>
90 <td><a href="#E5MapWidget.mouseMoveEvent">mouseMoveEvent</a></td> 93 <td><a href="#E5MapWidget.mouseMoveEvent">mouseMoveEvent</a></td>
91 <td>Protected method to handle a mouse moves.</td> 94 <td>Protected method to handle a mouse moves.</td>
108 <td><a href="#E5MapWidget.setEnabled">setEnabled</a></td> 111 <td><a href="#E5MapWidget.setEnabled">setEnabled</a></td>
109 <td>Public method to set the enabled state.</td> 112 <td>Public method to set the enabled state.</td>
110 </tr><tr> 113 </tr><tr>
111 <td><a href="#E5MapWidget.setLineDimensions">setLineDimensions</a></td> 114 <td><a href="#E5MapWidget.setLineDimensions">setLineDimensions</a></td>
112 <td>Public method to set the line (indicator) dimensions.</td> 115 <td>Public method to set the line (indicator) dimensions.</td>
116 </tr><tr>
117 <td><a href="#E5MapWidget.setMapPosition">setMapPosition</a></td>
118 <td>Public method to set, whether the map should be shown to the right or left of the master widget.</td>
113 </tr><tr> 119 </tr><tr>
114 <td><a href="#E5MapWidget.setMaster">setMaster</a></td> 120 <td><a href="#E5MapWidget.setMaster">setMaster</a></td>
115 <td>Public method to set the map master widget.</td> 121 <td>Public method to set the map master widget.</td>
116 </tr><tr> 122 </tr><tr>
117 <td><a href="#E5MapWidget.setWidth">setWidth</a></td> 123 <td><a href="#E5MapWidget.setWidth">setWidth</a></td>
220 </p><dl> 226 </p><dl>
221 <dt>Returns:</dt> 227 <dt>Returns:</dt>
222 <dd> 228 <dd>
223 flag indicating the enabled state (boolean) 229 flag indicating the enabled state (boolean)
224 </dd> 230 </dd>
231 </dl><a NAME="E5MapWidget.isOnRightSide" ID="E5MapWidget.isOnRightSide"></a>
232 <h4>E5MapWidget.isOnRightSide</h4>
233 <b>isOnRightSide</b>(<i></i>)
234 <p>
235 Public method to test, if the map is shown on the right side of the
236 master widget.
237 </p><dl>
238 <dt>Returns:</dt>
239 <dd>
240 flag indicating that the map is to the right of the master
241 widget
242 </dd>
243 </dl><dl>
244 <dt>Return Type:</dt>
245 <dd>
246 bool
247 </dd>
225 </dl><a NAME="E5MapWidget.lineDimensions" ID="E5MapWidget.lineDimensions"></a> 248 </dl><a NAME="E5MapWidget.lineDimensions" ID="E5MapWidget.lineDimensions"></a>
226 <h4>E5MapWidget.lineDimensions</h4> 249 <h4>E5MapWidget.lineDimensions</h4>
227 <b>lineDimensions</b>(<i></i>) 250 <b>lineDimensions</b>(<i></i>)
228 <p> 251 <p>
229 Public method to get the line (indicator) dimensions. 252 Public method to get the line (indicator) dimensions.
327 <dd> 350 <dd>
328 border width on each side in x-direction (integer) 351 border width on each side in x-direction (integer)
329 </dd><dt><i>height</i></dt> 352 </dd><dt><i>height</i></dt>
330 <dd> 353 <dd>
331 height of the line in pixels (integer) 354 height of the line in pixels (integer)
355 </dd>
356 </dl><a NAME="E5MapWidget.setMapPosition" ID="E5MapWidget.setMapPosition"></a>
357 <h4>E5MapWidget.setMapPosition</h4>
358 <b>setMapPosition</b>(<i>onRight</i>)
359 <p>
360 Public method to set, whether the map should be shown to the right or
361 left of the master widget.
362 </p><dl>
363 <dt><i>onRight</i> (bool)</dt>
364 <dd>
365 flag indicating to show the map on the right side of
366 the master widget
332 </dd> 367 </dd>
333 </dl><a NAME="E5MapWidget.setMaster" ID="E5MapWidget.setMaster"></a> 368 </dl><a NAME="E5MapWidget.setMaster" ID="E5MapWidget.setMaster"></a>
334 <h4>E5MapWidget.setMaster</h4> 369 <h4>E5MapWidget.setMaster</h4>
335 <b>setMaster</b>(<i>master</i>) 370 <b>setMaster</b>(<i>master</i>)
336 <p> 371 <p>

eric ide

mercurial