--- a/eric6/Documentation/Source/eric6.E5Gui.E5Application.html Sun Apr 05 11:54:41 2020 +0200 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5Application.html Sun Apr 05 12:00:11 2020 +0200 @@ -100,6 +100,10 @@ <td><a href="#E5Application.unregisterPluginObject">unregisterPluginObject</a></td> <td>Public method to unregister a plugin object in the object registry.</td> </tr> +<tr> +<td><a href="#E5Application.usesDarkPalette">usesDarkPalette</a></td> +<td>Public method to check, if the application uses a palette with a dark background.</td> +</tr> </table> <h3>Static Methods</h3> @@ -116,7 +120,7 @@ </p> <dl> -<dt><i>argv</i></dt> +<dt><i>argv</i> (list)</dt> <dd> command line arguments </dd> @@ -130,9 +134,9 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the object (string) +name of the object </dd> </dl> <dl> @@ -142,6 +146,12 @@ </dd> </dl> <dl> +<dt>Return Type:</dt> +<dd> +any +</dd> +</dl> +<dl> <dt>Raises <b>KeyError</b>:</dt> <dd> @@ -157,9 +167,9 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the plugin object (string) +name of the plugin object </dd> </dl> <dl> @@ -169,6 +179,12 @@ </dd> </dl> <dl> +<dt>Return Type:</dt> +<dd> +any +</dd> +</dl> +<dl> <dt>Raises <b>KeyError</b>:</dt> <dd> @@ -184,15 +200,21 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the plugin object (string) +name of the plugin object </dd> </dl> <dl> <dt>Returns:</dt> <dd> -type of the plugin object (string) +type of the plugin object +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <dl> @@ -216,6 +238,12 @@ list of (name, reference) pairs </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of (str, any) +</dd> +</dl> <a NAME="E5Application.registerObject" ID="E5Application.registerObject"></a> <h4>E5Application.registerObject</h4> <b>registerObject</b>(<i>name, objectRef</i>) @@ -225,11 +253,11 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the object (string) +name of the object </dd> -<dt><i>objectRef</i></dt> +<dt><i>objectRef</i> (any)</dt> <dd> reference to the object </dd> @@ -250,17 +278,17 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the plugin object (string) +name of the plugin object </dd> -<dt><i>objectRef</i></dt> +<dt><i>objectRef</i> (any)</dt> <dd> reference to the plugin object </dd> -<dt><i>pluginType=</i></dt> +<dt><i>pluginType</i> (str)</dt> <dd> -type of the plugin object (string) +type of the plugin object </dd> </dl> <dl> @@ -279,9 +307,29 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -name of the plugin object (string) +name of the plugin object +</dd> +</dl> +<a NAME="E5Application.usesDarkPalette" ID="E5Application.usesDarkPalette"></a> +<h4>E5Application.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>Returns:</dt> +<dd> +flag indicating the use of a palette with a dark background +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <div align="right"><a href="#top">Up</a></div>