src/eric7/Documentation/Source/eric7.WebBrowser.SpeedDial.SpeedDial.html

branch
eric7
changeset 10479
856476537696
parent 10436
f6881d10e995
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.SpeedDial.SpeedDial.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.SpeedDial.SpeedDial.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,37 +7,36 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.SpeedDial.SpeedDial</h1>
-
 <p>
 Module implementing the speed dial.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#SpeedDial">SpeedDial</a></td>
 <td>Class implementing the speed dial.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="SpeedDial" ID="SpeedDial"></a>
 <h2>SpeedDial</h2>
-
 <p>
     Class implementing the speed dial.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -61,19 +60,17 @@
 <h3>Derived from</h3>
 QObject
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#SpeedDial.__init__">SpeedDial</a></td>
 <td>Constructor</td>
@@ -175,19 +172,20 @@
 <td>Public slot to get the URL from user input.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="SpeedDial.__init__" ID="SpeedDial.__init__"></a>
 <h4>SpeedDial (Constructor)</h4>
 <b>SpeedDial</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QObject)</dt>
@@ -198,10 +196,10 @@
 <a NAME="SpeedDial.__escapeTitle" ID="SpeedDial.__escapeTitle"></a>
 <h4>SpeedDial.__escapeTitle</h4>
 <b>__escapeTitle</b>(<i>title</i>)
-
 <p>
         Private method to escape a title string.
 </p>
+
 <dl>
 
 <dt><i>title</i> (str)</dt>
@@ -224,10 +222,10 @@
 <a NAME="SpeedDial.__escapeUrl" ID="SpeedDial.__escapeUrl"></a>
 <h4>SpeedDial.__escapeUrl</h4>
 <b>__escapeUrl</b>(<i>url</i>)
-
 <p>
         Private method to escape an URL string.
 </p>
+
 <dl>
 
 <dt><i>url</i> (str)</dt>
@@ -250,10 +248,10 @@
 <a NAME="SpeedDial.__imageFileName" ID="SpeedDial.__imageFileName"></a>
 <h4>SpeedDial.__imageFileName</h4>
 <b>__imageFileName</b>(<i>url</i>)
-
 <p>
         Private method to generate the image file name for a URL.
 </p>
+
 <dl>
 
 <dt><i>url</i> (str)</dt>
@@ -276,24 +274,24 @@
 <a NAME="SpeedDial.__initialize" ID="SpeedDial.__initialize"></a>
 <h4>SpeedDial.__initialize</h4>
 <b>__initialize</b>(<i></i>)
-
 <p>
         Private method to initialize the speed dial.
 </p>
+
 <a NAME="SpeedDial.__load" ID="SpeedDial.__load"></a>
 <h4>SpeedDial.__load</h4>
 <b>__load</b>(<i></i>)
-
 <p>
         Private method to load the speed dial configuration.
 </p>
+
 <a NAME="SpeedDial.__thumbnailCreated" ID="SpeedDial.__thumbnailCreated"></a>
 <h4>SpeedDial.__thumbnailCreated</h4>
 <b>__thumbnailCreated</b>(<i>image, thumbnailer</i>)
-
 <p>
         Private slot to handle the creation of a thumbnail image.
 </p>
+
 <dl>
 
 <dt><i>image</i> (QPixmap)</dt>
@@ -308,10 +306,10 @@
 <a NAME="SpeedDial.addPage" ID="SpeedDial.addPage"></a>
 <h4>SpeedDial.addPage</h4>
 <b>addPage</b>(<i>url, title</i>)
-
 <p>
         Public method to add a page for the given data.
 </p>
+
 <dl>
 
 <dt><i>url</i> (QUrl)</dt>
@@ -326,10 +324,10 @@
 <a NAME="SpeedDial.changed" ID="SpeedDial.changed"></a>
 <h4>SpeedDial.changed</h4>
 <b>changed</b>(<i>allPages</i>)
-
 <p>
         Public slot to react on changed pages.
 </p>
+
 <dl>
 
 <dt><i>allPages</i> (str)</dt>
@@ -340,17 +338,17 @@
 <a NAME="SpeedDial.close" ID="SpeedDial.close"></a>
 <h4>SpeedDial.close</h4>
 <b>close</b>(<i></i>)
-
 <p>
         Public method to close the user agents manager.
 </p>
+
 <a NAME="SpeedDial.getFileName" ID="SpeedDial.getFileName"></a>
 <h4>SpeedDial.getFileName</h4>
 <b>getFileName</b>(<i></i>)
-
 <p>
         Public method to get the file name of the user agents file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -366,10 +364,10 @@
 <a NAME="SpeedDial.initialScript" ID="SpeedDial.initialScript"></a>
 <h4>SpeedDial.initialScript</h4>
 <b>initialScript</b>(<i></i>)
