Documentation/Source/eric5.ViewManager.ViewManager.html

changeset 156
478787b5607e
parent 155
375e3c884874
child 158
6a561f87bc07
equal deleted inserted replaced
155:375e3c884874 156:478787b5607e
300 <td>Private method to handle the selection of an export format.</td> 300 <td>Private method to handle the selection of an export format.</td>
301 </tr><tr> 301 </tr><tr>
302 <td><a href="#ViewManager.__findFileName">__findFileName</a></td> 302 <td><a href="#ViewManager.__findFileName">__findFileName</a></td>
303 <td>Private method to handle the search for file action.</td> 303 <td>Private method to handle the search for file action.</td>
304 </tr><tr> 304 </tr><tr>
305 <td><a href="#ViewManager.__getCooperationClient">__getCooperationClient</a></td>
306 <td>Private method to initialize and get a reference to the cooperation client.</td>
307 </tr><tr>
305 <td><a href="#ViewManager.__goto">__goto</a></td> 308 <td><a href="#ViewManager.__goto">__goto</a></td>
306 <td>Private method to handle the goto action.</td> 309 <td>Private method to handle the goto action.</td>
307 </tr><tr> 310 </tr><tr>
308 <td><a href="#ViewManager.__gotoBrace">__gotoBrace</a></td> 311 <td><a href="#ViewManager.__gotoBrace">__gotoBrace</a></td>
309 <td>Private method to handle the goto brace action.</td> 312 <td>Private method to handle the goto brace action.</td>
659 <td><a href="#ViewManager.initViewMenu">initViewMenu</a></td> 662 <td><a href="#ViewManager.initViewMenu">initViewMenu</a></td>
660 <td>Public method to create the View menu</td> 663 <td>Public method to create the View menu</td>
661 </tr><tr> 664 </tr><tr>
662 <td><a href="#ViewManager.initViewToolbar">initViewToolbar</a></td> 665 <td><a href="#ViewManager.initViewToolbar">initViewToolbar</a></td>
663 <td>Public method to create the View toolbar</td> 666 <td>Public method to create the View toolbar</td>
667 </tr><tr>
668 <td><a href="#ViewManager.isConnected">isConnected</a></td>
669 <td>Public method to check the connection status of the IDE.</td>
664 </tr><tr> 670 </tr><tr>
665 <td><a href="#ViewManager.newEditor">newEditor</a></td> 671 <td><a href="#ViewManager.newEditor">newEditor</a></td>
666 <td>Public slot to generate a new empty editor.</td> 672 <td>Public slot to generate a new empty editor.</td>
667 </tr><tr> 673 </tr><tr>
668 <td><a href="#ViewManager.newEditorView">newEditorView</a></td> 674 <td><a href="#ViewManager.newEditorView">newEditorView</a></td>
1068 </dl><a NAME="ViewManager.__findFileName" ID="ViewManager.__findFileName"></a> 1074 </dl><a NAME="ViewManager.__findFileName" ID="ViewManager.__findFileName"></a>
1069 <h4>ViewManager.__findFileName</h4> 1075 <h4>ViewManager.__findFileName</h4>
1070 <b>__findFileName</b>(<i></i>) 1076 <b>__findFileName</b>(<i></i>)
1071 <p> 1077 <p>
1072 Private method to handle the search for file action. 1078 Private method to handle the search for file action.
1073 </p><a NAME="ViewManager.__goto" ID="ViewManager.__goto"></a> 1079 </p><a NAME="ViewManager.__getCooperationClient" ID="ViewManager.__getCooperationClient"></a>
1080 <h4>ViewManager.__getCooperationClient</h4>
1081 <b>__getCooperationClient</b>(<i></i>)
1082 <p>
1083 Private method to initialize and get a reference to the cooperation
1084 client.
1085 </p><dl>
1086 <dt>Returns:</dt>
1087 <dd>
1088 reference to the cooperation client (CooperationClient)
1089 </dd>
1090 </dl><a NAME="ViewManager.__goto" ID="ViewManager.__goto"></a>
1074 <h4>ViewManager.__goto</h4> 1091 <h4>ViewManager.__goto</h4>
1075 <b>__goto</b>(<i></i>) 1092 <b>__goto</b>(<i></i>)
1076 <p> 1093 <p>
1077 Private method to handle the goto action. 1094 Private method to handle the goto action.
1078 </p><a NAME="ViewManager.__gotoBrace" ID="ViewManager.__gotoBrace"></a> 1095 </p><a NAME="ViewManager.__gotoBrace" ID="ViewManager.__gotoBrace"></a>
2148 </dd> 2165 </dd>
2149 </dl><dl> 2166 </dl><dl>
2150 <dt>Returns:</dt> 2167 <dt>Returns:</dt>
2151 <dd> 2168 <dd>
2152 the generated toolbar 2169 the generated toolbar
2170 </dd>
2171 </dl><a NAME="ViewManager.isConnected" ID="ViewManager.isConnected"></a>
2172 <h4>ViewManager.isConnected</h4>
2173 <b>isConnected</b>(<i></i>)
2174 <p>
2175 Public method to check the connection status of the IDE.
2176 </p><dl>
2177 <dt>Returns:</dt>
2178 <dd>
2179 flag indicating the connection status (boolean)
2153 </dd> 2180 </dd>
2154 </dl><a NAME="ViewManager.newEditor" ID="ViewManager.newEditor"></a> 2181 </dl><a NAME="ViewManager.newEditor" ID="ViewManager.newEditor"></a>
2155 <h4>ViewManager.newEditor</h4> 2182 <h4>ViewManager.newEditor</h4>
2156 <b>newEditor</b>(<i></i>) 2183 <b>newEditor</b>(<i></i>)
2157 <p> 2184 <p>

eric ide

mercurial