Documentation/Source/eric5.Tools.TRPreviewer.html

changeset 526
f51eb1f0ab40
parent 513
a5329d7867c5
child 767
27554f80d08f
diff -r 400b72e2602a -r f51eb1f0ab40 Documentation/Source/eric5.Tools.TRPreviewer.html
--- a/Documentation/Source/eric5.Tools.TRPreviewer.html	Sun Aug 29 19:13:23 2010 +0200
+++ b/Documentation/Source/eric5.Tools.TRPreviewer.html	Sun Aug 29 20:44:20 2010 +0200
@@ -40,11 +40,11 @@
 <td><a href="#TranslationsDict">TranslationsDict</a></td>
 <td>Class to store all loaded translations.</td>
 </tr><tr>
+<td><a href="#WidgetArea">WidgetArea</a></td>
+<td>Specialized MDI area to show the loaded widgets.</td>
+</tr><tr>
 <td><a href="#WidgetView">WidgetView</a></td>
 <td>Class to show a dynamically loaded widget (or dialog).</td>
-</tr><tr>
-<td><a href="#WidgetWorkspace">WidgetWorkspace</a></td>
-<td>Specialized workspace to show the loaded widgets.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -457,6 +457,163 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="WidgetArea" ID="WidgetArea"></a>
+<h2>WidgetArea</h2>
+<p>
+    Specialized MDI area to show the loaded widgets.
+</p><h4>Signals</h4>
+<dl>
+<dt>lastWidgetClosed()</dt>
+<dd>
+emitted after last widget was closed
+</dd>
+</dl>
+<h3>Derived from</h3>
+QMdiArea
+<h3>Class Attributes</h3>
+<table>
+<tr><td>lastWidgetClosed</td></tr><tr><td>rebuildWidgets</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#WidgetArea.__init__">WidgetArea</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#WidgetArea.__findWidget">__findWidget</a></td>
+<td>Private method to find a specific widget view.</td>
+</tr><tr>
+<td><a href="#WidgetArea.__toggleWidget">__toggleWidget</a></td>
+<td>Private method to toggle a workspace window.</td>
+</tr><tr>
+<td><a href="#WidgetArea.closeAllWidgets">closeAllWidgets</a></td>
+<td>Public slot to close all windows.</td>
+</tr><tr>
+<td><a href="#WidgetArea.closeWidget">closeWidget</a></td>
+<td>Public slot to close the active window.</td>
+</tr><tr>
+<td><a href="#WidgetArea.eventFilter">eventFilter</a></td>
+<td>Protected method called to filter an event.</td>
+</tr><tr>
+<td><a href="#WidgetArea.hasWidgets">hasWidgets</a></td>
+<td>Public method to check for loaded widgets.</td>
+</tr><tr>
+<td><a href="#WidgetArea.loadWidget">loadWidget</a></td>
+<td>Public slot to load a UI file.</td>
+</tr><tr>
+<td><a href="#WidgetArea.showWindowMenu">showWindowMenu</a></td>
+<td>Public method to set up the widgets part of the Window menu.</td>
+</tr><tr>
+<td><a href="#WidgetArea.toggleSelectedWidget">toggleSelectedWidget</a></td>
+<td>Public method to handle the toggle of a window.</td>
+</tr>
+</table>
+<a NAME="WidgetArea.__init__" ID="WidgetArea.__init__"></a>
+<h4>WidgetArea (Constructor)</h4>
+<b>WidgetArea</b>(<i>parent = None</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>parent</i></dt>
+<dd>
+parent widget (QWidget)
+</dd>
+</dl><a NAME="WidgetArea.__findWidget" ID="WidgetArea.__findWidget"></a>
+<h4>WidgetArea.__findWidget</h4>
+<b>__findWidget</b>(<i>uiFileName</i>)
+<p>
+        Private method to find a specific widget view.
+</p><dl>
+<dt><i>uiFileName</i></dt>
+<dd>
+filename of the loaded UI file (string)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+reference to the widget (WidgetView) or None
+</dd>
+</dl><a NAME="WidgetArea.__toggleWidget" ID="WidgetArea.__toggleWidget"></a>
+<h4>WidgetArea.__toggleWidget</h4>
+<b>__toggleWidget</b>(<i>w</i>)
+<p>
+        Private method to toggle a workspace window.
+</p><dl>
+<dt><i>w</i></dt>
+<dd>
+window to be toggled
+</dd>
+</dl><a NAME="WidgetArea.closeAllWidgets" ID="WidgetArea.closeAllWidgets"></a>
+<h4>WidgetArea.closeAllWidgets</h4>
+<b>closeAllWidgets</b>(<i></i>)
+<p>
+        Public slot to close all windows.
+</p><a NAME="WidgetArea.closeWidget" ID="WidgetArea.closeWidget"></a>
+<h4>WidgetArea.closeWidget</h4>
+<b>closeWidget</b>(<i></i>)
+<p>
+        Public slot to close the active window.
+</p><a NAME="WidgetArea.eventFilter" ID="WidgetArea.eventFilter"></a>
+<h4>WidgetArea.eventFilter</h4>
+<b>eventFilter</b>(<i>obj, ev</i>)
+<p>
+        Protected method called to filter an event.
+</p><dl>
+<dt><i>object</i></dt>
+<dd>
+object, that generated the event (QObject)
+</dd><dt><i>event</i></dt>
+<dd>
+the event, that was generated by object (QEvent)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating if event was filtered out
+</dd>
+</dl><a NAME="WidgetArea.hasWidgets" ID="WidgetArea.hasWidgets"></a>
+<h4>WidgetArea.hasWidgets</h4>
+<b>hasWidgets</b>(<i></i>)
+<p>
+        Public method to check for loaded widgets.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag signaling if any widget was loaded (boolean)
+</dd>
+</dl><a NAME="WidgetArea.loadWidget" ID="WidgetArea.loadWidget"></a>
+<h4>WidgetArea.loadWidget</h4>
+<b>loadWidget</b>(<i>uiFileName</i>)
+<p>
+        Public slot to load a UI file.
+</p><dl>
+<dt><i>uiFileName</i></dt>
+<dd>
+name of the UI file to load (string)
+</dd>
+</dl><a NAME="WidgetArea.showWindowMenu" ID="WidgetArea.showWindowMenu"></a>
+<h4>WidgetArea.showWindowMenu</h4>
+<b>showWindowMenu</b>(<i>windowMenu</i>)
+<p>
+        Public method to set up the widgets part of the Window menu.
+</p><dl>
+<dt><i>windowMenu</i></dt>
+<dd>
+reference to the window menu
+</dd>
+</dl><a NAME="WidgetArea.toggleSelectedWidget" ID="WidgetArea.toggleSelectedWidget"></a>
+<h4>WidgetArea.toggleSelectedWidget</h4>
+<b>toggleSelectedWidget</b>(<i>act</i>)
+<p>
+        Public method to handle the toggle of a window.
+</p><dl>
+<dt><i>act</i></dt>
+<dd>
+reference to the action that triggered (QAction)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="WidgetView" ID="WidgetView"></a>
 <h2>WidgetView</h2>
 <p>
@@ -535,162 +692,5 @@
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
-<hr /><hr />
-<a NAME="WidgetWorkspace" ID="WidgetWorkspace"></a>
-<h2>WidgetWorkspace</h2>
-<p>
-    Specialized workspace to show the loaded widgets.
-</p><h4>Signals</h4>
-<dl>
-<dt>lastWidgetClosed()</dt>
-<dd>
-emitted after last widget was closed
-</dd>
-</dl>
-<h3>Derived from</h3>
-QWorkspace
-<h3>Class Attributes</h3>
-<table>
-<tr><td>lastWidgetClosed</td></tr><tr><td>rebuildWidgets</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#WidgetWorkspace.__init__">WidgetWorkspace</a></td>
-<td>Constructor</td>
-</tr><tr>
-<td><a href="#WidgetWorkspace.__findWidget">__findWidget</a></td>
-<td>Private method to find a specific widget view.</td>
-</tr><tr>
-<td><a href="#WidgetWorkspace.__toggleWidget">__toggleWidget</a></td>
-<td>Private method to toggle a workspace window.</td>
-</tr><tr>
-<td><a href="#WidgetWorkspace.closeAllWidgets">closeAllWidgets</a></td>
-<td>Public slot to close all windows.</td>
-</tr><tr>
-<td><a href="#WidgetWorkspace.closeWidget">closeWidget</a></td>
-<td>Public slot to close the active window.</td>
-</tr><tr>
-<td><a href="#WidgetWorkspace.eventFilter">eventFilter</a></td>
-<td>Protected method called to filter an event.</td>
-</tr><tr>
-<td><a href="#WidgetWorkspace.hasWidgets">hasWidgets</a></td>
-<td>Public method to check for loaded widgets.</td>
-</tr><tr>
-<td><a href="#WidgetWorkspace.loadWidget">loadWidget</a></td>
-<td>Public slot to load a UI file.</td>
-</tr><tr>
-<td><a href="#WidgetWorkspace.showWindowMenu">showWindowMenu</a></td>
-<td>Public method to set up the widgets part of the Window menu.</td>
-</tr><tr>
-<td><a href="#WidgetWorkspace.toggleSelectedWidget">toggleSelectedWidget</a></td>
-<td>Public method to handle the toggle of a window.</td>
-</tr>
-</table>
-<a NAME="WidgetWorkspace.__init__" ID="WidgetWorkspace.__init__"></a>
-<h4>WidgetWorkspace (Constructor)</h4>
-<b>WidgetWorkspace</b>(<i>parent = None</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>parent</i></dt>
-<dd>
-parent widget (QWidget)
-</dd>
-</dl><a NAME="WidgetWorkspace.__findWidget" ID="WidgetWorkspace.__findWidget"></a>
-<h4>WidgetWorkspace.__findWidget</h4>
-<b>__findWidget</b>(<i>uiFileName</i>)
-<p>
-        Private method to find a specific widget view.
-</p><dl>
-<dt><i>uiFileName</i></dt>
-<dd>
-filename of the loaded UI file (string)
-</dd>
-</dl><dl>
-<dt>Returns:</dt>
-<dd>
-reference to the widget (WidgetView) or None
-</dd>
-</dl><a NAME="WidgetWorkspace.__toggleWidget" ID="WidgetWorkspace.__toggleWidget"></a>
-<h4>WidgetWorkspace.__toggleWidget</h4>
-<b>__toggleWidget</b>(<i>w</i>)
-<p>
-        Private method to toggle a workspace window.
-</p><dl>
-<dt><i>w</i></dt>
-<dd>
-window to be toggled
-</dd>
-</dl><a NAME="WidgetWorkspace.closeAllWidgets" ID="WidgetWorkspace.closeAllWidgets"></a>
-<h4>WidgetWorkspace.closeAllWidgets</h4>
-<b>closeAllWidgets</b>(<i></i>)
-<p>
-        Public slot to close all windows.
-</p><a NAME="WidgetWorkspace.closeWidget" ID="WidgetWorkspace.closeWidget"></a>
-<h4>WidgetWorkspace.closeWidget</h4>
-<b>closeWidget</b>(<i></i>)
-<p>
-        Public slot to close the active window.
-</p><a NAME="WidgetWorkspace.eventFilter" ID="WidgetWorkspace.eventFilter"></a>
-<h4>WidgetWorkspace.eventFilter</h4>
-<b>eventFilter</b>(<i>obj, ev</i>)
-<p>
-        Protected method called to filter an event.
-</p><dl>
-<dt><i>object</i></dt>
-<dd>
-object, that generated the event (QObject)
-</dd><dt><i>event</i></dt>
-<dd>
-the event, that was generated by object (QEvent)
-</dd>
-</dl><dl>
-<dt>Returns:</dt>
-<dd>
-flag indicating if event was filtered out
-</dd>
-</dl><a NAME="WidgetWorkspace.hasWidgets" ID="WidgetWorkspace.hasWidgets"></a>
-<h4>WidgetWorkspace.hasWidgets</h4>
-<b>hasWidgets</b>(<i></i>)
-<p>
-        Public method to check for loaded widgets.
-</p><dl>
-<dt>Returns:</dt>
-<dd>
-flag signaling if any widget was loaded (boolean)
-</dd>
-</dl><a NAME="WidgetWorkspace.loadWidget" ID="WidgetWorkspace.loadWidget"></a>
-<h4>WidgetWorkspace.loadWidget</h4>
-<b>loadWidget</b>(<i>uiFileName</i>)
-<p>
-        Public slot to load a UI file.
-</p><dl>
-<dt><i>uiFileName</i></dt>
-<dd>
-name of the UI file to load (string)
-</dd>
-</dl><a NAME="WidgetWorkspace.showWindowMenu" ID="WidgetWorkspace.showWindowMenu"></a>
-<h4>WidgetWorkspace.showWindowMenu</h4>
-<b>showWindowMenu</b>(<i>windowMenu</i>)
-<p>
-        Public method to set up the widgets part of the Window menu.
-</p><dl>
-<dt><i>windowMenu</i></dt>
-<dd>
-reference to the window menu
-</dd>
-</dl><a NAME="WidgetWorkspace.toggleSelectedWidget" ID="WidgetWorkspace.toggleSelectedWidget"></a>
-<h4>WidgetWorkspace.toggleSelectedWidget</h4>
-<b>toggleSelectedWidget</b>(<i>act</i>)
-<p>
-        Public method to handle the toggle of a window.
-</p><dl>
-<dt><i>act</i></dt>
-<dd>
-reference to the action that triggered (QAction)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial