src/eric7/Documentation/Source/eric7.QScintilla.EditorButtonsWidget.html

branch
eric7
changeset 10479
856476537696
parent 10431
64157aeb0312
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.QScintilla.EditorButtonsWidget.html
--- a/src/eric7/Documentation/Source/eric7.QScintilla.EditorButtonsWidget.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.EditorButtonsWidget.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,55 +7,52 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.QScintilla.EditorButtonsWidget</h1>
-
 <p>
 Module implementing a widget containing various buttons for accessing
 editor actions.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EditorButtonsWidget">EditorButtonsWidget</a></td>
 <td>Class implementing a widget containing various buttons for accessing editor actions.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EditorButtonsWidget" ID="EditorButtonsWidget"></a>
 <h2>EditorButtonsWidget</h2>
-
 <p>
     Class implementing a widget containing various buttons for accessing
     editor actions.
 </p>
+
 <h3>Derived from</h3>
 QWidget
 <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="#EditorButtonsWidget.__init__">EditorButtonsWidget</a></td>
 <td>Constructor</td>
@@ -117,19 +114,20 @@
 <td>Public slot to show the widget.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EditorButtonsWidget.__init__" ID="EditorButtonsWidget.__init__"></a>
 <h4>EditorButtonsWidget (Constructor)</h4>
 <b>EditorButtonsWidget</b>(<i>editor, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>editor</i> (Editor)</dt>
@@ -144,10 +142,10 @@
 <a NAME="EditorButtonsWidget.__addButton" ID="EditorButtonsWidget.__addButton"></a>
 <h4>EditorButtonsWidget.__addButton</h4>
 <b>__addButton</b>(<i>formatName, iconName, toolTip</i>)
-
 <p>
         Private method to add a format button.
 </p>
+
 <dl>
 
 <dt><i>formatName</i> (str)</dt>
@@ -178,45 +176,45 @@
 <a NAME="EditorButtonsWidget.__addSeparator" ID="EditorButtonsWidget.__addSeparator"></a>
 <h4>EditorButtonsWidget.__addSeparator</h4>
 <b>__addSeparator</b>(<i></i>)
-
 <p>
         Private method to add a separator line.
 </p>
+
 <a NAME="EditorButtonsWidget.__createButtons" ID="EditorButtonsWidget.__createButtons"></a>
 <h4>EditorButtonsWidget.__createButtons</h4>
 <b>__createButtons</b>(<i></i>)
-
 <p>
         Private slot to create the various tool buttons.
 </p>
+
 <a NAME="EditorButtonsWidget.__editorSelectionChanged" ID="EditorButtonsWidget.__editorSelectionChanged"></a>
 <h4>EditorButtonsWidget.__editorSelectionChanged</h4>
 <b>__editorSelectionChanged</b>(<i></i>)
-
 <p>
         Private slot to handle a change of the editor's selection.
 </p>
+
 <a NAME="EditorButtonsWidget.__editorSettingsRead" ID="EditorButtonsWidget.__editorSettingsRead"></a>
 <h4>EditorButtonsWidget.__editorSettingsRead</h4>
 <b>__editorSettingsRead</b>(<i></i>)
-
 <p>
         Private slot to handle a change of the editor related settings.
 </p>
+
 <a NAME="EditorButtonsWidget.__enableScrollerButtons" ID="EditorButtonsWidget.__enableScrollerButtons"></a>
 <h4>EditorButtonsWidget.__enableScrollerButtons</h4>
 <b>__enableScrollerButtons</b>(<i></i>)
-
 <p>
         Private method to set the enabled state of the scroll buttons.
 </p>
+
 <a NAME="EditorButtonsWidget.__formatClicked" ID="EditorButtonsWidget.__formatClicked"></a>
 <h4>EditorButtonsWidget.__formatClicked</h4>
 <b>__formatClicked</b>(<i>formatName</i>)
-
 <p>
         Private slot to handle a format button being clicked.
 </p>
+
 <dl>
 
 <dt><i>formatName</i> (str)</dt>
@@ -227,10 +225,10 @@
 <a NAME="EditorButtonsWidget.__headerMenuTriggered" ID="EditorButtonsWidget.__headerMenuTriggered"></a>
 <h4>EditorButtonsWidget.__headerMenuTriggered</h4>
 <b>__headerMenuTriggered</b>(<i>act</i>)
-
 <p>
         Private method handling the selection of a header menu entry.
 </p>
+
 <dl>
 
 <dt><i>act</i> (QAction)</dt>
@@ -241,10 +239,10 @@
 <a NAME="EditorButtonsWidget.__slide" ID="EditorButtonsWidget.__slide"></a>
 <h4>EditorButtonsWidget.__slide</h4>
 <b>__slide</b>(<i>up</i>)
-
 <p>
         Private method to move the sliding widget.
 </p>
+
 <dl>
 
 <dt><i>up</i> (bool)</dt>
@@ -255,33 +253,33 @@
 <a NAME="EditorButtonsWidget.__slideDown" ID="EditorButtonsWidget.__slideDown"></a>
 <h4>EditorButtonsWidget.__slideDown</h4>
 <b>__slideDown</b>(<i></i>)
-
 <p>
         Private slot to move the widget downwards, i.e. show contents to
         the top.
 </p>
+
 <a NAME="EditorButtonsWidget.__slideUp" ID="EditorButtonsWidget.__slideUp"></a>
 <h4>EditorButtonsWidget.__slideUp</h4>
 <b>__slideUp</b>(<i></i>)
-
 <p>
         Private slot to move the widget upwards, i.e. show contents to the
         bottom.
 </p>
+
 <a NAME="EditorButtonsWidget.__updateButtonStates" ID="EditorButtonsWidget.__updateButtonStates"></a>
 <h4>EditorButtonsWidget.__updateButtonStates</h4>
 <b>__updateButtonStates</b>(<i></i>)
-
 <p>
         Private slot to change the button states.
 </p>
+
 <a NAME="EditorButtonsWidget.resizeEvent" ID="EditorButtonsWidget.resizeEvent"></a>
 <h4>EditorButtonsWidget.resizeEvent</h4>
 <b>resizeEvent</b>(<i>evt</i>)
-
 <p>
         Protected method to handle resize events.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QResizeEvent)</dt>
@@ -292,10 +290,10 @@
 <a NAME="EditorButtonsWidget.show" ID="EditorButtonsWidget.show"></a>
 <h4>EditorButtonsWidget.show</h4>
 <b>show</b>(<i></i>)
-
 <p>
         Public slot to show the widget.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial