414 <td>Private method to extract flags and process them.</td> |
414 <td>Private method to extract flags and process them.</td> |
415 </tr><tr> |
415 </tr><tr> |
416 <td><a href="#Editor.__processRequestSyncCommand">__processRequestSyncCommand</a></td> |
416 <td><a href="#Editor.__processRequestSyncCommand">__processRequestSyncCommand</a></td> |
417 <td>Private slot to process a remote RequestSync command.</td> |
417 <td>Private slot to process a remote RequestSync command.</td> |
418 </tr><tr> |
418 </tr><tr> |
|
419 <td><a href="#Editor.__processResult">__processResult</a></td> |
|
420 <td>Slot to report the resulting messages.</td> |
|
421 </tr><tr> |
419 <td><a href="#Editor.__processStartEditCommand">__processStartEditCommand</a></td> |
422 <td><a href="#Editor.__processStartEditCommand">__processStartEditCommand</a></td> |
420 <td>Private slot to process a remote StartEdit command.</td> |
423 <td>Private slot to process a remote StartEdit command.</td> |
421 </tr><tr> |
424 </tr><tr> |
422 <td><a href="#Editor.__processSyncCommand">__processSyncCommand</a></td> |
425 <td><a href="#Editor.__processSyncCommand">__processSyncCommand</a></td> |
423 <td>Private slot to process a remote Sync command.</td> |
426 <td>Private slot to process a remote Sync command.</td> |
1983 </p><dl> |
1986 </p><dl> |
1984 <dt><i>argsString</i></dt> |
1987 <dt><i>argsString</i></dt> |
1985 <dd> |
1988 <dd> |
1986 string containing the command parameters (string) |
1989 string containing the command parameters (string) |
1987 </dd> |
1990 </dd> |
|
1991 </dl><a NAME="Editor.__processResult" ID="Editor.__processResult"></a> |
|
1992 <h4>Editor.__processResult</h4> |
|
1993 <b>__processResult</b>(<i>fn, nok, fname, line, index, code, error, warnings</i>) |
|
1994 <p> |
|
1995 Slot to report the resulting messages. |
|
1996 </p><p> |
|
1997 If checkFlakes is True, warnings contains a list of strings containing |
|
1998 the warnings (marker, file name, line number, message) |
|
1999 The values are only valid, if nok is False. |
|
2000 </p><dl> |
|
2001 <dt><i>fn</i></dt> |
|
2002 <dd> |
|
2003 filename of the checked file (str) |
|
2004 </dd><dt><i>nok</i></dt> |
|
2005 <dd> |
|
2006 flag if an error in the source was found (boolean) |
|
2007 </dd><dt><i>fname</i></dt> |
|
2008 <dd> |
|
2009 filename of the checked file (str) # TODO: remove dubl. |
|
2010 </dd><dt><i>line</i></dt> |
|
2011 <dd> |
|
2012 number where the error occured (int) |
|
2013 </dd><dt><i>index</i></dt> |
|
2014 <dd> |
|
2015 the column where the error occured (int) |
|
2016 </dd><dt><i>code</i></dt> |
|
2017 <dd> |
|
2018 the part of the code where the error occured (str) |
|
2019 </dd><dt><i>error</i></dt> |
|
2020 <dd> |
|
2021 the name of the error (str) |
|
2022 </dd><dt><i>warnings</i></dt> |
|
2023 <dd> |
|
2024 a list of strings containing the warnings |
|
2025 (marker, file name, line number, col, message) |
|
2026 </dd> |
1988 </dl><a NAME="Editor.__processStartEditCommand" ID="Editor.__processStartEditCommand"></a> |
2027 </dl><a NAME="Editor.__processStartEditCommand" ID="Editor.__processStartEditCommand"></a> |
1989 <h4>Editor.__processStartEditCommand</h4> |
2028 <h4>Editor.__processStartEditCommand</h4> |
1990 <b>__processStartEditCommand</b>(<i>argsString</i>) |
2029 <b>__processStartEditCommand</b>(<i>argsString</i>) |
1991 <p> |
2030 <p> |
1992 Private slot to process a remote StartEdit command. |
2031 Private slot to process a remote StartEdit command. |