-
 <p>
         Public method to get the 'initial' JavaScript script.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -385,10 +383,10 @@
 <a NAME="SpeedDial.loadThumbnail" ID="SpeedDial.loadThumbnail"></a>
 <h4>SpeedDial.loadThumbnail</h4>
 <b>loadThumbnail</b>(<i>urlStr, loadTitle</i>)
-
 <p>
         Public slot to load a thumbnail of the given URL.
 </p>
+
 <dl>
 
 <dt><i>urlStr</i> (str)</dt>
@@ -404,10 +402,10 @@
 <a NAME="SpeedDial.pageForUrl" ID="SpeedDial.pageForUrl"></a>
 <h4>SpeedDial.pageForUrl</h4>
 <b>pageForUrl</b>(<i>url</i>)
-
 <p>
         Public method to get the page for the given URL.
 </p>
+
 <dl>
 
 <dt><i>url</i> (QUrl)</dt>
@@ -430,10 +428,10 @@
 <a NAME="SpeedDial.pagesInRow" ID="SpeedDial.pagesInRow"></a>
 <h4>SpeedDial.pagesInRow</h4>
 <b>pagesInRow</b>(<i></i>)
-
 <p>
         Public method to get the number of dials per row.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -449,17 +447,17 @@
 <a NAME="SpeedDial.reload" ID="SpeedDial.reload"></a>
 <h4>SpeedDial.reload</h4>
 <b>reload</b>(<i></i>)
-
 <p>
         Public method to reload the speed dial data.
 </p>
+
 <a NAME="SpeedDial.removeImageForUrl" ID="SpeedDial.removeImageForUrl"></a>
 <h4>SpeedDial.removeImageForUrl</h4>
 <b>removeImageForUrl</b>(<i>url</i>)
-
 <p>
         Public slot to remove the image for a URL.
 </p>
+
 <dl>
 
 <dt><i>url</i> (str)</dt>
@@ -470,10 +468,10 @@
 <a NAME="SpeedDial.removePage" ID="SpeedDial.removePage"></a>
 <h4>SpeedDial.removePage</h4>
 <b>removePage</b>(<i>url</i>)
-
 <p>
         Public method to remove a page.
 </p>
+
 <dl>
 
 <dt><i>url</i> (QUrl)</dt>
@@ -484,24 +482,24 @@
 <a NAME="SpeedDial.resetDials" ID="SpeedDial.resetDials"></a>
 <h4>SpeedDial.resetDials</h4>
 <b>resetDials</b>(<i></i>)
-
 <p>
         Public method to reset the speed dials to the default values.
 </p>
+
 <a NAME="SpeedDial.save" ID="SpeedDial.save"></a>
 <h4>SpeedDial.save</h4>
 <b>save</b>(<i></i>)
-
 <p>
         Public method to save the speed dial configuration.
 </p>
+
 <a NAME="SpeedDial.sdSize" ID="SpeedDial.sdSize"></a>
 <h4>SpeedDial.sdSize</h4>
 <b>sdSize</b>(<i></i>)
-
 <p>
         Public method to get the speed dial size.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -517,10 +515,10 @@
 <a NAME="SpeedDial.setPagesInRow" ID="SpeedDial.setPagesInRow"></a>
 <h4>SpeedDial.setPagesInRow</h4>
 <b>setPagesInRow</b>(<i>count</i>)
-
 <p>
         Public slot to set the number of pages per row.
 </p>
+
 <dl>
 
 <dt><i>count</i> (int)</dt>
@@ -531,10 +529,10 @@
 <a NAME="SpeedDial.setSdSize" ID="SpeedDial.setSdSize"></a>
 <h4>SpeedDial.setSdSize</h4>
 <b>setSdSize</b>(<i>size</i>)
-
 <p>
         Public slot to set the size of the speed dial.
 </p>
+
 <dl>
 
 <dt><i>size</i> (int)</dt>
@@ -545,10 +543,10 @@
 <a NAME="SpeedDial.urlForShortcut" ID="SpeedDial.urlForShortcut"></a>
 <h4>SpeedDial.urlForShortcut</h4>
 <b>urlForShortcut</b>(<i>key</i>)
-
 <p>
         Public method to get the URL for the given shortcut key.
 </p>
+
 <dl>
 
 <dt><i>key</i> (int)</dt>
@@ -571,10 +569,10 @@
 <a NAME="SpeedDial.urlFromUserInput" ID="SpeedDial.urlFromUserInput"></a>
 <h4>SpeedDial.urlFromUserInput</h4>
 <b>urlFromUserInput</b>(<i>url</i>)
-
 <p>
         Public slot to get the URL from user input.
 </p>
+
 <dl>
 
 <dt><i>url</i> (str)</dt>
@@ -596,4 +594,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial