eric6/Documentation/Source/eric6.E5Gui.E5ZoomWidget.html

changeset 7989
a21d673a8f99
parent 7900
72b88fb20261
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
222 <dd> 222 <dd>
223 value to get the index for (integer) 223 value to get the index for (integer)
224 </dd> 224 </dd>
225 </dl> 225 </dl>
226 <dl> 226 <dl>
227 <dt>Returns:</dt> 227 <dt>Return:</dt>
228 <dd> 228 <dd>
229 index into the mapping list or the unchanged value, 229 index into the mapping list or the unchanged value,
230 if mapping is not set (integer) 230 if mapping is not set (integer)
231 </dd> 231 </dd>
232 </dl> 232 </dl>
278 278
279 <p> 279 <p>
280 Public method to get the default zoom value. 280 Public method to get the default zoom value.
281 </p> 281 </p>
282 <dl> 282 <dl>
283 <dt>Returns:</dt> 283 <dt>Return:</dt>
284 <dd> 284 <dd>
285 default zoom value (integer) 285 default zoom value (integer)
286 </dd> 286 </dd>
287 </dl> 287 </dl>
288 <a NAME="E5ZoomWidget.isMapped" ID="E5ZoomWidget.isMapped"></a> 288 <a NAME="E5ZoomWidget.isMapped" ID="E5ZoomWidget.isMapped"></a>
291 291
292 <p> 292 <p>
293 Public method to check for a mapped zoom widget. 293 Public method to check for a mapped zoom widget.
294 </p> 294 </p>
295 <dl> 295 <dl>
296 <dt>Returns:</dt> 296 <dt>Return:</dt>
297 <dd> 297 <dd>
298 flag indicating a mapped zoom widget (boolean) 298 flag indicating a mapped zoom widget (boolean)
299 </dd> 299 </dd>
300 </dl> 300 </dl>
301 <a NAME="E5ZoomWidget.isPercent" ID="E5ZoomWidget.isPercent"></a> 301 <a NAME="E5ZoomWidget.isPercent" ID="E5ZoomWidget.isPercent"></a>
304 304
305 <p> 305 <p>
306 Public method to get the percent mode. 306 Public method to get the percent mode.
307 </p> 307 </p>
308 <dl> 308 <dl>
309 <dt>Returns:</dt> 309 <dt>Return:</dt>
310 <dd> 310 <dd>
311 flag indicating percent mode (boolean) 311 flag indicating percent mode (boolean)
312 </dd> 312 </dd>
313 </dl> 313 </dl>
314 <a NAME="E5ZoomWidget.mapping" ID="E5ZoomWidget.mapping"></a> 314 <a NAME="E5ZoomWidget.mapping" ID="E5ZoomWidget.mapping"></a>
317 317
318 <p> 318 <p>
319 Public method to get the current mapping. 319 Public method to get the current mapping.
320 </p> 320 </p>
321 <dl> 321 <dl>
322 <dt>Returns:</dt> 322 <dt>Return:</dt>
323 <dd> 323 <dd>
324 tuple of the mapping and the default index 324 tuple of the mapping and the default index
325 (list of integer, integer) 325 (list of integer, integer)
326 </dd> 326 </dd>
327 </dl> 327 </dl>
331 331
332 <p> 332 <p>
333 Public method to get the maximum value. 333 Public method to get the maximum value.
334 </p> 334 </p>
335 <dl> 335 <dl>
336 <dt>Returns:</dt> 336 <dt>Return:</dt>
337 <dd> 337 <dd>
338 maximum value (integer) 338 maximum value (integer)
339 </dd> 339 </dd>
340 </dl> 340 </dl>
341 <a NAME="E5ZoomWidget.minimum" ID="E5ZoomWidget.minimum"></a> 341 <a NAME="E5ZoomWidget.minimum" ID="E5ZoomWidget.minimum"></a>
344 344
345 <p> 345 <p>
346 Public method to get the minimum value. 346 Public method to get the minimum value.
347 </p> 347 </p>
348 <dl> 348 <dl>
349 <dt>Returns:</dt> 349 <dt>Return:</dt>
350 <dd> 350 <dd>
351 minimum value (integer) 351 minimum value (integer)
352 </dd> 352 </dd>
353 </dl> 353 </dl>
354 <a NAME="E5ZoomWidget.on_slider_sliderMoved" ID="E5ZoomWidget.on_slider_sliderMoved"></a> 354 <a NAME="E5ZoomWidget.on_slider_sliderMoved" ID="E5ZoomWidget.on_slider_sliderMoved"></a>
371 371
372 <p> 372 <p>
373 Public method to get the page step value. 373 Public method to get the page step value.
374 </p> 374 </p>
375 <dl> 375 <dl>
376 <dt>Returns:</dt> 376 <dt>Return:</dt>
377 <dd> 377 <dd>
378 page step value (integer) 378 page step value (integer)
379 </dd> 379 </dd>
380 </dl> 380 </dl>
381 <a NAME="E5ZoomWidget.setDefault" ID="E5ZoomWidget.setDefault"></a> 381 <a NAME="E5ZoomWidget.setDefault" ID="E5ZoomWidget.setDefault"></a>
511 511
512 <p> 512 <p>
513 Public method to get the single step value. 513 Public method to get the single step value.
514 </p> 514 </p>
515 <dl> 515 <dl>
516 <dt>Returns:</dt> 516 <dt>Return:</dt>
517 <dd> 517 <dd>
518 single step value (integer) 518 single step value (integer)
519 </dd> 519 </dd>
520 </dl> 520 </dl>
521 <a NAME="E5ZoomWidget.value" ID="E5ZoomWidget.value"></a> 521 <a NAME="E5ZoomWidget.value" ID="E5ZoomWidget.value"></a>
524 524
525 <p> 525 <p>
526 Public method to get the current value. 526 Public method to get the current value.
527 </p> 527 </p>
528 <dl> 528 <dl>
529 <dt>Returns:</dt> 529 <dt>Return:</dt>
530 <dd> 530 <dd>
531 current zoom value (integer) 531 current zoom value (integer)
532 </dd> 532 </dd>
533 </dl> 533 </dl>
534 <div align="right"><a href="#top">Up</a></div> 534 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial