--- a/Documentation/Source/eric6.Plugins.ViewManagerPlugins.Listspace.Listspace.html Mon Mar 28 13:31:23 2016 +0200 +++ b/Documentation/Source/eric6.Plugins.ViewManagerPlugins.Listspace.Listspace.html Mon Mar 28 13:32:00 2016 +0200 @@ -121,7 +121,7 @@ </dd> </dl> <h3>Derived from</h3> -QSplitter, ViewManager +ViewManager <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> @@ -226,6 +226,9 @@ <td><a href="#Listspace.getSplitOrientation">getSplitOrientation</a></td> <td>Public method to get the orientation of the split view.</td> </tr><tr> +<td><a href="#Listspace.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="#Listspace.nextSplit">nextSplit</a></td> <td>Public slot used to move to the next split.</td> </tr><tr> @@ -525,6 +528,22 @@ <dd> orientation of the split (Qt.Horizontal or Qt.Vertical) </dd> +</dl><a NAME="Listspace.mainWidget" ID="Listspace.mainWidget"></a> +<h4>Listspace.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><a NAME="Listspace.nextSplit" ID="Listspace.nextSplit"></a> <h4>Listspace.nextSplit</h4> <b>nextSplit</b>(<i></i>)