180 <td>Private slot to start the UI Previewer executable.</td> |
180 <td>Private slot to start the UI Previewer executable.</td> |
181 </tr><tr> |
181 </tr><tr> |
182 <td><a href="#UserInterface.__activateBrowser">__activateBrowser</a></td> |
182 <td><a href="#UserInterface.__activateBrowser">__activateBrowser</a></td> |
183 <td>Private slot to handle the activation of the file browser.</td> |
183 <td>Private slot to handle the activation of the file browser.</td> |
184 </tr><tr> |
184 </tr><tr> |
185 <td><a href="#UserInterface.__activateCooperationViewer">__activateCooperationViewer</a></td> |
|
186 <td>Private slot to handle the activation of the cooperation window.</td> |
|
187 </tr><tr> |
|
188 <td><a href="#UserInterface.__activateDebugViewer">__activateDebugViewer</a></td> |
185 <td><a href="#UserInterface.__activateDebugViewer">__activateDebugViewer</a></td> |
189 <td>Private slot to handle the activation of the debug viewer.</td> |
186 <td>Private slot to handle the activation of the debug viewer.</td> |
190 </tr><tr> |
187 </tr><tr> |
191 <td><a href="#UserInterface.__activateLogViewer">__activateLogViewer</a></td> |
188 <td><a href="#UserInterface.__activateLogViewer">__activateLogViewer</a></td> |
192 <td>Private slot to handle the activation of the Log Viewer.</td> |
189 <td>Private slot to handle the activation of the Log Viewer.</td> |
620 <td><a href="#UserInterface.__writeSession">__writeSession</a></td> |
617 <td><a href="#UserInterface.__writeSession">__writeSession</a></td> |
621 <td>Private slot to write the session data to an XML file (.e4s).</td> |
618 <td>Private slot to write the session data to an XML file (.e4s).</td> |
622 </tr><tr> |
619 </tr><tr> |
623 <td><a href="#UserInterface.__writeTasks">__writeTasks</a></td> |
620 <td><a href="#UserInterface.__writeTasks">__writeTasks</a></td> |
624 <td>Private slot to write the tasks data to an XML file (.e4t).</td> |
621 <td>Private slot to write the tasks data to an XML file (.e4t).</td> |
|
622 </tr><tr> |
|
623 <td><a href="#UserInterface.activateCooperationViewer">activateCooperationViewer</a></td> |
|
624 <td>Public slot to handle the activation of the cooperation window.</td> |
625 </tr><tr> |
625 </tr><tr> |
626 <td><a href="#UserInterface.addE5Actions">addE5Actions</a></td> |
626 <td><a href="#UserInterface.addE5Actions">addE5Actions</a></td> |
627 <td>Public method to add actions to the list of actions.</td> |
627 <td>Public method to add actions to the list of actions.</td> |
628 </tr><tr> |
628 </tr><tr> |
629 <td><a href="#UserInterface.appendToStderr">appendToStderr</a></td> |
629 <td><a href="#UserInterface.appendToStderr">appendToStderr</a></td> |
784 </dl><a NAME="UserInterface.__activateBrowser" ID="UserInterface.__activateBrowser"></a> |
784 </dl><a NAME="UserInterface.__activateBrowser" ID="UserInterface.__activateBrowser"></a> |
785 <h4>UserInterface.__activateBrowser</h4> |
785 <h4>UserInterface.__activateBrowser</h4> |
786 <b>__activateBrowser</b>(<i></i>) |
786 <b>__activateBrowser</b>(<i></i>) |
787 <p> |
787 <p> |
788 Private slot to handle the activation of the file browser. |
788 Private slot to handle the activation of the file browser. |
789 </p><a NAME="UserInterface.__activateCooperationViewer" ID="UserInterface.__activateCooperationViewer"></a> |
|
790 <h4>UserInterface.__activateCooperationViewer</h4> |
|
791 <b>__activateCooperationViewer</b>(<i></i>) |
|
792 <p> |
|
793 Private slot to handle the activation of the cooperation window. |
|
794 </p><a NAME="UserInterface.__activateDebugViewer" ID="UserInterface.__activateDebugViewer"></a> |
789 </p><a NAME="UserInterface.__activateDebugViewer" ID="UserInterface.__activateDebugViewer"></a> |
795 <h4>UserInterface.__activateDebugViewer</h4> |
790 <h4>UserInterface.__activateDebugViewer</h4> |
796 <b>__activateDebugViewer</b>(<i></i>) |
791 <b>__activateDebugViewer</b>(<i></i>) |
797 <p> |
792 <p> |
798 Private slot to handle the activation of the debug viewer. |
793 Private slot to handle the activation of the debug viewer. |
1795 </p><a NAME="UserInterface.__writeTasks" ID="UserInterface.__writeTasks"></a> |
1790 </p><a NAME="UserInterface.__writeTasks" ID="UserInterface.__writeTasks"></a> |
1796 <h4>UserInterface.__writeTasks</h4> |
1791 <h4>UserInterface.__writeTasks</h4> |
1797 <b>__writeTasks</b>(<i></i>) |
1792 <b>__writeTasks</b>(<i></i>) |
1798 <p> |
1793 <p> |
1799 Private slot to write the tasks data to an XML file (.e4t). |
1794 Private slot to write the tasks data to an XML file (.e4t). |
|
1795 </p><a NAME="UserInterface.activateCooperationViewer" ID="UserInterface.activateCooperationViewer"></a> |
|
1796 <h4>UserInterface.activateCooperationViewer</h4> |
|
1797 <b>activateCooperationViewer</b>(<i></i>) |
|
1798 <p> |
|
1799 Public slot to handle the activation of the cooperation window. |
1800 </p><a NAME="UserInterface.addE5Actions" ID="UserInterface.addE5Actions"></a> |
1800 </p><a NAME="UserInterface.addE5Actions" ID="UserInterface.addE5Actions"></a> |
1801 <h4>UserInterface.addE5Actions</h4> |
1801 <h4>UserInterface.addE5Actions</h4> |
1802 <b>addE5Actions</b>(<i>actions, type</i>) |
1802 <b>addE5Actions</b>(<i>actions, type</i>) |
1803 <p> |
1803 <p> |
1804 Public method to add actions to the list of actions. |
1804 Public method to add actions to the list of actions. |