7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
208 | 208 |
209 <p> | 209 <p> |
210 Public method to get the page name of the current page. | 210 Public method to get the page name of the current page. |
211 </p> | 211 </p> |
212 <dl> | 212 <dl> |
213 <dt>Returns:</dt> | 213 <dt>Return:</dt> |
214 <dd> | 214 <dd> |
215 page name of the current page (string) | 215 page name of the current page (string) |
216 </dd> | 216 </dd> |
217 </dl> | 217 </dl> |
218 <a NAME="ConfigurationDialog.getExpandedEntries" ID="ConfigurationDialog.getExpandedEntries"></a> | 218 <a NAME="ConfigurationDialog.getExpandedEntries" ID="ConfigurationDialog.getExpandedEntries"></a> |
221 | 221 |
222 <p> | 222 <p> |
223 Public method to get a list of expanded entries. | 223 Public method to get a list of expanded entries. |
224 </p> | 224 </p> |
225 <dl> | 225 <dl> |
226 <dt>Returns:</dt> | 226 <dt>Return:</dt> |
227 <dd> | 227 <dd> |
228 list of expanded entries (list of string) | 228 list of expanded entries (list of string) |
229 </dd> | 229 </dd> |
230 </dl> | 230 </dl> |
231 <a NAME="ConfigurationDialog.setPreferences" ID="ConfigurationDialog.setPreferences"></a> | 231 <a NAME="ConfigurationDialog.setPreferences" ID="ConfigurationDialog.setPreferences"></a> |
323 | 323 |
324 <p> | 324 <p> |
325 Public method to get the name of the associated configuration page. | 325 Public method to get the name of the associated configuration page. |
326 </p> | 326 </p> |
327 <dl> | 327 <dl> |
328 <dt>Returns:</dt> | 328 <dt>Return:</dt> |
329 <dd> | 329 <dd> |
330 name of the configuration page (string) | 330 name of the configuration page (string) |
331 </dd> | 331 </dd> |
332 </dl> | 332 </dl> |
333 <div align="right"><a href="#top">Up</a></div> | 333 <div align="right"><a href="#top">Up</a></div> |
529 <dd> | 529 <dd> |
530 name of the configuration page module (string) | 530 name of the configuration page module (string) |
531 </dd> | 531 </dd> |
532 </dl> | 532 </dl> |
533 <dl> | 533 <dl> |
534 <dt>Returns:</dt> | 534 <dt>Return:</dt> |
535 <dd> | 535 <dd> |
536 reference to the configuration page module | 536 reference to the configuration page module |
537 </dd> | 537 </dd> |
538 </dl> | 538 </dl> |
539 <a NAME="ConfigurationWidget.__initLexers" ID="ConfigurationWidget.__initLexers"></a> | 539 <a NAME="ConfigurationWidget.__initLexers" ID="ConfigurationWidget.__initLexers"></a> |
556 <dd> | 556 <dd> |
557 data structure for the page to initialize | 557 data structure for the page to initialize |
558 </dd> | 558 </dd> |
559 </dl> | 559 </dl> |
560 <dl> | 560 <dl> |
561 <dt>Returns:</dt> | 561 <dt>Return:</dt> |
562 <dd> | 562 <dd> |
563 reference to the initialized page | 563 reference to the initialized page |
564 </dd> | 564 </dd> |
565 </dl> | 565 </dl> |
566 <a NAME="ConfigurationWidget.__resizeConfigStack" ID="ConfigurationWidget.__resizeConfigStack"></a> | 566 <a NAME="ConfigurationWidget.__resizeConfigStack" ID="ConfigurationWidget.__resizeConfigStack"></a> |
587 <dd> | 587 <dd> |
588 text to search for (string) | 588 text to search for (string) |
589 </dd> | 589 </dd> |
590 </dl> | 590 </dl> |
591 <dl> | 591 <dl> |
592 <dt>Returns:</dt> | 592 <dt>Return:</dt> |
593 <dd> | 593 <dd> |
594 flag indicating an enabled child item (boolean) | 594 flag indicating an enabled child item (boolean) |
595 </dd> | 595 </dd> |
596 </dl> | 596 </dl> |
597 <a NAME="ConfigurationWidget.__searchTextChanged" ID="ConfigurationWidget.__searchTextChanged"></a> | 597 <a NAME="ConfigurationWidget.__searchTextChanged" ID="ConfigurationWidget.__searchTextChanged"></a> |
647 | 647 |
648 <p> | 648 <p> |
649 Public method to check, if invoked from within eric. | 649 Public method to check, if invoked from within eric. |
650 </p> | 650 </p> |
651 <dl> | 651 <dl> |
652 <dt>Returns:</dt> | 652 <dt>Return:</dt> |
653 <dd> | 653 <dd> |
654 flag indicating invocation from within eric (boolean) | 654 flag indicating invocation from within eric (boolean) |
655 </dd> | 655 </dd> |
656 </dl> | 656 </dl> |
657 <a NAME="ConfigurationWidget.getConfigurationPageName" ID="ConfigurationWidget.getConfigurationPageName"></a> | 657 <a NAME="ConfigurationWidget.getConfigurationPageName" ID="ConfigurationWidget.getConfigurationPageName"></a> |
660 | 660 |
661 <p> | 661 <p> |
662 Public method to get the page name of the current page. | 662 Public method to get the page name of the current page. |
663 </p> | 663 </p> |
664 <dl> | 664 <dl> |
665 <dt>Returns:</dt> | 665 <dt>Return:</dt> |
666 <dd> | 666 <dd> |
667 page name of the current page (string) | 667 page name of the current page (string) |
668 </dd> | 668 </dd> |
669 </dl> | 669 </dl> |
670 <a NAME="ConfigurationWidget.getExpandedEntries" ID="ConfigurationWidget.getExpandedEntries"></a> | 670 <a NAME="ConfigurationWidget.getExpandedEntries" ID="ConfigurationWidget.getExpandedEntries"></a> |
673 | 673 |
674 <p> | 674 <p> |
675 Public method to get a list of expanded entries. | 675 Public method to get a list of expanded entries. |
676 </p> | 676 </p> |
677 <dl> | 677 <dl> |
678 <dt>Returns:</dt> | 678 <dt>Return:</dt> |
679 <dd> | 679 <dd> |
680 list of expanded entries (list of string) | 680 list of expanded entries (list of string) |
681 </dd> | 681 </dd> |
682 </dl> | 682 </dl> |
683 <a NAME="ConfigurationWidget.getLexers" ID="ConfigurationWidget.getLexers"></a> | 683 <a NAME="ConfigurationWidget.getLexers" ID="ConfigurationWidget.getLexers"></a> |
686 | 686 |
687 <p> | 687 <p> |
688 Public method to get a reference to the lexers dictionary. | 688 Public method to get a reference to the lexers dictionary. |
689 </p> | 689 </p> |
690 <dl> | 690 <dl> |
691 <dt>Returns:</dt> | 691 <dt>Return:</dt> |
692 <dd> | 692 <dd> |
693 reference to the lexers dictionary | 693 reference to the lexers dictionary |
694 </dd> | 694 </dd> |
695 </dl> | 695 </dl> |
696 <a NAME="ConfigurationWidget.getPage" ID="ConfigurationWidget.getPage"></a> | 696 <a NAME="ConfigurationWidget.getPage" ID="ConfigurationWidget.getPage"></a> |
706 <dd> | 706 <dd> |
707 name of the configuration page (string) | 707 name of the configuration page (string) |
708 </dd> | 708 </dd> |
709 </dl> | 709 </dl> |
710 <dl> | 710 <dl> |
711 <dt>Returns:</dt> | 711 <dt>Return:</dt> |
712 <dd> | 712 <dd> |
713 reference to the page or None, indicating page was | 713 reference to the page or None, indicating page was |
714 not loaded yet | 714 not loaded yet |
715 </dd> | 715 </dd> |
716 </dl> | 716 </dl> |
720 | 720 |
721 <p> | 721 <p> |
722 Public method to get an indication, if QtWebEngine is being used. | 722 Public method to get an indication, if QtWebEngine is being used. |
723 </p> | 723 </p> |
724 <dl> | 724 <dl> |
725 <dt>Returns:</dt> | 725 <dt>Return:</dt> |
726 <dd> | 726 <dd> |
727 flag indicating the use of QtWebEngine | 727 flag indicating the use of QtWebEngine |
728 </dd> | 728 </dd> |
729 </dl> | 729 </dl> |
730 <dl> | 730 <dl> |