src/eric7/Documentation/Source/eric7.EricWidgets.EricApplication.html

branch
eric7
changeset 10479
856476537696
parent 10417
c6011e501282
child 11034
7b8a21fd2d58
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.EricWidgets.EricApplication.html
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricApplication.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricApplication.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.EricWidgets.EricApplication</h1>
-
 <p>
 Class implementing a specialized application class.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>ericApp</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricApplication">EricApplication</a></td>
 <td>Eric application class with an object registry.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricApplication" ID="EricApplication"></a>
 <h2>EricApplication</h2>
-
 <p>
     Eric application class with an object registry.
 </p>
+
 <h3>Derived from</h3>
 QApplication
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>PaletteRoleMapping</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricApplication.__init__">EricApplication</a></td>
 <td>Constructor</td>
@@ -107,19 +104,20 @@
 <td>Public method to determine, if the application is used on a small screen.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricApplication.__init__" ID="EricApplication.__init__"></a>
 <h4>EricApplication (Constructor)</h4>
 <b>EricApplication</b>(<i>args</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>args</i> (argparse.Namespace)</dt>
@@ -130,10 +128,10 @@
 <a NAME="EricApplication.__setPaletteFromStyleSheet" ID="EricApplication.__setPaletteFromStyleSheet"></a>
 <h4>EricApplication.__setPaletteFromStyleSheet</h4>
 <b>__setPaletteFromStyleSheet</b>(<i>styleSheet</i>)
-
 <p>
         Private method to set the palette from a style sheet.
 </p>
+
 <dl>
 
 <dt><i>styleSheet</i> (str)</dt>
@@ -144,10 +142,10 @@
 <a NAME="EricApplication.getObject" ID="EricApplication.getObject"></a>
 <h4>EricApplication.getObject</h4>
 <b>getObject</b>(<i>name</i>)
-
 <p>
         Public method to get a reference to a registered object.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -177,10 +175,10 @@
 <a NAME="EricApplication.getPluginObject" ID="EricApplication.getPluginObject"></a>
 <h4>EricApplication.getPluginObject</h4>
 <b>getPluginObject</b>(<i>name</i>)
-
 <p>
         Public method to get a reference to a registered plugin object.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -210,10 +208,10 @@
 <a NAME="EricApplication.getPluginObjectType" ID="EricApplication.getPluginObjectType"></a>
 <h4>EricApplication.getPluginObjectType</h4>
 <b>getPluginObjectType</b>(<i>name</i>)
-
 <p>
         Public method to get the type of a registered plugin object.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -243,11 +241,11 @@
 <a NAME="EricApplication.getPluginObjects" ID="EricApplication.getPluginObjects"></a>
 <h4>EricApplication.getPluginObjects</h4>
 <b>getPluginObjects</b>(<i></i>)
-
 <p>
         Public method to get a list of (name, reference) pairs of all
         registered plugin objects.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -263,10 +261,10 @@
 <a NAME="EricApplication.getStyleIconsPath" ID="EricApplication.getStyleIconsPath"></a>
 <h4>EricApplication.getStyleIconsPath</h4>
 <b>getStyleIconsPath</b>(<i>universal=False</i>)
-
 <p>
         Public method to get the path for the style icons.
 </p>
+
 <dl>
 
 <dt><i>universal</i> (bool (optional))</dt>
@@ -290,10 +288,10 @@
 <a NAME="EricApplication.registerObject" ID="EricApplication.registerObject"></a>
 <h4>EricApplication.registerObject</h4>
 <b>registerObject</b>(<i>name, objectRef</i>)
-
 <p>
         Public method to register an object in the object registry.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -315,10 +313,10 @@
 <a NAME="EricApplication.registerPluginObject" ID="EricApplication.registerPluginObject"></a>
 <h4>EricApplication.registerPluginObject</h4>
 <b>registerPluginObject</b>(<i>name, objectRef, pluginType=None</i>)
-
 <p>
         Public method to register a plugin object in the object registry.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -344,11 +342,11 @@
 <a NAME="EricApplication.setStyleSheetFile" ID="EricApplication.setStyleSheetFile"></a>
 <h4>EricApplication.setStyleSheetFile</h4>
 <b>setStyleSheetFile</b>(<i>filename</i>)
-
 <p>
         Public method to read a QSS style sheet file and set the application
         style sheet based on its contents.
 </p>
+
 <dl>
 
 <dt><i>filename</i> (str)</dt>
@@ -359,10 +357,10 @@
 <a NAME="EricApplication.unregisterPluginObject" ID="EricApplication.unregisterPluginObject"></a>
 <h4>EricApplication.unregisterPluginObject</h4>
 <b>unregisterPluginObject</b>(<i>name</i>)
-
 <p>
         Public method to unregister a plugin object in the object registry.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -373,11 +371,11 @@
 <a NAME="EricApplication.usesDarkPalette" ID="EricApplication.usesDarkPalette"></a>
 <h4>EricApplication.usesDarkPalette</h4>
 <b>usesDarkPalette</b>(<i></i>)
-
 <p>
         Public method to check, if the application uses a palette with a dark
         background.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -393,11 +391,11 @@
 <a NAME="EricApplication.usesSmallScreen" ID="EricApplication.usesSmallScreen"></a>
 <h4>EricApplication.usesSmallScreen</h4>
 <b>usesSmallScreen</b>(<i></i>)
-
 <p>
         Public method to determine, if the application is used on a small
         screen.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -412,4 +410,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