--- a/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockTreeWidget.html Thu Dec 14 19:25:34 2017 +0100 +++ b/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockTreeWidget.html Mon Dec 18 18:09:39 2017 +0100 @@ -104,12 +104,12 @@ <p> Constructor </p><dl> -<dt><i>subscription</i></dt> +<dt><i>subscription</i> (AdBlockSubscription)</dt> <dd> -reference to the subscription (AdBlockSubscription) -</dd><dt><i>parent</i></dt> +reference to the subscription +</dd><dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl><a NAME="AdBlockTreeWidget.__adjustItemFeatures" ID="AdBlockTreeWidget.__adjustItemFeatures"></a> <h4>AdBlockTreeWidget.__adjustItemFeatures</h4> @@ -117,12 +117,12 @@ <p> Private method to adjust an item. </p><dl> -<dt><i>itm</i></dt> +<dt><i>itm</i> (QTreeWidgetItem)</dt> <dd> -item to be adjusted (QTreeWidgetItem) -</dd><dt><i>rule</i></dt> +item to be adjusted +</dd><dt><i>rule</i> (AdBlockRule)</dt> <dd> -rule for the adjustment (AdBlockRule) +rule for the adjustment </dd> </dl><a NAME="AdBlockTreeWidget.__contextMenuRequested" ID="AdBlockTreeWidget.__contextMenuRequested"></a> <h4>AdBlockTreeWidget.__contextMenuRequested</h4> @@ -130,9 +130,9 @@ <p> Private slot to show the context menu. </p><dl> -<dt><i>pos</i></dt> +<dt><i>pos</i> (QPoint)</dt> <dd> -position for the menu (QPoint) +position for the menu </dd> </dl><a NAME="AdBlockTreeWidget.__copyFilter" ID="AdBlockTreeWidget.__copyFilter"></a> <h4>AdBlockTreeWidget.__copyFilter</h4> @@ -145,9 +145,9 @@ <p> Private slot to handle the change of an item. </p><dl> -<dt><i>itm</i></dt> +<dt><i>itm</i> (QTreeWidgetItem)</dt> <dd> -changed item (QTreeWidgetItem) +changed item </dd> </dl><a NAME="AdBlockTreeWidget.__subscriptionChanged" ID="AdBlockTreeWidget.__subscriptionChanged"></a> <h4>AdBlockTreeWidget.__subscriptionChanged</h4> @@ -160,9 +160,9 @@ <p> Public slot to add a new rule. </p><dl> -<dt><i>filterRule</i></dt> +<dt><i>filterRule</i> (str)</dt> <dd> -filter to be added (string) +filter to be added </dd> </dl><a NAME="AdBlockTreeWidget.keyPressEvent" ID="AdBlockTreeWidget.keyPressEvent"></a> <h4>AdBlockTreeWidget.keyPressEvent</h4> @@ -170,9 +170,9 @@ <p> Protected method handling key presses. </p><dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QKeyEvent)</dt> <dd> -key press event (QKeyEvent) +key press event </dd> </dl><a NAME="AdBlockTreeWidget.refresh" ID="AdBlockTreeWidget.refresh"></a> <h4>AdBlockTreeWidget.refresh</h4> @@ -190,9 +190,9 @@ <p> Public method to highlight the given rule. </p><dl> -<dt><i>rule</i></dt> +<dt><i>rule</i> (AdBlockRule)</dt> <dd> -AdBlock rule to be shown (AdBlockRule) +AdBlock rule to be shown </dd> </dl><a NAME="AdBlockTreeWidget.subscription" ID="AdBlockTreeWidget.subscription"></a> <h4>AdBlockTreeWidget.subscription</h4> @@ -202,7 +202,12 @@ </p><dl> <dt>Returns:</dt> <dd> -reference to the subscription (AdBlockSubscription) +reference to the subscription +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +AdBlockSubscription </dd> </dl> <div align="right"><a href="#top">Up</a></div>