eric7/Documentation/Source/eric7.UI.UserInterface.html

branch
eric7
changeset 8580
e91b276e0771
parent 8432
074407b4c107
child 8595
ce2034bc1c6e
equal deleted inserted replaced
8579:cfd0e44ef084 8580:e91b276e0771
201 <dt>masterPasswordChanged(str, str)</dt> 201 <dt>masterPasswordChanged(str, str)</dt>
202 <dd> 202 <dd>
203 emitted after the master 203 emitted after the master
204 password has been changed with the old and the new password 204 password has been changed with the old and the new password
205 </dd> 205 </dd>
206 <dt>onlineStateChanged(online)</dt>
207 <dd>
208 emitted to indicate a change of the
209 network state
210 </dd>
206 <dt>preferencesChanged()</dt> 211 <dt>preferencesChanged()</dt>
207 <dd> 212 <dd>
208 emitted after the preferences were changed 213 emitted after the preferences were changed
209 </dd> 214 </dd>
210 <dt>reloadAPIs()</dt> 215 <dt>reloadAPIs()</dt>
520 <tr> 525 <tr>
521 <td><a href="#UserInterface.__newWindow">__newWindow</a></td> 526 <td><a href="#UserInterface.__newWindow">__newWindow</a></td>
522 <td>Private slot to start a new instance of eric.</td> 527 <td>Private slot to start a new instance of eric.</td>
523 </tr> 528 </tr>
524 <tr> 529 <tr>
530 <td><a href="#UserInterface.__onlineStateChanged">__onlineStateChanged</a></td>
531 <td>Private slot handling changes in online state.</td>
532 </tr>
533 <tr>
525 <td><a href="#UserInterface.__openHexEditor">__openHexEditor</a></td> 534 <td><a href="#UserInterface.__openHexEditor">__openHexEditor</a></td>
526 <td>Private slot to open the hex editor window.</td> 535 <td>Private slot to open the hex editor window.</td>
527 </tr> 536 </tr>
528 <tr> 537 <tr>
529 <td><a href="#UserInterface.__openMiniEditor">__openMiniEditor</a></td> 538 <td><a href="#UserInterface.__openMiniEditor">__openMiniEditor</a></td>
1014 <td>Public method to get the current view profile.</td> 1023 <td>Public method to get the current view profile.</td>
1015 </tr> 1024 </tr>
1016 <tr> 1025 <tr>
1017 <td><a href="#UserInterface.handleUrl">handleUrl</a></td> 1026 <td><a href="#UserInterface.handleUrl">handleUrl</a></td>
1018 <td>Public slot to handle opening a URL.</td> 1027 <td>Public slot to handle opening a URL.</td>
1028 </tr>
1029 <tr>
1030 <td><a href="#UserInterface.isOnline">isOnline</a></td>
1031 <td>Public method to get the online state.</td>
1019 </tr> 1032 </tr>
1020 <tr> 1033 <tr>
1021 <td><a href="#UserInterface.launchHelpViewer">launchHelpViewer</a></td> 1034 <td><a href="#UserInterface.launchHelpViewer">launchHelpViewer</a></td>
1022 <td>Public slot to start the help viewer/web browser.</td> 1035 <td>Public slot to start the help viewer/web browser.</td>
1023 </tr> 1036 </tr>
1897 <b>__newWindow</b>(<i></i>) 1910 <b>__newWindow</b>(<i></i>)
1898 1911
1899 <p> 1912 <p>
1900 Private slot to start a new instance of eric. 1913 Private slot to start a new instance of eric.
1901 </p> 1914 </p>
1915 <a NAME="UserInterface.__onlineStateChanged" ID="UserInterface.__onlineStateChanged"></a>
1916 <h4>UserInterface.__onlineStateChanged</h4>
1917 <b>__onlineStateChanged</b>(<i>online</i>)
1918
1919 <p>
1920 Private slot handling changes in online state.
1921 </p>
1922 <dl>
1923
1924 <dt><i>online</i> (bool)</dt>
1925 <dd>
1926 flag indicating the online state
1927 </dd>
1928 </dl>
1902 <a NAME="UserInterface.__openHexEditor" ID="UserInterface.__openHexEditor"></a> 1929 <a NAME="UserInterface.__openHexEditor" ID="UserInterface.__openHexEditor"></a>
1903 <h4>UserInterface.__openHexEditor</h4> 1930 <h4>UserInterface.__openHexEditor</h4>
1904 <b>__openHexEditor</b>(<i>fn=""</i>) 1931 <b>__openHexEditor</b>(<i>fn=""</i>)
1905 1932
1906 <p> 1933 <p>
3358 <dl> 3385 <dl>
3359 3386
3360 <dt><i>url</i> (QUrl)</dt> 3387 <dt><i>url</i> (QUrl)</dt>
3361 <dd> 3388 <dd>
3362 URL to be shown 3389 URL to be shown
3390 </dd>
3391 </dl>
3392 <a NAME="UserInterface.isOnline" ID="UserInterface.isOnline"></a>
3393 <h4>UserInterface.isOnline</h4>
3394 <b>isOnline</b>(<i></i>)
3395
3396 <p>
3397 Public method to get the online state.
3398 </p>
3399 <dl>
3400 <dt>Return:</dt>
3401 <dd>
3402 online state
3403 </dd>
3404 </dl>
3405 <dl>
3406 <dt>Return Type:</dt>
3407 <dd>
3408 bool
3363 </dd> 3409 </dd>
3364 </dl> 3410 </dl>
3365 <a NAME="UserInterface.launchHelpViewer" ID="UserInterface.launchHelpViewer"></a> 3411 <a NAME="UserInterface.launchHelpViewer" ID="UserInterface.launchHelpViewer"></a>
3366 <h4>UserInterface.launchHelpViewer</h4> 3412 <h4>UserInterface.launchHelpViewer</h4>
3367 <b>launchHelpViewer</b>(<i>home, searchWord=None, useSingle=False</i>) 3413 <b>launchHelpViewer</b>(<i>home, searchWord=None, useSingle=False</i>)

eric ide

mercurial