--- a/Documentation/Source/eric6.ViewManager.ViewManager.html Mon Mar 28 13:31:23 2016 +0200 +++ b/Documentation/Source/eric6.ViewManager.ViewManager.html Mon Mar 28 13:32:00 2016 +0200 @@ -201,7 +201,7 @@ </dd> </dl> <h3>Derived from</h3> -QObject +QWidget <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> @@ -828,6 +828,9 @@ <td><a href="#ViewManager.isConnected">isConnected</a></td> <td>Public method to check the connection status of the IDE.</td> </tr><tr> +<td><a href="#ViewManager.mainWidget">mainWidget</a></td> +<td>Public method to return a reference to the main Widget of a specific view manager subclass.</td> +</tr><tr> <td><a href="#ViewManager.newEditor">newEditor</a></td> <td>Public slot to generate a new empty editor.</td> </tr><tr> @@ -2658,6 +2661,27 @@ <dd> flag indicating the connection status (boolean) </dd> +</dl><a NAME="ViewManager.mainWidget" ID="ViewManager.mainWidget"></a> +<h4>ViewManager.mainWidget</h4> +<b>mainWidget</b>(<i></i>) +<p> + Public method to return a reference to the main Widget of a + specific view manager subclass. +</p><dl> +<dt>Returns:</dt> +<dd> +reference to the main widget +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +QWidget +</dd> +</dl><dl> +<dt>Raises <b>RuntimeError</b>:</dt> +<dd> +Not implemented +</dd> </dl><a NAME="ViewManager.newEditor" ID="ViewManager.newEditor"></a> <h4>ViewManager.newEditor</h4> <b>newEditor</b>(<i></i>)