PyLint/Documentation/source/Plugin_Checker_PyLint.PyLint.PyLintExecDialog.html

Sat, 23 Feb 2013 15:12:21 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 23 Feb 2013 15:12:21 +0100
changeset 18
ae62d56e345d
child 22
68beeb22dade
permissions
-rw-r--r--

Modified the code to do lazy import.

18
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1 <!DOCTYPE html>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 <html><head>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3 <title>Plugin_Checker_PyLint.PyLint.PyLintExecDialog</title>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
4 <meta charset="UTF-8">
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
5 <style>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
6 body {
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
7 background:white;
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
8 margin: 0em 1em 10em 1em;
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
9 color: black;
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
10 }
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
11
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
12 h1 { color: white; background: #4FA4FF; }
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
13 h2 { color: white; background: #4FA4FF; }
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
14 h3 { color: white; background: #00557F; }
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
15 h4 { color: white; background: #00557F; }
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
16
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
17 a { color: #AA5500; }
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
18
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
19 </style>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
20 </head>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
21 <body><a NAME="top" ID="top"></a>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
22 <h1>Plugin_Checker_PyLint.PyLint.PyLintExecDialog</h1>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
23 <p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
24 Module implementing a dialog to show the results of the PyLint run.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
25 </p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
26 <h3>Global Attributes</h3>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
27 <table>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
28 <tr><td>None</td></tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
29 </table>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
30 <h3>Classes</h3>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
31 <table>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
32 <tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
33 <td><a href="#PyLintExecDialog">PyLintExecDialog</a></td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
34 <td>Class implementing a dialog to show the results of the PyLint run.</td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
35 </tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
36 </table>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
37 <h3>Functions</h3>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
38 <table>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
39 <tr><td>None</td></tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
40 </table>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
41 <hr /><hr />
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
42 <a NAME="PyLintExecDialog" ID="PyLintExecDialog"></a>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
43 <h2>PyLintExecDialog</h2>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
44 <p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
45 Class implementing a dialog to show the results of the PyLint run.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
46 </p><p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
47 This class starts a QProcess and displays a dialog that
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
48 shows the results of the PyLint command process.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
49 </p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
50 <h3>Derived from</h3>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
51 QWidget, Ui_PyLintExecDialog
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
52 <h3>Class Attributes</h3>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
53 <table>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
54 <tr><td>filenameRole</td></tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
55 </table>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
56 <h3>Class Methods</h3>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
57 <table>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
58 <tr><td>None</td></tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
59 </table>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
60 <h3>Methods</h3>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
61 <table>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
62 <tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
63 <td><a href="#PyLintExecDialog.__init__">PyLintExecDialog</a></td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
64 <td>Constructor</td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
65 </tr><tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
66 <td><a href="#PyLintExecDialog.__createItem">__createItem</a></td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
67 <td>Private method to create an entry in the message list.</td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
68 </tr><tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
69 <td><a href="#PyLintExecDialog.__finish">__finish</a></td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
70 <td>Private slot called when the process finished.</td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
71 </tr><tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
72 <td><a href="#PyLintExecDialog.__readParseStdout">__readParseStdout</a></td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
73 <td>Private slot to handle the readyReadStandardOutput signal for parseable output.</td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
74 </tr><tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
75 <td><a href="#PyLintExecDialog.__readStderr">__readStderr</a></td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
76 <td>Private slot to handle the readyReadStandardError signal.</td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
77 </tr><tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
78 <td><a href="#PyLintExecDialog.__readStdout">__readStdout</a></td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
79 <td>Private slot to handle the readyReadStandardOutput signal.</td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
80 </tr><tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
81 <td><a href="#PyLintExecDialog.__writeReport">__writeReport</a></td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
82 <td>Private slot to write the report to a report file.</td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
83 </tr><tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
84 <td><a href="#PyLintExecDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
85 <td>Private slot called by a button of the button box clicked.</td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
86 </tr><tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
87 <td><a href="#PyLintExecDialog.on_messageList_itemActivated">on_messageList_itemActivated</a></td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
88 <td>Private slot to handle the itemActivated signal of the message list.</td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
89 </tr><tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
90 <td><a href="#PyLintExecDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
91 <td>Private slot to refresh the status display.</td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
92 </tr><tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
93 <td><a href="#PyLintExecDialog.on_saveButton_clicked">on_saveButton_clicked</a></td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
94 <td>Private slot to save the report to a file.</td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
95 </tr><tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
96 <td><a href="#PyLintExecDialog.start">start</a></td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
97 <td>Public slot to start PyLint.</td>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
98 </tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
99 </table>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
100 <h3>Static Methods</h3>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
101 <table>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
102 <tr><td>None</td></tr>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
103 </table>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
104 <a NAME="PyLintExecDialog.__init__" ID="PyLintExecDialog.__init__"></a>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
105 <h4>PyLintExecDialog (Constructor)</h4>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
106 <b>PyLintExecDialog</b>(<i>parent=None</i>)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
107 <p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
108 Constructor
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
109 </p><dl>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
110 <dt><i>parent</i></dt>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
111 <dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
112 parent widget of this dialog (QWidget)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
113 </dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
114 </dl><a NAME="PyLintExecDialog.__createItem" ID="PyLintExecDialog.__createItem"></a>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
115 <h4>PyLintExecDialog.__createItem</h4>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
116 <b>__createItem</b>(<i>file, line, type_, message</i>)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
117 <p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
118 Private method to create an entry in the message list.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
119 </p><dl>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
120 <dt><i>file</i></dt>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
121 <dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
122 filename of file (string)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
123 </dd><dt><i>line</i></dt>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
124 <dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
125 linenumber of message (integer or string)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
126 </dd><dt><i>type_</i></dt>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
127 <dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
128 type of message (string)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
129 </dd><dt><i>message</i></dt>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
130 <dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
131 message text (string)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
132 </dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
133 </dl><a NAME="PyLintExecDialog.__finish" ID="PyLintExecDialog.__finish"></a>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
134 <h4>PyLintExecDialog.__finish</h4>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
135 <b>__finish</b>(<i></i>)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
136 <p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
137 Private slot called when the process finished.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
138 </p><p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
139 It is called when the process finished or
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
140 the user pressed the button.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
141 </p><a NAME="PyLintExecDialog.__readParseStdout" ID="PyLintExecDialog.__readParseStdout"></a>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
142 <h4>PyLintExecDialog.__readParseStdout</h4>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
143 <b>__readParseStdout</b>(<i></i>)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
144 <p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
145 Private slot to handle the readyReadStandardOutput signal for parseable output.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
146 </p><p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
147 It reads the output of the process, formats it and inserts it into
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
148 the message list pane.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
149 </p><a NAME="PyLintExecDialog.__readStderr" ID="PyLintExecDialog.__readStderr"></a>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
150 <h4>PyLintExecDialog.__readStderr</h4>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
151 <b>__readStderr</b>(<i></i>)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
152 <p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
153 Private slot to handle the readyReadStandardError signal.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
154 </p><p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
155 It reads the error output of the process and inserts it into the
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
156 error pane.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
157 </p><a NAME="PyLintExecDialog.__readStdout" ID="PyLintExecDialog.__readStdout"></a>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
158 <h4>PyLintExecDialog.__readStdout</h4>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
159 <b>__readStdout</b>(<i></i>)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
160 <p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
161 Private slot to handle the readyReadStandardOutput signal.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
162 </p><p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
163 It reads the output of the process, formats it and inserts it into
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
164 the contents pane.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
165 </p><a NAME="PyLintExecDialog.__writeReport" ID="PyLintExecDialog.__writeReport"></a>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
166 <h4>PyLintExecDialog.__writeReport</h4>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
167 <b>__writeReport</b>(<i></i>)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
168 <p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
169 Private slot to write the report to a report file.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
170 </p><a NAME="PyLintExecDialog.on_buttonBox_clicked" ID="PyLintExecDialog.on_buttonBox_clicked"></a>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
171 <h4>PyLintExecDialog.on_buttonBox_clicked</h4>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
172 <b>on_buttonBox_clicked</b>(<i>button</i>)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
173 <p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
174 Private slot called by a button of the button box clicked.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
175 </p><dl>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
176 <dt><i>button</i></dt>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
177 <dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
178 button that was clicked (QAbstractButton)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
179 </dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
180 </dl><a NAME="PyLintExecDialog.on_messageList_itemActivated" ID="PyLintExecDialog.on_messageList_itemActivated"></a>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
181 <h4>PyLintExecDialog.on_messageList_itemActivated</h4>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
182 <b>on_messageList_itemActivated</b>(<i>itm, column</i>)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
183 <p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
184 Private slot to handle the itemActivated signal of the message list.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
185 </p><dl>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
186 <dt><i>itm</i></dt>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
187 <dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
188 The message item that was activated (QTreeWidgetItem)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
189 </dd><dt><i>column</i></dt>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
190 <dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
191 column the item was activated in (integer)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
192 </dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
193 </dl><a NAME="PyLintExecDialog.on_refreshButton_clicked" ID="PyLintExecDialog.on_refreshButton_clicked"></a>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
194 <h4>PyLintExecDialog.on_refreshButton_clicked</h4>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
195 <b>on_refreshButton_clicked</b>(<i></i>)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
196 <p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
197 Private slot to refresh the status display.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
198 </p><a NAME="PyLintExecDialog.on_saveButton_clicked" ID="PyLintExecDialog.on_saveButton_clicked"></a>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
199 <h4>PyLintExecDialog.on_saveButton_clicked</h4>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
200 <b>on_saveButton_clicked</b>(<i></i>)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
201 <p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
202 Private slot to save the report to a file.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
203 </p><a NAME="PyLintExecDialog.start" ID="PyLintExecDialog.start"></a>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
204 <h4>PyLintExecDialog.start</h4>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
205 <b>start</b>(<i>args, fn, reportFile, ppath</i>)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
206 <p>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
207 Public slot to start PyLint.
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
208 </p><dl>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
209 <dt><i>args</i></dt>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
210 <dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
211 commandline arguments for documentation programPyLint
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
212 (list of strings)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
213 </dd><dt><i>fn</i></dt>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
214 <dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
215 filename or dirname to be processed by PyLint (string)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
216 </dd><dt><i>reportFile</i></dt>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
217 <dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
218 filename of file to write the report to (string)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
219 </dd><dt><i>ppath</i></dt>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
220 <dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
221 project path (string)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
222 </dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
223 </dl><dl>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
224 <dt>Returns:</dt>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
225 <dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
226 flag indicating the successful start of the process (boolean)
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
227 </dd>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
228 </dl>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
229 <div align="right"><a href="#top">Up</a></div>
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
230 <hr />
ae62d56e345d Modified the code to do lazy import.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
231 </body></html>

eric ide

mercurial