Helpviewer/HelpBrowserWV.py

changeset 3591
2f2a4a76dd22
parent 3539
0c2dc1446ebf
child 3621
15f23ed3f216
--- a/Helpviewer/HelpBrowserWV.py	Sat May 17 19:58:49 2014 +0200
+++ b/Helpviewer/HelpBrowserWV.py	Sun May 18 14:13:09 2014 +0200
@@ -187,7 +187,7 @@
     
     def acceptNavigationRequest(self, frame, request, type_):
         """
-        Protected method to determine, if a request may be accepted.
+        Public method to determine, if a request may be accepted.
         
         @param frame reference to the frame sending the request (QWebFrame)
         @param request reference to the request object (QNetworkRequest)
@@ -445,7 +445,7 @@
     
     def userAgentForUrl(self, url):
         """
-        Protected method to determine the user agent for the given URL.
+        Public method to determine the user agent for the given URL.
         
         @param url URL to determine user agent for (QUrl)
         @return user agent string (string)
@@ -586,7 +586,8 @@
     @classmethod
     def webPluginFactory(cls):
         """
-        Class method to get a reference to the web plug-in factory instance.
+        Class method to get a reference to the web plug-in factory
+        instance.
         
         @return reference to the web plug-in factory instance (WebPluginFactory
         """
@@ -598,7 +599,7 @@
     
     def event(self, evt):
         """
-        Protected method implementing the event handler.
+        Public method implementing the event handler.
         
         @param evt reference to the event (QEvent)
         @return flag indicating that the event was handled (boolean)
@@ -1770,7 +1771,7 @@
     
     def event(self, evt):
         """
-        Protected method handling events.
+        Public method handling events.
         
         @param evt reference to the event (QEvent)
         @return flag indicating, if the event was handled (boolean)
@@ -2221,7 +2222,7 @@
     
     def createWindow(self, windowType):
         """
-        Protected method called, when a new window should be created.
+        Public method called, when a new window should be created.
         
         @param windowType type of the requested window (QWebPage.WebWindowType)
         @return reference to the created browser window (HelpBrowser)

eric ide

mercurial