Documentation/Source/eric5.Helpviewer.HelpBrowserWV.html

changeset 260
21f7999b7abe
parent 142
94ce651735db
child 350
db40effc5c65
equal deleted inserted replaced
259:103969d5594b 260:21f7999b7abe
684 <td>Constructor</td> 684 <td>Constructor</td>
685 </tr><tr> 685 </tr><tr>
686 <td><a href="#HelpWebPage.acceptNavigationRequest">acceptNavigationRequest</a></td> 686 <td><a href="#HelpWebPage.acceptNavigationRequest">acceptNavigationRequest</a></td>
687 <td>Protected method to determine, if a request may be accepted.</td> 687 <td>Protected method to determine, if a request may be accepted.</td>
688 </tr><tr> 688 </tr><tr>
689 <td><a href="#HelpWebPage.extension">extension</a></td>
690 <td>Public method to implement a specific extension.</td>
691 </tr><tr>
689 <td><a href="#HelpWebPage.pageAttributeId">pageAttributeId</a></td> 692 <td><a href="#HelpWebPage.pageAttributeId">pageAttributeId</a></td>
690 <td>Public method to get the attribute id of the page attribute.</td> 693 <td>Public method to get the attribute id of the page attribute.</td>
691 </tr><tr> 694 </tr><tr>
692 <td><a href="#HelpWebPage.populateNetworkRequest">populateNetworkRequest</a></td> 695 <td><a href="#HelpWebPage.populateNetworkRequest">populateNetworkRequest</a></td>
693 <td>Public method to add data to a network request.</td> 696 <td>Public method to add data to a network request.</td>
697 </tr><tr>
698 <td><a href="#HelpWebPage.supportsExtension">supportsExtension</a></td>
699 <td>Public method to check the support for an extension.</td>
694 </tr> 700 </tr>
695 </table> 701 </table>
696 <a NAME="HelpWebPage.__init__" ID="HelpWebPage.__init__"></a> 702 <a NAME="HelpWebPage.__init__" ID="HelpWebPage.__init__"></a>
697 <h4>HelpWebPage (Constructor)</h4> 703 <h4>HelpWebPage (Constructor)</h4>
698 <b>HelpWebPage</b>(<i>parent = None</i>) 704 <b>HelpWebPage</b>(<i>parent = None</i>)
722 </dl><dl> 728 </dl><dl>
723 <dt>Returns:</dt> 729 <dt>Returns:</dt>
724 <dd> 730 <dd>
725 flag indicating acceptance (boolean) 731 flag indicating acceptance (boolean)
726 </dd> 732 </dd>
733 </dl><a NAME="HelpWebPage.extension" ID="HelpWebPage.extension"></a>
734 <h4>HelpWebPage.extension</h4>
735 <b>extension</b>(<i>extension, option, output</i>)
736 <p>
737 Public method to implement a specific extension.
738 </p><dl>
739 <dt><i>extension</i></dt>
740 <dd>
741 extension to be executed (QWebPage.Extension)
742 </dd><dt><i>option</i></dt>
743 <dd>
744 provides input to the extension (QWebPage.ExtensionOption)
745 </dd><dt><i>output</i></dt>
746 <dd>
747 stores the output results (QWebPage.ExtensionReturn)
748 </dd>
749 </dl><dl>
750 <dt>Returns:</dt>
751 <dd>
752 flag indicating a successful call of the extension (boolean)
753 </dd>
727 </dl><a NAME="HelpWebPage.pageAttributeId" ID="HelpWebPage.pageAttributeId"></a> 754 </dl><a NAME="HelpWebPage.pageAttributeId" ID="HelpWebPage.pageAttributeId"></a>
728 <h4>HelpWebPage.pageAttributeId</h4> 755 <h4>HelpWebPage.pageAttributeId</h4>
729 <b>pageAttributeId</b>(<i></i>) 756 <b>pageAttributeId</b>(<i></i>)
730 <p> 757 <p>
731 Public method to get the attribute id of the page attribute. 758 Public method to get the attribute id of the page attribute.
741 Public method to add data to a network request. 768 Public method to add data to a network request.
742 </p><dl> 769 </p><dl>
743 <dt><i>request</i></dt> 770 <dt><i>request</i></dt>
744 <dd> 771 <dd>
745 reference to the network request object (QNetworkRequest) 772 reference to the network request object (QNetworkRequest)
773 </dd>
774 </dl><a NAME="HelpWebPage.supportsExtension" ID="HelpWebPage.supportsExtension"></a>
775 <h4>HelpWebPage.supportsExtension</h4>
776 <b>supportsExtension</b>(<i>extension</i>)
777 <p>
778 Public method to check the support for an extension.
779 </p><dl>
780 <dt><i>extension</i></dt>
781 <dd>
782 extension to test for (QWebPage.Extension)
783 </dd>
784 </dl><dl>
785 <dt>Returns:</dt>
786 <dd>
787 flag indicating the support of extension (boolean)
746 </dd> 788 </dd>
747 </dl> 789 </dl>
748 <div align="right"><a href="#top">Up</a></div> 790 <div align="right"><a href="#top">Up</a></div>
749 <hr /><hr /> 791 <hr /><hr />
750 <a NAME="JavaScriptEricObject" ID="JavaScriptEricObject"></a> 792 <a NAME="JavaScriptEricObject" ID="JavaScriptEricObject"></a>

eric ide

mercurial